New submission from muhzi <air.oamyst...@yahoo.com>:

Trying to cross compile python for android using NDK r19. but I keep facing a 
linker error.

x86_64-linux-android21-clang -pie 
-L~/Android/Sdk/ndk-bundle/platforms/android-21/arch-x86_64/usr/lib64 -Xlinker 
-export-dynamic -o python \
                Modules/python.o \
                -L. -lpython2.7 -ldl    -lm  
./libpython2.7.so: error: undefined reference to 'nl_langinfo'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35953>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to