![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2004
Posts: 1
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
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." |
|
|
|
|
|
#3 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
I believe it's installed by default.
|
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
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." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|