Closed devblok closed 6 years ago
May need to use LLVM LLD linker (https://github.com/VerKnowSys/Sofin-llds), on OSX at least, because GCC libs are not available for static linking there, and recompiling it is pointless and difficult.
After extensive attempts I can't seem to create a static build, nor on GNU/Linux nor on OSX. Keeping open in case a solution arises.
Seems impossible/impractical at this time.
Achieve a statically linked version on OpenCV. This will reduce the size of the complete package, as only a needed subset of code will be included into the executable, we will no longer need to distribute OpenCV together.