【发布时间】:2013-11-05 12:26:00
【问题描述】:
我尝试使用以下说明在 OSX 10.8.5 上安装 gnuplot: http://www.physics.buffalo.edu/phy410-505/tools/install/
在 gnuplot 的 make 文件执行之前,所有步骤都很顺利。我最终得到:
架构 x86_64 的未定义符号:
“_gdImagePng”,引用自:
_PNG_text in term.old:未找到架构 x86_64 的符号
clang: error: 链接器命令失败,退出代码为 1(使用 -v 查看调用)
make[3]: * [gnuplot] 错误 1
make[2]: * [all-recursive] 错误 1
make[1]: * [all-recursive] 错误 1
make: * [all] 错误 2
有什么想法吗?之后我尝试使用自制软件安装它,但结果相同。
非常感谢
【问题讨论】:
标签: macos installation gnuplot osx-mountain-lion