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: Torbjorn Granlund
Subject: Re: Generic C build of gmp 3.1.1 fails (tries to use asm)
Date: 12 Jan 2002 23:18:11 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Claus Fischer <address@hidden> writes:

  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?
  
Please do this work using GMP 4.0 instead.
It should be easier, and checker results
are more interesting for the current release.

(You might be successful with GMP 3 by passing -DNO_ASM to he
compiler.)

-- 
Torbjörn



reply via email to

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