On Sat, Dec 10, 2011 at 12:00, Stephan Beal <[email protected]> wrote:
> i just checked this on my netbook (ia32) - it behaves the same. i end up > with two 8kb DLLs with only minimal symbols. Same OS as my 64-bit machine > (Mint, effectively Ubuntu 11.04). > I still can't repro. I downloaded the Mint 11 32bit livecd, booted it up in qemu, and ran the following series of commands (pleasantly surprised that build-essential was already installed by default): $ sudo apt-get install git subversion $ git clone git://github.com/v8/v8.git v8.git $ cd v8.git $ make dependencies $ make ia32.release library=shared $ ls -Ahl out/ia32.release/lib.target/ total 4.8M -rwxr-xr-x 2 mint mint 4.8M 2011-12-10 12:36 libv8.so $ nm -C out/ia32.release/lib.target/libv8.so | wc -l 14915 And the out/ia32.release/d8 binary is just 30K in size, as expected. So, I can't help but think this is some problem with your machine. Comparing your config files / environment / whatever with a naked install in a virtual machine might be a usable approach to figuring out what's wrong. Another possibility is to create a new user in your existing installation and see if it works when logged into that account -- if it does, the root cause of the problem is in your homedir. Do you have any global default settings for gyp or make in there? At this point, I don't see anything we could do on the V8 side. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
