You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ctypes-opencv
I keep getting message that "ld: unknown option: -R" it looks like the
boost system is breaking down a library-dir passed to g++ into a:
-L <lib-dir> -W,-R -W,<lib-dir>
but on OSX the linker uses -L as a prefix not a -R.
Perhaps this is because pyopencv is configured to use gcc-4.2.0 that
comes with it and not the default compiler.