libtool
[Top][All Lists]
Advanced

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

Re: Build shared library with shared libraries and static libraries on H


From: Albert Chin
Subject: Re: Build shared library with shared libraries and static libraries on HP-UX
Date: Wed, 26 Apr 2006 00:51:08 -0500
User-agent: Mutt/1.5.6i

On Tue, Apr 11, 2006 at 09:07:49PM -0000, address@hidden wrote:
> I would like compile a shared library of PHP for loading it into apache on
> the HP-UX os.
> 
> The problem is that i cannot because :
> 
>       - one of the different libraries used by php for
>         compiling is c-client (imap) who is only 
>         available as a static library.
> 
>       - and libtool doesn't accept mixed static and shared library 
>         the final result in this case is always a static library.
>         This situation occured on HP-UX but not on Linux.
> 
> My question are : 
> 
>       - Why it's not possible to mix libraries on HP-UX ?
>       - Is there a way to resolve this situation ?

We solved this by modifying the imap makefile to build the c-client
library using libtool.

-- 
albert chin (address@hidden)




reply via email to

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