Browse Source
This is how the error before the fix looked like on Arch Linux with GNU libtool 2.4.6.40-6ca5-dirty: $ make installcheck ... make[4]: Entering directory '/home/jasan/lightning/external/libwally-core/src/secp256k1' /usr/bin/mkdir -p 'testinstall/home/jasan/lightning/external/libwally-core/..' /bin/sh ./libtool --mode=install /usr/bin/install -c libsecp256k1.la 'testinstall/home/jasan/lightning/external/libwally-core/..' Usage: /home/jasan/lightning/external/libwally-core/src/secp256k1/libtool [OPTION]... [MODE-ARG]... Try 'libtool --help' for more information. libtool: error: 'testinstall/home/jasan/lightning/external/libwally-core/..' must be an absolute directory name make[4]: *** [Makefile:910: install-libLTLIBRARIES] Error 1 make[4]: Leaving directory '/home/jasan/lightning/external/libwally-core/src/secp256k1' make[3]: *** [Makefile:1253: install-exec-recursive] Error 1 make[3]: Leaving directory '/home/jasan/lightning/external/libwally-core/src' make[2]: *** [Makefile:429: install-exec-recursive] Error 1 make[2]: Leaving directory '/home/jasan/lightning/external/libwally-core' make[1]: *** [external/Makefile:41: external/libwallycore.a] Error 2 rm external/libwally-core/src/secp256k1/libsecp256k1.la make[1]: Leaving directory '/home/jasan/lightning' make: *** [Makefile:430: installcheck] Error 2 Then there was linking error which needed to be fixed by correcting the idea of installing external libraries to a particular directory.ppa-0.6.1
Jan Sarenik
7 years ago
committed by
Rusty Russell
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue