Re: [patch] 1.5.14: Incorrect archive member renaming with GNU ar

2005-04-04 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej W. Rozycki wrote: | Hello, | | A change dated 2004-12-10 broke handling of archives containing multiple | members of the same name for GNU binutils. Unlike what the relevant | ChangeLog entry suggests may be true for all ar implementations, GNU

Re: FYI: new libtoolize autotests [libtool--devo--1.0--patch-107]

2005-04-04 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Mon, Apr 04, 2005 at 07:25:22PM CEST: > > Applied to HEAD. Without posting beforehand. :( Nice patch except for the brown bag below (and someone I mailed for assistance in a completely unrelated bug to actually check out the borked tree and test it). Regards, Ralf >

Re: fix order of -L flags added for libtool dep libs

2005-04-04 Thread Alexandre Oliva
On Apr 4, 2005, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > Consider the following scenario: > We're building a package that introduces libraries libA and libB, such > that libA links with libB, and both link with a pre-installed libtool > library /old/libC.la > A previous version of the packag

fix order of -L flags added for libtool dep libs

2005-04-04 Thread Alexandre Oliva
Consider the following scenario: We're building a package that introduces libraries libA and libB, such that libA links with libB, and both link with a pre-installed libtool library /old/libC.la A previous version of the package is already installed, providing older, incompatible versions of libA

improve demo-hardcode (e.g. on Solaris)

2005-04-04 Thread Ralf Wildenhues
Several people (I Cc:ed a couple) have reported spurious failures of demo-hardcode.test on some Solaris boxen. I believe they are all bogus and caused by the compiler or putting the command line into the output (or something similar). Therefore, I propose a change to the hardcode test. I really

FYI: fix missing macros after libtoolize bug [libtool--devo--1.0--patch-108]

2005-04-04 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD and branch-2-0. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-107 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-107 M libtoolize.m4sh M ChangeLog * modified files Index: Chan

FYI: new libtoolize autotests [libtool--devo--1.0--patch-107]

2005-04-04 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-106 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-106 A tests/.arch-ids/libtoolize.at.id A tests/libtoolize.at M tests/Makefile.am M

FYI: platform specific notes

2005-04-04 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Mar 29, 2005 at 11:56:02AM CEST: > Ralf Wildenhues wrote: > >>All fine, except that you need to 'cd $(srcdir)' first in the make rule, > > > > I don't understand why this should be necessary; it breaks use of $<. > > I put it in the patch below, though. >

FYI: make libtoolize's pkgvdatadir a private api [libtool--devo--1.0--patch-105]

2005-04-04 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-105 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-105 M libtoolize.m4sh M ChangeLog M tests/testsuite.at * modified files In

[patch] 1.5.14: Add GCC-specific linker flags

2005-04-04 Thread Maciej W. Rozycki
Hello, Libtool strips off "-nodefaultlibs", "-nostartfiles" and "-nostdlib" in the link mode. They are legitimate GCC linker flags which may be needed when a non-standard set of startup files/system libraries is used, e.g. during a build of new ones. 2005-04-04 Maciej W. Rozycki <[EMAIL PR

FYI: C++ template tests

2005-04-04 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Mar 17, 2005 at 06:54:10PM CET: > > Here's a couple of new tests (for the shiny new HEAD testsuite) > for C++ with templates. FYI: I have applied this patch to HEAD. Regards, Ralf > * tests/template.at: New Autotest tests for C++ with templates. >

[patch] 1.5.14: Enable ar for GCJ

2005-04-04 Thread Maciej W. Rozycki
Hello, The GCJ tag has old_archive_cmds omitted and as a result libtool cannot create archive libraries for this configuration. A fix follows. 2004-04-04 Maciej W. Rozycki <[EMAIL PROTECTED]> * libtool.m4 (_LT_AC_LANG_GCJ_CONFIG): Add old_archive_cmds definition. Please ap

FYI: fix serial calculation error [libtool--devo--1.0--patch-104]

2005-04-04 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD and branch-2-0. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-103 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-103 A {arch}/libtool/libtool--gary/libtool--gary--1.0/[EMAIL PROTECTED]/pa

Re: ltdl bugs

2005-04-04 Thread Ralf Wildenhues
Jeff, * Ralf Wildenhues wrote on Sun, Apr 03, 2005 at 05:33:12PM CEST: > > I'll try to rephrase: You may actually do what you intend in > lt_dlexit(), because that is (like MPI_Finalize) final in the sense, > that after as many lt_dlexit's as lt_dlinit's we may completely shut > down our stuff a