Cannot compile -mthreads

Using GCC 3.4.6 on redhat linux
Trying to compile an application using the -mthreads option. G++ throws an error on the Makefile from cc1plus that it doesn't recognize -mthreads.

How does one set the option in the compile side to make the compiler invoke thread safe operations?

Thanks

emp

Try the GCC mailing list :)
-DTHREAD_SAFE
Topic archived. No new replies allowed.