[v8-users] Re: Centos 8 Build failure.

2019-12-15 Thread Nagendra Y
I built v8(static v8_monolith) 7.9.317.32 on Centos 8 using clang. Building with GCC ie; is_clang=false causes trouble. It is not an officially supported configuration. On Monday, October 14, 2019 at 4:

[v8-users] Re: Building v8 shared library on windows

2019-12-15 Thread Nagendra Y
OP should also take a look at this thread https://groups.google.com/forum/#!topic/v8-users/Jb1VSouy2Z0 I'm facing the same linking issue on using v8 shared libs on CentOS 8 -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this messa

[v8-users] Re: Building v8 shared library on windows

2019-12-16 Thread Nagendra Y
You can also try building , setting the gn argument use_custom_libcxx_for_host = true Argument overview: Use libc++ instead of stdlibc++ when using the host_cpu toolchain, even if use_custom_libcxx is false. This is useful for cross-compiles where a custom toolchain for the target_cpu has be

Re: [v8-users] Minimum gcc version to build v8 8.3

2020-06-30 Thread Nagendra Y
It will be helpful to if you can post your gn build configuration and the build errors you are getting. Perhaps this might help. is_clang = false use_custom_libcxx_for_host = true ---Argument description Use libc++ instead of stdlibc++ when using the host_cpu toolchain, even if use_custom_