[Python-bugs-list] Re: [Bug #129995] segfaults on AIX if configured with threads

M.-A. Lemburg mal@lemburg.com
Wed, 07 Feb 2001 13:02:29 +0100


Benjamin Collar wrote:
> 
> current cvs tarball won't build because:
> 
>         ./makexp_aix python.exp "" libpython2.1.a;  cc_r
> -Wl,-bE:python.exp -lld -o python Modules/python.o  libpython2.1.a -ldl
> -lm
> /bin/sh: ./makexp_aix:  not found.
> make: 1254-004 The error code from the last command is 127.
> 
> this is on AIX 4.2.1.

Could you tell us more about the context ? This seems to have
something to do with the following line in configure:

configure:
--         LINKCC="\$(srcdir)/makexp_aix python.exp \"\" \$(LIBRARY); \$(PURIFY) \$(CC)";;

AFAIK, makexp_aix lives in Modules/ so perhaps adding Modules/
will help ?!

-- 
Marc-Andre Lemburg
______________________________________________________________________
Company:                                        http://www.egenix.com/
Consulting:                                    http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/