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: Claus Fischer
Subject: Re: Generic C build of gmp 3.1.1 fails (tries to use asm)
Date: Sun, 13 Jan 2002 23:06:25 +0100
User-agent: Mutt/1.2.5i

On Mon, Jan 14, 2002 at 08:02:56AM +1000, Kevin Ryde wrote:
: 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.

Thank you. Torbjorn Granlund helped me to resolve the issue.
GMP version 4.0 with --build=none and -DNO_ASM works fine.

Best regards,

Claus

-- 
Claus Fischer <address@hidden>
http://www.clausfischer.com/



reply via email to

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