Skip to content

scons prof=on doesn't build #13

@lkrids

Description

@lkrids

In the preconfiguration steps it says:

$ cd /usr/src/node
$ cd deps/v8
$ scons prof=on
$ export PATH="${PATH}:/usr/src/node/deps/v8"

the second command wasn't working on Ubuntu (Lucid).

These commands made it work:
apt-get install apt-file
apt-file update
apt-file search gnu/stubs-32.h #which shows which package needs to be installed. For me, it was libc6-dev
apt-get install libc6-dev #system told me I already had latest version
apt-get install gcc-multilib #FIX
cd node/deps/v8/
scons prof=on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions