Re: libtool.texi: copyright notice patch

2011-09-04 Thread Ralf Wildenhues
Hello Christophe, * Christophe Jarry wrote on Sun, Sep 04, 2011 at 12:07:23PM CEST: I found that the copyright notice of the file doc/libtool.texi does not follow Information for Maintainers of GNU Software at http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html#Copyright-Notices.

Re: Bug 9210: fix to replace Linux with GNU/Linux where needed

2011-09-04 Thread Ralf Wildenhues
Hello Christophe, * Christophe Jarry wrote on Sun, Sep 04, 2011 at 12:55:37PM CEST: --- libtool.orig/libltdl/config/ltmain.m4sh 2011-08-31 21:50:53.0 +0200 +++ libtool.new/libltdl/config/ltmain.m4sh2011-09-04 12:27:53.0 +0200 Please learn to use git for sending

Re: [PATCH] Correctly concat commands when export_symbols_cmds starts with some 'word'.

2011-06-27 Thread Ralf Wildenhues
Hi Michael, * Michael Haubenwallner wrote on Mon, Jun 27, 2011 at 04:28:38PM CEST: Concatening commands breaks when export_symbols_cmds starts with something like dump, which does not need another shell expansion step. Instead, it is merged with \$concat_cmds to $concat_cmdsdump for within the

Re: [PATCH 01/10] Add -shortname option.

2011-04-15 Thread Ralf Wildenhues
Hello, * Eric Blake wrote on Fri, Apr 15, 2011 at 03:46:33PM CEST: On 04/15/2011 06:59 AM, KO Myung-Hun wrote: OS/2 limits a length of a DLL base name up to 8 characters. If a name of a shared library is longer than 8 characters, OS/2 cannot load it. So the option to specify a short name

Re: Updated patches: Re: bug#8441: Patches making libtool-2.4-1 build under GNU/Hurd

2011-04-10 Thread Ralf Wildenhues
* Svante Signell wrote on Fri, Apr 08, 2011 at 09:01:56AM CEST: # shlibpath_overrides_runpath is set to 'unknown' in libtool.m4 # and not defined under $host_os =gnu # This patch make the tests/*demo* run. --- libtool-2.4/libltdt/m4/libtool.m4.orig2011-02-03 21:33:56.0 +0100 +++

Re: [PATCH] tagdemo: Link to libfoo

2011-04-10 Thread Ralf Wildenhues
Hi Kurt, * Kurt Roeckx wrote on Sat, Apr 02, 2011 at 09:06:05PM CEST: * tests/tagdemo/Makefile.am: Link to all libraries that the demo application uses. Thanks, I'm pushing that patch in your name. Cheers, Ralf 2011-04-10 Kurt Roeckx ... tagdemo: do not rely on picking up symbols

Re: Consider adding -I $macrodir

2011-03-14 Thread Ralf Wildenhues
Hi Jan, * Jan Engelhardt wrote on Sun, Mar 13, 2011 at 03:31:40PM CET: I have seen one project where Makefile.am used ACLOCAL_AMFLAGS = -Im4 and libtool 2.2.6b still threw the warning Consider adding -I m4 to Makefile.am which is because libtool does not seem to handle

Re: Mac OS X .dylib not working

2011-03-04 Thread Ralf Wildenhues
[ dropping bug-libtool ] Hi Peter, * Peter O'Gorman wrote on Fri, Mar 04, 2011 at 07:07:30PM CET: Ok? A few copyright year bumps are missing. Some minor nits inline below. Thank you, Ralf Subject: [PATCH] On Mac OS X try .dylib as well as .so with lt_dlopenext * libltdl/m4/ltdl.m4:

Re: Patches for libtool support on NAG Fortran compiler for Darwin OS

2011-03-01 Thread Ralf Wildenhues
Hello, * Jürgen Reuter wrote on Tue, Mar 01, 2011 at 12:24:39PM CET: as discussed with Peter I send to you a diff (compared to the 2.4 official version of libtool) to support the NAG Fortran compiler on Darwin 64bit machines. --- libtool.m4 2010-10-01 20:57:54.0 +0200 +++

docs: fix copyright years in PDF version of the manual.

2011-02-07 Thread Ralf Wildenhues
libtool.pdf was showing only the current year in the copyright statement. This patch fixes it, applied to master. Cheers, Ralf docs: fix copyright years in PDF version of the manual. * doc/libtool.texi: Fix copyright years. diff --git a/doc/libtool.texi b/doc/libtool.texi index

Re: MirBSD support and a question

2011-02-03 Thread Ralf Wildenhues
Hello Benny, first off, thanks for your patch, and sorry for the delay. * Benny Siegert wrote on Sat, Jan 29, 2011 at 04:50:04PM CET: I would like to add MirBSD support to upstream libtool. MirBSD (or MirOS BSD) is an OS derived from OpenBSD. I want to use version_type=linux instead of sunos

Re: [libgo, build] Use convenience libraries to create .gox files

2011-01-31 Thread Ralf Wildenhues
[ adding libtool-patches ] * Rainer Orth wrote on Mon, Jan 31, 2011 at 03:54:29PM CET: GNU ld testing failed initially for the 64-bit multilib: libtool: link: /vol/gcc/obj/gcc-4.6.0-20110128/11-gcc-gas-gld-go/./gcc/collect-ld -r -o crypto/libsubtle.o--whole-archive

links between PDF manuals

2011-01-29 Thread Ralf Wildenhues
FYI, I added .symlinks entries for the PDF manuals that the online copies of {automake,libtool}.pdf link to, so that it should now be possible to jump from one manual to the other in a decent PDF reader. This was prompted by a report against Autoconf. Cheers, Ralf

Re: [PATCH] libtool.m4: remove (incorrect) handling of FreeBSD 1.x

2011-01-20 Thread Ralf Wildenhues
Hi Gerald, * Gerald Pfeifer wrote on Thu, Jan 20, 2011 at 12:01:58AM CET: FreeBSD has been dead for way over a decade (FreeBSD 2.0 was released in 1994) and without support for dynamic linking and shared libraries I doubt there's a lot of software that would build at all. In anycase,

Re: [PATCH] Darwin - verbose linker messages influence configure results.

2011-01-19 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Wed, Jan 19, 2011 at 05:26:26PM CET: Patch Ok? If it turns the testsuite addition from failing to passing, yes, with a couple of nits below fixed. Thanks, Ralf Subject: [PATCH] Don't let verbose linker messages influence test results. *

Re: Stop relink searching host directory when installation prefix provided

2011-01-16 Thread Ralf Wildenhues
Hello Martin, * Martin Panter wrote on Sun, Jan 16, 2011 at 01:04:00PM CET: Don't search host directory during relink if $inst_prefix is provided --- libtool-2.4.orig/libltdl/config/ltmain.m4sh +++ libtool-2.4/libltdl/config/ltmain.m4sh @@ -6122,12 +6122,14 @@ func_mode_link ()

Re: Oracle Solaris Studio 12.2 compiler incompatibility with libtool

2011-01-09 Thread Ralf Wildenhues
* Ethan Mallove wrote on Mon, Dec 20, 2010 at 03:29:01PM CET: On Mon, Dec/20/2010 08:06:27AM, Ralf Wildenhues wrote: Ping! Tested. Looks good! Thanks, and apologies for the delay on my side now. Pushed. Cheers, Ralf 2010-11-18 Ralf Wildenhues... Fix $wl setting

Re: [patch libgfortran] path to libquadmath

2011-01-09 Thread Ralf Wildenhues
* John David Anglin wrote on Fri, Dec 10, 2010 at 05:58:26PM CET: The attached change to ltmain.sh fixes the above problem on on 32-bit hppa*-*hpux*. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Would you please apply if ok to libtool, gcc and sourceware? Sorry for the long

Re: func_convert_file_cygwin_to_w32 woes

2011-01-08 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Fri, Jan 07, 2011 at 09:35:08PM CET: Below is a patch that changes all old_archive_cmds assignments. That patch looks actually fairly safe to me; still, at least some testing on at least one relevant system would be nice. Feel free to push when you feel

Re: func_convert_file_cygwin_to_w32 woes

2011-01-07 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Fri, Jan 07, 2011 at 05:55:50PM CET: On 1/7/2011 3:02 AM, Peter Rosin wrote: Den 2011-01-06 21:29 skrev Ralf Wildenhues: * Peter Rosin wrote on Tue, Jan 04, 2011 at 05:44:58PM CET: Before I tie up the lose ends with this patch, I wonder if Ralf

Re: func_convert_file_cygwin_to_w32 woes

2011-01-06 Thread Ralf Wildenhues
[ dropping libtool@ ] Hi Peter, thanks for working on this! * Peter Rosin wrote on Tue, Jan 04, 2011 at 05:44:58PM CET: Subject: [PATCH] Convert ranlib argument to toolchain format. --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -2412,6 +2412,8 @@ func_mode_install ()

Happy New Year!

2011-01-01 Thread Ralf Wildenhues
All the best to you and GNU for the new year! I'm pushing the patch below and rotating ChangeLog files, after running the test suite. This time I remembered to also bump libtool.texi right away. Thanks, Ralf Bump copyright years. * ChangeLog.2010: New, rotated from ... *

Re: ping: [PATCH libtool] hardcoded path to dependent shared libraries on 32-bit hpux (libquadmath)

2010-12-19 Thread Ralf Wildenhues
* John David Anglin wrote on Sun, Dec 19, 2010 at 05:04:36PM CET: Ping. On Fri, 10 Dec 2010, John David Anglin wrote: The attached change to ltmain.sh fixes the above problem on on 32-bit hppa*-*hpux*. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Would you please apply if

Re: PIC flags not found for mpif77(ifort)

2010-12-19 Thread Ralf Wildenhues
* Christian Rössel wrote on Fri, Dec 17, 2010 at 01:25:45PM CET: On 12/16/2010 09:54 PM, Ralf Wildenhues wrote: And now I wonder why you are having problems with 'mpif77 -f77=ifort' because either it claims to be GNU (and then should accept -fPIC) or it doesn't claim to be GNU

Re: wrong postdep_objects for CXX when using -flto -fuse-linker-plugin

2010-12-19 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Dec 05, 2010 at 09:47:54PM CET: * Brice De Bruyne wrote on Sat, Dec 04, 2010 at 04:17:25PM CET: It seems the postdep_objects are set wrong when CXXFLAGS contains -fuse-linker-plugin. CFLAGS don't matter it seems... Following patch to libltdl/m4

Re: Oracle Solaris Studio 12.2 compiler incompatibility with libtool

2010-12-19 Thread Ralf Wildenhues
* Terry Dontje wrote on Mon, Dec 06, 2010 at 06:58:28PM CET: On 12/05/2010 04:25 PM, Ralf Wildenhues wrote: * Ralf Wildenhues wrote on Thu, Nov 18, 2010 at 09:23:17PM CET: * Terry Dontje wrote on Wed, Nov 17, 2010 at 01:00:26PM CET: I've discussed this internally and yes we would like Ceres

Re: PATCH RFA: Add Go support

2010-12-19 Thread Ralf Wildenhues
Hello Ian, I have pushed your patch to the Libtool git tree now, with GCCGO replaced by GOC and some whitespace changes, and your two patches squashed in one, as below. Sorry for the delay. Thanks, Ralf 2010-12-20 Ian Lance Taylor i...@google.com * libltdl/m4/libtool.m4 (LT_LANG):

Re: OS/2: command-line length limit

2010-12-19 Thread Ralf Wildenhues
* KO Myung-Hun wrote on Sun, Dec 19, 2010 at 03:11:08AM CET: Ok. Please set lt_cv_sys_max_cmd_len to 8192 instead of -1. I've just realized that I can override it when configuring. Good. I'm pushing this in your name, reordering the case entry to be alphabetical in the list. I hope to get to

Re: OS/2: command-line length limit

2010-12-18 Thread Ralf Wildenhues
* KO Myung-Hun wrote on Fri, Dec 17, 2010 at 01:20:38PM CET: Ralf Wildenhues wrote: * KO Myung-Hun wrote on Sun, Nov 28, 2010 at 07:20:32AM CET: --- libltdl/m4/libtool.m4.org 2010-09-22 17:41:18.0 +0900 +++ libltdl/m4/libtool.m4 2010-11-27 16:03:50.0 +0900 @@ -1624,6

OS/2: command-line length limit (was: Enhanced OS/2 port)

2010-12-16 Thread Ralf Wildenhues
Hello again, * KO Myung-Hun wrote on Sun, Nov 28, 2010 at 07:20:32AM CET: --- libltdl/m4/libtool.m4.org 2010-09-22 17:41:18.0 +0900 +++ libltdl/m4/libtool.m4 2010-11-27 16:03:50.0 +0900 @@ -1624,6 +1624,9 @@ lt_cv_sys_max_cmd_len=32768 fi ;; + os2*) +

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Ralf Wildenhues
Hello Christian, * Christian Rössel wrote on Thu, Dec 16, 2010 at 05:27:23PM CET: Am 12/16/2010 11:19 AM, schrieb Christian Rössel: Am 12/15/2010 9:21 PM, schrieb Ralf Wildenhues: Hmm. Is $GCC = yes for this compiler? That would be surprising. Why else would the new branch not be matched

Re: PIC flags not found for mpif77(ifort)

2010-12-15 Thread Ralf Wildenhues
* Christian Rössel wrote on Wed, Dec 15, 2010 at 04:38:13PM CET: Am 12/10/2010 6:55 PM, schrieb Ralf Wildenhues: Alternatively, the untested patch below should help as well. Can you try it out? Unfortunately the patch didn't work. configure does not execute the new case branch although

Re: Enhanced OS/2 port

2010-12-15 Thread Ralf Wildenhues
that. I'm applying the following patch in your name, and adding you to THANKS: 2010-12-15 KO Myung-Hun k...@chollian.net (tiny change) Ralf Wildenhues ralf.wildenh...@gmx.de Fix PATH_SEPARATOR handling for OS/2. * Makefile.am (update_mans): Quote $(PATH_SEPARATOR

Re: Enhanced OS/2 port

2010-12-15 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Dec 15, 2010 at 10:32:04PM CET: --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -146,6 +146,8 @@ AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +_LT_DECL

Re: Libtool and CUDA

2010-12-09 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Mon, Dec 06, 2010 at 10:56:13PM CET: On 12/06/2010 03:25 PM, Ralf Wildenhues wrote: Where do you see that? As far as I understand, Paweł hasn't actually tried configuring Libtool with something like Yeah, I failed to read your entire email this morning

Re: docs: Libtool configuration diagram.

2010-12-09 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Nov 20, 2010 at 09:30:41AM CET: Ethan suggested we have a Libtool flow chart, similar to how Automake has one in its manual. Here we go. OK to commit? Pushed now. docs: Libtool configuration diagram. * doc/libtool.texi (Integrating libtool

Re: libtool --help: honor $AUTOCONF, $AUTOMAKE

2010-12-09 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Nov 20, 2010 at 10:30:37AM CET: Avoid running installed automake from 'libtool --help'. * tests/subobj9.test: Export AUTOCONF and AUTOMAKE. Together with fixed Libtool, this fixes check-coverage to not invoke installed automake. Pushed

Re: Libtool and CUDA

2010-12-06 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Mon, Dec 06, 2010 at 02:49:23PM CET: On 12/06/2010 01:07 AM, Ralf Wildenhues wrote: OK to apply? Unless Pawel reports that it works for him, no. This doesn't make sense to me. Why? Well, perhaps I haven't been drinking enough coffee, but... Hehe

Re: Oracle Solaris Studio 12.2 compiler incompatibility with libtool

2010-12-05 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Nov 18, 2010 at 09:23:17PM CET: * Terry Dontje wrote on Wed, Nov 17, 2010 at 01:00:26PM CET: I've discussed this internally and yes we would like Ceres to be supported. Oh, no problem. Presumably that means you have some way to test the proposed patch

Re: Libtool and CUDA

2010-12-05 Thread Ralf Wildenhues
Hello Paweł, * Paweł Daniluk wrote on Sun, Dec 05, 2010 at 11:16:37PM CET: I am trying to run nvcc compiler driver through libtool, and I keep getting errors about compiler flags which are not supported by nvcc: pa...@solea:~/sandbox/libdesc/libdesc/trunk$ /opt/local/bin/glibtool

Re: Libtool and CUDA

2010-12-05 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Mon, Dec 06, 2010 at 05:23:12AM CET: On 12/05/2010 09:34 PM, Ralf Wildenhues wrote: Does this patch fix things for you? As far as I see, you should be getting -fPIC passed instead of -fno-common, so it's not completely clear that this is right, or what

docs: Libtool configuration diagram.

2010-11-20 Thread Ralf Wildenhues
Ethan suggested we have a Libtool flow chart, similar to how Automake has one in its manual. Here we go. OK to commit? Thanks, Ralf docs: Libtool configuration diagram. * doc/libtool.texi (Integrating libtool): Add diagrams explaining the dependencies between Libtool files.

Re: Oracle Solaris Studio 12.2 compiler incompatibility with libtool

2010-11-18 Thread Ralf Wildenhues
* Terry Dontje wrote on Wed, Nov 17, 2010 at 01:00:26PM CET: On 11/16/2010 02:01 PM, Terry Dontje wrote: On 11/16/2010 01:56 PM, Ralf Wildenhues wrote: Thanks. Now the only remaining question is whether we still need to support that thing called 'Sun Ceres Fortran' here: http://www.open

Re: LD_LIBRARY_PATH_64 on Solaris

2010-11-14 Thread Ralf Wildenhues
http://thread.gmane.org/gmane.comp.gnu.libtool.patches/10909 * Ralf Wildenhues wrote on Sat, Oct 16, 2010 at 04:52:20PM CEST: Handle auxiliary shared library path environment variables. This patch lets libtool handle systems with more than one shared library path variable

Re: Eliminate hardcode_libdir_flag_spec_ld tag variable.

2010-11-14 Thread Ralf Wildenhues
http://thread.gmane.org/gmane.comp.gnu.libtool.patches/10908 * Ralf Wildenhues wrote on Sat, Oct 16, 2010 at 03:22:22PM CEST: Eliminate hardcode_libdir_flag_spec_ld tag variable. * libltdl/config/ltmain.m4sh (func_mode_link): Set $wl to empty if $LD is used for creating

Rebuild menus in the manual.

2010-11-14 Thread Ralf Wildenhues
I would like to push this patch that has emacs-rebuilt menus. They actually typeset a bit worse than the hand-written ones (see e.g. the last hunk) but I think that doing something automatically is better than doing it manually, and if there is pain involved then we should consider trying to

Fix cwrapper test failure with --disable-static.

2010-11-10 Thread Ralf Wildenhues
http://hydra.nixos.org/build/737077/log/raw shows among others (some of which are NixOS and not Libtool issues) the following failure: libtool: compile: gcc -g -O2 -c m.c -fPIC -DPIC -o .libs/m.o ./cwrapper.at:255: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o m1$EXEEXT m.$OBJEXT foo/liba.la

Re: Fix cwrapper test failure with --disable-static.

2010-11-10 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Wed, Nov 10, 2010 at 09:46:54PM CET: On 11/10/2010 1:29 PM, Ralf Wildenhues wrote: -AT_CHECK([$LIBTOOL --mode=compile --tag=CC $CC $CPPFLAGS $CFLAGS -c m.c], - [], [ignore], [ignore]) +AT_CHECK([$CC $CPPFLAGS $CFLAGS -c m.c], [], [ignore

Re: ltmain.sh patch: -all-dynamic option

2010-11-02 Thread Ralf Wildenhues
* Karl-Andre' Skevik wrote on Tue, Nov 02, 2010 at 09:26:33AM CET: Ralf Wildenhues writes: * Karl-Andre' Skevik wrote on Sat, Oct 30, 2010 at 11:46:38AM CEST: I have an application that builds a library for use with LD_PRELOAD, which should only be built dynamically. I have used

Re: [patch] allow --with-pic to accept package names

2010-11-01 Thread Ralf Wildenhues
Hi Ollie, * Ollie Wild wrote on Fri, Oct 22, 2010 at 06:32:08PM CEST:        Modify --with-pic to support per-package configurations.        * libltdl/m4/libtool.m4:  Modify --with-pic to accept a list of        package names.  Modelled off --enable-shared. Peter, thanks for noticing the

Re: [patch] allow --with-pic to accept package names

2010-11-01 Thread Ralf Wildenhues
* Ollie Wild wrote on Mon, Nov 01, 2010 at 09:55:36PM CET: On Mon, Nov 1, 2010 at 3:44 PM, Ralf Wildenhues wrote: * Ollie Wild wrote on Fri, Oct 22, 2010 at 06:32:08PM CEST:        Modify --with-pic to support per-package configurations.        * libltdl/m4/libtool.m4:  Modify

Re: [RFC] w32 and Libtool.

2010-10-31 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Sat, Oct 30, 2010 at 11:06:12PM CEST: Den 2010-10-30 09:15 skrev Ralf Wildenhues: * Peter Rosin wrote on Fri, Oct 29, 2010 at 10:00:34PM CEST: +With contemporary GNU tools, auto-import often saves the day, but see +the GNU ld documentation and its @code

Re: [RFC] w32 and Libtool.

2010-10-30 Thread Ralf Wildenhues
[ dropping libtool@ ] Hi Peter, * Peter Rosin wrote on Fri, Oct 29, 2010 at 10:00:34PM CEST: This time as a patch. Ok to push, or did I screw up the texification? Good with minor nits, but allow a day or so for comments from others. Thanks! Cheers, Ralf Subject: [PATCH] docs: Windows DLLs

Re: libtool-2.2.10: print vs. printf

2010-10-30 Thread Ralf Wildenhues
[ dropping libtool@ ] Hi Markus, * Markus Duft wrote on Thu, Oct 28, 2010 at 10:42:46AM CEST: On 10/27/2010 08:13 PM, Ralf Wildenhues wrote: oh, well - good to know that ;) is there some documentation i can refer to wrt to this requirement? it seems we need to adapt some things

Re: libtool-2.2.10: print vs. printf

2010-10-27 Thread Ralf Wildenhues
Hi Markus. * Markus Duft wrote on Wed, Oct 27, 2010 at 09:13:17AM CEST: On 10/23/2010 09:16 AM, Ralf Wildenhues wrote: * Markus Duft wrote on Fri, Oct 22, 2010 at 09:59:27AM CEST: or am i wrong, and it is specified, that the shells that configure and make use have to be the same

Re: [patch] allow --with-pic to accept package names

2010-10-23 Thread Ralf Wildenhues
Hello Ollie, * Ollie Wild wrote on Fri, Oct 22, 2010 at 06:32:08PM CEST: 2010-10-21 Ollie Wild a...@google.com Modify --with-pic to support per-package configurations. * libltdl/m4/libtool.m4: Modify --with-pic to accept a list of package names. Modelled off

Eliminate hardcode_libdir_flag_spec_ld tag variable. (was: [OMPI devel] make check (libtool) failure on Linux/ppc w/ XLC (1.5rc5 and 1.4.3rc1))

2010-10-16 Thread Ralf Wildenhues
[ moving to the libtool-patches list from here: http://www.open-mpi.org/community/lists/devel/2010/08/8399.php ] * Ralf Wildenhues wrote on Thu, Oct 14, 2010 at 08:56:19PM CEST: this bug has been addressed in upstream Libtool commit v2.2.6-59-gb7dbec6: http://git.savannah.gnu.org/cgit

LD_LIBRARY_PATH_64 on Solaris (was: [OMPI devel] make check (libtool?) failure on Solaris/SPARC (1.5rc5 and 1.4.3rc1))

2010-10-16 Thread Ralf Wildenhues
.at +++ b/tests/link-order2.at @@ -1,6 +1,6 @@ # link-order2.at -- test link order of deplibs-*- Autotest -*- # -# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc. # Written by Ralf Wildenhues

Re: Fix linking from only convenience archives with gfortran on Darwin.

2010-10-14 Thread Ralf Wildenhues
Hi Peter, thanks for the quick feedback! * Peter O'Gorman wrote on Thu, Oct 14, 2010 at 10:49:00PM CEST: On 10/14/2010 02:27 PM, Ralf Wildenhues wrote: The following patch should fix this. Paul, any chance you could try out the patch on your system? OK to add your nameemail to THANKS

Re: bindir.at takes forever.

2010-10-14 Thread Ralf Wildenhues
* Peter Rosin wrote on Thu, Oct 14, 2010 at 11:32:20PM CEST: Den 2010-10-14 21:48 skrev Ralf Wildenhues: Changes over the previous patch version: - removed some loop iterations in the inner test, for efficiency, to address Peter's report, - correctly SKIP the test if tempdir creation

libtool-next patch queue

2010-10-14 Thread Ralf Wildenhues
Hi Gary, I promised I would look at your patch queue for rewriting bootstrap. You pushed it to the libtool-next branch, so let me go through the patches in that queue in order (re-stating this so everybody is on the same page here, some of the messages involved unfortunately went off-list for

Re: PATCH RFA: Add Go support

2010-10-13 Thread Ralf Wildenhues
* Ian Lance Taylor wrote on Wed, Oct 13, 2010 at 07:31:04PM CEST: Ralf Wildenhues writes: Do you have, or are working on, an Automake patch for Go support? I do not have an automake patch, although that is a logical next step. I've been using libtool with a Makefile.am which uses

Re: PATCH RFA: Add Go support

2010-10-12 Thread Ralf Wildenhues
Hello Ian, thanks for the patch! * Ian Lance Taylor wrote on Tue, Oct 12, 2010 at 11:42:56PM CEST: This patch adds support for the Go programming language to libtool. Go is described at http://golang.org/ . I'm not very familiar with libtool. This patch is mostly a cut-and-paste job. It

Re: somewhat misleading -no-undefined documentation

2010-10-11 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Oct 09, 2010 at 12:27:35PM CEST: 2010-10-09 Simon Josefsson si...@... Matěj Týč matej@... Ralf Wildenhues ralf.wildenh...@... docs: improve description of -no-undefined. * doc/libtool.texi (Link mode): Fix -no-undefined

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Ralf Wildenhues
Hi Paolo, * Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:43:12AM CEST: I'm applying this patch since it's pretty obvious. Thank you. Is this fixing (part) of the reported bug? Do you know how to expose it, so we can cover it in the testsuite? For future sysroot patches, feel free to also

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Ralf Wildenhues
* Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:55:44AM CEST: On 10/09/2010 10:51 AM, Ralf Wildenhues wrote: * Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:43:12AM CEST: I'm applying this patch since it's pretty obvious. Is this fixing (part) of the reported bug? Lionel pointed us

Re: cwrapper generates long strings.

2010-10-04 Thread Ralf Wildenhues
* Peter Rosin wrote on Sun, Oct 03, 2010 at 08:28:47PM CEST: Den 2010-10-03 09:01 skrev Ralf Wildenhues: +for i in 25 50 75 100 125 150 175 200 225 250 +do + PATH=$PATH$PATH_SEPARATOR/somewhere-that-eksists-not Does $LIBTOOL or the autotest machinery ever intentionally try to run

Re: [PATCH] Add test case for 69e77671 (cwrapper PATH manipulation order)

2010-10-04 Thread Ralf Wildenhues
Hi Charles, * libt...@cwilson.fastmail.fm wrote on Sun, Oct 03, 2010 at 11:15:17PM CEST: * tests/cwrapper.at: Add new test 'cwrapper and installed shared libraries.' OK with nits addressed. You may want to use a ChangeLog and/or --author entry that suitably documents the main author of the

Re: cwrapper generates long strings.

2010-10-04 Thread Ralf Wildenhues
07:00 skrev Ralf Wildenhues: * Peter Rosin wrote on Sun, Oct 03, 2010 at 08:28:47PM CEST: This length doesn't yet trigger the compiler string literal length limit; not sure whether it should? That's not reliable anyway as most compilers support so long strings that it's hard to tickle

Re: [PATCH] msvc: handle symbols from different files independently.

2010-10-04 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Mon, Oct 04, 2010 at 01:25:42PM CEST: Den 2010-10-02 08:40 skrev Ralf Wildenhues: Skip if $NM != $DUMPBIN? But then you'd need to ensure DUMPBIN is set. It's a pest that you can have: DUMPBIN=link -dump NM=dumpbin -symbols or DUMPBIN=dumpbin NM

Re: cwrapper generates long strings.

2010-10-03 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Sat, Oct 02, 2010 at 11:33:02PM CEST: Den 2010-10-02 13:53 skrev Ralf Wildenhues: Yes. Well, we might get the odd report about the Cygwin non-binmode mount where the CR NL messes up things, but otherwise, it should work. If you are on a text mount

Re: [PATCH] tests: don't use assert/abort on MSVC as they are interactive.

2010-10-02 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Wed, Sep 29, 2010 at 11:21:11PM CEST: Den 2010-09-29 21:01 skrev Ralf Wildenhues: * Peter Rosin wrote on Wed, Sep 29, 2010 at 10:06:00AM CEST: Ok to push this one? I don't mind it, but I'll note that the patch will cause testsuite failures when

Re: [PATCH] msvc: handle symbols from different files independently.

2010-10-02 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Fri, Oct 01, 2010 at 01:38:42PM CEST: Anyway, is this test case good enough? Should I find a better way to skip on non-dumpbin runs? How? Skip if $NM != $DUMPBIN? But then you'd need to ensure DUMPBIN is set. How for a slight improvement at least something

Re: cwrapper generates long strings.

2010-10-02 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Fri, Oct 01, 2010 at 11:22:54PM CEST: Subject: [PATCH] cwrapper: split long lines when dumping the wrapper script. * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): If the wrapper script contains long lines, split them for readability and to conform

Re: [PATCH] msvc: handle symbols from different files independently.

2010-09-30 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Thu, Sep 30, 2010 at 09:06:16PM CEST: Ok to push when I have tested with various MSVC versions? I guess, but you should really add testsuite exposure. Thanks, Ralf Subject: [PATCH] msvc: handle symbols from different files independently. *

Re: [PATCH] msvc: handle symbols from different files independently.

2010-09-30 Thread Ralf Wildenhues
* Peter Rosin wrote on Thu, Sep 30, 2010 at 10:53:13PM CEST: Den 2010-09-30 21:25 skrev Ralf Wildenhues: * Peter Rosin wrote on Thu, Sep 30, 2010 at 09:06:16PM CEST: Ok to push when I have tested with various MSVC versions? I guess, but you should really add testsuite exposure. I

Re: [PATCH] tests: don't use assert/abort on MSVC as they are interactive.

2010-09-29 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Wed, Sep 29, 2010 at 10:06:00AM CEST: Ok to push this one? I don't mind it, but I'll note that the patch will cause testsuite failures when no wrapper is actually used. This can happen - with --disable-shared passed toplevel, or on static-only systems, - on

pre-release update of LTDL_VERSION_INFO (was: [SCM] GNU Libtool branch, master, updated. v2.4-1-gf0ba93d)

2010-09-24 Thread Ralf Wildenhues
Hello Gary, * Gary V. Vaughan wrote on Fri, Sep 24, 2010 at 10:12:10AM CEST: On 23 Sep 2010, at 00:30, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 06:27:27PM CEST: * libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the static libprefix interface, so

Re: [PATCH] Skip need_lib_prefix.at on systems without lib prefix on libraries.

2010-09-24 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Fri, Sep 24, 2010 at 11:30:07AM CEST: Den 2010-09-24 06:20 skrev Ralf Wildenhues: The part about this patch which I'm unsure about is this: Does the testsuite otherwise cover well enough the fact that users may name their modules with or without leading

Re: [PATCH] tests: import variables for MSVC.

2010-09-24 Thread Ralf Wildenhues
Den 2010-09-24 19:30 skrev Charles Wilson: That is the typical approach. The drawback -- usually an acceptable one -- is that if you are building a stack of dependent DLLs: EXE -- C.DLL - B.DLL -- A.DLL Then (a) you must link exe using .obj's compiled as pic (e.g. with

Re: [PATCH] tests: import variables for MSVC.

2010-09-24 Thread Ralf Wildenhues
* Peter Rosin wrote on Fri, Sep 24, 2010 at 02:44:25PM CEST: Den 2010-09-24 07:21 skrev Ralf Wildenhues: Patch is ok with me if it keeps GCC working, and Chuck is ok with it. You meant to use __declspec everywhere not declspec, even in your text part of the mail, right? Yes indeed, I

Re: [PATCH v2 02/11] maint: don't leak developer GREP, SED etc into distribution file.

2010-09-23 Thread Ralf Wildenhues
Hello Gary, * Gary V. Vaughan wrote on Thu, Sep 23, 2010 at 05:21:19PM CEST: I've pared this down to the absolute minimum necessary to fix the bug it is targetting. I did run this through `make distcheck' (and it passed), but most of the others following only got a cursory `git clean -x -d

Re: [PATCH v2 07/11] build: make better use of automatic variables in `Makefile.am'.

2010-09-23 Thread Ralf Wildenhues
Hi Gary, this isn't a review, I'm just adding a couple of hints that come to mind at first glance. * Gary V. Vaughan wrote on Thu, Sep 23, 2010 at 05:21:24PM CEST: Rules are getting shorter and more readable again now. I'm assuming there are no portability problems with $@ and $^ in regular

Re: [PATCH] Skip need_lib_prefix.at on systems without lib prefix on libraries.

2010-09-23 Thread Ralf Wildenhues
Hello Peter, * Peter Rosin wrote on Fri, Sep 17, 2010 at 08:44:43AM CEST: need_lib_prefix.at currently fails with MSVC. I think the test is there to ensure that weird systems continue to work even if the testsuite is running on a normal system. weird in this case are systems with

Re: [PATCH] msvc: don't try to export import descriptors.

2010-09-23 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Fri, Sep 24, 2010 at 12:39:13AM CEST: With the patch posted with subject: [PATCH] tests: import variables for MSVC. I found that libtool tries to put some bad symbols in the generated symbol lookup table leading to errors such as this: Ok to push? Yes, with

Re: [PATCH] tests: import variables for MSVC.

2010-09-23 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Fri, Sep 24, 2010 at 12:25:14AM CEST: Subject: [PATCH] tests: import variables for MSVC. * tests/depdemo/sysdep.h (EXTERN): New define, saying how to declare variables that might need to be imported. * tests/depdemo/l1/l1.h, tests/depdemo/l2/l2.h,

Re: libtool-2.2.11a on AIX 5.3 current git master 2010-08-25 /status

2010-09-22 Thread Ralf Wildenhues
* Rainer Tammer wrote on Wed, Sep 22, 2010 at 09:35:38AM CEST: --- a/README +++ b/README @@ -319,6 +319,17 @@ notice and this notice are preserved. This file is offered as-is, without warranty of any kind. +6. Platform specific notes We already have doc/notes.{texi,txt}. Cheers, Ralf

Re: [SCM] GNU Libtool branch, master, updated. v2.4-1-gf0ba93d

2010-09-22 Thread Ralf Wildenhues
Hello Gary, * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 06:27:27PM CEST: * libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the static libprefix interface, so new version-info is C+1:0:R+1. libprefix is a *static* local undocumented variable, not public API. There was no

Re: [PATCH 1/r47] maint: help2man targets should rely on the binaries they call.

2010-09-22 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Wed, Sep 22, 2010 at 07:37:58PM CEST: On 09/22/2010 11:35 AM, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 07:05:48PM CEST: * Makefile.am (doc/libtool.1, doc/libtoolize.1): Don't rely on the intermediate files, since they might have

Fix regression in command-line length computation.

2010-09-22 Thread Ralf Wildenhues
Oh brother, I just found another regression. :-( func_fallback_echo isn't even defined inside configure unless we haven't found a better $ECHO. We should be trying to forkexec an external utility with the test string, so that we are actually testing the right limit. I'm pushing the fix below,

Re: [PATCH 1/r47] maint: help2man targets should rely on the binaries they call.

2010-09-22 Thread Ralf Wildenhues
* Eric Blake wrote on Wed, Sep 22, 2010 at 08:19:28PM CEST: On 09/22/2010 12:13 PM, Ralf Wildenhues wrote: Is it acceptable instead to use a nested $(MAKE) invocation prior to running help2man to ensure the binary is up-to-date? Can you show a patch so I can see what you mean? diff --git

Re: [PATCH 2/4] maint: rearrange Makefile.am in preparation for a follow-up patch.

2010-09-22 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 07:05:49PM CEST: * Makefile.am (Libtool scripts.): Move this section below the `Bootstrap.' section... (libtoolize.in): ...except this one which is generated at bootstrap time, and was added into the `Bootstrap.' section. (Libltdl.):

Re: [PATCH 1/r47] maint: help2man targets should rely on the binaries they call.

2010-09-22 Thread Ralf Wildenhues
* Eric Blake wrote on Wed, Sep 22, 2010 at 08:30:08PM CEST: On 09/22/2010 12:22 PM, Ralf Wildenhues wrote: * Eric Blake wrote on Wed, Sep 22, 2010 at 08:19:28PM CEST: $(srcdir)/doc/libtool.1: $(srcdir)/$(auxdir)/ltmain.sh + $(MAKE) libtool $(update_mans) --help-option=--help-all

Re: [PATCH 1/r47] maint: help2man targets should rely on the binaries they call.

2010-09-22 Thread Ralf Wildenhues
Hello Gary, * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 10:29:44PM CEST: On 23 Sep 2010, at 00:35, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 07:05:48PM CEST: * Makefile.am (doc/libtool.1, doc/libtoolize.1): Don't rely on the intermediate files, since

Re: [PATCH 1/r47] maint: help2man targets should rely on the binaries they call.

2010-09-22 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 10:36:01PM CEST: On 23 Sep 2010, at 01:22, Ralf Wildenhues wrote: * Eric Blake wrote on Wed, Sep 22, 2010 at 08:19:28PM CEST: On 09/22/2010 12:13 PM, Ralf Wildenhues wrote: Is it acceptable instead to use a nested $(MAKE) invocation prior

Re: [PATCH 4/4] maint: simplify and improve safety of bootstrap process.

2010-09-22 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 07:05:51PM CEST: I also posted this one before... this time rebased against post-2.4 release HEAD. Okay to push? Assuming strongly that this patch depends upon the semantics of 3/4 applied, I will review this patch after 3/4 is fixed.

Re: [PATCH 3/4] maint: don't leak developer GREP, SED etc into distribution file.

2010-09-22 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Sep 22, 2010 at 07:05:50PM CEST: This is the second part of the patch I've split since the last time I posted. I added Joerg as reporter, and he is already named in THANKS. Okay to push? With this patch applied, the generated libtool script still

Re: [PATCH] relax -rpath argument test for Snow Leopard

2010-09-22 Thread Ralf Wildenhues
Hello, * Peter O'Gorman wrote on Thu, Sep 23, 2010 at 07:43:44AM CEST: On 09/22/2010 09:00 PM, Leo Davis wrote: I had to patch libtool in order to get shared libraries to build with the Snow Leopard '@rpath/' syntax which stands in for the place where the lib gets installed. I thought that

Re: [PATCH] maint: edit-readme-alpha shouldn't try to re-edit during dist.

2010-09-21 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Tue, Sep 21, 2010 at 08:44:41AM CEST: With those addressed, and another successful distcheck, okay to push? Sure. Thanks, Ralf

Re: [PATCH] msvc: eliminate spaces in the library search path.

2010-09-21 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Tue, Sep 21, 2010 at 09:37:16AM CEST: I know it's late for the release, but I'd like to squeeze this one in too, if at all possible. After all, it doesn't affect anything but MSVC. I have questions: What does Charles have to say to this? What is $LIB? Is

  1   2   3   4   5   6   7   8   9   10   >