www:/home/kenneth/node-v0.8.18# ./configure 
{ 'target_defaults': { 'cflags': [],
                       'default_configuration': 'Release',
                       'defines': [],
                       'include_dirs': [],
                       'libraries': []},
  'variables': { 'clang': 0,
                 'gcc_version': 43,
                 'host_arch': 'x64',
                 'node_install_npm': 'true',
                 'node_install_waf': 'true',
                 'node_prefix': '',
                 'node_shared_openssl': 'false',
                 'node_shared_v8': 'false',
                 'node_shared_zlib': 'false',
                 'node_tag': '',
                 'node_unsafe_optimizations': 0,
                 'node_use_dtrace': 'false',
                 'node_use_etw': 'false',
                 'node_use_openssl': 'true',
                 'target_arch': 'x64',
                 'v8_no_strict_aliasing': 1,
                 'v8_use_snapshot': 'true'}}
creating  ./config.gypi
creating  ./config.mk

and i can complie node v0.6.9



On Saturday, January 19, 2013 5:58:18 PM UTC+8, 冼建民 wrote:
>
> www:/home/kenneth/node-v0.8.18# make
> make -C out BUILDTYPE=Release V=1
> make[1]: Entering directory `/home/kenneth/node-v0.8.18/out'
>   flock /home/kenneth/node-v0.8.18/out/Release/linker.lock g++ -pthread 
> -rdynamic -m64  -o /home/kenneth/node-v0.8.18/out/Release/mksnapshot 
> -Wl,--start-group 
> /home/kenneth/node-v0.8.18/out/Release/obj.target/mksnapshot/deps/v8/src/mksnapshot.o
>  
> /home/kenneth/node-v0.8.18/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a
>  
> /home/kenneth/node-v0.8.18/out/Release/obj.target/deps/v8/tools/gyp/libv8_nosnapshot.a
>  
> -Wl,--end-group 
> make[1]: flock: Command not found
> make[1]: *** [/home/kenneth/node-v0.8.18/out/Release/mksnapshot] Error 127
> make[1]: Leaving directory `/home/kenneth/node-v0.8.18/out'
> make: *** [node] Error 2
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to