[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bugs installing gmp-4.0 ... pentium3
From: |
Kevin Ryde |
Subject: |
Re: bugs installing gmp-4.0 ... pentium3 |
Date: |
12 Dec 2001 06:00:11 +1000 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 |
Nathalie Revol <address@hidden> writes:
>
>
> configure used flags for pentium-pro whereas it is a pentium 3,
>
> CFLAGS="-g -O2 -fomit-frame-pointer -mcpu=pentiumpro -march=pentiumpro"
gcc doesn't have anything special for pentium3, not in gcc 2.95 or 3.0
at least, hence the use of pentiumpro.
What version of gcc are you using?
> This caused it to use a wrong assembler file during the "make" stage:
Strange.
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui
> -g
> -O2 -fomit-frame-pointer -mcpu=pentiumpro -march=pentiumpro -c fib2_ui.c
> -fPIC
> -DPIC -o .libs/fib2_ui.o
> Assembler: fib2_ui.c
> "/var/tmp/ccUUQ3AT.s", line 320 : Illegal mnemonic
> "/var/tmp/ccUUQ3AT.s", line 320 : Syntax error
> "/var/tmp/ccUUQ3AT.s", line 344 : Illegal mnemonic
> "/var/tmp/ccUUQ3AT.s", line 344 : Syntax error
> "/var/tmp/ccUUQ3AT.s", line 401 : Illegal mnemonic
> "/var/tmp/ccUUQ3AT.s", line 401 : Syntax error
Please post the offending lines, or better still the whole file. If
gcc deletes it before returning then I guess you can add -S to
specifically request the assembler code.