[CM] error on snd startup

Bill Schottstaedt bil@ccrma.Stanford.EDU
Wed, 23 Jun 2004 04:10:00 -0700


I added two variables to the configure script: GUILE_CONFIG_name
and GUILE_name; these can be just like GUILE_CONFIG_path.  So
the configuration invocation for OSX/fink might be

./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib" GUILE_CONFIG_path=/sw/bin \
GUILE_CONFIG_name=guile-1.6-config GUILE_name=guile-1.6 --disable-nls \
--with-guile --with-motif --with-motif-prefix=/sw

or maybe:

./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lmx -bind_at_load" \
GUILE_CONFIG_path=/sw/bin GUILE_CONFIG_name=guile-1.6-config GUILE_name=guile-1.6 \
--disable-nls --with-guile --with-motif --with-motif-prefix=/sw


I'm not sure how to trace the load process in OSX.  Also you can look
at the 'About Snd' help menu item to see what directory Guile thinks
it lives in -- this might help track down the hidden versions problem.

Please let me know how it goes, and I'll update README.Snd.