On 26/12/2009, "Patrick
Shirkey"<pshirkey(a)boosthardware.com> wrote:
On 12/26/2009 10:18 PM, james morris wrote:
On 26/12/2009, "Ralf
Mardorf"<ralf.mardorf(a)alice-dsl.net> wrote:
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:
musys2@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