i'm on a Crunchbang11 64-bit debian system here, and trying to compile fluxus. 
i've compiled and installed Racket with no problems (using the --enable-shared 
and --prefix=/usr/local flags for the configure).

when i try to compile fluxus, scons complains thusly:
"Checking for C library mzscheme3m... no"

not sure if there's something else i need to install, or if there's something 
about the Racket installation which doesn't provide the required mzscheme3m... 
any help would be most appreciated!

I would start with ldconfig.
To see if racket is linked :
sudo ldconfig -v | grep racket

If not, you can add racket paths to environnement varaiables :
export PATH=$PATH:/usr/local/
export LD_LIBRARY_PATH=/usr/local/lib/

if further problems with raco :
export PATH=$PATH:/usr/local/racket-5.1.1/bin

That was the trick for me.
Maybe there is a better way.

Cheers.

Ted

Reply via email to