我正在尝试构建Ghostscript 9.26上的流变7.6 ppc64le。但是,make命令在以下情况下失败:
错误:
./sobin/libgs.so: undefined reference to
'png_init_filter_functions_vsx'
collect2: error: ld returned 1 exit statusPython :Python3.6.3环境: Rhel 7.6 ppc64le Pip: pip 20.0.2来自/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip (python3.6)
希望在这个问题上有所帮助。我是在一个连接良好的高端VM上运行它的。
发布于 2020-03-23 11:24:29
我建议将PNG_POWERPC_VSX_OPT=0添加到您的CFLAGS中,并尝试这样做。
使苏打干净
./配置CFLAGS="-DPNG_POWERPC_VSX_OPT=0“
使之
https://stackoverflow.com/questions/60809040
复制相似问题