Linker failing? OS X

John (Eljay) Love-Jensen eljay@adobe.com
Fri Jan 23 12:14:00 GMT 2009


Hi Andrew,

> What should I do to get gcc to work properly?

GCC's gcc is the C compiler/linker toolchain driver.

GCC's g++ is the C++ compiler/linker toolchain driver.

Try using g++ for your C++ instead of gcc (which is for C).

HTH,
-Eljay



More information about the Gcc-help mailing list