Cannot compile Scsh

Lam Luu <[email protected]> Tue, 02 Jun 2009 06:05:40 -0500
Newsgroups gmane.lisp.scheme.scsh
Message-ID <[email protected]>
Hello everyone,

I am trying to compile scsh 0.6.7 on a Fedora 10 box. However, the 
process has never been successful. I constantly get this message:

./build/build-usual-image: line 34: 14556 Segmentation fault      ./$vm 
-o ./$vm -i $initial batch  <<EOF
,load $srcdir/scheme/env/init-defpackage.scm
((*structure-ref filenames 'set-translation!)
 "=scheme48/" "$srcdir/scheme/")
,load =scheme48/more-interfaces.scm =scheme48/sort/interfaces.scm
,load =scheme48/link-packages.scm
,load =scheme48/more-packages.scm
(ensure-loaded command-processor)
(ensure-loaded usual-commands)
,go ((*structure-ref command 'command-processor)
     (structure-package usual-commands)
     (list "batch"))
(ensure-loaded usual-features)
,structure more-structures more-structures-interface
,in debuginfo (read-debug-info "$srcdir/build/initial.debug")
,keep maps source files
,translate =scheme48/ $lib/
,build ((*structure-ref package-commands-internal
            'new-command-processor)
    "(made by $USER on $date)"
    usual-commands
    built-in-structures more-structures) $image
EOF

I have even replace gcc 4.2 with gcc 3.4, but to no avail. Does anyone 
have any idea how to fix it?

Thank you!