To: haridas AT math DOT ethz DOT ch Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Wed, 08 Feb 95 14:10:26 +0200 From: "Eli Zaretskii" > I used the command line "gcc (g++ works only on Sparcs ?) -v fcube.cpp > -ofcube". If that was the command line, then why the following line says that you invoked cc1plus instead of gcc? > D:\SRC\CAPPER\FIVE>cc1plus -g -v ftotal_c.cpp -ototcube > Reading specs from d:/djgpp/lib/specs > gcc version 2.6.0 Try this: gcc -v fcube.cpp -o fcube (I'm not sure if it makes any difference, but I always put a blank between -o and its argument.) It also may be that your source contains an error which causes cc1plus to crash. GCC 2.6.0 was known to do such things. You might consider posting your source to the list. Another thing to consider is upgrading to 2.6.3 which was uploaded to SimTel about a month ago. > (g++ works only on Sparcs ?) G++ was a separate program in VERY old versions of GCC. That Sparc probably has such an oldie installed.