How to handle version mismatch in shared libraries
1 view (last 30 days)
Show older comments
I am trying to build a mex file that links with a shared external library that itself links to a shared netcdf library. However, when running the mex it complains that the netcdf version required by my shared lib is newer than the netcdf library shipped with Matlab. The same is true for other libs required by netcdf such as libcurl etc. It seems the out-of-date libraries shipped with Matlab prevents me from building a working mex. Is there a way to tell the mex to use the most recent libraries? If not, what is the recommended solution? Removing the old Matlab-supplied shared libs for common libraries found on most Unix/OSX systems?
Specifically, this is with Matlab 2012b under OS X 10.8.3
0 Comments
Answers (0)
See Also
Categories
Find more on NetCDF in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!