Hello !

i try to build mit-scheme 11.2 from /mit-scheme-11.2-x86_64.tar.gz/

/- tar xvf/

/- cd mit-scheme-11.2/src/

/- ./configure --prefix=... --disable-x11 --without-x --disasble-edwin --disable-imail/

/- make/

/- make install/

no error ! and when i run mit-scheme from "prefix"/bin


./bin/scheme

MIT/GNU Scheme running under GNU/Linux
Type `^C' (control-C) followed by `H' to obtain information about interrupts.

;Floating-point parameters are hosed, can't find 'em!
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

2 error>
;Hardware trap SIGSEGV: "address not mapped to object"
;To continue, call RESTART with an option number:
; (RESTART 2) => Return to read-eval-print level 2.
; (RESTART 1) => Return to read-eval-print level 1.

3 error>
;Hardware trap SIGSEGV: "address not mapped to object"
;To continue, call RESTART with an option number:
; (RESTART 3) => Return to read-eval-print level 3.
...
...

*what does this mean to me ? *
--many thanks


MIT/GNU Scheme running under GNU/Linux
Type `^C' (control-C) followed by `H' to obtain information about interrupts.

;Floating-point parameters are hosed, can't find 'em!
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

2 error> 
;Hardware trap SIGSEGV: "address not mapped to object"
;To continue, call RESTART with an option number:
; (RESTART 2) => Return to read-eval-print level 2.
; (RESTART 1) => Return to read-eval-print level 1.

3 error> 
;Hardware trap SIGSEGV: "address not mapped to object"
;To continue, call RESTART with an option number:
; (RESTART 3) => Return to read-eval-print level 3.

Reply via email to