Skip to content

Instantly share code, notes, and snippets.

View keesun's full-sized avatar
📺
On Air

Keesun Baik (a.k.a, Whiteship) keesun

📺
On Air
View GitHub Profile
@aperiodic
aperiodic / gist:1055228
Created June 29, 2011 23:01
Failed Node Build Attempt
dlp@sax:~/code$ git clone --depth 1 https://github.com/joyent/node.git
Initialized empty Git repository in /home/dlp/code/node/.git/
remote: Counting objects: 17567, done.
remote: Compressing objects: 100% (6871/6871), done.
remote: Total 17567 (delta 14313), reused 12979 (delta 10435)
Receiving objects: 100% (17567/17567), 20.30 MiB | 644 KiB/s, done.
Resolving deltas: 100% (14313/14313), done.
dlp@sax:~/code$ cd node/
dlp@sax:~/code/node$ ./configure
Checking for program g++ or c++ : /usr/bin/g++