Python under BSD/386?

Jim McCoy (mccoy@io.com)
27 Sep 1994 21:52:10 GMT

I have gone through several compiles of Python 1.0.3 with various
options to try to get one up and running under bsdi BSD/386 v1.1.
Each time everything seems to go fine (well there are a few problems
with mathmodule.c and floatmodule.c but the big problem seems
unrelated to some floating point numers exceeding the range of a
double...) and I can built an interpreter that appears to work. I can
start it up in an interactive session and get it to operate normally,
but whenever the interpreter gets an EOF to end a script or session it
dumps core.

Anyone have an easy fix for this or is it time to break out gdb...?

jim