Strange that the configure script isn&#39;t detecting system libraries properly. With --disable-liblo and --disable-soundtouch I get:<br><br>*      3D client (psynth3d) ..... no<br>*      CLI client (psynth) ...... disabled<br>
*<br>*      OSC support: ............. disabled<br>*      XML config support: ...... no<br>*      SoundTouch support: ...... disabled<br>*      PCM support: ............. no<br>*      OGG support: ............. no<br>*      OSS support: ............. yes<br>
*      ALSA support: ............ no<br>*      Jack support: ............ no<br>*      Translations: ............ Not suported. <br>                    <br>Though it compiles fine in the end, there&#39;s no use for it. Now I need to hack this to see liblo and soundtouch libs.<br>
<br><div><span class="gmail_quote">On 17/04/2008, <b class="gmail_sendername">Dragan Noveski</b> &lt;<a href="mailto:perodog@gmx.net">perodog@gmx.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
David Baron wrote:<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; 1. For the liblo stuff, set the load flag to /usr/lib/liblo.so -- this is<br> &gt;&gt;&gt; what it is looking for, not /usr/lib which is not an .so but a directory<br> &gt;&gt;&gt; :-)<br>
 &gt;&gt;&gt;<br> &gt;&gt; ok, that is easy!<br> &gt;&gt;<br> &gt;&gt;<br> &gt;&gt;&gt; 2. You may need to explicitly add /usr/lib/liblo.so to the libraries<br> &gt;&gt;&gt; listed for the CLI version link.<br> &gt;&gt;&gt;<br>
 &gt;&gt; but this part i do not understand - could you describe it little more,<br> &gt;&gt; please?<br> &gt;&gt;<br> &gt;<br><br>&gt; If the psynth3d builds (result of 1) great!<br> &gt; If the psynth CLI build fails with a similar error as above, go to the src<br>
 &gt; directory and edit the Makefile. There will be an entry for libraries for the<br> &gt; psynth-cli build. Add /usr/lib/liblo.so to this line. (I cannot show it to<br> &gt; you because I removed the directory.)<br> &gt;<br>
 &gt;<br><br> ok, i understand now - actually this is already in the makefile.<br> some other lines are empty:<br><br> LDFLAGS =<br> LIBLO_CFLAGS =<br><br> if u have any idea about that, please let me know.<br><br><br> cheers,<br>
 doc<br> _______________________________________________<br> Linux-audio-user mailing list<br> <a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br> <a href="http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user">http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user</a><br>
</blockquote></div><br>