Hi,
I recieved the following error while compling gcc-4.4.2 which is a dependency of
the atlas package:
ranlib -c libgcc.a
ranlib -c libgcov.a
ranlib: file: libgcc.a(_trampoline.o) has no symbols
ranlib: file: libgcc.a(_ctors.o) has no symbols
ranlib: file: libgcc.a(_powitf2.o) has no symbols
ranlib: file: libgcc.a(_multc3.o) has no symbols
ranlib: file: libgcc.a(_divtc3.o) has no symbols
ranlib: file: libgcc.a(_fixtfdi.o) has no symbols
ranlib: file: libgcc.a(_fixunstfdi.o) has no symbols
ranlib: file: libgcc.a(_floatditf.o) has no symbols
ranlib: file: libgcc.a(_floatunditf.o) has no symbols
ranlib: file: libgcc.a(_fixsfti.o) has no symbols
ranlib: file: libgcc.a(_fixdfti.o) has no symbols
ranlib: file: libgcc.a(_fixxfti.o) has no symbols
ranlib: file: libgcc.a(_fixtfti.o) has no symbols
ranlib: file: libgcc.a(_fixunssfti.o) has no symbols
ranlib: file: libgcc.a(_fixunsdfti.o) has no symbols
ranlib: file: libgcc.a(_fixunsxfti.o) has no symbols
ranlib: file: libgcc.a(_fixunstfti.o) has no symbols
ranlib: file: libgcc.a(_floattisf.o) has no symbols
ranlib: file: libgcc.a(_floattidf.o) has no symbols
ranlib: file: libgcc.a(_floattixf.o) has no symbols
ranlib: file: libgcc.a(_floattitf.o) has no symbols
ranlib: file: libgcc.a(_floatuntisf.o) has no symbols
ranlib: file: libgcc.a(_floatuntidf.o) has no symbols
ranlib: file: libgcc.a(_floatuntixf.o) has no symbols
ranlib: file: libgcc.a(_floatuntitf.o) has no symbols
ranlib: file: libgcc.a(darwin-64.o) has no symbols
rm -f libgcc_eh.a
strip -o libgcc_s.10.4.dylib_T \
-s
../../../gcc-4.4.2/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver
-c -u \
./libgcc_s.1.dylib.tmp
objects="unwind-dw2.o unwind-dw2-fde-darwin.o unwind-sjlj.o unwind-c.o
emutls.o"; \
if test -z "$objects"; then \
echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \
/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
-Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc
-I../../../gcc-4.4.2/libgcc -I../../../gcc-4.4.2/libgcc/.
-I../../../gcc-4.4.2/libgcc/../gcc -I../../../gcc-4.4.2/libgcc/../include
-DHAVE_CC_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \
-o eh_dummy.o; \
objects=eh_dummy.o; \
fi; \
ar rc libgcc_eh.a $objects
MLIBS=`/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include --print-multi-lib \
| sed -e 's/;.*$//' -e '/^\.$/d'` ; \
for mlib in $MLIBS ; do \
strip -o libgcc_s.10.4.dylib_T${mlib} \
-s
../../../gcc-4.4.2/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver
-c -u \
../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \
done
ranlib: file: libgcc_eh.a(unwind-sjlj.o) has no symbols
ranlib -c libgcc_eh.a
ranlib: file: libgcc_eh.a(unwind-sjlj.o) has no symbols
lipo -output libgcc_s.10.4.dylib -create libgcc_s.10.4.dylib_T*
rm libgcc_s.10.4.dylib_T*
strip -o libgcc_s.10.5.dylib_T \
-s ../../../gcc-4.4.2/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver
-c -u \
./libgcc_s.1.dylib.tmp
MLIBS=`/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include --print-multi-lib \
| sed -e 's/;.*$//' -e '/^\.$/d'` ; \
for mlib in $MLIBS ; do \
strip -o libgcc_s.10.5.dylib_T${mlib} \
-s
../../../gcc-4.4.2/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver
-c -u \
../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \
done
lipo -output libgcc_s.10.5.dylib -create libgcc_s.10.5.dylib_T*
rm libgcc_s.10.5.dylib_T*
cp libgcc_s.1.dylib.tmp \
./libgcc_s.1.dylib_T_ || exit 1 ; \
MLIBS=`/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include --print-multi-lib \
| sed -e 's/;.*$//' -e '/^\.$/d'` ; \
for mlib in $MLIBS ; do \
cp ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp \
./libgcc_s.1.dylib_T_${mlib} || exit 1 ; \
done
lipo -output libgcc_s.1.dylib \
-create libgcc_s.1.dylib_T*
rm libgcc_s.1.dylib_T*
# Now that we have built all the objects, we need to copy
# them back to the GCC directory. Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
make install-leaf DESTDIR=../.././gcc \
slibdir= libsubdir= MULTIOSDIR=.
/bin/sh ../../../gcc-4.4.2/libgcc/../mkinstalldirs ../.././gcc
/sw/bin/ginstall -c -m 644 libgcc_eh.a ../.././gcc/
# Recursively invoke make in the GCC directory to build any
# startfiles (for now). We must do this just once, passing
# it all the GCC_EXTRA_PARTS as simultaneous goal targets,
chmod 644 ../.././gcc/libgcc_eh.a
ranlib -c ../.././gcc/libgcc_eh.a
# so that rules which cannot execute simultaneously are properly
# serialized. We indirect through T_TARGET in case any multilib
ranlib: file: ../.././gcc/libgcc_eh.a(unwind-sjlj.o) has no symbols
# directories contain an equals sign, to prevent make from
# interpreting any of the goals as variable assignments.
/bin/sh ../../../gcc-4.4.2/libgcc/../mkinstalldirs ../.././gcc; /sw/bin/ginstall
-c -m 644 libgcc_s.1.dylib ../.././gcc/libgcc_s.1.dylib
# We must use cd && make rather than make -C, or else the stage
# number will be embedded in debug information.
T=`${PWDCMD-pwd}`/ \
&& cd ../.././gcc \
&& make
GCC_FOR_TARGET="/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include" \
MULTILIB_CFLAGS="-g -O2" \
T=$T \
T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o
${T}crtprec80.o" \
T_TARGET
# If this is the top-level multilib, build all the other
make[4]: *** [all-multi] Bus error
make[4]: *** Waiting for unfinished jobs....
/bin/sh: line 1: 99304 Bus error make
GCC_FOR_TARGET="/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include" MULTILIB_CFLAGS="-g -O2" T=$T
T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o
${T}crtprec80.o" T_TARGET
make[4]: *** [gcc-extra-parts] Error 138
make[3]: *** [all] Error 2
make[2]: *** [all-stage3-target-libgcc] Error 2
make[1]: *** [stage3-bubble] Error 2
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.djY2UJ failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gcc44-4.4.2-1000
(Lese Datenbank ... 49839 Dateien und Verzeichnisse sind derzeit installiert.)
Entferne fink-buildlock-gcc44-4.4.2-1000 ...
Failed: phase compiling: gcc44-4.4.2-1000 failed
I did some investigations in the build directory where I tried to run make again
with the following result:
ranlib: file: ../.././gcc/libgcc.a(_trampoline.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_ctors.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_powitf2.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_multc3.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_divtc3.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixtfdi.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixunstfdi.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floatditf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floatunditf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixsfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixdfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixxfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixtfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixunssfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixunsdfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixunsxfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_fixunstfti.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floattisf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floattidf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floattixf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floattitf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floatuntisf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floatuntidf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floatuntixf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(_floatuntitf.o) has no symbols
ranlib: file: ../.././gcc/libgcc.a(darwin-64.o) has no symbols
/sw/bin/ginstall -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
ranlib -c ../.././gcc/libgcov.a
parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o";\
for file in $parts; do \
rm -f ../.././gcc/$file; \
/sw/bin/ginstall -c -m 644 $file ../.././gcc/; \
done
rm -f stage_current
dyld: bad local relocation length
dyld: bad local relocation length
make[4]: Nothing to be done for `all'.
dyld: bad local relocation length
dyld: bad local relocation length
make[3]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all'.
dyld: bad local relocation length
dyld: bad local relocation length
true "AR_FLAGS=rc"
"CC_FOR_BUILD=/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./prev-gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./prev-gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/" "CFLAGS=-g -O2 -fomit-frame-pointer"
"CXXFLAGS=-g -O2 -fomit-frame-pointer" "CFLAGS_FOR_BUILD=-g -O2"
"CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/sw/bin/ginstall -c"
"INSTALL_DATA=/sw/bin/ginstall -c -m 644" "INSTALL_PROGRAM=/sw/bin/ginstall -c"
"INSTALL_SCRIPT=/sw/bin/ginstall -c" "LDFLAGS=" "LIBCFLAGS=-g -O2"
"LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo
--split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest"
"RUNTESTFLAGS=" "exec_prefix=/sw/lib/gcc4.4" "infodir=/sw/share/info"
"libdir=/sw/lib/gcc4.4/lib" "prefix=/sw/lib/gcc4.4"
"tooldir=/sw/lib/gcc4.4/i686-apple-darwin9" "AR=ar" "AS=as"
"CC=/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./prev-gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./prev-gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/" "CXX=g++"
"LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld" "LIBCFLAGS=-g -O2" "NM=nm"
"PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
dyld: bad local relocation length
dyld: bad local relocation length
make[3]: Nothing to be done for `all'.
dyld: bad local relocation length
dyld: bad local relocation length
make[3]: Nothing to be done for `all'.
dyld: bad local relocation length
dyld: bad local relocation length
Makefile:3355: warning: overriding commands for target `gt-darwin.h'
../../gcc-4.4.2/gcc/config/t-darwin:17: warning: ignoring old commands for
target `gt-darwin.h'
make[3]: Nothing to be done for `all'.
Checking multilib configuration for libgcc...
dyld: bad local relocation length
dyld: bad local relocation length
dyld: bad local relocation length
dyld: bad local relocation length
/bin/sh: line 1: 12877 Trace/BPT trap make "DESTDIR="
"RPATH_ENVVAR=DYLD_LIBRARY_PATH" "TARGET_SUBDIR=i686-apple-darwin9"
"bindir=/sw/lib/gcc4.4/bin" "datadir=/sw/lib/gcc4.4/share"
"exec_prefix=/sw/lib/gcc4.4" "includedir=/sw/lib/gcc4.4/include"
"datarootdir=/sw/lib/gcc4.4/share" "docdir=/sw/lib/gcc4.4/share/doc"
"infodir=/sw/share/info" "pdfdir=/sw/lib/gcc4.4/share/doc"
"htmldir=/sw/lib/gcc4.4/share/doc" "libdir=/sw/lib/gcc4.4/lib"
"libexecdir=/sw/lib/gcc4.4/libexec" "lispdir="
"localstatedir=/sw/lib/gcc4.4/var" "mandir=/sw/share/man"
"oldincludedir=/usr/include" "prefix=/sw/lib/gcc4.4"
"sbindir=/sw/lib/gcc4.4/sbin" "sharedstatedir=/sw/lib/gcc4.4/com"
"sysconfdir=/sw/lib/gcc4.4/etc" "tooldir=/sw/lib/gcc4.4/i686-apple-darwin9"
"build_tooldir=/sw/lib/gcc4.4/i686-apple-darwin9"
"target_alias=i686-apple-darwin9" "BISON=bison" "CC_FOR_BUILD=gcc"
"CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=g++" "EXPECT=expect" "FLEX=flex"
"INSTALL=/sw/bin/ginstall -c" "INSTALL_DATA=/sw/bin/ginstall -c -m 644"
"INSTALL_PROGRAM=/sw/bin/ginstall -c" "INSTALL_SCRIPT=/sw/bin/ginstall -c"
"LDFLAGS_FOR_BUILD=" "LEX=flex" "M4=gm4" "MAKE=make" "RUNTEST=runtest"
"RUNTESTFLAGS=" "SHELL=/bin/sh" "YACC=bison -y" "`echo 'ADAFLAGS=' | sed -e
s'/[^=][^=]*=$/XFOO=/'`" "ADA_CFLAGS=" "AR_FLAGS=rc" "`echo
'BOOT_ADAFLAGS=-gnatpg -gnata' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g
-O2 -fomit-frame-pointer" "BOOT_LDFLAGS=" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2"
"LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fno-implicit-templates"
"STAGE1_CFLAGS=-g -fkeep-inline-functions"
"STAGE1_CHECKING=--enable-checking=yes,types" "STAGE1_LANGUAGES=c"
"STAGE2_CFLAGS=-g -O2 -fomit-frame-pointer" "STAGE3_CFLAGS=-g -O2
-fomit-frame-pointer" "STAGE4_CFLAGS=-g -O2 -fomit-frame-pointer" "GNATBIND=no"
"GNATMAKE=no" "AR_FOR_TARGET=ar" "AS_FOR_TARGET=as"
"CC_FOR_TARGET=/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include" "CFLAGS_FOR_TARGET=-g -O2"
"CPPFLAGS_FOR_TARGET="
"CXX_FOR_TARGET=/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/g++
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/ -nostdinc++
-L/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/i686-apple-darwin9/
libstdc++-v3/src
-L/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/i686-apple-darwin9/
libstdc++-v3/src/.libs
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include" "CXXFLAGS_FOR_TARGET=-g -O2"
"DLLTOOL_FOR_TARGET=dlltool"
"GCJ_FOR_TARGET=/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/gcj
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include"
"GFORTRAN_FOR_TARGET=/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
gfortran
-B/sw/src/fink.build/gcc44-4.4.2-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.4/i686-apple-darwin9/bin/
-B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/include -isystem
/sw/lib/gcc4.4/i686-apple-darwin9/sys-include"
"LD_FOR_TARGET=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld"
"LIPO_FOR_TARGET=lipo" "LDFLAGS_FOR_TARGET=" "LIBCFLAGS_FOR_TARGET=-g -O2"
"LIBCXXFLAGS_FOR_TARGET=-g -O2 -fno-implicit-templates" "NM_FOR_TARGET=nm"
"OBJDUMP_FOR_TARGET=objdump" "RANLIB_FOR_TARGET=ranlib -c"
"STRIP_FOR_TARGET=strip" "WINDRES_FOR_TARGET=windres" "WINDMC_FOR_TARGET=windmc"
"`echo 'LANGUAGES=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false"
"CONFIG_SHELL=/bin/sh" "MAKEINFO=makeinfo --split-size=5000000
--split-size=5000000 --split-size=5000000" CFLAGS="-g -O2 -fomit-frame-pointer"
CXXFLAGS="-g -O2 -fomit-frame-pointer" LIBCFLAGS="-g -O2" CFLAGS_FOR_TARGET="-g
-O2" CXXFLAGS_FOR_TARGET="-g -O2" 'AR=$(AR_FOR_TARGET)' 'AS=$r/./gcc/as'
'CC=$(CC_FOR_TARGET)' 'CFLAGS=$(CFLAGS_FOR_TARGET) ' 'CXX=$(CXX_FOR_TARGET)'
'CXXFLAGS=$(CXXFLAGS_FOR_TARGET) ' 'DLLTOOL=$(DLLTOOL_FOR_TARGET)'
'LD=$r/./gcc/collect-ld' 'LDFLAGS=$(LDFLAGS_FOR_TARGET)'
'LIBCFLAGS=$(LIBCFLAGS_FOR_TARGET) ' 'LIBCXXFLAGS=$(LIBCXXFLAGS_FOR_TARGET) '
'NM=$r/./gcc/nm' 'OBJDUMP=$(OBJDUMP_FOR_TARGET)' 'RANLIB=$(RANLIB_FOR_TARGET)'
'WINDRES=$(WINDRES_FOR_TARGET)' 'WINDMC=$(WINDMC_FOR_TARGET)' all
make[2]: *** [all-stage3-target-libgcc] Error 133
make[1]: *** [stage3-bubble] Error 2
make: *** [all] Error 2
Thanks for you help
Regards,
René
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users