From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.2.1 PHP Bug Type: *Configuration Issues Bug description: configure script doesn't set CPP variable to find C preprocessor
There seems to be a bug in the configure script with 4.2.1 for Solaris 2.7 with gcc. Symptom is that make fails complaining that it can't find unix.h Cause seems to be that the script isn't setting the CPP variable properly. Instead of gcc -E it gets set to cc-E. (I know because I echoed it.) So tests for include files don't work and configuration data is wrong. Kludge is to set CPP explicitly. Bug elimination and right answer is over to you. thanks. -- Edit bug report at http://bugs.php.net/?id=17439&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17439&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17439&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17439&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17439&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17439&r=support Expected behavior: http://bugs.php.net/fix.php?id=17439&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17439&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17439&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17439&r=globals