Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Woe is me, can't get the Dec 2002 tools update ...



On Thu, Dec 05, 2002 at 04:49:11PM +0000, email@hidden wrote:
> Hello, all ...
>
> I've been informed that there is a Dec 2002 Dev tools update, yet when I log into ADC, I
> can't see it (last one shown is Oct 2002). This update is important to me 'cuz I believe it
> includes a template fix that the ACE project needs. I am an "online" (read: didn't pay a
> nickel) ADC member, could this be the reason it's unavailable to me? If so, when will the
> legions of "online" members have access to this?


In the meantime, you can try checking out the version of Apple's GCC from
their CVS tree and building it yourself.


Here are the steps to download the gcc compiler from the Apple CVS repository.

(1) Read this page to see the Apple CVS policy setup:
http://developer.apple.com/darwin/tools/cvs/docs.html

(2) Register to get read-only access to the Apple CVS repository by
reading the Apple Public Source License:
http://www.opensource.apple.com/apsl/

Click through the license, and register to get a CVS login ID and password.

(3) Assuming that your home directory is foo, make a few directories:
mkdir gcc-source
mkdir gcc-test

(4) Once you get a confirmation e-mail message, you can check out gcc.

cd $HOME/gcc-source
cvs -d :pserver:[userid]@anoncvs.opensource.apple.com:/cvs/Darwin login
Password: (enter your password)

cvs -d :pserver:[userid]@anoncvs.opensource.apple.com:/cvs/Darwin co -r gcc3-1175 gcc3

(That will check things out from the gcc3-1175 branch tag)

All the gcc source code will be under:
$HOME/gcc-source/gcc3

(5) To build gcc:
mkdir $HOME/gcc-source/build
cd $HOME/gcc-source/build
../gcc3/configure --prefix=$HOME/gcc-test --enable-language=c,c++
make boostrap
make install

(6) To run gcc, make sure that $HOME/gcc-test/bin is in your PATH.
The compiler binary is named powerpc-apple-darwin6.2-g++.


--
Craig Rodrigues Distributed Systems and Logistics, Office 6/325A
email@hidden BBN Technologies, a Verizon company
(617) 873-4725 Cambridge, MA
_______________________________________________
darwin-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-development
Do not post admin requests to the list. They will be ignored.

References: 
 >Woe is me, can't get the Dec 2002 tools update ... (From: email@hidden)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.