Date: Thu, 11 Mar 93 10:27:48 -0600 From: rcharif AT math DOT utexas DOT edu Posted-Date: Thu, 11 Mar 93 10:27:48 -0600 To: russ AT pta DOT pyramid DOT com DOT au Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: C compiles, C++ doesnt Reply-To: rcharif AT math DOT utexas DOT edu Stop me if you've heard this before... How ? Does that mean you don't want us to reply if we heard that :-) Bad command or file name Can't open c:/tmp/cc000088.s for readingfile not found. c:/lang/cpp/lib/crt0.o: Undefined symbol _main referenced from text segment Seems you're missing some executable, probably cc1plus.exe Are you sure you got the file djgpo222.zip ? The standard C compiler and the C++ compiler come in 2 different files. Otherwise you might not have a path to your c++ compiler, you can specify the compiler path using the environment variable COMPILER_PATH. But considering that you find as and ld I think your problem is the 1st one. Regards, Rami