Hi all,
I'm attempting to build Python 2.4.1 on Solaris 10 using gcc 3.4.3. I
get the following build error:
gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-I. -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o
Objects/complexobject.c
Objects/complexobject.c: In func
Okay, after further review, I realized that 'make test' wasn't
completely successful. The test 'test_complex' passed, but 'test_long'
failed:
test_long
test test_long crashed -- exceptions.OverflowError: long int too large
to convert to float
...do you think my changes caused this failure?
Pet