This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ "loosing" options


so does that mean the application still does not loose the multithreaded capability. would there be any problems calling thread apis.

-Thanks
Nathan


From: DJ Delorie <dj@redhat.com>
To: snmptoddler@hotmail.com
CC: gcc@gcc.gnu.org
Subject: Re: g++ "loosing" options
Date: Tue, 1 Oct 2002 19:48:49 -0400

> /usr/local/bin/g++ ... -mt ...

> cc1plus: Invalid option `t'

It's the "-mt" option.  -m* options are always passed to the compiler
pass, which then strips the -m part.



_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]