This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Forcing gcc to compile c++ programs...?


Hi Justin,

If it's a C++ program, are you using 'g++' instead of 'gcc'?

The 'g++' one includes all the C++ related stuff for linking, whereas 'gcc' does not.  If you wanted to use 'gcc' you have to include the C++ stuff explicitly.

--Eljay



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