Advertisement
covalschi

Untitled

Dec 15th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. configure-android: APP_PLATFORM not specified, using android-27
  2. configure-android: TARGET_ABI not specified, using armeabi
  3. configure-android: calling ./configure with env vars:
  4. CC = /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc
  5. CXX = /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++
  6. CFLAGS = --sysroot=/home/jazib/Downloads/ndk/platforms/android-27/arch-arm -I/home/jazib/Downloads/ndk/sources/cxx-stl/gnu-libstdc++/4.9/include -I/home/jazib/Downloads/ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include
  7. CXXFLAGS = -shared --sysroot=/home/jazib/Downloads/ndk/platforms/android-27/arch-arm -fexceptions -frtti
  8. LDFLAGS = --sysroot=/home/jazib/Downloads/ndk/platforms/android-27/arch-arm -L/home/jazib/Downloads/ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/
  9. LIBS = -lgnustl_static -lc -lgcc
  10. AR = /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar
  11. RANLIB = /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ranlib
  12. TARGET_HOST = arm-linux-androideabi
  13. TARGET_ABI = armeabi
  14. checking build system type... x86_64-unknown-linux-gnu
  15. checking host system type... arm-unknown-linux-androideabi
  16. checking target system type... arm-unknown-linux-androideabi
  17. checking for arm-linux-androideabi-gcc... /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc
  18. checking whether the C compiler works... yes
  19. checking for C compiler default output file name... a.out
  20. checking for suffix of executables...
  21. checking whether we are cross compiling... yes
  22. checking for suffix of object files... o
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc accepts -g... yes
  25. checking for /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc option to accept ISO C89... unsupported
  26. checking whether we are using the GNU C++ compiler... yes
  27. checking whether /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ accepts -g... yes
  28. checking for arm-linux-androideabi-ranlib... /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ranlib
  29. checking for arm-linux-androideabi-ar... /home/jazib/Downloads/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar
  30. checking for pthread_create in -lpthread... no
  31. checking for puts in -lwsock32... no
  32. checking for puts in -lws2_32... no
  33. checking for puts in -lole32... no
  34. checking for puts in -lwinmm... no
  35. checking for puts in -lsocket... no
  36. checking for puts in -lrt... no
  37. checking for sin in -lm... yes
  38. checking for uuid_generate in -luuid... no
  39. checking for uuid_generate in -luuid... (cached) no
  40. checking for library containing gethostbyname... none required
  41. Setting PJ_M_NAME to arm
  42. checking memory alignment... 4 bytes (default)
  43. checking how to run the C preprocessor... /lib/cpp
  44. aconfigure: error: in `/home/jazib/pjproject':
  45. aconfigure: error: C preprocessor "/lib/cpp" fails sanity check
  46. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement