Thanks for helping... <br><br><div><span class="gmail_quote">On 10/29/07, <b class="gmail_sendername">L. Rahyen</b> &lt;<a href="mailto:research@science.su">research@science.su</a>&gt; wrote:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Actually everyone who is in the AUTHORS list is a developer but most of them<br>never used Jack.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;However I will try to help you anyway (I know little about Jack but it seems<br>that others at this list cannot help unfortunately). Please answer the
<br>following questions:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0) Are you using 64-bit distro?</blockquote><div><br>no, 32bit</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1) Do you have 32-bit Jack libraries correctly installed?</blockquote><div><br>I have libjack0.100.0 and libjack0.100.0-dev installed from the apt repositories.&nbsp; I have also compiled Puredata, audacity, and an application that I am working on that all use jack successfully.&nbsp; I assume these are the 32-bit libraries.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2) What is the output of the following command (execute it at the root of
<br>WINE&#39; source directory): <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">./configure | grep -i jack<br></blockquote>
</div><br>r@ubuntu:~/src/wine-0.9.47$ ./configure | grep -i jack<br>checking jack/jack.h usability... yes<br>checking jack/jack.h presence... yes<br>checking for jack/jack.h... yes<br>checking for -ljack... not found<br>config.status
: creating dlls/winejack.drv/Makefile<br><br><br>so the -ljack is most likely the problem.&nbsp; However, I have libjack in /usr/lib:<br>r@ubuntu:~$ ls /usr/lib/libjack*<br>/usr/lib/libjack-0.100.0.so.0&nbsp; /usr/lib/libjack-0.100.0.so.0.0.23
&nbsp; /usr/lib/libjackasyn.so.0&nbsp; /usr/lib/libjackasyn.so.0.11&nbsp; /usr/lib/libjack.la&nbsp; /usr/lib/libjack.so<br><br>so I guess I need to make the configure script see libjack, which it isn&#39;t doing currently.<br><br>regards,<br>
rich<br><br>