ID:               20807
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Analyzed
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: winXP
 PHP Version:      4CVS-2002-12-04 (dev)
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

I just committed a fix for this. It will be in the snapshots within 3/4
hours.


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

[2002-12-08 14:02:23] [EMAIL PROTECTED]

AC_PROG_CC is called after the check for cygwin. Therefore the check
for Cygwin fails, as it calls 'cc'.
Setting CC environment var clears that issue.

However - shtool should be patched with 'EXE_EXT' or the various real
executables, should detect cygwin. For instance, the following gets me
half-way:
$ grep '\.exe' ./Makefile
SAPI_CLI_PATH = sapi/cli/php.exe
INSTALL_CLI = $(INSTALL) -m 0755 $(SAPI_CLI_PATH)
$(INSTALL_ROOT)$(bindir)/php.exe
SAPI_CGI_PATH = sapi/cgi/php-cgi.exe

And fails on phpextdist.


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

[2002-12-08 11:08:23] [EMAIL PROTECTED]

Do you have the latest buildtools? Can you add the buildconf output
here too? And try doing './cvsclean' before running './buildconf'.


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

[2002-12-08 10:55:41] [EMAIL PROTECTED]

did it. still no results.

here is the buildconf and configure log:

http://212.199.221.100/moshe/log.txt

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

[2002-12-04 09:50:53] [EMAIL PROTECTED]

This is a bug in the autotools for Cygwin, which as far as I know has
been addressed. If you are using the latest buildtools, try removing
configure and executing 'buildconf'. If that still doesn't work,
re-open the bug report.

Basically - the tempname created is created with '.exe' extension, but
returned to the shell var without it.

Not a bug in PHP -> bogus

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

[2002-12-04 07:18:48] [EMAIL PROTECTED]

make along is ok..

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

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/20807

-- 
Edit this bug report at http://bugs.php.net/?id=20807&edit=1

Reply via email to