Hi Guys,

Building V8 with VS2008, Python 2.7, SCons 2.0.1 and the following
command line:

C:\Projects\v8>scons env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%"
mode=release snapshot=on library=static

Getting the following error when linking my project:

2>Linking...
1>Compiling...
2>v8.lib(api.obj) : MSIL .netmodule or module compiled with /GL found;
restarting link with /LTCG; add /LTCG to the link command line to
improve linker performance
2>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of
other libs; use /NODEFAULTLIB:library
2>v8.lib(platform-win32.obj) : error LNK2001: unresolved external
symbol __imp__timegett...@0
2>../../bin/debug/Server.exe : fatal error LNK1120: 1 unresolved
externals

Any ideas?

Thanks,

Tom.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to