This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author muhzi
Recipients Alex.Willmer, muhzi
Date 2019-02-10.12:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549800196.49.0.252123188802.issue35953@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2019-02-10 12:03:18muhzisetrecipients: + muhzi, Alex.Willmer
2019-02-10 12:03:16muhzisetmessageid: <1549800196.49.0.252123188802.issue35953@roundup.psfhosted.org>
2019-02-10 12:03:16muhzilinkissue35953 messages
2019-02-10 12:03:16muhzicreate