ID: 40038 Updated by: [EMAIL PROTECTED] Reported By: ionut dot aivanesei at amdocs dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: HP-UX, AIX PHP Version: 5.2.0 New Comment:
Given that you don't have GCC, you should export environment variable CC and set it to the path of your compiler. Ex. export CC=/path/to/compiler.bin Previous Comments: ------------------------------------------------------------------------ [2007-01-08 18:15:30] ionut dot aivanesei at amdocs dot com Hi, Can I send you something else from my configuration to be able to track this down? Thanks, Ionutz ------------------------------------------------------------------------ [2007-01-06 13:07:13] ionut dot aivanesei at amdocs dot com You have here the full configure output and the config.log file for version 5.1.6 and 5.2.0, with the mention that 5.1.6 it is completed succesfully and 5.2.0 is not (both on the same server/configuration). http://www.devel.ro/hpux11.11--php-5.1.6--config.log http://www.devel.ro/hpux11.11--php-5.1.6--configure_output.txt http://www.devel.ro/hpux11.11--php-5.2.0--config.log http://www.devel.ro/hpux11.11--php-5.2.0--configure_output.txt Let me know if you need somethign else. Thanks, Ionutz ------------------------------------------------------------------------ [2007-01-05 22:33:32] ionut dot aivanesei at amdocs dot com here is the full config.log file http://www.devel.ro/config.log ------------------------------------------------------------------------ [2007-01-05 22:30:32] ionut dot aivanesei at amdocs dot com i dont have gcc. i am using the HP-UX compiler. It worked fione until version 5.2.0 ------------------------------------------------------------------------ [2007-01-05 22:27:25] [EMAIL PROTECTED] The problem is that configure script cannot find GCC (compiler) as you can tell from this line: ./configure[105906]: gcc: not found. If you do have GCC you need to modify your PATH environment variable to contain the directory holding your gcc binary. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/40038 -- Edit this bug report at http://bugs.php.net/?id=40038&edit=1
