From:             [EMAIL PROTECTED]
Operating system: UnixWare 7.1.1
PHP version:      4.1.2
PHP Bug Type:     *Configuration Issues
Bug description:  config.guess returns value incompatible with configure

Hi !

On UnixWare 7.1.1 config.guess returns value

i486-unknown-sysv5UnixWare7.1.1

, but configure script expects on this operating system value of type
i486-unknown-sysv5uw7.1.1
So --host=i486-unknown-sysv5uw7.1.1 must be specified to get correct
configuration on this system. This behavior is at least since PHP 4.0.6
and in 4.2.0RC1 is still present. Probably the same problem is on any
version of UnixWare including Caldera OpenUNIX 8. Config.guess should be
modified to return e.g. sysv5uw7 (i.e. uw instead of UnixWare).

Pavel

-- 
Edit bug report at http://bugs.php.net/?id=16251&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16251&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16251&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16251&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16251&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16251&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16251&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16251&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16251&r=submittedtwice

Reply via email to