python - Substitution happens here, as the completely-expanded BINDIR is not available in configure -
just now, have set linux on cloud platform.
i'm trying install python3.4 on centos 6.4.
i cannot go out situation.
i don't understand what's mean of message below.
how can resolve this?
$yum install gcc ... $./configure ... ... configure: creating ./config.status config.status: creating makefile.pre config.status: creating modules/setup.config config.status: creating misc/python.pc config.status: creating misc/python-config.sh config.status: creating modules/ld_so_aix config.status: creating pyconfig.h config.status: pyconfig.h unchanged creating modules/setup creating modules/setup.local creating makefile $make ... # substitution happens here, completely-expanded bindir # not available in configure sed -e "s,@exename@,/usr/local/bin/python3.4m," < ./misc/python- config.in >python-config.py # replace makefile compat. variable references shell script compat. ones; -> sed -e 's,\$(\([a-za-z0-9_]*\)),\$\{\1\},g' < misc/python-config.sh >python-config # on darwin, use python version of script, shell # version doesn't use compiler customizations provided # in python (_osx_support.py). if test `uname -s` = darwin; \ cp python-config.py python-config; \ fi
i tried make again. strange say, error message gone.
first: make
: make install
instead of : make & make install
Comments
Post a Comment