[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtool installation problem
From: |
Ralf Wildenhues |
Subject: |
Re: libtool installation problem |
Date: |
Mon, 21 Mar 2005 09:22:58 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi Ambarish,
* Ambarish Mitra wrote on Mon, Mar 21, 2005 at 09:19:00AM CET:
>
> Sincere thanks for all your inputs. Since this is long time indeed, I have
> myself "googled" out some relevant information and fixed it. Now, libtool
> 1.5 is working on my Solaris 2.8 which uses gcc 3.3
So, what was the problem? Was my assumption correct?
Thanks,
Ralf
> -----Original Message-----
> From: Ralf Wildenhues [mailto:address@hidden
> Sent: Monday, March 21, 2005 1:01 PM
> To: Ambarish Mitra
> Cc: address@hidden
> Subject: Re: libtool installation problem
>
*snip*
>
> You have a custom gcc installation. Please show the output of
> $ g++ -v
> and take a show the .la files installed under that prefix, for example
> /usr/local/lib/libstdc++.la
>
> I bet they contain references to within the build tree, in your case
> that would be /usr2/SOURCES/S8/gcc-3.3/objdir/. These references are
> wrong. I have seen this behavior before, I do not know whether it is
> a bug of the gcc-provided libtool.