<html>
<head>
</head>
<body>
ok, i got your config.log and the real reason for this error is :<br>
<br>
configure:4124: gcc -o conftest -g -O2&nbsp;&nbsp; conftest.c -lmp3lame&nbsp; -ldl -lz -lbz2&nbsp;
&gt;&amp;5<br>
/usr/lib/gcc-lib/i386-linux/3.2.3/../../../libmp3lame.so: undefined reference
to `pow'<br>
<br>
so, it seems the following macro :<br>
AC_CHECK_LIB(mp3lame, InitMP3, , AC_MSG_ERROR(streaming requires lame library!!))<br>
<br>
forgets to link with <b>-lm</b>,<br>
i really don't know how to fix this on my side.<br>
<br>
Yves Degoyon wrote:<br>
<blockquote type="cite" cite="mid:3E5CE56D.5060805@free.fr">   so, i'm puzzled
with the behaviour of configure on debian !!<br>
  <br>
 well, you can comment the line,<br>
 but it's perfectly valid on any other<br>
 distributions <br>
 ( i had a redhat at first, but now it evolved to something,<br>
 hum, else ... )) ) <br>
  <br>
 220hex wrote:<br>
  <blockquote type="cite" cite="mid:200302261655.21491.gif@220hex.org">
    <pre wrap="">yes:<br><br>ldconfig -v|grep lame<br>        libmp3lame.so.0 -&gt; libmp3lame.so.0.0.0<br>        libmp3lame.so.0 -&gt; libmp3lame.so.0.0.0<br><br>.gif<br><br>Wednesday February 26 2003 16:45, skrev Yves Degoyon:<br></pre>
    <blockquote type="cite">
      <pre wrap="">is the location where it is installed is included<br>in /etc/ld.so.conf ??<br><br>does a 'ldconfig -v' includes the lame libraries ??<br><br>220hex wrote:<br></pre>
      <blockquote type="cite">
        <pre wrap="">I reinstalled lame and libmp3lame from the source package, so here's what<br>I've got:<br><br>-rw-r--r--    1 root     root       376246 2002-06-30 18:04 libmp3lame.a<br>-rw-r--r--    1 root     root          668 2002-06-30 18:04 libmp3lame.la<br>lrwxrwxrwx    1 root     root           19 2003-02-26 01:11 libmp3lame.so<br>-&gt; libmp3lame.so.0.0.0<br>lrwxrwxrwx    1 root     root           19 2003-02-25 23:47<br>libmp3lame.so.0 -&gt; libmp3lame.so.0.0.0<br>-rwxr-xr-x    1 root     root       347012 2003-02-25 23:47<br>libmp3lame.so.0.0.0<br><br>still not recognised from .configure...<br><br>.gif<br><br>Wednesday February 26 2003 15:36, skrev Yves Degoyon:<br></pre>
        <blockquote type="cite">
          <pre wrap="">surely true !! tom !!<br><br>but that's really silly from debian.<br><br>cheers,<br><br>sevy/yves<br><br>Tom Schouten wrote:<br></pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">for the lame issue, i think it doesn't find<br>libmp3lame which must be in a weird location<br>on debian ((<br><br>can't help you more from that distance )<br></pre>
              </blockquote>
              <pre wrap="">maybe it has something to do with the fact that on debian, the<br>libmp3lame package has only static libararies?<br><br>-rw-r--r--    1 root     root       352520 Aug 16  2001 libmp3lame.a<br>-rw-r--r--    1 root     root          668 Aug 16  2001 libmp3lame.la<br><br><br><br>maybe AC_CHECK_LIB(mp3lame) does not include statics?<br></pre>
              </blockquote>
              </blockquote>
              </blockquote>
              </blockquote>
              <pre wrap=""><!----><br></pre>
              </blockquote>
              <br>
              </blockquote>
              <br>
              </body>
              </html>