Jarrett Billingsley Wrote: > I don't think this actually has anything to do with the --prefix > argument. The error says that DSSS can't figure out where it lives. > > How did you install DSSS? Where is it located, and how did you add it > to your path?
Hi Jarrett, this is what I did: $ mkdir ws $ cd ws $ wget http://svn.dsource.org/projects/dsss/downloads/0.78/dsss-0.78-x86-gnuWlinux.tar.bz2 $ tar xvvf tar xvvf dsss-0.78-x86-gnuWlinux.tar.bz2 $ export PATH="~/ws/dsss-0.78-x86-gnuWlinux/bin:$PATH" Thank you, Luca.