Hello Igor,

* [EMAIL PROTECTED] wrote on Thu, Dec 13, 2007 at 03:25:03PM CET:
> 
> However the compilation of the swig-* components fails, as libtool is
> dropping the -m64 flag somewhere.

Which `./libtool --version'?

Typically you can work around this using
  ./configure CC='cc -m64 -xarch=...' CXX='CC -m64 -xarch=...'

but AFAIK all such instances are fixed in 1.5.24.

> I have produced a 4607 lines long libtool --debug output for the 
> ` gmake DESTDIR=/tmp/build/svn/staging swig-py ' [The output for gmake ...
> javahl is about double the size], which results in:
> 
> ld: fatal: file
> ../../../../subversion/bindings/swig/python/libsvn_swig_py/.libs/libsvn_swig
> _py-1.so: wrong ELF class: ELFCLASS64
> ld: fatal: File processing errors. No output written to .libs/_core.so

If that's from 1.5.24, then I can take a look.

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to