ID:               40038
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ionut dot aivanesei at amdocs dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: HP-UX, AIX
 PHP Version:      5.2.0
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

The problem seems that you don't appear to have c++ compiler 
based on the paths PHP looks for. So eventually it tries GCC 
and fails to find it, aborting the compilation process.

If "cc" on your system is a C++ compiler you can fix the bug 
by symlinking it as cxx or c++ or even cc++.


Previous Comments:
------------------------------------------------------------------------

[2007-01-09 12:35:33] ionut dot aivanesei at amdocs dot com

I managed to run a succesfull configure && make && make install by
removing all the lines from line #105853 to line #106048 from the
./configyre script.

Any way, I think that this should be fixed somehow.

------------------------------------------------------------------------

[2007-01-08 21:04:40] ionut dot aivanesei at amdocs dot com

It is exported. And the result is still the same.

------------------------------------------------------------------------

[2007-01-08 20:50:55] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

------------------------------------------------------------------------

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

Reply via email to