libtool ChangeLog tests/cdemo-exec.test tests/d...

2007-07-16 Thread Charles Wilson
CVSROOT:/sources/libtool Module name:libtool Changes by: Charles Wilson cwilson07/07/16 22:53:06 Modified files: . : ChangeLog tests : cdemo-exec.test demo-deplibs.test demo-exec.test demo-inst.test

Re: Followup patch: fix mingw cross-compile regressions

2007-07-16 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Thu, Jul 12, 2007 at 08:41:12AM CEST: While testing an earlier patch of mine, Ralf reported some old testsuite failures when cross-compiling for mingw from linux: Grepping the verbose output of the old HEAD testsuite for 'No such file or directory'

Re: GMP: IBM mainframe build results

2007-07-16 Thread Ralf Wildenhues
* Tim Van Holder wrote on Fri, Jul 13, 2007 at 04:11:43PM CEST: Ralf Wildenhues wrote: - [LIBTOOL] by default, the compilers require that files come last on the command line, and many versions of libtool (including the one included with GMP) break this rule when configure has determined

How to create shared library(dll) without lib prefix ?

2007-07-16 Thread Roumen Petrov
Let a project use libtool to make libraries. In case of mingw build (cross-compilation) in many cases is good dll to be without lib prefix. In these cases cross-compilation can create dlls with same names as native build and those dlls can be used instead native build. The name of import

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

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

2007-07-16 Thread Ralf Wildenhues
Hello Thomas, * Thomas Anders wrote on Tue, Jul 17, 2007 at 12:08:47AM CEST: 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,: [...] Am I correct to assume that this is fixed in 1.5.24

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