From: GAMMELJL AT SLU DOT EDU Date: Sun, 18 Jun 2000 23:07:47 -0500 (CDT) Subject: gmp Attention: Eli Z To: djgpp AT delorie DOT com Message-id: <01JQRKFC3SMG9JOSOX@SLU.EDU> Organization: SAINT LOUIS UNIVERSITY St. Louis, MO X-VMS-To: IN%"djgpp AT delorie DOT com" MIME-version: 1.0 Reply-To: djgpp AT delorie DOT com It all worked very well. I copied djdev201.mft to C:\ and changed it into a .bat file as follows: First I inserted a , at the beginning of each line. Then I used the DOS editor to change the , into del c:\djgpp\ and change the /'s into \'s. Then I renamed it djdev201.bat and ran it. Next I unzipped djdev203.zip into c:\djgpp. The demo factor~1.c in the gmp package compiled properly gxx factor~1.c -o factor~1.exe -lgmp -lm -w and ran factor~1 250 produced 5 5 5 2 which is correct. Thanks for your help and thanks to Rich Dawe for this marvelous port. I will probably need to ask further questions later.