I'm trying to build current versions of the v8 shell to use while running the v8 benchmark, Kraken, and SunSpider. But we want the build to be statically linked so it will run without any specific libraries or versions of libraries installed. This is on x86 (32 and 64 bit) Linux, and ARM based systems (Android and Linux).
By default I get dynamically linked binaries, and I don't see any static option to turn on in the wiki instructions. Also I have never used GYP before so I'm not sure where to start digging inside it to find the linking options. Thanks for your time, Joe -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
