Re: libtool-2.0 release

2006-02-10 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Fri, Feb 03, 2006 at 01:06:40PM CET: Ralf Wildenhues wrote: - Makefile.am rules somewhere use GNU make 3.80 features. I have encountered many difficulties preventing autotools reruns on other systems, and am quite fed up with hunting these down.

Bug with linker flags under cygwin?

2006-02-10 Thread Christopher Hulbert
I'm trying to pass some options to the linker using -Wl,opt1,opt2, Libtool is not placing the -Wl, in front of each argument because in the generated libtool script, wl=. If I manually replace that with wl=-Wl, it prepends arguments with it as expected. bash-3.00$ uname -a CYGWIN_NT-5.1

archive_commands

2006-02-10 Thread Christopher Hulbert
archive_cmds=\$CC -o \$lib \$libobjs \$compiler_flags \\\`echo $deplibs\\\ | \$SED -e 's/ -lc\$//'\\\` -link -dll~linknames= What is the -link and -dll doing? This messes up my linking with the PGI C compiler as it can't find liblink.a. libtool 1.5.22

Re: archive_commands

2006-02-10 Thread Christopher Hulbert
On 2/10/06, Christopher Hulbert [EMAIL PROTECTED] wrote: archive_cmds=\$CC -o \$lib \$libobjs \$compiler_flags \\\`echo $deplibs\\\ | \$SED -e 's/ -lc\$//'\\\` -link -dll~linknames= What is the -link and -dll doing? This messes up my linking with the PGI C compiler as it can't find

Re: LT_AC_PROG_SED

2006-02-10 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: * Ralf Wildenhues wrote on Wed, Jan 18, 2006 at 01:20:29PM CET: Other quite serious bug: 3) In CVS HEAD Libtool, we use m4_ifndef([AC_PROG_SED],[ AC_DEFUN([AC_PROG_SED], [...]) ]) This will cause aclocal (at least up to 1.7, lower than 1.9) to

Re: LT_AC_PROG_SED

2006-02-10 Thread Gary V. Vaughan
Gary V. Vaughan wrote: Index: libtool-1-5/libtool.m4 === --- libtool-1-5.orig/libtool.m4 +++ libtool-1-5/libtool.m4 @@ -5987,17 +5987,15 @@ AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no) ])

Re: Fix linking against uninstalled libs again (1/n)

2006-02-10 Thread Ralf Wildenhues
Hello again, * Jacob Meuser wrote on Sun, Jan 22, 2006 at 04:56:59AM CET: On Sat, Jan 21, 2006 at 09:37:27AM +0100, Ralf Wildenhues wrote: I messed up pretty badly while trying to fix the linking against uninstalled deplibs right before 1.5.22 -- guess that's what I get for not testing

whole_archive_flag_spec and reload_cmds (PGI)

2006-02-10 Thread Ralf Wildenhues
PGI compilers are currently the only ones for which libtool uses comma-separated archives in whole_archive_flag_spec currently. The hack below makes them work for reload_cmds, too, where we use $LD directly. Exposed by duplicate_conv.test. :) OK to apply this patch (HEAD and branch-1-5)?

Re: Fix linking against uninstalled libs again (1/n)

2006-02-10 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Feb 10, 2006 at 05:42:50PM CET: * libltdl/config/ltmain.m4sh (func_mode_link): Also reorder the non-absolute paths to uninstalled deplibs, and also reorder the `$path/.libs' lists. Argh. Please disregard this old patch version (bad logic