bug-gmp
[Top][All Lists]
Advanced

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

Re: building


From: Linus Nordberg
Subject: Re: building
Date: Sun, 25 Sep 2005 00:32:46 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3

Luziana Reno <address@hidden> wrote
Fri, 23 Sep 2005 10:14:58 -0500:

|  gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -g -O2 
|  -fomit-frame-pointer -mcpu=pentium4 -march=pentium4 -c aorsmul.c -o 
aorsmul.o 
|  >/dev/null 2>&
|  1
|  make[2]: *** [aorsmul.lo] Error 1
|  make[2]: Leaving directory 
|  `/home/lreno2/research/SetSolver_ext/CGAL-3.0.1/auxiliary/gmp-4.1.2/mpz'

Please try

  cd mpz
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -g -O2 
-fomit-frame-pointer -mcpu=pentium4 -march=pentium4 -c aorsmul.c -o aorsmul.o

and see if you can make any sense out of the error message from gcc.

-- 
Linus




reply via email to

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