Just tried building scsh and had this happen:
vincent% make
cc -migrate -assume noaligned_objects -xtaso_short -o scshvm main.o unix.o
dynload.o prescheme.o extension.o scheme48vm.o cig/libcig.o cig/libcig1.o
proc2.o scsh/dirstuff1.o scsh/fdports1.o scsh/flock.o scsh/flock1.o
scsh/jcontrol2.o scsh/jcontrol1.o scsh/machine/stdio_dep.o
scsh/machine/time_dep1.o scsh/network.o scsh/network1.o scsh/putenv.o
scsh/rdelim.o scsh/re.o scsh/re1.o scsh/regexp/regexp.o scsh/regexp/regsub.o
scsh/select.o scsh/select1.o scsh/syscalls.o scsh/syscalls1.o scsh/time
.o scsh/time1.o scsh/tty.o scsh/tty1.o scsh/userinfo1.o -lm
sh ./build-usual-image "." "/home/sjenkins/lib/axp/scsh" "scheme48.image"
"scshvm" "./initial.image"
*** Exit 1
Stop.
To get more information on why it stopped, I tried:
vincent% ./scshvm -o ./scshvm -i initial.image
vincent% echo $?
1
(which is obviously all I got from the first..)
Any vm-hackers have a suggestion?
|