libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging subversion compile failure for 64bit platform.


From: Ralf Wildenhues
Subject: Re: Debugging subversion compile failure for 64bit platform.
Date: Thu, 13 Dec 2007 16:06:13 +0100
User-agent: Mutt/1.5.17 (2007-11-13)

Hello Igor,

* address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]