Guest User

Untitled

a guest
Jan 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ../configure --with-ios-target=iphoneos --with-ios-version=11.0 --with-ios-min-version=8.0 --with-arch=arm64 --disable-shared-js
  2.  
  3. checking whether the chosen combination of compiler flags (-march=arm64) works... configure: error: no
  4. ------ config.log ------
  5. #include "confdefs.h"
  6.  
  7. int main() {
  8. XtMalloc()
  9. ; return 0; }
  10. configure:6418: /usr/bin/clang -c -march=arm64 conftest.c 1>&5
  11. error: unknown target CPU 'arm64'
  12. configure: failed program was:
  13. #line 6411 "configure"
  14. #include "confdefs.h"
  15.  
  16. int main() {
  17. return sizeof(__thumb2__);
  18. ; return 0; }
  19. configure:6527: checking whether the chosen combination of compiler flags (-march=arm64) works
  20. configure:6536: /usr/bin/clang -c -march=arm64 conftest.c 1>&5
  21. error: unknown target CPU 'arm64'
  22. configure: failed program was:
  23. #line 6529 "configure"
  24. #include "confdefs.h"
  25.  
  26. int main() {
  27. return 0;
  28. ; return 0; }
  29. configure: error: no
Add Comment
Please, Sign In to add comment