[Python-bugs-list] [ python-Bugs-553000 ] "./configure" crashes

noreply@sourceforge.net noreply@sourceforge.net
Tue, 07 May 2002 13:31:14 -0700


Bugs item #553000, was opened at 2002-05-06 22:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=553000&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jarek Sacha (jsacha)
Assigned to: Nobody/Anonymous (nobody)
>Summary: "./configure" crashes

Initial Comment:
I am trying to built Python 2.2.1. I am getting a core
dump while running "./configure" on IRIX 6.5.
Last messages before the crash:

checking LDSHARED... ld  -shared -all
checking CCSHARED... -shared
checking LINKFORSHARED... 
checking CFLAGSFORSHARED... 
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for --with-libs... no
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking for _POSIX_THREADS in unistd.h... yes
checking for mach/cthreads.h... no
checking for --with-pth... no
checking for pthread_create in -lpthread... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... no
checking for pthread_sigmask... yes
checking for usconfig in -lmpc... no
checking for thr_create in -lthread... no
checking if --enable-ipv6 is specified... Segmentation
fault (core dumped)

Please fing attached "config.log"

Regards,

Jarek Sacha

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2002-05-07 22:31

Message:
Logged In: YES 
user_id=45365

I can't repeat this, but I don't have gcc installed (and from your config.log it appears that you do).

Try building with configure --without-gcc.

There have always been problems with gcc on Irix, which is why I've stayed away from it, but I'm not sure whether building Python with gcc on Irix is supported (I found no notes to the contrary). So, I'm leaving this report open and someone else can pick it up, if they like.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=553000&group_id=5470