1*b8851fccSafresh1# osr5 needs to explicitly link against libc to pull in usleep 2*b8851fccSafresh1# what's the reason for -lm? 3*b8851fccSafresh1$self->{LIBS} = ['-lm', '-lc']; 4*b8851fccSafresh1 5