gcc-3.3.1 tested
gcc-3.3.1
I compiled gcc 3.3.1 on Darwin PPC / Mac OS X 10.2.6, and it worked. Previous compiler was 3.3-pre from the June 2003 update for December 2003 Developer Tools. A number of changes are present, including some Apple changes.
http://gcc.gnu.org/
ftp://mirrors.rcn.net/pub/sourceware...-3.3.1.tar.bz2
% bash
% time bzip2 -vd < ~/b/gcc-3.3.1.tar.bz2 | tar -xf -
(stdin): done
real 3m17.488s
user 1m8.970s
sys 0m37.350s
% ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) 6144
file size (blocks, -f) 800
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 256
pipe size (512 bytes, -p) 1
stack size (kbytes, -s) 512
cpu time (seconds, -t) unlimited
max user processes (-u) 100
virtual memory (kbytes, -v) 6656
% ulimit -s 800
% mkdir gcc331
% cd gcc331
% CFLAGS=-O2 ../gcc-3.3.1/configure --enable-threads=posix
% BOOT_CFLAGS=-O2 make bootstrap
% sudo make install
% gcc -v
Reading specs from /usr/local/lib/gcc-lib/powerpc-apple-darwin6.6/3.3.1/specs
Configured with: ../gcc-3.3.1/configure --enable-threads=posix
Thread model: posix
gcc version 3.3.1
I compiled gcc 3.3.1 on Darwin PPC / Mac OS X 10.2.6, and it worked. Previous compiler was 3.3-pre from the June 2003 update for December 2003 Developer Tools. A number of changes are present, including some Apple changes.
http://gcc.gnu.org/
ftp://mirrors.rcn.net/pub/sourceware...-3.3.1.tar.bz2
% bash
% time bzip2 -vd < ~/b/gcc-3.3.1.tar.bz2 | tar -xf -
(stdin): done
real 3m17.488s
user 1m8.970s
sys 0m37.350s
% ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) 6144
file size (blocks, -f) 800
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 256
pipe size (512 bytes, -p) 1
stack size (kbytes, -s) 512
cpu time (seconds, -t) unlimited
max user processes (-u) 100
virtual memory (kbytes, -v) 6656
% ulimit -s 800
% mkdir gcc331
% cd gcc331
% CFLAGS=-O2 ../gcc-3.3.1/configure --enable-threads=posix
% BOOT_CFLAGS=-O2 make bootstrap
% sudo make install
% gcc -v
Reading specs from /usr/local/lib/gcc-lib/powerpc-apple-darwin6.6/3.3.1/specs
Configured with: ../gcc-3.3.1/configure --enable-threads=posix
Thread model: posix
gcc version 3.3.1
Comments
edit: 3.3 is also avail to all adc members thorugh their download page.
Originally posted by thuh Freak
what does makin it urself give you (besides the satisfaction of building such a huge thing)?
There are always differences.
Originally posted by cookies
There are always differences.
like...?