This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Not compiling
#1115
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to compile with android.sh but I'm stuck in an error. I've installed all needed libraries and I'm compiling from a macbook m1. I'm using this command: ./android.sh --enable-gpl --full
configure: WARNING: unrecognized options: --with-pic, --with-sysroot, --enable-static, --disable-shared, --disable-fast-install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 2
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... llvm-strip
checking for a race-free mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether make supports the include directive...
yes (GNU style)
checking for arm-linux-androideabi-gcc... armv7a-linux-androideabi24-clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether armv7a-linux-androideabi24-clang accepts -g... yes
checking for armv7a-linux-androideabi24-clang option to enable C11 features... unsupported
checking for armv7a-linux-androideabi24-clang option to enable C99 features... none needed
checking whether armv7a-linux-androideabi24-clang understands -c and -o together... yes
checking dependency style of armv7a-linux-androideabi24-clang... gcc3
checking for arm-linux-androideabi-ar... llvm-ar
checking the archiver (llvm-ar) interface... ar
./configure: line 5035: syntax error near unexpected token
2.2' ./configure: line 5035:
LT_PREREQ(2.2)'I've read that it's probably related with the library libtool but I've installed it. Tbh I don't know what to do now
Could I get some help please??
Beta Was this translation helpful? Give feedback.
All reactions