Successful Bootstrap/Install of prerelease-3.3.4-20040517 on i686-apple-darwin7.0.0

Lars Sonchocky-Helldorf lars.sonchocky-helldorf@hamburg.de
Mon May 17 23:34:00 GMT 2004


I successfully bootstrapped C and ObjC of gcc-3.3.4-20040517 on Darwin 
7.0.1/x86

System:

uname -a
Darwin localhost 7.0.0 Darwin Kernel Version 7.0.0: Thu Nov 13 19:17:35 
PST 2003; root:work/xnu-517.obj/RELEASE_I386  x86 i386

Prerequisites:

Do a ln -s /usr/bin/c++filt /usr/bin/c++filt3 since c++filt3 seems to 
be missing on Darwin7.0.1/
x86

Compiler used for bootstrapping:

gcc -v      Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
(this is the default compiler that comes with Darwin 7.0.1)

Configured like:

mkdir testbuild
cd testbuild
../gcc-3.3.4-20040517/configure --enable-languages=c,objc 
--prefix=/tmp/gcc

Bootstrapped and installed like:

make bootstrap
make install
Result of bootstrap:

/tmp/gcc/bin/gcc -v
Reading specs from 
/private/tmp/gcc/bin/../lib/gcc-lib/i686-apple-darwin7.0.0/3.3.4/specs
Configured with: ../gcc-3.3.4-20040517/configure 
--enable-languages=c,objc --prefix=/tmp/gcc
Thread model: single
gcc version 3.3.4 20040516 (prerelease)

I did not run any tests since I am not aware of a Darwin/x86 port of 
dejagnu and except.

Note:

At first I tried configuring like

../gcc-3.3.4-20040517/configure --prefix=/tmp/gcc

but C++ failed to build properly. Because Java depends on C++ I omitted 
it too. Since I mainly need ObjC and it's runtime, that is no major 
problem for me.

regards, Lars




More information about the Gcc mailing list