Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 30th, 2004, 6:07 PM   #1
Ghostdog
Newbie
 
Join Date: Nov 2004
Posts: 1
Rep Power: 0 Ghostdog is on a distinguished road
Total newbie here teaching himself C and C++. Unfortunately I have huge problems finding a compiler, I've been to all the sites with lists of free compilers and absoloutely nothing works.

I'm on an OSX mac and it does have some kind of 'project builder' prpgram written for developers that claims to be able to compile C and C++ but its utter nonsense. So if anyone could point me towards a working, mac-compatiable C/C++ compiler I will be very grateful.

Thanks in advance.
Ghostdog is offline   Reply With Quote
Old Nov 30th, 2004, 7:40 PM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Isn't GCC available in OS X ?
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Dec 1st, 2004, 11:36 AM   #3
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I believe it's installed by default.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Dec 1st, 2004, 3:20 PM   #4
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Ghostdog try:

gcc ./yourprog.cpp
resulting file is ./a.out

IF gcc isn't found, try the following to find its path:

which gcc
or
find / -name gcc* -print
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:03 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC