Re: MinGW not so good with exceptions?
On Feb 17, 10:42 am, "Gerry Ford" <inva...@invalid.net> wrote:
"Dave the Funkatron" <dave.rud...@usask.ca> wrote in
messagenews:20921642-3b06-4887-8f6f-78e9d492a701@u10g2000prn.googlegroups.=
com...
[...]
The command that eclipse is running is
g++ -IC:\Dave\School\common\cxx -IC:\Dave\School\common\third party
\packages\glut-3.7.6-bin\include -IC:\Dave\School\common\third party
\packages\pthreads-2005-03-08\Pre-built\include -O0 -g3 -Wall -c -
fmessage-length=0 -ogllib\test_gllib.o ..\gllib\test_gllib.cpp
Is this an entry for the latest "Command line gone wild" video?
It's actually a lot shorter than one would expect. Compilers
are very complex beasts, which have to be configured very
exactly to do what one wants. My own makefiles generate command
lines that are considerably longer.
For commands generated by makefiles, who cares? For commands
you actually do enter at the command line, you define a couple
of shell variables, and use them. But just "g++ someProgram.cc"
(or "cl someProgram.cc" with VC++) will not normally give you
anything usable for anything other than a quick syntax test, if
that.
--
James Kanze (GABI Software) email:james.kanze@gmail.com
Conseils en informatique orient=E9e objet/
Beratung in objektorientierter Datenverarbeitung
9 place S=E9mard, 78210 St.-Cyr-l'=C9cole, France, +33 (0)1 30 23 00 34