Mail Archives: djgpp/2000/06/19/00:07:27
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.
- Raw text -