I now have a test case to confirm that having a mixed std c++ lib of 4.6 and 4.8 causes my app to crash. Does v8 support swapping sysroot with something else? If so, where can I find some information in doing so?
On Wednesday, November 2, 2016 at 3:48:37 AM UTC-7, Jochen Eisinger wrote: > > This is because the sysroot (in build/linux/) is outdated. I filed > crbug.com/661506 to track this > > On Tue, Nov 1, 2016 at 4:41 PM Jane Chen <[email protected] <javascript:>> > wrote: > >> I'm investigating a crash in a debug build of our app embedding v8 >> 5.3-lkgr and notice libstdc++ from gcc4.6 is included and referenced from >> some of the makefiles to build ICU and v8, although v8 5.3-lkgr requires >> gcc 4.8 or above to build on Linux. Am I missing something while building >> v8? >> >> Thanks in advance. >> >> -- >> -- >> v8-users mailing list >> [email protected] <javascript:> >> 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] <javascript:>. >> 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.
