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++/11153] New: bad build directory references in libstdc++.la and libsupc++.la


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

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

           Summary: bad build directory references in libstdc++.la and
                    libsupc++.la
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: peb@mppmu.mpg.de
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

The installed libstdc++.la and libsupc++.la files refer in their dependency_libs
entry to the build directory (-L's). With nfs-mounted filesystems that may cause
serious hangups.

As far as I can see, this is due to the fact that you use GNU libtool
1.4a-GCC3.0 (libtool-1.4a with GCC local changes). As far as I know this problem
has disappeared with libtool-1.5.

Curiously enough I encountered such hangups when running 'make check' for
libtool-1.5.


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