Advertisement
Guest User

Config.log 27122011

a guest
Dec 27th, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. configure:2153: checking for Cygwin environment
  2. configure:2169: cc -c conftest.c 1>&5
  3. configure: In function 'main':
  4. configure:2165: error: '__CYGWIN32__' undeclared (first use in this function)
  5. configure:2165: error: (Each undeclared identifier is reported only once
  6. configure:2165: error: for each function it appears in.)
  7. configure: failed program was:
  8. #line 2158 "configure"
  9. #include "confdefs.h"
  10.  
  11. int main() {
  12.  
  13. #ifndef __CYGWIN__
  14. #define __CYGWIN__ __CYGWIN32__
  15. #endif
  16. return __CYGWIN__;
  17. ; return 0; }
  18. configure:2186: checking for mingw32 environment
  19. configure:2198: cc -c conftest.c 1>&5
  20. configure: In function 'main':
  21. configure:2194: error: '__MINGW32__' undeclared (first use in this function)
  22. configure:2194: error: (Each undeclared identifier is reported only once
  23. configure:2194: error: for each function it appears in.)
  24. configure: failed program was:
  25. #line 2191 "configure"
  26. #include "confdefs.h"
  27.  
  28. int main() {
  29. return __MINGW32__;
  30. ; return 0; }
  31. configure:2217: checking for egrep
  32. configure:2232: checking for a sed that does not truncate output
  33. configure:2382: checking host system type
  34. configure:2403: checking target system type
  35. configure:2515: checking for gcc
  36. configure:2628: checking whether the C compiler (gcc -L /usr/lib/i386-linux-gnuconfigure:2644: gcc -o conftest -L /usr/lib/i386-linux-gnu conftest.c 1>&5
  37. /usr/bin/ld: cannot find crt1.o: No such file or directory
  38. /usr/bin/ld: cannot find crti.o: No such file or directory
  39. collect2: ld returned 1 exit status
  40. configure: failed program was:
  41.  
  42. #line 2639 "configure"
  43. #include "confdefs.h"
  44. main(){return(0);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement