From: Fausto S. <fau...@gm...> - 2014-07-02 10:09:30
|
Hello all, I have a problem compiling clisp 2.49 on tru64/osf 5.1b (1GB of RAM) using native compiler CC (cc -g3 -O2) Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650) Compiler Driver V6.5-003 (sys) cc Driver I was able to compile successfully clisp 2.33.2 (using gcc 4.1.1 and --disable-mmap configure option) and now I was trying to compiler a newer version using the native compiler instead (faster than gcc). The building process (configured with --disable-mmap and the change to lispbibl.d for the inclusion of <gllib/stdbool.h> instead of <stdbool.h>) is fine, until I have this error: ./lisp.run -B . -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M interpreted.mem -q -c ../src/compiler.lisp -o ./ ;; Compiling file /home/fausap/wrk/clisp-2.49/src/compiler.lisp ... *** - PRINT: Despite *PRINT-READABLY*, #<ADDRESS #x00300000000A> cannot be printed readably. My ulimit settings are : core file size (blocks, -c) unlimited data seg size (kbytes, -d) 496504 file size (blocks, -f) unlimited max memory size (kbytes, -m) 496504 open files (-n) 4096 pipe size (512 bytes, -p) 8 stack size (kbytes, -s) 32768 cpu time (seconds, -t) unlimited max user processes (-u) 256 virtual memory (kbytes, -v) 4194304 Do you have any hints how to correct this error ? thanks in advance, Fausto |