Updates:
        Status: WorkingAsIntended

Comment #1 on issue 2000 by [email protected]: minor build issue when soname_version is specified and library set to shared
http://code.google.com/p/v8/issues/detail?id=2000

The issue here is that when launching d8, the library is attempted to be loaded as specified in the environment variable LD_LIBRARY_PATH. So if you compiled the way you did, you need to set LD_LIBRARY_PATH before you are able to launch d8:

$ LD_LIBRARY_PATH=out/ia32.release/lib.target/ out/ia32.release/d8


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to