HPUX install
Brad
bradlosh at my-deja.com
Tue Dec 12 16:17:52 EST 2000
More information about the Python-list mailing list
Tue Dec 12 16:17:52 EST 2000
- Previous message (by thread): HPUX install
- Next message (by thread): How to start a process?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I used gcc, and got the following error after typing make: (cd Modules; make -f Makefile.pre Makefile) + cp ./Setup.in Setup echo "# Edit this file for local setup changes" >Setup.local rm -rf ../libpython2.0.a /bin/sh ./makesetup Setup.config Setup.local Setup making Makefile in subdirectory . CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh config.status creating Makefile making Makefile in subdirectory Parser `Makefile' is up to date. making Makefile in subdirectory Grammar `Makefile' is up to date. making Makefile in subdirectory Objects (cd ..; CONFIG_FILES=Objects/Makefile CONFIG_HEADERS= \ /bin/sh config.status) creating Objects/Makefile making Makefile in subdirectory Python `Makefile' is up to date. making Makefile in subdirectory Modules `Makefile' is up to date. (rm -f Modules/hassignal; cd Modules; make hassignal) rm -f hassignal for i in threadmodule.o gcmodule.o regexmodule.o regexpr.o pcremodule .o pypcre.o posixmodule.o signalmodule.o _sre.o arraymodule.o cmathmodule.o mathmodule.o stropmodule.o structmodule.o timemodule.o operator.o _codecs module.o unicodedata.o unicodedatabase.o ucnhash.o _localemodule.o fcntlmodu le.o pwdmodule.o grpmodule.o errnomodule.o selectmodule.o socketmodule.o m mapmodule.o md5module.o md5c.o shamodule.o rotormodule.o newmodule.o binasc ii.o parsermodule.o cStringIO.o cPickle.o config.o getpath.o main.o getbuildi nfo.o; do \ if test "$i" = "signalmodule.o"; then \ echo yes >hassignal; break; \ fi; \ done cd Parser ; make OPT="-g -O2 -Wall -Wstrict-prototypes" VERSION="2.0" \ prefix="/usr/local" exec_prefix="/usr/local" all gcc -g -O2 -Wall -Wstrict-prototypes -I./../Include -I.. -DHAVE_CONFIG_H -c pgenmain.c In file included from ../Include/pgenheaders.h:24, from pgenmain.c:16: ../Include/pymem.h:7: pyport.h: No such file or directory *** Error exit code 1 Stop. *** Error exit code 1 Stop. thanks for the help In article <913ett$u0b$1 at nnrp1.deja.com>, 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 > > Stop. > > any help is appreciated > > Sent via Deja.com http://www.deja.com/ > Before you buy. > Sent via Deja.com http://www.deja.com/
- Previous message (by thread): HPUX install
- Next message (by thread): How to start a process?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list