[Python-bugs-list] [Bug #131222] Python-2.1a2: HP make continiously runs the configure script

noreply@sourceforge.net noreply@sourceforge.net
Mon, 05 Feb 2001 23:50:49 -0800


Bug #131222, was updated on 2001-Feb-05 23:50
Here is a current snapshot of the bug.

Project: Python
Category: Threads
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: Python-2.1a2: HP make continiously runs the configure script

Details: Source:		Python-2.1a2
OS:		HP-UX 11.00

Commands:
	./configure  (or ./configure --with-threads=no)
	make

Details:
	Once make finishes compiling Python/dynload_hpux.c, it runs the configure
script, which will continue to run over and over.

.....
        gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include
-DHAVE_CONFIG_H -o Python/traceback.o Python/traceback.c
        gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include
-DHAVE_CONFIG_H -o Python/getopt.o Python/getopt.c
        gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include
-DHAVE_CONFIG_H -o Python/dynload_hpux.o Python/dynload_hpux.c
        if test -f config.status; \
        then /bin/sh config.status --recheck; \
             /bin/sh config.status; \
        else /bin/sh ./configure ; \
        fi
running /bin/sh ./configure  --prefix=/opt/python2 --with-threads=no
--no-create --no-recursion
loading cache ./config.cache
checking MACHDEP... hp-uxB
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... (cached) c++

....


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131222&group_id=5470