Advertisement
aussa

config.log

Apr 26th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 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:2721: checking host system type
  5. configure:2742: checking target system type
  6. configure:2760: checking build system type
  7. configure:2827: checking site config conf.x86_64-unknown-linux-gnu-g++.in
  8. configure:3380: checking whether the C compiler ( ) works
  9. configure:3438: checking for g++
  10. configure:3483: /usr/bin/g++ -o conftest conftest.c 1>&5
  11. configure:3509: checking whether the C compiler (/usr/bin/g++ ) is a cross-compiler
  12. configure:3643: checking for g++
  13. configure:3677: checking whether the C++ compiler (g++ ) works
  14. configure:3693: g++ -o conftest conftest.C 1>&5
  15. configure:3719: checking whether the C++ compiler (g++ ) is a cross-compiler
  16. configure:3724: checking whether we are using GNU C++
  17. configure:3733: g++ -E conftest.C
  18. configure:3746: checking whether g++ accepts -g
  19. configure:3784: checking for Cygwin environment
  20. configure:3800: /usr/bin/g++ -c conftest.c 1>&5
  21. configure: In function 'int main()':
  22. configure:3796: error: '__CYGWIN32__' was not declared in this scope
  23. configure: failed program was:
  24. #line 3789 "configure"
  25. #include "confdefs.h"
  26.  
  27. int main() {
  28.  
  29. #ifndef __CYGWIN__
  30. #define __CYGWIN__ __CYGWIN32__
  31. #endif
  32. return __CYGWIN__;
  33. ; return 0; }
  34. configure:3817: checking for mingw32 environment
  35. configure:3829: /usr/bin/g++ -c conftest.c 1>&5
  36. configure: In function 'int main()':
  37. configure:3825: error: '__MINGW32__' was not declared in this scope
  38. configure: failed program was:
  39. #line 3822 "configure"
  40. #include "confdefs.h"
  41.  
  42. int main() {
  43. return __MINGW32__;
  44. ; return 0; }
  45. configure:3860: checking for executable suffix
  46. configure:3870: /usr/bin/g++ -o conftest conftest.c 1>&5
  47. configure:3918: checking for object suffix
  48. configure:3924: /usr/bin/g++ -c conftest.c 1>&5
  49. configure:3948: checking lib suffix
  50. configure:3970: checking shared object suffix
  51. configure:3995: checking shared object praefix
  52. configure:4303: checking project config common.project.in
  53. configure:4314: checking package config common.libs.in
  54. configure:4326: checking additional package configs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement