Re: [v8-users] Re: Compile/Link v8 3.28.x/3.29.x as static library

2014-08-25 Thread Sven Panne
On Thu, Aug 21, 2014 at 5:52 AM, Louis Santillan lpsan...@gmail.com wrote: Thanks Jakob. That answers my question on how to link it. The following line works the way I intend it to. g++ -Iinclude myshell.cpp -o myshell -Wl,--start-group

Re: [v8-users] Re: Compile/Link v8 3.28.x/3.29.x as static library

2014-08-20 Thread Louis Santillan
Thanks Jakob. That answers my question on how to link it. The following line works the way I intend it to. g++ -Iinclude myshell.cpp -o myshell -Wl,--start-group out/ia32.release/obj.target/tools/gyp/libv8_{base,libbase,snapshot}.a -Wl,--end-group -lrt -lpthread I'm guessing the reason for