This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
argument bug in 2.96
- To: gcc-bugs at gcc dot gnu dot org
- Subject: argument bug in 2.96
- From: Nick Papadonis <nick at coelacanth dot com>
- Date: 06 Nov 2001 15:23:16 -0500
- Organization: None
GCC 2.96
When specifying a file with an UPPERCASE extension, gcc doesn't know
how to handle it's type. It is assumed to be an object file?
make
g++ -O0 -g -c utils.cpp -o UTILS.o
g++ -O0 -g -c PPORT.CPP -o PPORT.o
g++: PPORT.CPP: linker input file unused since linking not done
-x c++ must be specified. Should this be fixed?
--
Nick