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?