0

I try to compile and build this code in my Mac OS. I try this following cmd.

cd ideviceactivate
make
sudo make install

In terminal when I tried with make it gets following error.

ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [all] Error 1
make: *** [all] Error 2

Can you please guide me how to solve this issue. Thanks

Shohrab
  • 546
  • 6
  • 21
  • you don't have librt installed where it can find it – xaxxon Dec 09 '16 at 23:01
  • Possible duplicate of [What is an undefined reference/unresolved external symbol error and how do I fix it?](http://stackoverflow.com/questions/12573816/what-is-an-undefined-reference-unresolved-external-symbol-error-and-how-do-i-fix) – xaxxon Dec 09 '16 at 23:02

0 Answers0