Re: Potential bugfix for bug#21455: Bug while cross-compiling multiple libtool-based packages ...

2016-01-19 Thread Joakim Tjernlund
Ping ? On Sun, 2015-10-18 at 15:41 +0200, Joakim Tjernlund wrote: > While googling for a fix for bug#21455, >  http://lists.gnu.org/archive/html/bug-libtool/2015-09/msg00012.html , > I came across: >   >

Potential bugfix for bug#21455: Bug while cross-compiling multiple libtool-based packages ...

2015-10-18 Thread Joakim Tjernlund
While googling for a fix for bug#21455, http://lists.gnu.org/archive/html/bug-libtool/2015-09/msg00012.html , I came across: http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/libtool/libtool-2.4/use-sysroot-in-libpath.patch?id=release-2010.12 This appear to be the correct fix

Re: cross-compiling with libtool

2015-05-14 Thread Bob Friesenhahn
On Thu, 14 May 2015, Lane wrote: That's what I don't understand. I do have a ranlib binary and it is named by the cross-tools environment that I've been given. For some reason it's not able to find it though when running make install and I don't know how that happens. Are you running 'make

Re: cross-compiling with libtool

2015-05-13 Thread Lane
That's what I don't understand. I do have a ranlib binary and it is named by the cross-tools environment that I've been given. For some reason it's not able to find it though when running make install and I don't know how that happens. On Wed, May 13, 2015 at 10:10 PM, Bob Friesenhahn

cross-compiling with libtool

2015-05-13 Thread Lane
I hope this is the right list to ask for libtool help. If not, please let me know. I have an app that uses autotools and it works just fine on x86_64. However, when cross-compiling for arm, I am able to configure, make (successfully), but then make install is a problem and I was

Re: cross-compiling with libtool

2015-05-13 Thread Bob Friesenhahn
On Wed, 13 May 2015, Lane wrote: arm-blues-linux-gnueabi-libtool: install: chmod 644 /opt/blues/lib/libbl_parsers.a arm-blues-linux-gnueabi-libtool: install: arm-blues-linux-gnueabi-ranlib /opt/blues/lib/libbl_parsers.a ../../../arm-blues-linux-gnueabi-libtool: line 1104:

Add sysroot_path for cross compiling in libtool-1.5.10

2008-12-05 Thread Julian Chu
Hi, I have a cross compiling toolchain which use libtool-1.5.10. The toolchain place binaries, libraries ... in another path (ex:/usr/local/toolchain/). However, the *.la files were created with another path, it looks like $ cat libpng12.la |grep libdir libdir='/usr/lib' Actually, the

cross-compiling and libtool

2006-05-11 Thread Yan Seiner
I am trying to cross-complie gphoto2 gphoto.sf.net , which uses ltdl I have everything compiled, but on execution it tries to find its drivers in the build tree, and not in the target tree See below How do I configure libtool in a cross-compile environment to correctly find the

Cross compiling, FreeBSD, libtool 1.4.2 - --host=i386-mingw32msvc

2002-05-20 Thread Eurijk
When trying to cross compile using --host=i386-mingw32msvc on libtool 1.4.2 under FreeBSD, I'm running into problems when it tries to build ltdl. Is it something I'm doing in the configure.in/Makefile.am/bootstrap or is this a problem with ltdl?