I have problem which was mentioned here multiple times, but i still cant find out how to relsove it.
I want use ceil() function in NetBeans-IDE, but still getting error Undefined reference to 'ceil'. I tried add -lm
into gcc compiler by project properties but no success.
Can someone help me how to solve this specific problem?