ld: library not found for -llibtbb.dylib

后端 未结 5 2346
忘掉有多难
忘掉有多难 2021-02-14 08:41

I try to compile some files from the opencv-2.4.8/apps/haarfinder but i get the following error:

ld: library not found for -llibtbb.dylib

Notic

5条回答
  •  感动是毒
    2021-02-14 09:39

    If the libtbb.dylib file already exists like in my case in the /usr/local/lib folder then all you need to do is to run this command: export DYLD_LIBRARY_PATH=/usr/local/lib

提交回复
热议问题