* 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 d
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 librar
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
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
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
There is a problem building loadable modules on Darwin/MacOS X using
libtool and FSF compilers.
A typical build failure looks like this:
/bin/sh ../../../libtool --tag=CXX --mode=link /usr/local/gcc4.0/
bin/g++ -g -O2 -o basefunctions.la -rpath /usr/local/lib/jags/
modules -no-undefined -m
Forget that last message. The problem I have is definitely in the
compiler driver gcc/g++
Apologies
Bill
On 17/07/2007, at 4:00 PM, Bill Northcott wrote:
There is a problem building loadable modules on Darwin/MacOS X
using libtool and FSF compilers.
___
Ralf Wildenhues wrote:
> * 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