On Tue, 3 Jun 2003, Robert Boehne wrote:
> Ronald,
>
> Libtool purposely does not support linking static libs into shared libs
> when it can help it, so even if a patch with a proper copyright
> assignment was posted, it wouldn't get past me.
The idea I was looking at is not linking static libs in
On Wed, 28 May 2003, Howard Chu wrote:
> > Ronald Landheer-Cieslak wrote:
> > I am looking for a way to portably tell libtool to link in all objects
> > of a given static library.
[snip]
> Link all of the static archive members into a single object file. This works
> on all platforms:
> (mkd
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf
> Of Ronald
> Landheer-Cieslak
> Sent: Wednesday, May 28, 2003 6:00 AM
> To: [EMAIL PROTECTED]
> Subject: A portable way to link in all objects
>
>
> Hello all,
>
> I am looking for a way to portably tell libt