On 12/26/2009 11:40 PM, james morris wrote: > On 26/12/2009, "Patrick Shirkey"<[email protected]> wrote: > > >> On 12/26/2009 10:18 PM, james morris wrote: >> >>> On 26/12/2009, "Ralf Mardorf"<[email protected]> wrote: >>> >>> >>>>> http://www.arnoldarts.de/drupal/?q=JackMix >>>>> >>>>> >>> Any ideas as to how to get it to recognize JACK in /usr/local/lib64/ ? >>> >>> >> >> At compile time or runtime? >> >> For compile time you might need to specify --libdir =/usr/lib64 >> > Compile time. --libdir fails also. > > I've tried all sorts of variations of passing /usr/local/lib64 to scons, > but it always fails. > > ie: > LIBS=/usr/local/lib64 scons > JACKLIBS=/usr/local/lib64 scons > JACK_LIBS=/usr/local/lib64 scons > etc etc etc > > pkg-config does work: > > mus...@scrapyard:~/SRC/jackmix-0.4.1$ pkg-config --libs jack > -L/usr/local/lib64 -ljack -lpthread -lrt > > > > here's the SConstruct file: > > env = Environment( tools=['default', 'pkgconfig', 'qt4muc' ], > toolpath=['admin'] ) > > env.Replace( LIBS="" ) > env.Replace( LIBPATH="" ) > >
^^^^^^^^^^^^^^^^^^^^^ Those two look like the vars to fix. Otherwise you could try installing jack into /usr/local/lib or alternatively adding the path to /etc/ld.so.conf Patrick Shirkey Boost Hardware Ltd _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
