I do everything what the wiki tells me, http://code.google.com/p/v8/wiki/BuildingWithGYP
At first, I builded it on Window XP , and vs 2005 can builded it successly. But in the debug directory I only get 4 lib : preparser_lib.lib v8_base.lib v8_nosnapshot.lib v8_snapshot.lib the v8.lib is missing , I checked the code and found that the v8 project Configure Type is Utility. I changed into static library ,but failed Then I got the same result on Ubuntu 11.04 Because the get started Tutorial : http://code.google.com/intl/zh-CN/apis/v8/get_started.html the libv8.a is needed when embedded it on linux or the v8.lib is needed on windows. What can I do for running the hello world. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
