[CM] snd-ls does not get build

Kjetil S. Matheussen kjetil@ccrma.Stanford.EDU
Tue, 18 Oct 2005 12:31:32 -0700 (PDT)


karlos:
>
> Hi,
> I am fairly, er, very new to snd and I have the follwoing problems with it=
> .
> I downloaded the snd-ls package and build it and, after looking at the
> scheme-script, and the output in the Terminal, it should have been build
> properly. Even the install script runs fine, at least when one believes
> whats posted in the terminal. Yet, there is no snd-ls binary I can locate,
> neither does seem the build to be any different from the ones with unpatche=
> d
> source I did before.

It should be located here: /usr/local/bin/snd-ls .
And in case it is, perhaps you are missing /usr/local/bin in your path?


> Furthermore, with the normal source, not snd-ls, there is a problem with th=
> e
> xg.so module, which should have been build but isn't. Do I get it right? Is
> it a dependancy I was not aware of? Anyway, it is not there, and most, if
> not all of the stuff I tried to load was not working. Can anyone sense
> something here ) )) ))) ?

The easiest thing is probably to specify --with-static-xg when 
configuring. That should solve it.

You can also write "make xg.so", but then you have to link xg.so at 
run-time.



--