Python 2.7.5 CentOS 6.4 编译 错误

python error

Makefile:1403: warning: overriding commands for target `Modules/_math.o'
Makefile:1400: warning: ignoring old commands for target `Modules/_math.o'
Makefile:1442: warning: overriding commands for target `Modules/timemodule.o'
Makefile:1407: warning: ignoring old commands for target `Modules/timemodule.o'
building dbm using gdbm
gcc: expat/xmlparse.c: No such file or directory
gcc: no input files
*** WARNING: renaming "_elementtree" since importing it failed: PyCapsule_Import could not import module "pyexpat"

Python build finished, but the necessary bits to build these modules were not found:
bsddb185           dl                 imageop
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


Failed to build these modules:
_elementtree       pyexpat
sunaudiodevis 是为 Sun 平台 ,dl 是为了 32bit 平台,imageop    is deprecated andbsddb185  is undocumented.

你可能感兴趣的:(Python 2.7.5 CentOS 6.4 编译 错误)