Created
July 13, 2011 20:58
-
-
Save NHQ/1081315 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jill@gmgtgcaa ~/node]$ ./configure --openssl-includes=$HOME/openssl/include --openssl-libpath=$HOME/src/openssl --prefix=$HOME/local && git clean -dfx && sudo gmake | |
Checking for program g++ or c++ : /usr/sfw/bin/g++ | |
Checking for program cpp : /usr/sfw/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/sfw/bin/gcc | |
Checking for program ar : /usr/bin/ar | |
Checking for program ranlib : /usr/bin/ranlib | |
Checking for gcc : ok | |
Checking for library dl : yes | |
Checking for function SSL_library_init : yes | |
Checking for header openssl/crypto.h : yes | |
Checking for library util : not found | |
Checking for library rt : yes | |
Checking for library socket : yes | |
Checking for library nsl : yes | |
Checking for library kstat : yes | |
--- libeio --- | |
Checking for library pthread : yes | |
Checking for function pthread_create : yes | |
Checking for function pthread_atfork : yes | |
Checking for futimes(2) : no | |
Checking for readahead(2) : no | |
Checking for fdatasync(2) : yes | |
Checking for pread(2) and pwrite(2) : yes | |
Checking for sendfile(2) : no | |
Checking for sync_file_range(2) : no | |
--- libev --- | |
Checking for header sys/inotify.h : not found | |
Checking for header sys/epoll.h : not found | |
Checking for header port.h : yes | |
Checking for function port_create : yes | |
Checking for header poll.h : yes | |
Checking for function poll : yes | |
Checking for header sys/event.h : not found | |
Checking for header sys/queue.h : yes | |
Checking for function kqueue : not found | |
Checking for header sys/select.h : yes | |
Checking for function select : yes | |
Checking for header sys/eventfd.h : not found | |
Checking for SYS_clock_gettime : no | |
Checking for library rt : yes | |
Checking for function clock_gettime : yes | |
Checking for function nanosleep : yes | |
Checking for function ceil : yes | |
Checking for fdatasync(2) with c++ : yes | |
'configure' finished successfully (3.227s) | |
Removing .lock-wscript | |
Removing build/ | |
Removing deps/v8/tools/jsmin.pyc | |
Removing tools/js2c.pyc | |
Removing tools/wafadmin/Build.pyc | |
Removing tools/wafadmin/Configure.pyc | |
Removing tools/wafadmin/Constants.pyc | |
Removing tools/wafadmin/Environment.pyc | |
Removing tools/wafadmin/Logs.pyc | |
Removing tools/wafadmin/Node.pyc | |
Removing tools/wafadmin/Options.pyc | |
Removing tools/wafadmin/Runner.pyc | |
Removing tools/wafadmin/Scripting.pyc | |
Removing tools/wafadmin/Task.pyc | |
Removing tools/wafadmin/TaskGen.pyc | |
Removing tools/wafadmin/Tools/ar.pyc | |
Removing tools/wafadmin/Tools/cc.pyc | |
Removing tools/wafadmin/Tools/ccroot.pyc | |
Removing tools/wafadmin/Tools/compiler_cc.pyc | |
Removing tools/wafadmin/Tools/compiler_cxx.pyc | |
Removing tools/wafadmin/Tools/config_c.pyc | |
Removing tools/wafadmin/Tools/cxx.pyc | |
Removing tools/wafadmin/Tools/gcc.pyc | |
Removing tools/wafadmin/Tools/gxx.pyc | |
Removing tools/wafadmin/Tools/misc.pyc | |
Removing tools/wafadmin/Tools/preproc.pyc | |
Removing tools/wafadmin/Tools/suncc.pyc | |
Removing tools/wafadmin/Tools/suncxx.pyc | |
Removing tools/wafadmin/Utils.pyc | |
Removing tools/wafadmin/ansiterm.pyc | |
Password: | |
Project not configured (run 'waf configure' first) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment