On Mon, Nov 8, 2010 at 01:33, Will Riley <[email protected]> wrote: > I'm working on a program that embeds v8, and I'm having problems > compiling it. I installed the headers and shared objects so I can link > to it when compiling. but it still doesn't compile. According to the > guide, I also need libv8.a, but when I tried compiling v8 using "scons > mode=debug library=shared snapshot=on", I don't see that file > anywhere. Am I doing something wrong?
Will, you need to compile with library=static for libv8.a to be created. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
