Mavericks: library not found for -lwfdb
问题 Moving from 10.8 to 10.9 broke my WFDB installation, library not found for -lwfdb . This program #include <wfdb/wfdb.h> int main(void) { return 0; } errors on linking (since Mavericks, -I/usr/include has to be included, otherwise the compiler errors): 567 ~/ clang -I/usr/include c.c -o c -lwfdb ld: library not found for -lwfdb I've tried also adding -L/usr/lib (where libwfdb.10.5.20.dylib , libwfdb.10.dylib and libwfdb.dylib are located), but ld still can't find -lwfdb , Seems like Mavericks