discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Objective-C newbie programming question


From: Pete French
Subject: Re: Objective-C newbie programming question
Date: Fri, 17 Jan 2003 15:17:55 +0000

> bash-2.05a$ gcc -c hello.m -lobjc       

-c tells it to compile but not link it. Just do

gcc hello.m -lobjc

and then run the resulting a.out

> /* W.J. Antel Jr.  12/12/96       
> ** Compile with gnu's gcc:  gcc hello.m -lobjc
> */

...and it says this in the comments :-)

-bat.




reply via email to

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