Re: [v8-users] standalone static library

2018-03-22 Thread Eduardo Bolis
t libstdc++. > > On Thursday, March 22, 2018 at 3:37:50 PM UTC-7, Eduardo Bolis wrote: >> >> These are the first error lines (there are hundreds of them): >> >> g++ -o dist/Debug/GNU-Linux/teste-v8 build/Debug/GNU-Linux/main.o >> -L/home/eduardo/workspace/v8-master/

Re: [v8-users] standalone static library

2018-03-22 Thread Eduardo Bolis
I took a look at the v8_shell Ninja script and it is compiled against dozen of object files, not libraries. I will try to take all this files and make a library using the "ar" and ranlib linux commands. Hope it works. Any result I get, I post here, for sure, but I've wasted too much time

Re: [v8-users] standalone static library

2018-03-22 Thread Eduardo Bolis
These are the first error lines (there are hundreds of them): g++ -o dist/Debug/GNU-Linux/teste-v8 build/Debug/GNU-Linux/main.o -L/home/eduardo/workspace/v8-master/v8/out.gn/x64.release/obj -L/home/eduardo/workspace/v8-master/v8/out.gn/x64.release/obj/third_party/icu -lv8_base -lv8_libbase

Re: [v8-users] standalone static library

2018-03-21 Thread Eduardo Bolis
Yes, I did. The examples created in the build process (Hello World, Shell, etc) works fine. But when I try to compile them from Netbeans, there are lot of libraries internal reference errors (if you wish, I will put an example here). and the compile line code from the turorial references a

[v8-users] standalone static library

2018-03-20 Thread Eduardo Bolis
So, I ask if anyone knows how to use it. I am working with Netbeans/C++, and everything i tryed results in a lot of link errors. regards, Eduardo Bolis -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are