Comment #5 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
another thing that I found to contribute to this that could prove to be a
problem (not tested yet), is that libv8.dylib also has absolute paths to
icu etc.
$ otool -L libv8.dylib
libv8.dylib:
/usr/local/lib/libv8.dylib (compatibility version 0.0.0, current version
0.0.0)
/usr/local/lib/libicui18n.dylib (compatibility version 0.0.0, current
version 0.0.0)
/usr/local/lib/libicuuc.dylib (compatibility version 0.0.0, current
version 0.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version
104.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
1213.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
283.0.0)
for the shared libraries it would be nice if the build procedure made
references to each other using relative paths.
--
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.