bug-libtool
[Top][All Lists]
Advanced

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

Re: your mail


From: Ralf Wildenhues
Subject: Re: your mail
Date: Mon, 21 Mar 2005 08:31:59 +0100
User-agent: Mutt/1.4.1i

Hi there,

* Пухальский Юрий Андреевич wrote on Wed, Mar 09, 2005 at 01:40:58PM CET:
>
*snip*
> I don't know what else we could do (but I know little about Solaris).
> Btw, another issue I stepped on Solaris. Compiler 5.6 (Studio 10).
>
> I use libtool for the following.
> I make a small static library to be linked to the resulting shared.
> Unfortunately, this static library is being made only of non-PIC
> objects (although both PIC and non-PIC ones are compiled). Is it maybe
> possible to have both versions of intermediate static libraries, from
> PIC and non-PIC objects? Or should I use partial linking or any other
> means?

If you do not intend to install the library (and are using Automake),
it should create a convenience archive comprised of the PIC objects
only.  Linking against it should be fine.

Do you need the non-PIC objects in a static library as well?
You could just create it under another name then.

Regards,
Ralf





reply via email to

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