[CM] osx-10.3-snd

Bill Schottstaedt bil@ccrma.Stanford.EDU
Mon, 19 Jan 2004 03:42:14 -0800


The osx-*-snd images were an experiment for someone who wanted
a fully-statically-loaded snd.  The only non-static library is
libm.  To use either, you still need to install Guile 1.6.4
somewhere (guile insists on reading a bunch of Scheme files
upon startup, so you need it installed even if you load
libguile.a).  To redirect its search for these files, set
the environment variable GUILE_LOAD_PATH:

setenv GUILE_LOAD_PATH /Users/Mozart/Desktop/guile-1.6.4

(or wherever you installed it -- fink probably uses /sw
or something like that).