Isnt this because its using "sysroot=.." and pointing to a custom compiler build?
If its using sysroot, just turn it off in the gyp files, and make the v8 compile with your local compiler toolchain. At least it what i did here, after having some linking problems, and it worked fine for me.. I just dont recall in what gyp file is the sysroot var.. but you can also switch manually by passing the var when generating the ninja files through gyp.. i guess with '-Dvar=value' I think the gyp var is 'use_sysroot' or something like that -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.