PDA

View Full Version : Dev Tools




Frobisher
Nov 23, 2002, 07:14 AM
Hi

I just this week bought an iBook. It has 3 cd "software restore" which says (on the installation screen) that it contains the Developer Tools.

However, after doing the install, I can't find any handy developer tools like a C compiler. I am very puzzled about this, and can't find anything about this online.

Am I missing an obvious step? Can anyone help me? Thanks in advance.



lmalave
Nov 23, 2002, 01:41 PM
Hmm...no gcc in /usr/bin? That's strange - it should've definitely been installed. You can also go to developer.apple.com and download the Developer Tools.

bousozoku
Nov 23, 2002, 02:17 PM
There should be a Developer directory where the GUI-based tools reside. If you're looking for the command line tools, you should be able to type cc hello.c to compile your source file hello.c and everything should be working just fine.

Using the cc command invokes the C, C++, and Objective-C compilers. To compile java code, use javac.

robbieduncan
Nov 23, 2002, 02:38 PM
You need to install them (yes after installing from the restore discs!). Have a look for a directory called Installers in Applications.

cb911
Nov 24, 2002, 05:15 AM
you could always try the Finders 'find' function as well.

hope you get it all sorted.:p :D