This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

argument bug in 2.96


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]