Advertisement
Guest User

Untitled

a guest
Jul 13th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ./configure
  2. checking build system type... x86_64-apple-darwin11.3.0
  3. checking host system type... x86_64-apple-darwin11.3.0
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... ./install-sh -c -d
  7. checking for gawk... no
  8. checking for mawk... no
  9. checking for nawk... no
  10. checking for awk... awk
  11. checking whether make sets $(MAKE)... yes
  12. checking for g++... g++
  13. checking whether the C++ compiler works... yes
  14. checking for C++ compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C++ compiler... yes
  19. checking whether g++ accepts -g... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of g++... gcc3
  22. checking for gcc... gcc
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking dependency style of gcc... gcc3
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /usr/bin/grep
  29. checking for egrep... /usr/bin/grep -E
  30. checking whether gcc needs -traditional... no
  31. configure: error: nload does not support this operating system!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement