I’m a beginner in developing PHP-Extensions, working on Windows 2000 Prof. under Cygwin - Environment. Developing my first extension I followed the steps in Rasmus Lerdorfs book “Programming in PHP”. The first error happened when I tried to compile the PHP - CGI-Version from the command-line. I got the message that there was “no acceptable cc in $PATH” (See the attached gif). What the hell is a “cc”??? The next error occurred, when I tried to create a source-directory for my standalone-extension. I wasn’t able to run the “phpize”-command. What did I do wrong? Please give me some help!