Page 1 of 1
Configure script doesn't find jack
Posted: Mon Jan 12, 2009 8:15 pm
by wistily
Hi,
i'm trying to compile linuxsampler from CVS but the configure script doesn't find jack, wich was also compiled from latest release of sources and seems to work correctly.
I'm on amd64 arch, so i suppose it has something to do with with the lib64 dir where libjack is installed.
Any idea ?
Re: Configure script doesn't find jack
Posted: Thu Jan 15, 2009 7:44 pm
by wistily
I have resolved the problem by creating a symlink in /usr/local/lib/pkgconfig/jack.pc -> /usr/local/lib64/pkgconfig/jack.pc and the compilation works, but when i run LS, it segfaults...
Re: Configure script doesn't find jack
Posted: Thu Jan 15, 2009 8:22 pm
by dakylla
it seems like linuxsampler does not work under jack 0.116.1 . this is to be confirmed
Re: Configure script doesn't find jack
Posted: Fri Jan 16, 2009 6:45 am
by Andreas
dakylla wrote:it seems like linuxsampler does not work under jack 0.116.1 . this is to be confirmed
It works fine for me.
Re: Configure script doesn't find jack
Posted: Fri Jan 16, 2009 10:11 am
by dakylla
hi,
im very happy to hear this

. what distro do you use ?
im using debian lenny, and i can't get them to work together
see my post
HERE
Re: Configure script doesn't find jack
Posted: Sat Jan 17, 2009 9:31 am
by Andreas
I use Mandriva 2008.0, but I have built jack from the jack sources instead of using a mandriva package.
Re: Configure script doesn't find jack
Posted: Sun Jan 18, 2009 4:04 pm
by wistily
The latest fix commited for AMD64 detection has fixed my segfault problem.
Re: Configure script doesn't find jack
Posted: Wed Jan 21, 2009 10:07 pm
by Andreas
I just tried LS with jack 0.116.1 on a 64-bit machine. No problem there either.
To make the LS configure script find jack, I added /usr/local/lib64/pkgconfig first in PKG_CONFIG_PATH. Maybe your symlink trick made LS use the wrong include files for jack?
Re: Configure script doesn't find jack
Posted: Wed Jan 21, 2009 10:12 pm
by Andreas
Ah, sorry, I see now that I mix up the messages from wistily and dakylla. You can ignore my question.