swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: infos on compiler flag


From: W . Northcott
Subject: Re: infos on compiler flag
Date: Thu, 12 Sep 2002 15:29:52 +1000

>[localhost:~/objc-sample] alex% gcc3 -g -fgnu-runtime -O -c main.m
>printer.m -o test
>gcc3: cannot specify -o with -c or -S and multiple compilations

This is just an invalid compiler command.  The -c option specifies that 
main.m should be compiled to the object file main.o.  The command then 
tries to contradict this with '-o test'.  The compiler then refuses to 
execute the command, as it should do.

Bill Northcott

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]