Guest User

Untitled

a guest
Jul 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. gauss:onig brian$ rake -q
  2. (in /Users/brian/devel/rubinius)
  3. 1: LB vm/external_libs/udis86
  4. /bin/sh ./config.status --recheck
  5. running CONFIG_SHELL=/bin/sh /bin/sh ./configure CC=gcc --no-create --no-recursion
  6. checking whether to enable maintainer-specific portions of Makefiles... no
  7. checking build system type... i686-apple-darwin9.8.0
  8. checking host system type... i686-apple-darwin9.8.0
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... build/install-sh -c -d
  12. checking for gawk... gawk
  13. checking whether make sets $(MAKE)... yes
  14. checking for gcc... gcc
  15. checking for C compiler default output file name... a.out
  16. checking whether the C compiler works... yes
  17. checking whether we are cross compiling... no
  18. checking for suffix of executables...
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking for style of include used by make... GNU
  24. checking dependency style of gcc... gcc3
  25. checking for a sed that does not truncate output... /opt/local/bin/gsed
  26. checking for grep that handles long lines and -e... /usr/bin/grep
  27. checking for egrep... /usr/bin/grep -E
  28. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  29. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
  30. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
  31. checking for BSD-compatible nm... /usr/bin/nm -p
  32. checking whether ln -s works... yes
  33. checking how to recognise dependent libraries... pass_all
  34. checking how to run the C preprocessor... gcc -E
  35. checking for ANSI C header files... yes
  36. checking for sys/types.h... yes
  37. checking for sys/stat.h... yes
  38. checking for stdlib.h... yes
  39. checking for string.h... yes
  40. checking for memory.h... yes
  41. checking for strings.h... yes
  42. checking for inttypes.h... yes
  43. checking for stdint.h... yes
  44. checking for unistd.h... yes
  45. checking dlfcn.h usability... yes
  46. checking dlfcn.h presence... yes
  47. checking for dlfcn.h... yes
  48. checking whether we are using the GNU C++ compiler... no
  49. checking whether @CXX@ accepts -g... no
  50. checking dependency style of @CXX@... none
  51. checking how to run the C++ preprocessor... /lib/cpp
  52. configure: error: C++ preprocessor "/lib/cpp" fails sanity check
  53. See `config.log' for more details.
  54. make: *** [config.status] Error 1
  55. Error: make
  56. rake aborted!
  57. Error compiling
Add Comment
Please, Sign In to add comment