Re: [v8-users] Undefined reference to v8::platform::NewDefaultPlatform

2018-01-01 Thread Zac Hansen
It's not a "relocation" issue, I'm pretty sure -- it's a stdlib issue. It looks like the first symbol was from libc++ (the __1 gives it away) and the second was most likely from libstdc++. <== just a guess but pretty consistent with stuff I've seen before. On Monday, January 1, 2018 at

Re: [v8-users] Undefined reference to v8::platform::NewDefaultPlatform

2018-01-01 Thread Ben Noordhuis
On Mon, Jan 1, 2018 at 3:00 PM, Bogdan Padalko wrote: > Hi Zac, thanks for the quick reply! > > Here's what I see in library: > > $ objdump -T /opt/libv8-6.5/lib/libv8_libplatform.so | grep NewDefault > a850 gDF .text012e Base >