Hi, I got v8 to compile on Windows using Visual Studio. Whether I use:
build/gyp_v8 or build/gyp_v8 -Dtarget_arch=x64 -Dcomponent=shared_library the output libraries are not .dll. $ ls -l build/Debug/lib total 286136 -rwxr-xr-x 1 jchen Domain Users 636933 Feb 24 10:22 icui18n.exp -rwxr-xr-x 1 jchen Domain Users 1047332 Feb 24 10:22 icui18n.lib -rwxr-xr-x 1 jchen Domain Users 422069 Feb 24 10:22 icuuc.exp -rwxr-xr-x 1 jchen Domain Users 689908 Feb 24 10:22 icuuc.lib -rwxr-xr-x 1 jchen Domain Users 116598210 Feb 23 16:33 v8_base.ia32.lib -rwxr-xr-x 1 jchen Domain Users 171768574 Feb 24 10:25 v8_base.x64.lib -rwxr-xr-x 1 jchen Domain Users 1823166 Feb 23 16:30 v8_nosnapshot.ia32.lib Is there a way to get shared libraries for v8 on Windows? Thanks, Jane On Thursday, February 20, 2014 11:03:34 AM UTC-8, Ben Noordhuis wrote: > > On Thu, Feb 20, 2014 at 7:59 PM, Jane Chen <[email protected]<javascript:>> > wrote: > > Hi Jacob, > > > > I'll give it a try with Visual Studio. Thanks. > > > > Things work fine for me on Linux. But as a developer, I need to support > > Windows, Mac and Solaris as well. Does v8 support Solaris10 (x86-64) at > > all? I didn't find a Chrome for Solaris, so wondering likelihood for it > to > > work. > > > > Thanks, > > Jane > > V8 builds and runs on Solaris (usually). Make sure gcc is up to date; > older Solaris sites default to gcc 3.4 and that won't work. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
