I'm an absolute beginner in developing php-extensions. That's why I followed the steps in Rasmus Lerdorfs Book "Programming in PHP", O'Reilly) installing a Cygwin-Unix-Environment on my Windows2000 Prof. An error happened, when I tried to compile the CGI-Version- as you can see at the attached screenshot. The error was: "error:no acceptable cc found in $PATH" My first question: what is a "cc"???
After that error occured, I tried to develop an extension following the Lerdorf - book. I was successful until the moment I began compiling the extension by creating a source directory for the standalone-extension. But the "phpize"-Skript didn't run! What's wrong?? Doyou have an idea?