libtool
[Top][All Lists]
Advanced

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

Re: HP-UX 11.00 problems


From: Albert Chin
Subject: Re: HP-UX 11.00 problems
Date: Tue, 15 Jun 2004 15:51:29 -0500
User-agent: Mutt/1.5.6i

On Tue, Jun 15, 2004 at 02:26:35PM +0200, ZIGLIO, Frediano, VF-IT wrote:
> I wants to include libgcc.a (statically) into shared library, I just
> added /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/libgcc.a to
> LIBS variable in configure however when libtool build static library it
> split some library than add every module and libgcc.a to destination
> library (filling entire drive). To solve this I have to create a
> libgcc.la file. This solve my problem however IMHO it should work even
> specifying libgcc.a directly.
> Another issue it's export limit (-export-symbols-regex using libtool).
> As you can note from output above first it try to compute symbols to
> export (using grep) however it cannot find symbol file cause it's
> created after grep (using nm).

On HP-UX, you _cannot_ create a shared libraries with .o files built
without +z/+Z, -fpic/-fPIC.

-- 
albert chin (address@hidden)




reply via email to

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