X11

/usr/bin/gnuplot.exe:載入共享庫時出錯:cyggd-2.dll:無法打開共享對象文件

  • August 20, 2017

我正在嘗試在 Windows 下執行 Octave 並在其下執行圖形繪圖常式。它需要 Cygwin 和 X/Cygwin。

當我嘗試執行任何繪圖常式時,會出現以下錯誤:

/usr/bin/gnuplot.exe: error while loading shared libraries: cyggd-2.dll: cannot open shared object file: No such file or directory

您需要安裝libgd2軟體包以提供缺少的cyggd-2.dll.

引用自:https://unix.stackexchange.com/questions/185502