gcc-3.3.1 tested

Jump to First Reply
Posted:
in Mac Software edited January 2014
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

Comments

  • Reply 1 of 4
    thuh freakthuh freak Posts: 2,664member
    gcc-3.3 is avail for adc premier developers with xcode. and developers who went to wwdc. and evil developers who dl'd it with torrent. dunno if it was 3.3.1, but it was definitely 3.3. what does makin it urself give you (besides the satisfaction of building such a huge thing)?



    edit: 3.3 is also avail to all adc members thorugh their download page.
     0Likes 0Dislikes 0Informatives
  • Reply 2 of 4
    Quote:

    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.
     0Likes 0Dislikes 0Informatives
  • Reply 3 of 4
    thuh freakthuh freak Posts: 2,664member
    Quote:

    Originally posted by cookies

    There are always differences.



    like...?
     0Likes 0Dislikes 0Informatives
  • Reply 4 of 4
    Processor optimizations.
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.