Skip to content
Prev 44440 / 63421 Next

unable to load shared object - opencv

On 8 November 2012 at 12:53, niandra wrote:
| Edit
| 
| i try to use this comman in terminal:
| R CMD SHLIB  prova2.cpp -l/usr/local/lib -l/usr/local/include
| -l/System/Library/Frameworks  and gave me this error

You may want to go back to some introduction to Unix and its toolchains and
revisit the differences between

    -I

    -L

    -l

They may look the same, especially with a typewriter font, but trust me that
they are not.

Dirk