Bug 11153 - bad build directory references in libstdc++.la and libsupc++.la
Summary: bad build directory references in libstdc++.la and libsupc++.la
Status: RESOLVED DUPLICATE of bug 5291
Alias: None
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 3.3
: P2 normal
Target Milestone: 3.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 13:47 UTC by Peter Breitenlohner
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Breitenlohner 2003-06-11 13:47:22 UTC
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.
Comment 1 Nathanael C. Nerode 2003-06-16 20:58:13 UTC
It had been indicated to me at one time that this was a recurring problem with
all versions of libtool.
Comment 2 Andrew Pinski 2003-07-22 02:59:13 UTC
Not only this is recurring problem with all versions of libtool, there is already a bug for this 
problem, bug 5291, so marking this as a dup of that bug.

*** This bug has been marked as a duplicate of 5291 ***
Comment 3 Peter Breitenlohner 2003-07-22 08:09:26 UTC
Subject: Re:  bad build directory references in libstdc++.la
 and libsupc++.la

On Tue, 22 Jul 2003, pinskia at physics dot uc dot edu wrote:

> pinskia at physics dot uc dot edu changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |DUPLICATE
>
>
> ------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-22 02:59 -------
> Not only this is recurring problem with all versions of libtool, ........

If that is so, the the gcc build process somehow misuses libtool.
I know plenty of packages (with all sorts of library dependencies) that DO
NOT have this problem, in particular those using automake-1.7.x together
with libtool-1.5.

Thus PLEASE rephrase the use of libtool in your Makefile(.in) in such a way
as automake would do it!!!!!!!!!!!

> ..........., there is already a bug for this
> problem, bug 5291, so marking this as a dup of that bug.

Sorry, It seems I didn't search the bug database carefully enough.

regards
Peter Breitenlohner <peb@mppmu.mpg.de>