Skip to content

Instantly share code, notes, and snippets.

@davidbanham
Created January 22, 2012 00:50
Show Gist options
  • Save davidbanham/1654833 to your computer and use it in GitHub Desktop.
Save davidbanham/1654833 to your computer and use it in GitHub Desktop.
node v0.6.8 on MBP Lion with --debug flag
davidbanham@David-Banhams-MacBook-Pro:~/segnode/node-v0.6.8$ ./configure --debug
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc or cc : /usr/bin/gcc
Checking for gcc : ok
Checking for library dl : yes
Checking for openssl : not found
Checking for function SSL_library_init : yes
Checking for header openssl/crypto.h : yes
Checking for library util : yes
Checking for library rt : not found
Checking for fdatasync(2) with c++ : no
'configure' finished successfully (1.097s)
davidbanham@David-Banhams-MacBook-Pro:~/segnode/node-v0.6.8$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment