http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1321 *** shadow/1321 Thu Apr 12 08:54:46 2001 --- shadow/1321.tmp.22291 Thu Apr 12 08:54:46 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | config.guess thinks HPUX 11.00b is a 64bit system | + +----------------------------------------------------------------------------+ + | Bug #: 1321 Product: Xerces-C | + | Status: NEW Version: 1.4 | + | Resolution: Platform: HP | + | Severity: Major OS/Version: HP-UX | + | Priority: Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + On that version of OS, sysconf(_SC_KERNEL_BITS) returns 64, even though it's a + 32 bit version of HPUX. config.guess ends up producing hppa2.0w for CPU id, and + config.sub does not know what to do with it. + + I eneded up disabling the logic that used sysconf(_SC_KERNEL_BITS) and always + generating hppa2.0 as CPU id --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
