Re: cross-compiling with libtool
Bob Friesenhahn <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
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
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool