I have installed scmutils with this method :
http://groups.google.com/group/sicm/browse_frm/thread/d9aa16a6025a767b
Lot of thanks to the author !
Just two precisions :
1) Use "scheme --compiler" and not simply "scheme" :
Without this, scheme don't know the cf command and don't have enough
memory available to load all the package.
2) With the compiled version described by this method, the pp command
will not work properly. For example :
1 ]=> (pp Lagrangian->Hamiltonian)
#[apply-hook 1176]
;Unspecified return value
Not very good for a learning usage (but better for speed execution of
course ...)
If you want a version that allow pp to work properly, just remove the
(load "compile.scm") etap. That's work !
Hope this helps,
Stéphane.