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 libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1


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

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

           Summary: abi_check not finding correct libgcc_s.so.1
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gschafer at zip dot com dot au
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu

This is from the current 3.3 branch.

                === libstdc++-v3 Summary ===

# of expected passes            452
# of unexpected failures        1
# of unexpected successes       26
# of expected failures          2
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory
`/mnt/hdb7/gcc/branch-3.3/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[4]: Entering directory
`/mnt/hdb7/gcc/branch-3.3/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
Makefile:480: warning: overriding commands for target `check-am'
Makefile:396: warning: ignoring old commands for target `check-am'
./abi_check: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by
/mnt/hdb7/gcc/branch-3.3/gcc-build/i686-pc-linux-gnu/libstdc++-v3/s
rc/.libs/libstdc++.so.5)

It should be looking for the newly built libgcc_s.so.1 (not the one in /lib).
Looks like some LD_LIBRARY_PATH fine tuning is needed.

Thanks


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