<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial"
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document
face=Arial color=#000000 size=2>
<DIV>Hi,</DIV>
<DIV> I am using cygwin gcc that I just downloaded today.</DIV>
<DIV> and first I did ./configure and then I typed make and got the
following compilation error.</DIV>
<DIV>
Mike</DIV>
<DIV> <A
href="mailto:mikez23@aol.com">mikez23@aol.com</A></DIV>
<DIV> </DIV>
<DIV>/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-D__GMP_WITHI<BR>N_GMP -I.. -DOPERATION_`echo divis | sed
's/_$//'` -m32 -O2 -fomit-frame-poin<BR>ter -mcpu=pentium4
-march=pentium4 -c -o divis.lo divis.c<BR> gcc -DHAVE_CONFIG_H -I. -I. -I..
-D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -m32<BR> -O2 -fomit-frame-pointer
-mcpu=pentium4 -march=pentium4 -c divis.c -o divis.o<BR>divis.c: In function
`__gmpn_divisible_p':<BR>divis.c:76: error: `TMP_DECL' undeclared (first use in
this function)<BR>divis.c:76: error: (Each undeclared identifier is reported
only once<BR>divis.c:76: error: for each function it appears
in.)<BR>divis.c:141: error: `TMP_MARK' undeclared (first use in this
function)<BR>divis.c:154: error: `TMP_FREE' undeclared (first use in this
function)<BR>make[2]: *** [divis.lo] Error 1<BR>make[2]: Leaving directory
`/cygdrive/c/NumberTheory/GMP/gmp-4.2.1/mpn'<BR>make[1]: *** [all-recursive]
Error 1<BR>make[1]: Leaving directory
`/cygdrive/c/NumberTheory/GMP/gmp-4.2.1'<BR>make: *** [all] Error
2<BR></DIV></FONT></BODY></HTML>