Morten, I'm sorry but I don't know anything about compiling with solaris. corey > however, I would still prefer to use my old gcc 3.3.2 > > What I don't quite understand is this : > > g++ -o foo.out sourcecode.cpp > > -L /opt/sfw/gcc-3/lib/ > > -R /opt/sfw/gcc-3/lib/ > > -lstdc++ > > I read on the net in the excellent solarisx86 mailing list that I had > to use the -L -R flags. > > http://groups.yahoo.com/group/solarisx86/message/18055 > > where can I find more documentation about this solarisx86 specific issue ? > > Is it likely that other libraries can be used ? > > I also prefer to compile with the flags -ansi -pedantic -Wall for > both C and C++ code.