Re: exclusive static or shared

2006-02-15 Thread Ralf Wildenhues
Hi Christopher, * Christopher Hulbert wrote on Tue, Feb 14, 2006 at 11:08:28PM CET: I have a number of directories most of which I ONLY want to build shared libraries from. There are a couple that I ONLY want static libraries. Is there a way to turn on/off shared/static libraries. I saw

Re: libtool (alpha)

2006-02-15 Thread Ralf Wildenhues
Hi Julien, * Julien Lecomte wrote on Wed, Feb 15, 2006 at 04:51:54AM CET: I've installed the libtool alpha cvs build under MinGW. Configuration and install was made under mSys (after replacing config.{guess,sub}): ../alpha/configure --prefix=/usr make Of note: I configured and

Re: exclusive static or shared

2006-02-15 Thread Christopher Hulbert
On 2/15/06, Ralf Wildenhues [EMAIL PROTECTED] wrote: Hi Christopher, * Christopher Hulbert wrote on Tue, Feb 14, 2006 at 11:08:28PM CET: I have a number of directories most of which I ONLY want to build shared libraries from. There are a couple that I ONLY want static libraries. Is

Re: exclusive static or shared

2006-02-15 Thread Ralf Wildenhues
Hi Christopher, * Christopher Hulbert wrote on Wed, Feb 15, 2006 at 12:28:59PM CET: On 2/15/06, Ralf Wildenhues [EMAIL PROTECTED] wrote: Here's a set of rules. I guess I didn't make it clear enough that ALL the subdirectories were under the same configure script and doesn't make logical

Re: exclusive static or shared

2006-02-15 Thread Ralf Wildenhues
* Christopher Hulbert wrote on Wed, Feb 15, 2006 at 12:28:59PM CET: On 2/15/06, Ralf Wildenhues [EMAIL PROTECTED] wrote: --tag=disable-shared --tag=disable-static - These flags need to go before the compiler: speaking in Automake terms, they would fit in LIBTOOLFLAGS but not in

Re: exclusive static or shared

2006-02-15 Thread Christopher Hulbert
On 2/15/06, Ralf Wildenhues [EMAIL PROTECTED] wrote: Hi Christopher, * Christopher Hulbert wrote on Wed, Feb 15, 2006 at 12:28:59PM CET: On 2/15/06, Ralf Wildenhues [EMAIL PROTECTED] wrote: Here's a set of rules. I guess I didn't make it clear enough that ALL the subdirectories

Re: exclusive static or shared

2006-02-15 Thread Christopher Hulbert
Ok, I sent the patch to libtool-patch. Another question I have wondered is as follows: Lets say I build library liba as both static and shared (thus I have liba.a and liba.so or liba.lib and liba.dll). I later want to build libb.so or libb.dll against the installed liba. From my observations

Libtool -release and static libraries.

2006-02-15 Thread Brendon Costa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am using libtool version 1.5.18 to create a library I wrote for unit testing. It has come to the stage where I would find it useful to have multiple versions of this library installed at any point in time on my machine. I had a

Re: Libtool -release and static libraries.

2006-02-15 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brendon Costa wrote: | Hi all, | | I am using libtool version 1.5.18 to create a library I wrote for | unit testing. It has come to the stage where I would find it useful to | have multiple versions of this library installed at any point in

Re: call AC_DISABLE_SHARED conditionally for a certain host

2006-02-15 Thread Florian Schricker
Hi! Florian Schricker [EMAIL PROTECTED] schrieb am 14.02.06 17:02:12: Hi! (again - you helped me out on some automake issue already! :-)) On Tue, 2006-02-14 at 11:49 +0100, Ralf Wildenhues wrote: Currently I am on the way on moving some software projects from custom makefiles to

libtool ./ChangeLog doc/libtool.texi

2006-02-15 Thread Ralf Wildenhues
CVSROOT:/cvsroot/libtool Module name:libtool Branch: Changes by: Ralf Wildenhues [EMAIL PROTECTED] 06/02/15 19:14:49 Modified files: . : ChangeLog doc: libtool.texi Log message: * doc/libtool.texi: Update copyright

Re: libtool (alpha)

2006-02-15 Thread Ralf Wildenhues
Hi Julien, * Julien Lecomte wrote on Wed, Feb 15, 2006 at 04:51:54AM CET: I've installed the libtool alpha cvs build under MinGW. Configuration and install was made under mSys (after replacing config.{guess,sub}): ../alpha/configure --prefix=/usr make Of note: I configured and

PGI Compiler patch for cygwin

2006-02-15 Thread Christopher Hulbert
The attached patch fixes the empty wl variable and the MS toolchain assumption of -link -dll. pgi.patch Description: Binary data

FYI: doc: copyright years.

2006-02-15 Thread Ralf Wildenhues
Applied to HEAD. Cheers, Ralf * doc/libtool.texi: Update copyright years. Index: doc/libtool.texi === RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v retrieving revision 1.209 diff -u -r1.209 libtool.texi ---