Advertisement
Guest User

Untitled

a guest
Aug 30th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. $ cat config.log
  2.  
  3. Invocation: ./configure
  4. Detecing awk...
  5. Trying: echo "a.c b.c c.c" | tr ' ' \n | awk ' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }' 2>/dev/null
  6. Result: 'a.o b.o c.o '
  7. checking awk... awk
  8. detecting OS... OSX
  9. executing gcc-4.2 -dumpmachine
  10. returned i686-apple-darwin11
  11. exit code 0
  12. checking build system type... i686-apple-darwin11
  13. executing gcc-4.2 -dumpmachine
  14. returned i686-apple-darwin11
  15. exit code 0
  16. checking host system type... i686-apple-darwin11
  17. checking universal build... no
  18. checking build cc... gcc-4.2
  19. checking host cc... gcc-4.2
  20. checking build c++... CC/CXX not set (skipping)
  21. executing g++ -dumpmachine
  22. returned i686-apple-darwin11
  23. exit code 0
  24. checking build c++... g++
  25. checking host c++... CC/CXX not set (skipping)
  26. executing g++ -dumpmachine
  27. returned i686-apple-darwin11
  28. exit code 0
  29. checking host c++... g++
  30. checking strip... disabled
  31. checking builtin depend... yes
  32. checking makedepend... disabled
  33. executing g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1
  34. returned
  35. exit code 0
  36. detecting cpu-type... 64 bits
  37. checking static... no
  38. checking unicode... no
  39. using debug level... no
  40. using desync debug level... no
  41. using link time optimization... no
  42. checking OSX sysroot... no (use system default)
  43. checking Allegro... OSX, skipping
  44. checking SDL... OSX, skipping
  45. checking COCOA... found
  46. checking whether to enable the Quartz window subdriver... yes
  47. checking Quickdraw window subdriver... disabled (64 bits)
  48. checking GDI video driver... not Windows, skipping
  49. checking dedicated... not selected
  50. checking console application... not Windows, skipping
  51. checking network... found
  52. checking ai... found
  53. checking translator... no
  54. checking assert... enabled
  55. detecting zlib
  56. trying /usr/include/zlib.h... found
  57. checking zlib... found
  58. executing pkg-config liblzma --modversion
  59. returned
  60. exit code 1
  61. checking liblzma... not found
  62. WARNING: lzma was not detected or disabled
  63. WARNING: OpenTTD doesn't require lzma, but it does mean that many features
  64. WARNING: (like loading most savegames/scenarios and joining most servers)
  65. WARNING: will be disabled.
  66. If you want to compile without lzma use --without-lzma as parameter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement