问题描述
- solaris10下make路径问题
-
哪位高手帮,小弟看看在solaris10下编译python总是出现路径的问题
# make ld.so.1: python: fatal: libintl.so.8: open failed: No such file or directory *** Error code 137 The following command caused the error: case "$MAKEFLAGS" in * -s*|s*) quiet="-q";; *) quiet="";; esac; CC='gcc' LDSHARED='gcc -shared ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py $quiet build make: Fatal error: Command failed for target `sharedmods' # echo $PATH /usr/local/lib:/usr/sfw/bin:/sbin:/usr/bin:/usr/sbin:/etc:/usr/local/bin:/usr/ccs/bin:
这个libintl.so.8的路径/usr/local/lib已经被包含在path里了,为神马make还是找不到?
解决方案
估计solaris支持不够好
可以直接使用预编译好的二进制
http://www.python.org/download/download_other.html
http://sunfreeware.com/programlistsparc8.html#python
时间: 2025-01-07 05:21:25