Hello,
I am trying to compile my C program that uses the OpenCV.framework using a Makefile. If I put the OpenCV.framework in the default framework search paths (/Library/Frameworks or /System/Library/Frameworks) and use the -framework OpenCV ld flag then everything works perfectly. However, I want to compile and link from the framework in a specific directory - say /my/Frameworks, for instance. I've tried adding -F/my/Frameworks to the ld flags, but this doesn't seem to have any effect at all.
If anyone can help me out I would appreciate it 🙂
Thanks for your time,
-Ross
I am trying to compile my C program that uses the OpenCV.framework using a Makefile. If I put the OpenCV.framework in the default framework search paths (/Library/Frameworks or /System/Library/Frameworks) and use the -framework OpenCV ld flag then everything works perfectly. However, I want to compile and link from the framework in a specific directory - say /my/Frameworks, for instance. I've tried adding -F/my/Frameworks to the ld flags, but this doesn't seem to have any effect at all.
If anyone can help me out I would appreciate it 🙂
Thanks for your time,
-Ross