Advertisement
Guest User

Untitled

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