error with port install gcc33

Joined
Jul 24, 2007
Messages
3
Reaction score
0
Points
1
I tried to install gcc33 from darwinports but this fails with following error

Any idea's where to start looking

Code:
86-39-16-184:/opt/local/bin joeribelis$ sudo port install gcc33
--->  Building gcc33 with target bootstrap-lean
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc33/work/build" && make bootstrap-lean " returned error 2
Command output: make[2]: Nothing to be done for `all'.
Bootstrapping the compiler
make CC=" stage1/xgcc -Bstage1/ -B/opt/local/i686-apple-darwin8.7.3/bin/" \
         STAGE_PREFIX=stage1/ \
         ADAC="\$(CC)" AR_FOR_TARGET="ar" RANLIB_FOR_TARGET="ranlib" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/opt/local/lib/gcc-3.3 LANGUAGES="c gcov c++ f77 objc" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
stage1/xgcc -Bstage1/ -B/opt/local/i686-apple-darwin8.7.3/bin/   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ../libiberty/libiberty.a
/usr/bin/ld: warning prebinding disabled because of undefined symbols
/usr/bin/ld: Undefined symbols:
__init_keymgr
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap-lean] Error 2

Error: Status 1 encountered during processing.
86-39-16-184:/opt/local/bin joeribelis$
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top