How to handle version mismatch in shared libraries
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NetCDF 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!