Re: [v8-users] Undefined reference to `v8::platform::CreateDefaultPlatform(int)`

2016-09-21 Thread Andre Cunha
Okay. I'll try to link statically, then. Thank you! Andre On Wednesday, September 21, 2016 at 5:52:12 AM UTC-3, Jochen Eisinger wrote: > > I filed https://bugs.chromium.org/p/v8/issues/detail?id=5412 as feature > request > > On Wed, Sep 21, 2016 at 10:50 AM Jochen Eisinger > wrote: > >> libplat

Re: [v8-users] Undefined reference to `v8::platform::CreateDefaultPlatform(int)`

2016-09-21 Thread Jochen Eisinger
I filed https://bugs.chromium.org/p/v8/issues/detail?id=5412 as feature request On Wed, Sep 21, 2016 at 10:50 AM Jochen Eisinger wrote: > libplatform currently does not support dynamic linking. > > On Tue, Sep 20, 2016 at 7:43 PM Andre Cunha > wrote: > > Hello, > > I'm trying to dynamically loa

Re: [v8-users] Undefined reference to `v8::platform::CreateDefaultPlatform(int)`

2016-09-21 Thread Jochen Eisinger
libplatform currently does not support dynamic linking. On Tue, Sep 20, 2016 at 7:43 PM Andre Cunha wrote: > Hello, > > I'm trying to dynamically load libplatform in an application I'm writing. > I searched through the available gn options, but I couldn't find an option > to build libplatform as