manually copying the file into /usr/local/lib works. Someone said it might have to do with the "install_name" being /usr/local/lib, but I don't really understand what this means.
Also, it seems broken that copying a file into /usr/local is required for part of the build. --Zac On Monday, October 17, 2016 at 8:02:34 PM UTC-7, Zac Hansen wrote: > > I've been successfully building v8 for quite a while and recently pulled a > new version and am getting the following error on os x el capitan: > > make library=shared snapshot=off x64.debug -j2 > > ACTION src_v8_gyp_v8_base_target_run_mkpeephole > /Users/xaxxon/v8/out/x64.debug/obj.target/v8_base/geni/bytecode-peephole-table.cc > > dyld: Library not loaded: /usr/local/lib/libv8_libbase.dylib > > Referenced from: /Users/xaxxon/v8/out/x64.debug/mkpeephole > > Reason: image not found > > /bin/sh: line 1: 18072 Trace/BPT trap: 5 > "/Users/xaxxon/v8/out/x64.debug/mkpeephole" > "/Users/xaxxon/v8/out/x64.debug/obj.target/v8_base/geni/bytecode-peephole-table.cc" > > make[1]: *** > [/Users/xaxxon/v8/out/x64.debug/obj.target/v8_base/geni/bytecode-peephole-table.cc] > > Error 133 > > make: *** [x64.debug] Error 2 > > I try setting my DYLD_LIBRARY_PATH to the recently build dylib but that > doesn't seem to help and it still complains about it not being in > /usr/local/lib... > > Any suggestions? > > -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.