Dear sirs,
It seems, that I found a problem. ./configure detects my machine like
powerpc, while it is RS6000. Maybe anyone knows why this happens ?
bash-2.03# ./configure
loading cache ./config.cache
checking host system type... powerpc-ibm-aix4.3.2.0
checking cached information... ok
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for getuserattr in -ls... ^Cbash-2.03#
With best regards -
WBR,
Martynas
On Tue, 30 Nov 1999, Martynas Buozis wrote:
> Dear sirs,
>
> I am having problems while compiling SSH 1.2.27. Machine is IBM RS/6000,
> running AIX 4.3.2.
>
> While compiling ssh I am getting this :
>
> bash-2.03# 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:106: Invalid `asm' statement:
> divmod_1.c:106: fixed or forbidden register 64 (mq) was spilled for class
> MQ_REG
> S.
> divmod_1.c:107: Invalid `asm' statement:
> divmod_1.c:107: fixed or forbidden register 64 (mq) was spilled for class
> MQ_REG
> S.
> divmod_1.c:112: Invalid `asm' statement:
> divmod_1.c:112: fixed or forbidden register 64 (mq) was spilled for class
> MQ_REG
> S.
> divmod_1.c:113: Invalid `asm' statement:
> divmod_1.c:113: fixed or forbidden register 64 (mq) was spilled for class
> MQ_REG
> S.
> divmod_1.c:146: Invalid `asm' statement:
> divmod_1.c:146: fixed or forbidden register 64 (mq) was spilled for class
> MQ_REG
> S.
> divmod_1.c:146: Invalid `asm' statement:
> divmod_1.c:146: fixed or forbidden register 64 (mq) was spilled for class
> MQ_REG
> S.
> make: The error code from the last command is 1.
>
>
> Stop.
> make: The error code from the last command is 1.
>
>
> Stop.
> make: The error code from the last command is 2.
>
>
> Stop.
>
>
>
> I am using gcc, precompiled version from ftp://aixpdslib.seas.ucla.edu/pub/ :
>
>
> # gcc --version
> 2.95.1
> #
>
>
>
> Please, tell me what's wrong.
>
>
> WBR,
> Martynas
>
>
>