Re: libtool 1.5.22 passes ld options to gcc on ia64-hp-hpux11.23?

2007-07-16 Thread Thomas Anders
Ralf Wildenhues wrote: > I hope so. But if you could try 1.5.24 out and confirm, then that would > be even better. ;-) The build has just finished successfully. Confirmed. :-) +Thomas ___ http://lists.gnu.org/mailman/listinfo/libtool

libtool 1.5.22 passes ld options to gcc on ia64-hp-hpux11.23?

2007-07-16 Thread Thomas Anders
With libtool 1.5.22 and gcc 4.0.4/4.2.0 on ia64-hp-hpux11.23, I see libtool passing "+b /some/path" directly to "gcc -shared" rather than escaping it via "-Wl,": hpbox# sh ../libtool --mode=link gcc -rpath /usr/local/lib -version-info 16:0:1 -o libnetsnmpagent.la *.lo ../snmplib/libnetsnmp.la gcc