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
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