FYI: lt_dlexit.at test needs 'libtool --mode=execute'

2007-02-12 Thread Ralf Wildenhues
This fixes lt_dlexit.at test on some systems (e.g., Darwin), where a main program without uninstalled library dependencies doesn't get a shell wrapper. While at it, let's also kill the -dlpreopen test. It currently needs the module to start with `lib', which is a bug but one I do not want to test

Re: HEAD: option splitting in shell

2007-02-12 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Feb 11, 2007 at 04:00:20PM CET: [...] > * libltdl/m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): New function > func_opt_split, for XSI and portable shell. > * libltdl/config/ltmain.m4sh: Move the insertion point for the > configure-generated shell fu

FYI: make lt_dlexit.at work with C++ compiler

2007-02-12 Thread Ralf Wildenhues
I'm applying the usual goo that I forgot to make this test pass with CC=g++. Cheers, Ralf 2007-02-12 Ralf Wildenhues <[EMAIL PROTECTED]> * tests/lt_dlexit.at: Add casts and `extern "C"' to let the test pass with a C++ compiler. Index: tests/lt_dlexit.at ===

Re: FYI: HEAD: new export.at test

2007-02-12 Thread Ralf Wildenhues
* quoting myself from Sun, Feb 11, 2007: > > * tests/export.at: New test: expose -export-symbols failure > when the input consists solely of convenience archives, and > failure to not export all symbols when the command line length > is exceeded. Hrmph. If $archive_expsym

Autotest-test failures on AIX with NFS and shared libraries

2007-02-12 Thread Ralf Wildenhues
On AIX, shared libraries are peculiar in several ways. One of the "interesting" features is that their image is retained in core even after the process using them has exited, presumably for efficiency. They can be unloaded (by root) with the `slibclean' command, but not by the regular user. Now L

Re: preparing for 1.5.24

2007-02-12 Thread Tim Rice
On Sun, 11 Feb 2007, Ralf Wildenhues wrote: > Hello libtoolers, > > I would like to release 1.5.24 as soon as possible. I've flushed my > queue now, except for the patch I just posted and whatever w32 changes > are still needed. > > To ensure that there are no regressions, I would like to annou

Re: Autotest-test failures on AIX with NFS and shared libraries

2007-02-12 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > 2007-02-12 Ralf Wildenhues <[EMAIL PROTECTED]> > > * lib/autotest/general.m4 (AT_INIT): With --clean, return exit > status of rm so we know when it failed. > If cleaning of test dir failed before running the test, warn. > Outp

Re: Autotest-test failures on AIX with NFS and shared libraries

2007-02-12 Thread Ralf Wildenhues
Hello Paul, * Paul Eggert wrote on Tue, Feb 13, 2007 at 01:40:55AM CET: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > * lib/autotest/general.m4 (AT_INIT): With --clean, return exit > > status of rm so we know when it failed. > > If cleaning of test dir failed before running the