Python2.0 installation on HP-UX...

zxo102 at my-deja.com zxo102 at my-deja.com
Mon Oct 30 18:30:39 EST 2000


I tried to install Python2.0 on HP-UX (B.10.20 A 9000/782 2012794381)
and failed. What I did is "./configure" and them "make". Anybody knows
what is going with this? Thanks for your help.

Ouyang



Here is the message from make:

//////////////////////////////////////////////////
        (cd Modules; make -f Makefile.pre Makefile)
`Makefile' is up to date.
making Makefile in subdirectory .
`Makefile' is up to date.
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
`Makefile' is up to date.
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 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  ope
rator.o  _codecsmodule.o  unicodedata.o unicodedatabase.o  ucnhash.o
_localemodule.o  fcntlmodule.o  pw
dmodule.o  grpmodule.o  errnomodule.o  selectmodule.o  socketmodule.o
mmapmodule.o  md5module.o md5c.o
 shamodule.o  rotormodule.o  newmodule.o  binascii.o  parsermodule.o
cStringIO.o  cPickle.o config.o ge
tpath.o main.o getbuildinfo.o; do \
                    if test "$i" = "signalmodule.o"; then \
                       echo yes >hassignal; break; \
                    fi; \
                done
        cd Parser ; make OPT="-O" VERSION="2.0" \
                        prefix="/usr/local" exec_prefix="/usr/local" all
        CC -O -I./../Include -I.. -DHAVE_CONFIG_H -c pgenmain.c
*** Error exit code 1
*** Error exit code 1

cpp: "pyport.h", line 373: error 4062: "could not set LONG_MAX in
pyport.h"
/////////////////////////////////////////////////////////////

Here is the message from ./configure:

///////////////////////////////////////////////////////
  loading cache ./config.cache
checking MACHDEP... hp-uxB
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for gcc... (cached) CC
checking whether the C compiler (CC  ) works... yes
checking whether the C compiler (CC  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether CC accepts -g... (cached) yes
checking for --with-suffix...
checking LINKCC... $(PURIFY) $(CC)
checking LDLIBRARY...
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar
checking how to run the C preprocessor... (cached) CC -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking whether CC accepts -OPT:Olimit=0... (cached) no
checking whether CC accepts -Olimit 1500... (cached) no
checking for ANSI C header files... (cached) no
checking for dlfcn.h... (cached) no
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for ncurses.h... (cached) no
checking for poll.h... (cached) yes
checking for pthread.h... (cached) no
checking for signal.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for thread.h... (cached) no
checking for unistd.h... (cached) yeschecking for sys/audioio.h...
(cached) no
checking for sys/file.h... (cached) yes
checking for sys/lock.h... (cached) yes
checking for db_185.h... (cached) no
checking for db.h... (cached) no
checking for sys/param.h... (cached) yes
checking for sys/select.h... (cached) no
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for pty.h... (cached) no
checking for libutil.h... (cached) no
checking for ndbm.h... (cached) yes
checking for db1/ndbm.h... (cached) no
checking for gdbm/ndbm.h... (cached) no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for clock_t in time.h... yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking size of int... (cached) 0
checking size of long... (cached) 0
checking size of void *... (cached) 0
checking size of char... (cached) 0
checking size of short... (cached) 0checking for long long support...
yes
checking size of long long... (cached) 0
checking for uintptr_t support... no
checking size of off_t... (cached) 0
checking whether to enable large file support... no
checking size of time_t... (cached) 0
checking for pthread_t... no
checking for --with-next-framework... no
checking for --with-dyld... no
checking SO... .sl
checking LDSHARED... ld -b
checking CCSHARED... +z
checking LINKFORSHARED... -Wl,-E -Wl,+s -Wl,+b$(BINLIBDEST)/lib-dynload
checking for dlopen in -ldl... (cached) no
checking for shl_load in -ldld... (cached) no
checking for --with-pydebug... no
checking for t_open in -lnsl... (cached) no
checking for socket in -lsocket... (cached) no
checking for --with-libs... no
checking for --with-dec-threads... no
checking for --with-threads... yes
checking for mach/cthreads.h... (cached) no
checking for --with-pth... no
checking for pthread_create in -lpthread... (cached) no
checking for pthread_detach... (cached) no
checking for kernel/OS.h... (cached) no
checking for pthread_create in -lpthreads... (cached) no
checking for pthread_create in -lc_r... (cached) no
checking for __d6_pthread_create in -lthread... (cached) no
checking for pthread_create in -lcma... (cached) no
checking for usconfig in -lmpc... (cached) no
checking for thr_create in -lthread... (cached) no
checking for --with-cycle-gc... yes
checking for --with-libdb... no
checking for --with-wctype-functions... no
checking for --with-sgi-dl... no
checking for --with-dl-dld... no
checking for dlopen... (cached) no
checking DYNLOADFILE... dynload_hpux.o
checking for alarm... (cached) no
checking for chown... (cached) no
checking for clock... (cached) no
checking for confstr... (cached) no
checking for ctermid... (cached) no
checking for ctermid_r... (cached) no
checking for execv... (cached) no
checking for flock... (cached) no
checking for fork... (cached) no
checking for fsync... (cached) no
checking for fdatasync... (cached) no
checking for fpathconf... (cached) no
checking for ftime... (cached) no
checking for ftruncate... (cached) no
checking for getgroups... (cached) no
checking for getlogin... (cached) no
checking for getpeername... (cached) no
checking for getpid... (cached) no
checking for getpwent... (cached) no
checking for getwd... (cached) no
checking for kill... (cached) no
checking for link... (cached) no
checking for lstat... (cached) no
checking for mkfifo... (cached) no
checking for mktime... (cached) no
checking for mremap... (cached) no
checking for nice... (cached) no
checking for pathconf... (cached) no
checking for pause... (cached) no
checking for plock... (cached) no
checking for poll... (cached) no
checking for pthread_init... (cached) no
checking for putenv... (cached) no
checking for readlink... (cached) no
checking for select... (cached) no
checking for setegid... (cached) no
checking for seteuid... (cached) no
checking for setgid... (cached) no
checking for setlocale... (cached) no
checking for setregid... (cached) no
checking for setreuid... (cached) no
checking for setsid... (cached) no
checking for setpgid... (cached) no
checking for setuid... (cached) no
checking for setvbuf... (cached) no
checking for sigaction... (cached) no
checking for siginterrupt... (cached) no
checking for sigrelse... (cached) no
checking for strftime... (cached) no
checking for strptime... (cached) no
checking for symlink... (cached) no
checking for sysconf... (cached) no
checking for tcgetpgrp... (cached) no
checking for tcsetpgrp... (cached) no
checking for tempnam... (cached) no
checking for timegm... (cached) no
checking for times... (cached) no
checking for tmpfile... (cached) no
checking for tmpnam... (cached) no
checking for tmpnam_r... (cached) nochecking for uname... (cached) no
checking for waitpid... (cached) no
checking for _getpty... (cached) no
checking for openpty... (cached) no
checking for openpty in -lutil... (cached) no
checking for forkpty... (cached) no
checking for forkpty in -lutil... (cached) no
checking for fseek64... (cached) no
checking for fseeko... (cached) no
checking for fstatvfs... (cached) no
checking for ftell64... (cached) no
checking for ftello... (cached) no
checking for statvfs... (cached) no
checking for dup2... (cached) no
checking for getcwd... (cached) no
checking for strdup... (cached) no
checking for strerror... (cached) no
checking for memmove... (cached) no
checking for getpgrp... (cached) no
checking for setpgrp... (cached) no
checking for gettimeofday... (cached) no
checking whether time.h and sys/time.h may both be included... (cached)
yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) no
checking for tzname... (cached) no
checking for time.h that defines altzone... (cached) no
checking whether sys/select.h and sys/time.h may both be included... no
checking whether char is unsigned... (cached) no
checking for working const... (cached) no
checking for inline... (cached) inline
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for bad exec* prototypes... no
checking for bad static forward... yes
checking whether va_list is an array... no
checking for gethostbyname_r... (cached) no
checking for gethostbyname... (cached) no
checking for __fpu_control... (cached) no
checking for __fpu_control in -lieee... (cached) no
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for hypot... (cached) no
checking for genuine getopt... (cached) no
checking what malloc(0) returns... (cached) null
checking for wchar.h... (cached) yes
checking for usable wchar_t... no
checking whether byte ordering is bigendian... (cached) yes
checking whether right shift extends the sign bit... (cached) no
checking for socklen_t... (cached) no
creating ./config.status
creating Makefile
creating Objects/Makefile
creating Parser/Makefile
creating Grammar/Makefile
creating Python/Makefile
creating Modules/Makefile.pre
creating Modules/Setup.config
creating config.h
config.h is unchanged

checking for truncate... (cached) no

checking size of float... (cached) 0

checking for utime.h... (cached) yes


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list