Hi, I noticed that you have already installed gmp, I am trying to do the same. However I am having several problems myself. I have already installed the apache binary so I am bascially trying to install gmp with php. I have downloaded cygwin and the appropriate tools, and the gmp library installs fine.
However I get a warning when I configure php, and when I go on to make it I get the following error. make[2]: Leaving directory '/php-4.1.1/main' make[1]: Leaving directory '/php-4.1.1/main' Making all in ext make[1]: Entering directory '/php-4.1.1/ext' making all in gmp make[2]: Entering directory '/php-4.1.1/ext' Makefile:19: *** missing seperator. Stop. make[2]: Leaving directory '/php-4.1.1/ext/gmp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/php-4.1.1/ext' make: *** [all-recursive] Error 1 I think the missing seperator is the problem can you help. Thanks Murray