FW: CFLAGS

Claudio Bley bley@mail.cs.uni-magdeburg.de
Mon Oct 15 08:54:00 GMT 2001


>>>>> "Steve" == Steiner, Steve <Steve.Steiner@wcg.com> writes:

    Steve> -----Original Message----- From: GNU General Contact Address
    Steve> [ mailto:gnu@gnu.org ] Sent: Friday, October 12, 2001 6:36 PM To:
    Steve> Steiner, Steve Subject: Re: CFLAGS


    Steve> You should send this question to the GCC users' mailing list:
    Steve> help-gcc@gnu.org.  This is gated to the news group,
    Steve> gnu.gcc.help.  You can subscribe to the mailing list by sending
    Steve> the word "subscribe" to the address help-gcc-request@gnu.org.

    Steve> You can find a complete list of our mailing lists and newsgroups
    Steve> on our web site at http://www.gnu.org/prep/mailinglists.html .

    Steve> Good luck and happy hacking!

    Steve> On Fri, Oct 12, 2001 at 04:29:47PM -0500, Steiner, Steve wrote:
    >> Hello.  I'm using gcc-2.95.3 with Sun Solaris 7 to compile a Tivoli
    Steve> Storage
    >> Manger API.  When compiling the file 'makeapi.sol', I get a
    >> complaint
    Steve> about
    >> the -mt in the CFLAGS line.  CFLAGS = -O -I -mt I don't know what
    >> the -mt is doing and can't find any information about
    Steve> it.
    >> Can you help?
    >> 
    >> Steve Steiner 918-547-7791 Cell 918-519-8423 steve.steiner@wcg.com
    >> 

    Steve> -- Orion Montoya, FSF Office Staff Free Software Foundation |
    Steve> Phone: +1-617-542-5942 59 Temple Place, Suite 330 | Fax:
    Steve> +1-617-542-2652 Boston, MA 02111-1307 USA | Web:
    Steve> http://www.gnu.org

AFIAK, there is no -mt option in regard to gcc. (except the -MT option of
the preprocessor, but this requires an argument.)

The Sun Compiler has a -mt option which enables multithreading. Maybe you
should investigate further on that.

Additionally, the -I option usually requires a directory as argument.

HTH
Claudio





More information about the Gcc-help mailing list