Using a shared library without an installed compiler?
Show older comments
Hello,
From Matlab, we are calling functions in a shared library via the loadlibrary function. That works fine.
The loadlibrary function however requires the user to provide a header file, and a compiler. Our customers do not all have a compiler installed, or are complaining if we request them to install a compiler in order to use our shared library. So my question is:
is there a way we can "do some preprocessing" (on our computer, with installed Matlab and compiler) so that a compiler is not needed anymore on the computer of our customers?
Thanks for any insight
Accepted Answer
More Answers (1)
Marc
on 23 Oct 2013
0 votes
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!