> Adam wrote: > > > Hi. > > When I include iostream I see this message: > > > > gcc -I/usr/local/include -mwindows -DWIN32 -Wno-non-virtual-dtor -o main [..] > But this > http://www.pixelbeat.org/programming/supc++/supc++.html > seems to indicate you should use -lstdc++ instead of -lsupc++ if you want to > use iostreams.
Or invoke the compiler as 'g++' rather than 'gcc' and you shouldn't need either one. Best, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

