python 2.2.2 on hpux11.0
Neal Norwitz
neal at metaslash.com
Tue Jan 7 12:18:20 EST 2003
More information about the Python-list mailing list
Tue Jan 7 12:18:20 EST 2003
- Previous message (by thread): python 2.2.2 on hpux11.0
- Next message (by thread): python 2.2.2 on hpux11.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 07 Jan 2003 11:08:40 -0500, X3 wrote: >From what it looks like below, you have cached the configure options from a different machine. Try rm config.* and then re-running configure/make. If that doesn't work, you can do ./configure --without-gcc Neal -- > I am adding stdout and stderr of configure and make. please let me know > if any questions. I think I need c compiler and stuff. thanks. > > configure output: > ----------------- > > loading cache ./config.cache > checking MACHDEP... hp-ux11 > checking for --without-gcc... no > checking for --with-cxx=<compiler>... no > checking for c++... no > checking for g++... no > checking for gcc... no > checking for CC... no > checking for cxx... no > checking for cc++... no > checking for cl... 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) no > checking how to run the C preprocessor... (cached) cc -E > checking for AIX... no > checking for minix/config.h... (cached) no > checking for Cygwin environment... (cached) no > checking for mingw32 environment... (cached) no > checking for executable suffix... (cached) no > checking for --with-suffix... > checking for case-insensitive build directory... no > checking LIBRARY... libpython$(VERSION).a > checking LINKCC... $(PURIFY) $(CC) > checking LDLIBRARY... libpython$(VERSION).a > checking for ranlib... (cached) ranlib > checking for ar... (cached) ar > checking for a BSD compatible > install... ./install-sh -c checking for --with-pydebug... no > checking whether cc -Ae accepts -OPT:Olimit=0... (cached) no > checking whether cc -Ae accepts -Olimit 1500... (cached) no > checking whether pthreads are available without options... (cached) no > checking whether cc -Ae accepts -Kpthread... (cached) no > > > make output: > ------------- > cc -Ae -c -DNDEBUG -O -I. -I./Include -DHAVE_CONFIG_H -o > Modules/python.o Modules/python.c > (Bundled) cc: warning 480: The -A option is available only with the > C/ANSI C product; ignored. > (Bundled) cc: warning 480: The -O option is available only with the > C/ANSI C product; ignored.
- Previous message (by thread): python 2.2.2 on hpux11.0
- Next message (by thread): python 2.2.2 on hpux11.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list