I am trying to get ssh 1.2.26 to work on an IBM RS/6000 (AIX 4.2) and I
have gcc 2.8.1 on it. When I try to compile I get this message:
# make
cd gmp-2.0.2-ssh-2; make
Making all in mpn
Making all in tests
Target "all" is up to date.
gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_
RANDOM=1 -DSIZEOF_INT=4 -DHAVE_ALLOCA=1 -I. -I. -I.. -I./.. -g -O2
-c divmod
_1.c
divmod_1.c: In function `__mpn_divmod_1':
divmod_1.c:208: fixed or forbidden register was spilled.
This may be due to a compiler bug or to impossible asm
statements or clauses.
make: The error code from the last command is 1.
Stop.
----------------------------------
Does anyone have any ideas? I'd even be interested in just getting a
pre-compiled binary for AIX 4.2 if anyone knows of any available.
Marcus Fawcett