I want to compile librcsc4.1.0 staticly but when I trying to configure it I get this

checking for cos in -lm... no
configure: error: *** -lm not found! ***

I use this command for configure

./configure --disable-shared CXXFLAGS="-02 -march=x86_64"

When i use ./configure alone it works .

Anyone has any idea?

link|improve this question
feedback

1 Answer

Did you install the libc6-dev package?

link|improve this answer
Yes it is already installed – sudomakeinstall2 Nov 20 '11 at 14:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.