link?

anthro

Grünschnabel
ich muss ein programm compilieren doch ich bekomme immer den compiler fehler:
[Linker error] undefined reference to `usleep'
im comment steht was von: When compiling, be sure to link with the maths library so that the log() function can be found.
was muss ich da machen?
gruss anthro
 
Wäre ganz Nett, wenn das Betriebssystem angegeben wird.
Unter UNIX/Linux fehlt wohl ein
Code:
# include <unistd.h>
 
Zurück