No need to stumble with Darwin tool anymore,
in their infinite wisdom Apple finally put
the developer tools in the ADC section.
Here is how I got it to work, I am sure there
must be an easier way since this was a bit painful.
I downloaded the file in Os 9 and did the rest in Os X.
So just go to the Apple web page, developer section,
log in (or register for free first), go to
download section and download the "Public Beta Tools CD"
TAR file from the "Mac OS X Public Beta Developer Tools"
section.
If you do this from OS 9 using netscape it may throw
garbage on your screen since the browser does not
know how to handle a ".tgz" file. Go into preferences
in Netscape, Applications, and specify that you simply
want to save any file with a .tgz extension, now try
again. Save it in a place you can easily find it back
once you are in OS X, the desktop is probably not the
best place.
Now boot into Os X, locate the file and copy it
into your "home" directory (users/whateveryournameis)
Now start a Unix terminal (applications,
utilities, terminal).
Here it is, the magic command:
tar -xvf YOURFILE.tgz
where YOURFILE is the name, yeah, yeah you got it.
Now...... leave the terminal session and use the
"finder" to navigate back to your home directory,
you now see a "Developer.pkg" package icon (which
represents a directory that you just extracted with
the tar command).
Double click on it and 10 minutes later you will
have gcc, bison, make..... !!!!!
Apple rulez !