https://github.com/v8/v8/wiki/Getting%20Started%20with%20Embedding#run-the-example has an example linking command line. Does that not work? What errors does it produce?
On Fri, Feb 5, 2016 at 12:32 PM, Jonas Minnberg <[email protected]> wrote: > I'm trying to use the libv8_*.a libraries on linux but running into a lot > of trouble. > > First I tried the Ubuntu package, but it is missing libv8_libplatform.a > > Then I tried building from source, which works fine, but uses it's own > build of clang so I had linking problems. > > Then I got it to build using the system clang-3.8 and I also built my > project with the same compiler, but I still get hundreds > of linking problems. > > Also the build docs does not really refer to the libraries, or where they > are output, so I'm not even sure they are supposed to work > outside the full v8 build? > > Any help appreciated. > > -- > -- > v8-users mailing list > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
