|
From: Сергей А. <ano...@ma...> - 2010-06-30 13:54:12
|
Hello. I am a student of Institute for System Programming in Russia. I have a some problems with valgrind. I need in the standard C libraries for my tool. For example: I need in the function "min()" from the standard C library "math.h". I use "#include <math.h>" in sourse code of my tool. But when I run make, I receive the error "undefined reference to 'min'". I don't know how to do enable use, in my tool, functions from the standard C libraries. I need not only in "math.h", but also in many other libraries. Please, help me in my problem. Serg Anohovsky. |