This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Is there an equivalent to the Sun Compiler's -mt option
- To: help-gcc at gnu dot org
- Subject: Is there an equivalent to the Sun Compiler's -mt option
- From: Gary Matsunami <matsu at intimesw dot com>
- Date: Wed, 15 Mar 2000 16:01:54 -0800
Hello,
We are trying to run the C++ compiled with gcc and Java, and C++
compiled with Sun Solaris and Java. We need to set the -mt flag
(compile and link for multithreaded code) for the Sun compiler, but
don't know the equivalent flag to set for gcc. Would you please let
me know if there is an equivalent flag and what it is?
Thank you in advance,
Gary Matsunami