Memory fault - core dumped while compiling 2.2.1 on SCO

Anton Graph aglyportREMOvethispart at nospam.yahoo.com
Wed Sep 4 15:08:03 EDT 2002


Martin v. Loewis wrote:
> Andrew Koenig <ark at research.att.com> writes:
> 
> 
>>Looks like the same symptom I had.
>>
>>If you are using binutils 2.13, try going back to 2.12.1 and
>>see if that fixes the problem.
> 
> 
> Alternatively, use the system C compiler - Python does not support gcc
> on SCO, apparently (or else it would not try to pass -belf).
> 
> It is probably easy to add gcc support - just adjust the OpenUnix
> fragments in configure.in to SCO.
> 
> Regards,
> Martin

Ok. I run gmake distclean
and configure --without-gcc
(output from configure confirmed that it would not use gcc).

Compiling:

cc -G -KPIC -Ki486 -belf -Wl,-Bexport 
build/temp.sco_sv-3.2-i386-2.2/arraymodule.o -L/usr/local/lib -o 
build/lib.sco_sv-3.2-i386-2.2/array.so
/bin/sh: 1577 Memory fault - core dumped
gmake: *** [sharedmods] Error 139

Did not even take nearly as long for it to coredump. With optionless 
configure build was going at least for a half an hour and this one
bailed out pretty much right away...




More information about the Python-list mailing list