libtool
[Top][All Lists]
Advanced

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

Re: cross-compiling with libtool


From: Bob Friesenhahn
Subject: Re: cross-compiling with libtool
Date: Wed, 13 May 2015 22:10:21 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

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-gnueabi-ranlib: command not found
Makefile:395: recipe for target 'install-libLTLIBRARIES' failed

Any thoughts on how to proceed?

1. Assuming that you want to make progress with your work.

2. Assuming that your other cross-tools are named prefixed with
   'arm-blues-linux-gnueabi-'.

3. Assuming that ranlib is not actually necessary.

You could change to the directory where the other cross-tools are and do

  ln -s /bin/true arm-blues-linux-gnueabi-ranlib

Altnerately, you could find a correct ranlib binary and make sure that it is named appropriately.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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