Hi pypy1.7 translate.py -O2 --sandbox targetpypystandalone.py pypy1.7 translate.py -O2 --sandbox
I tried above commands separately, I ended up getting same error message [translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning: array subscript is above array bounds [-Warray-bounds] [translation:ERROR] debug_print.o: In function `pypy_read_timestamp': [translation:ERROR] debug_print.c:(.text+0x193): undefined reference to `clock_gettime' [translation:ERROR] collect2: ld returned 1 exit status [translation:ERROR] make: *** [pypy-c] Error 1 [translation:ERROR] """) [translation] start debugger... > /home/kracekumar/codes/python/pypy/pypy/translator/platform/__init__.py(130)_handle_error() -> raise CompilationError(stdout, stderr) (Pdb+) exit Am I missing something in installation ? or my compilation technique is wrong ? -- * Thanks & Regards "Talk is cheap, show me the code" -- Linus Torvalds kracekumar www.kracekumar.com *
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
