> configure: warning: You will need bison if you want to regenerate the PHP
> parsers.
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
cc and gcc are C compilers.
PHP is written in C.
You need to have a cc compiler, preferably the Gnu CC Compiler known as gcc.
You *may* have it on your system, but the user you are logged in as may or
may not have it in their "path" and may or may not have permission to
execute the compiler.
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]