[CM] guile with snd in osx

Bill Schottstaedt bil at ccrma.Stanford.EDU
Mon, 31 Dec 2007 04:16:25 -0800


>  no extension language 

The configure script apparently didn't find Guile -- if you look
in config.log, you might be able to figure out what went wrong.
One way to tell it where Guile is is to use the GUILE_CONFIG_path
variable:

./configure GUILE_CONFIG_path=/Users/mozart/bin

or whatever.   At the end of the configure process, it will report
whether it found Guile.  The directory above is where guile-config
resides -- if you just built and installed Guile without any prefix,
it's probably /usr/local/bin.  So, ask the Finder where guile-config
is, make clean in the Snd directory, reconfigure with that directory,
and hopefully all will be fine.