tor, 09,.03.2006 kl. 16.51 +0100, skrev Tobias Gruetzmacher: > When trying to use the JACK wine driver I only get the following error > message: > > fixme:jack:JACK_drvLoad error loading the jack library libjack.so, > please install this library to use jack > > As the message indicates, libjack.so is nowhere to be found if you > don't have libjack0.100.0-dev installed. AFAIK the wine configure > script determines the name of this library and sets defines so the > resulting .so-files can resolve this dependency at runtime.
Yes, but the configure script doesn't work in this case because it greps the ldd output for "libjack.so" and extracts the soname from there, it doesn't expect to see libjack-0.100.0.so, so the test fails and uses a default. If you were to write a patch to fix the configure macro (it's in aclocal.m4), I'd be willing to apply it, but messing with these macros is a little bit more than I want to dive into right now. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]