g++ compile error

Alexandre Oliva oliva@dcc.unicamp.br
Sun Dec 13 08:56:00 GMT 1998


On Dec 12, 1998, starfire@tiac.net wrote:

> g++ -w -c -I/usr/local/include/ test.cpp

This means you're probably using out-dated header files, instead of
the ones that you should use with egcs.  You may try `-idirafter'
instead of `-I' in this case, or remove the old g++ header files from
/usr/local/include

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil




More information about the Gcc-bugs mailing list