尝试使用以下命令在ubuntu中的V8中执行简单的hello world c ++程序时出现错误
命令是
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
错误是
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