On Mon, Mar 30, 2009 at 3:17 PM, alex stone <compose59@gmail.com> wrote:
2009/3/30 Arnold Krille <arnold@arnoldarts.de>On Monday 30 March 2009 12:17:46 Atte André Jensen wrote:> scons LIBDIR=/usr/lib
> alex stone wrote:
> > Have you tried installing Ffado in /usr/lib/ instead of /usr/local/lib ?
More like "scons PREFIX=/usr" which installs everything to /usr, otherwise
only the libs get installed to /usr/lib, the rest stays in /usr/local. Could
give troubles...
Have fun,
Arnold
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Yep, that's the way i built it, with --prefix=/usr in the configure line.
Alex.
--
Parchment Studios (It stlarted as a joke...)
Sorry, that should be PREFIX=/usr, as Arnold correctly stated.