Advertisement
Guest User

Untitled

a guest
Jan 20th, 2012
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. configure:759: checking host system type
  5. configure:780: checking target system type
  6. configure:798: checking build system type
  7. configure:859: checking for mawk
  8. configure:983: checking for perl5
  9. configure:983: checking for perl
  10. configure:2139: checking for gcc
  11. configure:2252: checking whether the C compiler (gcc ) works
  12. configure:2268: gcc -o conftest conftest.c 1>&5
  13. configure:2294: checking whether the C compiler (gcc ) is a cross-compiler
  14. configure:2299: checking whether we are using GNU C
  15. configure:2308: gcc -E conftest.c
  16. configure:2327: checking whether gcc accepts -g
  17. configure:2363: checking for c++
  18. configure:2395: checking whether the C++ compiler (arm-linux-androideabi-g++ ) works
  19. configure:2411: arm-linux-androideabi-g++ -o conftest conftest.C 1>&5
  20. eval: 1: arm-linux-androideabi-g++: not found
  21. configure: failed program was:
  22.  
  23. #line 2406 "configure"
  24. #include "confdefs.h"
  25.  
  26. int main(){return(0);}
  27.  
  28. This file contains any messages produced by compilers while
  29. running configure, to aid debugging if configure makes a mistake.
  30.  
  31. configure:759: checking host system type
  32. configure:780: checking target system type
  33. configure:798: checking build system type
  34. configure:859: checking for mawk
  35. configure:983: checking for perl5
  36. configure:983: checking for perl
  37. configure:2139: checking for gcc
  38. configure:2252: checking whether the C compiler (gcc ) works
  39. configure:2268: gcc -o conftest conftest.c 1>&5
  40. configure:2294: checking whether the C compiler (gcc ) is a cross-compiler
  41. configure:2299: checking whether we are using GNU C
  42. configure:2308: gcc -E conftest.c
  43. configure:2327: checking whether gcc accepts -g
  44. configure:2363: checking for c++
  45. configure:2395: checking whether the C++ compiler (arm-linux-androideabi-g++ ) works
  46. configure:2411: arm-linux-androideabi-g++ -o conftest conftest.C 1>&5
  47. eval: 1: arm-linux-androideabi-g++: not found
  48. configure: failed program was:
  49.  
  50. #line 2406 "configure"
  51. #include "confdefs.h"
  52.  
  53. int main(){return(0);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement