When I use in Matlab
!epstopdf "output.eps" --outfile=output.pdf
then I get one of the following message:
gs: /opt/MATLAB/R2016b/bin/glnxa64/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
gs: /opt/sw/x86_64/generic/Matlab/R2016b/bin/glnxa64/libtiff.so.5: no version information available (required by /usr/lib64/libgs.so.9)
gs: /opt/sw/x86_64/generic/Matlab/R2017b/bin/glnxa64/libtiff.so.5: no version information available (required by /usr/lib64/libgs.so.9)
I am using Ghostscript 9.18 (default version of Ubuntu 16.04). (Same Problem with Ghostscript 9.07)
libtiff.so
andlibstdc++.so
, but these are typically different from those on the linux system. For some reason, they clash with each other, for example, when I want to make a call toepstopdf
within Matlab (to converteps
files produced in Matlab topdf
files). – Lubos Polerecky Oct 14 '22 at 17:31