On 05/18/2012 05:24 AM, Bruce Dubbs wrote:
> For some reason, I have a problem with the libvorbis tests. 'make check' is 
> not
> finding libm.so.
>
> I fixed it with:
>
> LDFLAGS=-lm ./configure --prefix=/usr&&
> make&&
> make check
>
> Can anyone confirm this?
>
>     -- Bruce

I've tried it and I did not get any error. I see that configure checks 
for libm:

checking for cos in -lm... yes

libm is present, so -lm is added to VORBIS_LIBS

Can you find something like that in your configure output?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to