Results 1 to 6 of 6
Hi all,
I want 2 know how 2 compile objective c code using gcc compiler?
What command should be used for it?
thanks in advance...
- 08-20-2007 #1
How 2 compile objective c using gcc compiler
Hi all,
I want 2 know how 2 compile objective c code using gcc compiler?
What command should be used for it?
thanks in advance
- 08-20-2007 #2
use -x objective-c with gcc.
Ex:
# gcc -x objective-c <src_file> -o <obj>---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------
- 08-21-2007 #3
- 08-24-2007 #4Just Joined!
- Join Date
- Nov 2006
- Location
- Hyderabad
- Posts
- 85
hi,
could you please tell me what is objective c code.
- 08-24-2007 #5Regards,
who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html
- 08-24-2007 #6Regards,
who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html


Reply With Quote
