Re: [LAD] JackMix [was: LADI]

From: Patrick Shirkey <pshirkey@email-addr-hidden>
Date: Sat Dec 26 2009 - 14:48:48 EET

On 12/26/2009 11:40 PM, james morris wrote:
> On 26/12/2009, "Patrick Shirkey"<pshirkey@email-addr-hidden> wrote:
>
>
>> On 12/26/2009 10:18 PM, james morris wrote:
>>
>>> On 26/12/2009, "Ralf Mardorf"<ralf.mardorf@email-addr-hidden-dsl.net> 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:
>
> musys2@email-addr-hidden:~/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
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Sat Dec 26 16:15:03 2009

This archive was generated by hypermail 2.1.8 : Sat Dec 26 2009 - 16:15:03 EET