However, when I do a "make test", I get a segmentation violation.
Below is the edited output from "make" and "make test".
I have edited out the things which go smoothly.
JT
--------------------------------------------------
[ ... ]
Python
make[1]: Entering directory `/usr/local/src/python-1.1/Python'
[ ... ]
gcc -O -I./../Include -I.. -DHAVE_CONFIG_H -c compile.c -o compile.o
gcc -O -I./../Include -I.. -DHAVE_CONFIG_H -c errors.c -o errors.o
In file included from errors.c:59:
./../Include/traceback.h:33: warning: `struct _frame' declared inside
parameter list
./../Include/traceback.h:33: warning: its scope is only this definition or
declaration,
./../Include/traceback.h:33: warning: which is probably not what you want.
gcc -O -I./../Include -I.. -DHAVE_CONFIG_H -c frozenmain.c -o frozenmain.o
[ ... ]
The above was for "make"; the following is for "make test"
--------------------------------------------------
[ ...]
rm -f ./Lib/test/*.pyc
PYTHONPATH=./Lib:./Lib/test ./python -c 'import autotest'
make: *** [test] Segmentation fault