Advertisement
Guest User

Make.log

a guest
Aug 1st, 2012
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. [2012-08-01 14:31:14] make -j4
  2. CC = clang
  3. LD = ld
  4. LDSHARED = clang -dynamiclib
  5. CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe
  6. XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
  7. CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin12.0.0 -I./include -I.
  8. DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/orenweingrod/.rvm/rubies/ruby-1.9.3-p194/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend
  9. SOLIBS =
  10. linking miniruby
  11. generating encdb.h
  12. rbconfig.rb unchanged
  13. generating enc.mk
  14. generating prelude.c
  15. compiling prelude.c
  16. linking static-library libruby.1.9.1-static.a
  17. making srcs under enc
  18. make[1]: Nothing to be done for `srcs'.
  19. generating transdb.h
  20. encdb.h unchanged
  21. linking shared-library libruby.1.9.1.dylib
  22. transdb.h unchanged
  23. making enc
  24. making trans
  25. make[1]: Nothing to be done for `enc'.
  26. make[1]: Nothing to be done for `./enc/trans'.
  27. making encs
  28. installing default resize libraries
  29. installing default bug libraries
  30. installing default bug libraries
  31. installing default funcall libraries
  32. installing default bug libraries
  33. installing default old_thread_select libraries
  34. installing default string libraries
  35. installing default dot.dot libraries
  36. installing default numhash libraries
  37. make[2]: Nothing to be done for `all'.
  38. installing default bigdecimal libraries
  39. installing default continuation libraries
  40. installing default wait_for_single_fd libraries
  41. installing default coverage libraries
  42. installing default curses libraries
  43. installing default dbm libraries
  44. installing default date_core libraries
  45. installing digest libraries
  46. installing default digest libraries
  47. installing default bubblebabble libraries
  48. linking shared-object digest/md5.bundle
  49. linking shared-object digest/rmd160.bundle
  50. linking shared-object digest/sha2.bundle
  51. linking shared-object digest/sha1.bundle
  52. ld: in /usr/local/lib/libz.1.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /usr/local/lib/libz.1.dylib for architecture x86_64
  53. ld: in /usr/local/lib/libz.1.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /usr/local/lib/libz.1.dylib for architecture x86_64
  54. ld: in /usr/local/lib/libz.1.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /usr/local/lib/libz.1.dylib for architecture x86_64
  55. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  56. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  57. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  58. make[2]: *** [../../../.ext/x86_64-darwin12.0.0/digest/md5.bundle] Error 1
  59. make[2]: *** [../../../.ext/x86_64-darwin12.0.0/digest/sha2.bundle] Error 1
  60. make[2]: make[1]: *** [../../../.ext/x86_64-darwin12.0.0/digest/sha1.bundle] Error 1*** [ext/digest/md5/all] Error 2
  61.  
  62. make[1]: *** Waiting for unfinished jobs....
  63. make[1]: *** [ext/digest/sha2/all] Error 2
  64. make[1]: *** [ext/digest/sha1/all] Error 2
  65. installing default rmd160 libraries
  66. ld: in /usr/local/lib/libz.1.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /usr/local/lib/libz.1.dylib for architecture x86_64
  67. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  68. make[2]: *** [../../../.ext/x86_64-darwin12.0.0/digest/rmd160.bundle] Error 1
  69. make[1]: *** [ext/digest/rmd160/all] Error 2
  70. make: *** [build-ext] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement