libtool
[Top][All Lists]
Advanced

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

Build shared library with shared libraries and static libraries on HP-UX


From: libtool
Subject: Build shared library with shared libraries and static libraries on HP-UX
Date: 11 Apr 2006 21:07:49 -0000

Hello, 

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 ?

Thanks a lot for any answer
@++
JC




reply via email to

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