>> I also noticed this folder when poking around for .rkt files. >> "/usr/local/lib/fluxus-017/compiled/native/read failed to read all 29 >> bytes from file /usr/local/bin/mzscheme?" i examined this in linux, and i think it's also a sudo issue. when you run 'sudo scons install' the PATH environment variable is modified and it cannot find mzc and racket in /usr/local/bin. if this happens try:
scons sudo PATH=$PATH scons install i hope this helps, gabor
