The issue for the linking error is still unknown, but this issue won't 
block the generation of the static libs. 

The problem for the libs is that by default, the argument "use_lld" is set 
to true, which will cause a thin archive for the final v8_base.lib, and 
this kind of lib won't be read by MSVC's link.exe. 

To make it work, you may want to try to set it to false 
in \v8\build\config\compiler\compiler.gni, then build it again. You will 
get two huge v8_base_0.lib and v8_base_1.lib.

For more information, please refer to the bug link below. 

On Friday, August 31, 2018 at 3:34:44 PM UTC+8, Quan Chen wrote:
>
> Bug reported here: https://bugs.chromium.org/p/v8/issues/detail?id=8119
> Will also track status in this thread.
>

-- 
-- 
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.

Reply via email to