Douglas Schmidt wrote: > Nope, I'm using gcc: > > " > Invoking: GCC C++ Compiler > g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main.d" > -MT"main.d" -o"main.o" "../main.cpp" GCC C++ compiler --> g++ as you can see in your own pasted statement there. You still didn't answer which version. g++ -v. --Jeff