This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/11998] New: soft-float libstdc++ multilib fails to build


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: soft-float libstdc++ multilib fails to build
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-netbsdelf1.6.1

with current gcc mainline (20030820), the soft-float libstdc++ multilib fails to
link:

/tmp/mainline/objdir/gcc/g++ -shared-libgcc -B/tmp/mainline/objdir/gcc/
-nostdinc++ -B/tmp/dara//powerpc-netbsdelf1.6.1/bin/
-B/tmp/dara//powerpc-netbsdelf1.6.1/lib/ -isystem
/tmp/dara//powerpc-netbsdelf1.6.1/include -isystem
/tmp/dara//powerpc-netbsdelf1.6.1/sys-include -msoft-float -fPIC -mstrict-align
-include bits/stdc++.h -g -O2 -msoft-float -fPIC -mstrict-align -msoft-float
-fPIC -mstrict-align -o abi_check abi_check.o 
-L/tmp/mainline/objdir/powerpc-netbsdelf1.6.1/soft-float/libstdc++-v3/src
-L/tmp/mainline/objdir/powerpc-netbsdelf1.6.1/soft-float/libstdc++-v3/src/.libs -lm
/tmp/mainline/objdir/powerpc-netbsdelf1.6.1/soft-float/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `__eqdf2'
/tmp/mainline/objdir/gcc/libgcc_s_soft-float.so: undefined reference to `__fixsfsi'
/tmp/mainline/objdir/gcc/libgcc_s_soft-float.so: undefined reference to
`__floatsidf'
/tmp/mainline/objdir/gcc/libgcc_s_soft-float.so: undefined reference to `__ltdf2'
...

Configuration done by: ../gcc/configure --prefix=/tmp/dara/
--enable-languages=c,c++,objc --target=powerpc-netbsdelf1.6.1
--with-sysroot=/tmp/dara/powerpc-netbsdelf1.6.1/sysroot


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]