bug-gmp
[Top][All Lists]
Advanced

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

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


From: Claus Fischer
Subject: Generic C build of gmp 3.1.1 fails (tries to use asm)
Date: Sat, 12 Jan 2002 23:12:27 +0100
User-agent: Mutt/1.2.5i

I am trying to build gmp with checkergcc, to enable building
g95 with Checker. But gmp fails like this:

$ CC=checkergcc ./configure --build=none --disable-shared
$ make
checkergcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem_2 -g
-O2 -c divrem_2.c -o divrem_2.o
divrem_2.c: In function `__gmpn_divrem_2':
divrem_2.c:79: `asm' cannot be used with `-fcheck-memory-usage'


(This is on a i686 Linux Gnu system.) Can I somehow configure gmp
to not use any asm for anything even though this seems to
contradict the underlying system?

Claus

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



reply via email to

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