I had a similar situation. As per the older posts here they have stopped shipping .a files instead you will find .so files. I used the so files to link my hello_world program and got the same error as yours. I guess it is because the v8_libplatform dint compile properly. Do you have library files related to v8_libplatform generated? Regards, Girish
On Wednesday, October 5, 2016 at 10:14:23 PM UTC+5:30, Zac Hansen wrote: > > I did a fresh checkout of v8 and built it with gn using: > > gn gen out.gn/x64.debug --args='is_debug=true target_cpu="x64" > v8_enable_inspector=true v8_use_snapshot=false' > > > The build completed and I had 4 .dylib files, but no .a files. When I > try to link against just the dylib files, I get: > > > undefiend symbol: "v8::platform::CreateDefaultPlatform(int)" > > > What am I doing wrong? > > > Thanks. > > > --Zac > -- -- 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.
