Skip to content
Prev 44442 / 63424 Next

unable to load shared object - opencv

On Nov 8, 2012, at 3:34 PM, niandra wrote:

            
Those are essentially default so no need to specify any of those. The real thing you need to specify are the actual libraries to link against, typically something like -lopencv_core ... If you use a framework it may be just something like -framework OpenCV - we don't know since you didn't tell us what your'e really using.