Mail Archives: djgpp/1996/05/17/11:32:49
Fran Corrado wrote:
>
>
> gcc -x c++ -o luna.exe ctlr.o global.o ioMsgs.o mmr.o raid.o scsiDevs.o
> -lgpp -lstdcxx -lm
Remove the `-x c++'. This overides the gcc builtin language checking for the files at
the command line. The above flag tells gcc that all files are C++ source files, but
they aren't!!
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -