Created
June 26, 2018 16:11
-
-
Save tanersener/581b0d5b7f097be45fe185858fd7799e to your computer and use it in GitHub Desktop.
Android cross-compile failure for samba library from https://www.samba.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Building https://download.samba.org/pub/samba/samba-4.8.3.tar.gz | |
./configure | |
--prefix=/Users/taner/Projects/mobile-ffmpeg/prebuilt/android-arm/lame | |
--with-static-modules=ALL | |
--cross-compile | |
--cross-answers=/tmp/cross-answers-arm.txt | |
--hostcc=arm-linux-androideabi | |
... | |
Checking for header alloca.h : yes | |
Checking for header float.h : yes | |
Checking for header rpc/rpc.h : no | |
Checking for header rpc/nettype.h : no | |
Checking for tirpc rpc headers in default system path : not found | |
Checking for libtirpc headers : not found | |
Checking for libntirpc headers : not found | |
ERROR: No rpc/rpc.h header found, tirpc or libntirpc missing? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment