bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generic C build of gmp 3.1.1 fails (tries to use asm)


From: Kevin Ryde
Subject: Re: Generic C build of gmp 3.1.1 fails (tries to use asm)
Date: 14 Jan 2002 08:02:56 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Claus Fischer <address@hidden> writes:
>
>    /home/cfischer/tmp/checkerg95/gmp-3.1.1/mpf/div_2exp.c:64:
>    undefined reference to `chkr.__gmpn_copyi'

mpn_copyi is an assembler routine for the x86s, and I guess won't know
about -fcheck-memory-usage.  But if you configured for only generic C
then that asm code shouldn't be used.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]