If you built v8 using the binutils we include with v8, then the .a files generated are "thin" archives.
Maybe the toolchain you use doesn't support them? In that case, you can set the gyp file linux_use_bundled_binutils to 0 to force v8 to use your system's toolchain hth -jochen On Thu, Mar 3, 2016 at 5:51 PM Richard Pike <[email protected]> wrote: > The arvhine for libv8_libplatform.a does not link citing > the libv8_libplatform.a is malformed. How can I get v8 to build this > correctly. I am building on ubuntu. > > Thanks. > > Richard > > > -- > -- > 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.
