Re: inherited linker flags misses linker flags on darwin

2005-08-24 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Wed, Aug 24, 2005 at 06:49:43AM CEST: Ralf Wildenhues wrote: Okay with this fix? Yes, if it passes `make check' with CVS HEAD on darwin, it's fine with me. Committed to HEAD. I take it that I no longer need to commit to branch-2-0? Nobody's finally decided that

Re: inherited linker flags misses linker flags on darwin

2005-08-24 Thread Ralf Wildenhues
* Christoph Egger wrote on Wed, Aug 24, 2005 at 08:08:39AM CEST: Peter wrote: Ralf Wildenhues wrote: Committed to HEAD. I take it that I no longer need to commit to branch-2-0? I found this bug in branch-2-0, so the fix belongs to there, too. See the recent discussion on the libtool

Re: inherited linker flags misses linker flags on darwin

2005-08-24 Thread Christoph Egger
* Christoph Egger wrote on Wed, Aug 24, 2005 at 08:08:39AM CEST: Peter wrote: Ralf Wildenhues wrote: Committed to HEAD. I take it that I no longer need to commit to branch-2-0? I found this bug in branch-2-0, so the fix belongs to there, too. See the recent discussion on

FYI: trivial namespace cleanup

2005-08-24 Thread Ralf Wildenhues
I have applied this rather trivial patch to HEAD. * libltdl/m4/ltdl.m4 (LT_SYS_SYMBOL_USCORE): Use _LT_EOF, not EOF. Index: libltdl/m4/ltdl.m4 === RCS file: /cvsroot/libtool/libtool/libltdl/m4/ltdl.m4,v retrieving

FYI: fix sh.test failure from source reorganization

2005-08-24 Thread Ralf Wildenhues
The second time we have sh.test silently failing and nobody notices. This Will Not Happen Again[TM]. I have applied this to HEAD. Cheers, Ralf * tests/defs.m4sh (m4dir, auxdir, scripts): Fix for source tree reorganization. * tests/sh.test: Adjust. Also barf on sed

FYI: Cope with weird AIX chmod behavior

2005-08-24 Thread Ralf Wildenhues
Hi Albert, * Albert Chin wrote on Sun, Aug 21, 2005 at 09:00:45PM CEST: On Sun, Aug 21, 2005 at 04:21:08PM +0200, Ralf Wildenhues wrote: This, on an AIX 5.1 below some /tmp-like directory: *snip* Works fine on our AIX 5.1 system with v5.1.0.35 of bos.rte.commands (package containing

Re: libtool patch from gettext

2005-08-24 Thread Bruno Haible
Ralf Wildenhues wrote: The first one below I'd like to apply: return error from cwrapper if exec*() failed (all branches). 2003-11-27 Bruno Haible [EMAIL PROTECTED] * config/ltmain.sh (cwrappersource): return 127 if exec failed. Yes, that matches the standard convention about exit

FYI: libtool patch from gettext

2005-08-24 Thread Ralf Wildenhues
Hi Bruno, * Bruno Haible wrote on Wed, Aug 24, 2005 at 04:39:57PM CEST: Ralf Wildenhues wrote: 2003-11-27 Bruno Haible [EMAIL PROTECTED] * config/ltmain.sh (cwrappersource): return 127 if exec failed. Yes, that matches the standard convention about exit code 127. ACK. I

HEAD: func_show_eval shell expansion issue

2005-08-24 Thread Ralf Wildenhues
I'm a bit embarassed to note that I _have_ found a bug in HEAD not present in branch-2-0 (system-independent, BTW): On AIX, when libtool generates a symbol list, it wrongly outputs this: | /usr/bin/nm -B -BCpg .libs/hello.o .libs/foo.o | awk '{ if (((exit $? == T) || (exit $? == D) || (exit

HEAD: Don't use `#' in Makefiles

2005-08-24 Thread Ralf Wildenhues
Hello again, I'm posting this for reference should the issue ever come up in practice: it is possible to get all the non-comment hash signs out of our make files. But I don't want to actually apply this without a good reason; it's pretty ugly, we've yet to see a bug report for this, but what's

RE: MSYS+MSVC for libtool branch-2-0, take 7

2005-08-24 Thread Peter Ekberg
I wrote: Oh, what the hell, I've attached an updated patch... I can't bootstrap after all the recent moves (should I send a bugreport?), so it's against cvs from a couple of days ago and not as well tested as I would like. E.g. your fix in inherited_flags.at is untested. Tested now, works

Re: HEAD: func_show_eval shell expansion issue

2005-08-24 Thread Noah Misch
On Wed, Aug 24, 2005 at 09:51:24PM +0200, Ralf Wildenhues wrote: On AIX, when libtool generates a symbol list, it wrongly outputs this: | /usr/bin/nm -B -BCpg .libs/hello.o .libs/foo.o | awk '{ if (((exit $? == T) || (exit $? == D) || (exit $? == B)) (substr(,1,1) != .)) { print } }'

doc: clarification of convenience archi and --preserve-dup-deps

2005-08-24 Thread tom fogal
Attached is a patch to make the concept of a convenience archive and the --preserve-dup-deps option clearer, after much discussion with Ralf. This is against HEAD. Please CC me on replies, I am not subscribed. -tom Index: ChangeLog