|
From: Hans-Bernhard B. <HBB...@t-...> - 2015-05-22 16:56:34
|
Am 22.05.2015 um 15:06 schrieb Dennis P. Weygand: > When trying to run Gnuplot.app on my Mac version 10.10.3 I get the following error: > > $ exec '/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot' > dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib That line answers your question. Your version of MacOS does not supply the libraries needed by this binary. > Referenced from: /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot-4.2.5 > Reason: image not found That's a rather old version of gnuplot. Did you seriously expect that to just work on a version of MacOS that's about 6 _years_ younger than it? |