TBB and OpenCV with Yosemite

asked Feb 20 '15

Andrea gravatar image

I have a problem with opencv. I compiled opencv with brew and I enabled the tbb libraries. Then, when I compile my own program with cmake I receive the following message:

ld: library not found for -ltbb
clang: error: linker command failed with exit code 1

I modified the file opencv.pc without success, I received the same message.

Can you help me? I need to use tbb.

Preview: (hide)