On 26/12/2009, "Paul Davis" <paul(a)linuxaudiosystems.com> wrote:
On Sat, Dec 26, 2009 at 7:40 AM, james morris
<james(a)jwm-art.net> wrote:
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
you seem to be unaware that scons deliberately ignores everything in
your environment.
pkg-config does work:
then use it from within scons.
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
you seem to be unaware that scons deliberately ignores everything in
your environment.
pkg-config does work:
then use it from within scons.
I'm asking as a potential user of jackmix for a quick fix to get jackmix
to build when jack is installed in /usr/local/lib64. If anyone has built
jackmix with jack installed in this location could you please let me
know how you did it, thanks.
james.