Why don't you follow the official instructions?

Get the code: https://code.google.com/p/v8-wiki/wiki/UsingGit
Compile "hello world": https://developers.google.com/v8/get_started

On Sat, Feb 7, 2015 at 6:58 AM, jaison pj <jaison...@gmail.com> wrote:

> I have followed the following steps to install v8 in ubuntu .No error
> occurred during the process
>
> svn checkout http://v8.googlecode.com/svn/trunk/ ./v8
> cd v8
> make builddeps
> make native
>
> but when I am trying to run the hello world program with the following
> command I'm getting error
>
>  g++ -Iv8/include hello_world.cpp -o hello_world.o
> v8/out/native/obj.target/tools/gyp/libv8_base.a
>
> v8/out/native/obj.target/tools/gyp/libv8_snapshot.a -lpthread
>
> The error is
>
> g++: error: v8/out/native/obj.target/tools/gyp/libv8_base.a: No such file or 
> directory
> g++: error: v8/out/native/obj.target/tools/gyp/libv8_snapshot.a: No such file 
> or directory
>
>  --
> --
> 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.
>

-- 
-- 
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.

Reply via email to