libtool, -fPIC and .so libraries

2000-11-13 Thread Michel LESPINASSE
From: Michel LESPINASSE <[EMAIL PROTECTED]> Date: Mon, 13 Nov 2000 04:14:50 -0800 To: David MacKenzie <[EMAIL PROTECTED]> Subject: libtool, -fPIC and .so libraries Hi, I have a few questions about libtool. I'm sorry to bother you with it - I have been trying to find answe

Re: libtool, -fPIC and .so libraries

2000-11-14 Thread Michel LESPINASSE
On Tue, Nov 14, 2000 at 03:21:58AM -0200, Alexandre Oliva wrote: > Try libtool 1.3.5, or some CVS version. I'm pretty sure the > restriction on not linking .a files into shared libraries was lifted > for GNU/Linux on some architectures such as x86. It won't work on > *all* OSs, though. The docu

Re: Libtool 1.5 && 1.4.3

2002-10-09 Thread Michel LESPINASSE
On Wed, Oct 09, 2002 at 02:57:39PM -0500, Robert Boehne wrote: > I intend to spin a release 1.4.3 this weekend from the branch-1-4 > sources. There is a bug in libtool 1.4.2 when using -prefer-non-pic on hppa: libtool does not pass the -fPIC flag, and then the linker complains about that. Alexand

Re: Libtool 1.5 && 1.4.3

2002-10-09 Thread Michel LESPINASSE
On Wed, Oct 09, 2002 at 06:27:18PM -0500, Robert Boehne wrote: > Ok, let me see if I understand this one, > under Linux hppa, (presumably with gcc) user has added -prefer-non-pic > to the CFLAGS explicitly, and configured with --enable-shared ?? The package adds -prefer-non-pic to the CFLAGS unco