public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How to use GCC on Mac OS x?
@ 2004-01-19  4:10 Zhenghao Chen
  2004-01-19 12:30 ` Eljay Love-Jensen
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenghao Chen @ 2004-01-19  4:10 UTC (permalink / raw)
  To: gcc-help

Hi there,

I am a new CS student of Stanford Univercity. I just buy a powerbookG4 and 
need to compile my C code on Mac OS X. This is the first time that I use 
Mac and GCC, can you help me and tell me how to use GCC on Mac OS X?

Thanks

Zhenghao Chen

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to use GCC on Mac OS x?
  2004-01-19  4:10 How to use GCC on Mac OS x? Zhenghao Chen
@ 2004-01-19 12:30 ` Eljay Love-Jensen
  0 siblings, 0 replies; 2+ messages in thread
From: Eljay Love-Jensen @ 2004-01-19 12:30 UTC (permalink / raw)
  To: Zhenghao Chen, gcc-help

Hi Zhenghao,

>can you help me and tell me how to use GCC on Mac OS X?

You need to install the development tools from either your OS X CDs, or download it as a file from Apple's developer website <http://www.apple.com/>.

Then, my technique, is to use VIM form the Terminal.app to edit my source code, create makefiles, and compile my projects on the command line.  (I'm an old Unix user.)

The new fangled way is to use one of the impressive GUI tools like Xcode and/or Project Builder as your IDE.  (The only GUI/IDE tool I use is Eclipse <http://www.eclipse.org/>, which is really geared towards Java development.  Not as much for C++ development.  At the moment.)

HTH,
--Eljay


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-19 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-19  4:10 How to use GCC on Mac OS x? Zhenghao Chen
2004-01-19 12:30 ` Eljay Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).