HPUX install

Philipp Jocham flip at sbox.tugraz.at
Tue Dec 12 06:02:43 EST 2000


Brad <blosh at tsbrass.com> wrote:
> We are running HPUX 10.20 and I was wondering why I cant get python to
> install.

> ./configure seems to work

> make does not...it gives the following error

>   cd Parser ; make OPT="-O" VERSION="2.0" \  prefix="/usr/local"
> exec_prefix="/usr/local" all  cc -Ae -O -I./../Include -I.. -DHAVE_CONFIG_H
> -c pgenmain.c (Bundled) cc: warning 480: The -A option is available only with
> the C/ANSI C pro duct; ignored. (Bundled) cc: warning 480: The -O option is
> available only with the C/ANSI C pro duct; ignored. cpp: "pymem.h", line 7:
> error 4036: Can't open include file 'pyport.h'. *** Error exit code 1

> Stop.
> *** Error exit code 1

You are using the stock c-compiler. Try installing the
	HP C/ANSI C Developer's Bundle for HP-UX 10.20 (S800) 
or the latest gcc version. (http://hpux.connect.org.uk/)

Also deactivate thread-support with
	./configure --without-threads

if python crashes.

Philipp





More information about the Python-list mailing list