Status: New
Owner: ----
New issue 3407 by [email protected]: The Posix features do not work
with d8 when compiling with the option library=shared
http://code.google.com/p/v8/issues/detail?id=3407
Tested with latest Debian 7 Stable 64 bit [Debian 7.5]
compile option used are:
make native -j8 console=readline library=shared werror=no
The Posix features do not work with d8 if v8 is compiled with the compile
option library=shared
Example of usage with d8 with the above compile option:
d8> os.system("date")
(d8):1: ReferenceError: os is not defined
os.system("date")
^
ReferenceError: os is not defined
at (d8):1:1
d8>
--------------------------------------------------------
Without the library=shared compile option, all is well with d8, it can find
the os global object:
d8> os.system("date")
"Fri Jun 27 01:21:32 BST 2014
"
Cheers,
Nulld1g1t
Visit my blog:
http://www.yourprog.com
and
The Youtube channel:
http://www.youtube.com/user/nulld1g1t
--
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.