Movatterモバイル変換
[0]ホーム
Problem building Python 2.1 on HPUX11.0
Richard Townsendrichardt at edshk.demon.co.uk
Wed Apr 18 09:49:19 EDT 2001
When I try to build Python 2.1 on HPUX11, I get the following error:python/Python-2.1 > ./configure --without-gcc --with-threads=no --prefix=/opt/python --exec-prefix=/opt/pythonloading cache ./config.cachechecking MACHDEP... hp-uxBchecking for --without-gcc... yeschecking for --with-cxx=<compiler>... nochecking for c++... nochecking for g++... nochecking for gcc... gccchecking whether the C++ compiler (gcc ) works... noconfigure: error: installation or configuration problem: C++ compilercannot create executables.Does this mean that a C++ compiler is necessary to build 2.1 ? (itwasn't for 2.0).I have tried using the --with-cxx=<compiler> option to specify the C++compiler on our system (aCC) and hacked the Makefile so it gets used tolink the executable as well. This does build an executable, but withlots of error messages (mostly about curses, which does not get builtin). The resulting executable is about half the size of the 2.0executable, so I guess other components could be missing as well.Is there a way to build 2.1 without using a C++ compiler ?-- Richard Townsend
More information about the Python-listmailing list
[8]ページ先頭