Ghostscript 9.26 构建在 PowerPC (ppc64le) 架构上失败
Ghostscript 9.26 build fails on PowerPC (ppc64le) architecture
我正在尝试在 rhel 7.6 ppc64le 上构建 Ghostscript 9.26。但是 make 命令失败并显示:
错误:
./sobin/libgs.so: undefined reference to
'png_init_filter_functions_vsx'
collect2: error: ld returned 1 exit status
Python版本:Python3.6.3
环境:Rhel 7.6 ppc64le
点子:来自 /opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip (python 3.6)
的点子 20.0.2
在此问题上需要一些帮助。我 运行 它在具有良好连接性的高端 VM 上。
我建议将 PNG_POWERPC_VSX_OPT=0 添加到您的 CFLAGS 并尝试使用它。
打扫得很干净
./configure CFLAGS="-DPNG_POWERPC_VSX_OPT=0"
这样做
我正在尝试在 rhel 7.6 ppc64le 上构建 Ghostscript 9.26。但是 make 命令失败并显示:
错误:
./sobin/libgs.so: undefined reference to
'png_init_filter_functions_vsx'
collect2: error: ld returned 1 exit status
Python版本:Python3.6.3 环境:Rhel 7.6 ppc64le 点子:来自 /opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip (python 3.6)
的点子 20.0.2在此问题上需要一些帮助。我 运行 它在具有良好连接性的高端 VM 上。
我建议将 PNG_POWERPC_VSX_OPT=0 添加到您的 CFLAGS 并尝试使用它。
打扫得很干净
./configure CFLAGS="-DPNG_POWERPC_VSX_OPT=0"
这样做