Greg Farrell wrote: > My command line is > g++ blah.o other.o -lstdc++ -L /export/home/gfarrell/new/comms/lib -mt > -lpthread -g -o blah -D_DEBUG I'm wondering what the '-mt' param does. I don't see it in the g++ man page here. Outside of that, i have no idea what's going wrong. Steve