On Thu, Aug 25, 2011 at 02:04, Jakob Kummerow <[email protected]>wrote:
> It's correct that building with SCons is deprecated. That means: Don't put > any effort into improving the SCons build. > Okay, that sounds reasonable. I was able to do a shared library make build using "build/gyp_v8 -Dcomponent=shared_library" . Then "make -f Makefile-ia32 BUILDTYPE=Release" succeeded (for v8-3.5.8). Some questions: 1. How do I run tests? 2. How do I enable SONAME (containing a version number)? 3. Why is there a different Makefile for each architecture? Can I just pass the architecture to gyp and let it produce the right Makefile? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
