libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool problem


From: M. Lavasani
Subject: Re: libtool problem
Date: Tue, 29 Jul 2003 10:26:46 +0100 (BST)

> > > > 
> > > > I am trying to compile pango on HPUX-11.22 (IA64) platform using 
> > > > gcc-3.3.1.
> > > > 
> > > > Pango first generates "libpango.so", Then it generates another library
> > > > "libpangox.so" that links to "libpango.so".
> > > > 
> > > >          shared library list:
> > > >              ./.libs/libpango.so
> > > >              libX11.so.1
> > > >              libc.so.1
> > > > 
> > > > as you see from the above it links to " ./.libs/libpango.so". This has 
> > > > caused lot of problem.
> > > 
> > > Is this the result when libpangox.so is created or *after* it is
> > > installed? What matters is the result after installation.
> > 
> > No, this is the result "before" libpangox.so installed.  
> 
> Then it is correct.
> 
> > I take your point, But some packages ( such as pango , gtk+2, ... )
> > are building library first, and then they use that library to build
> > an executable. 
> > 
> > In a cases such as above programs, the program will fail to build
> > the executables in compile time. Even before they get to install
> > phase.
> 
> Run 'make install' and you'll see that libtool relinks the
> binaries/libraries so the end result is ok.
> 
> I've built GTK+ 2.2.x fine on HP-UX 11.00 and 11i.
> 
Sorry my fault. I 've got a patch that I used to use it with the old version of
libtool, to take the version number of the libraries. It seem the patch breaks
the new version of configure and libtool. It is very annoying to have the 
version
number with the shared libraries.


Thanks

                        __Mehdi


Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]