Comment #4 on issue 3871 by [email protected]: On OS X, d8 only works if libv8.dylib is installed to /usr/local/lib
https://code.google.com/p/v8/issues/detail?id=3871

a solution to this is to define
DYLD_LIBRARY_PATH=<path to v8>/out/<arch>.<debug/release> && make <arch>.<debug/release>
however this is tedious and not documented anywhere.

I would highly suggest this become incorporated into the v8 makefiles for building purposes only
i.e. to not break the build process

this would be the minimal impact change IMHO

Best Regards,
Almir Kadric

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to