[Bug bootstrap/26510] New: --disable-shared broken for darwin platform

hanwen at xs4all dot nl gcc-bugzilla@gcc.gnu.org
Wed Mar 1 13:21:00 GMT 2006


compiling with static libs for darwin breaks during compile with the following
message.

MLIBS=`/home/hanwen/vc/gub/target/darwin-x86/build/gcc-4.1.0/./gcc/xgcc
-B/home/hanwen/vc/gub/target/darwin-x86/build/gcc-4.1.0/./gcc/
-B/home/hanwen/vc/gub/target/darwin-x86/system/usr/cross//i686-apple-darwin8/bin/
-B/home/hanwen/vc/gub/target/darwin-x86/system/usr/cross//i686-apple-darwin8/lib/
-isystem
/home/hanwen/vc/gub/target/darwin-x86/system/usr/cross//i686-apple-darwin8/include
-isystem
/home/hanwen/vc/gub/target/darwin-x86/system/usr/cross//i686-apple-darwin8/sys-include
--print-multi-lib \
        | sed -e 's/;.*$//' -e '/^\.$/d' -e 's/^/_/'` ; \
for mlib in '' $MLIBS ; do \
  i686-apple-darwin8-strip -o libgcc_s.10.4.dylib_T${mlib} \
    -s
/home/hanwen/vc/gub/target/darwin-x86/src/gcc-4.1.0/gcc/config/i386/darwin-libgcc.10.4.ver
-c -u \
    libgcc_s${mlib}.1.dylib || exit 1 ; \
done
i686-apple-darwin8-strip: can't open file: libgcc_s.1.dylib (No such file or
directory)
make[3]: *** [libgcc_s.10.4.dylib] Fout 1
make[3]: Leaving directory
`/home/hanwen/vc/gub/target/darwin-x86/build/gcc-4.1.0/gcc'
make[2]: *** [all-gcc] Fout 2


-- 
           Summary: --disable-shared broken for darwin platform
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hanwen at xs4all dot nl
 GCC build triplet: i386-redhat-linux
  GCC host triplet: i386-redhat-linux
GCC target triplet: i686-apple-darwin8


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26510



More information about the Gcc-bugs mailing list