[CM] osx-10.3-snd

Mitchell Turner mmturner@mindspring.com
Wed, 21 Jan 2004 12:08:38 -0500


Bill,
The osx-10.3-snd binary from ccrma-ftp worked.  I loaded fink, guile 
1.6.4 openmotif, fftw.  Then I used X11 (xterm instead of the OSX 
terminal),
setenv GUILE_LOAD_PATH /sw/share/guile/1.6

SND worked very well.  Thanks so much for all of your help getting it 
to run.  Also thanks to  Patrick and Josh.
Mitch





On Jan 19, 2004, at 6:42 AM, Bill Schottstaedt wrote:

> 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).
>