Hi,
I'm getting this Error 139 when finishing a 'Make'. I think it might
be
connected with the gcc that I'm using, which is 2.96 under Linux RH7.
What should I be doing to get it to compile properly?
Making all in data
make[2]: Entering directory `/home/kevin/aspell-.33.7.1/data'
cd ../; bd=`pwd`; cd scowl/final; \
cat english-*.10 english-*.20 english-*.35 english-*.50 \
english-*.60 english-*.65 \
special-*.35 special-*.50 \
| $bd/src/aspell --lang=english \
create master $bd/data/english-med-only
make[2]: *** [english-med-only] Error 139
make[2]: Leaving directory `/home/kevin/aspell-.33.7.1/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kevin/aspell-.33.7.1'
make: *** [all-recursive-am] Error 2