[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: |
Wed, 23 Mar 2005 09:21:28 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi Ambarish,
* Ambarish Mitra wrote on Wed, Mar 23, 2005 at 07:29:00AM CET:
>
> I checked the output of: g++ -v, it is:
> Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
> gcc version 2.95.3 20010315 (release)
>
>
> The libstdc++.la has dependencies as:
> dependency_libs=' -L/usr2/SOURCES/S8/gcc-3.3/objdir/sparc-sun-solaris2.8/lib
> stdc++-v3/src -L/usr2/SOURCES/S8/gcc-3.3/objdir/sparc-sun-solaris2.8/libstdc
> ++-v3/src/.libs -lm -lm -lm -L/usr2/SOURCES/S8/gcc-3.3/objdir/gcc -L/usr/loc
> al/sparc-sun-solaris2.8/bin -L/usr/local/sparc-sun-solaris2.8/lib -L/usr/loc
> al/lib/gcc-lib/sparc-sun-solaris2.8/../../../sparc-sun-solaris2.8/lib -L/usr
> /ccs/bin -L/usr/ccs/lib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/../..
> -lgcc_s -lgcc_s -lm -lgcc_s -lgcc_s'
OK. So this is a broken installation as well.
Thank you for your response,
Ral
> -----Original Message-----
> From: Ralf Wildenhues [mailto:address@hidden
> * 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?
>
> > From: Ralf Wildenhues [mailto:address@hidden
> >
> > 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.