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 i

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 < bfrie...@

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: arm-blues-linux-gnuea

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 hop