http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1321 *** shadow/1321 Sun May 20 17:25:08 2001 --- shadow/1321.tmp.15116 Wed Jun 13 08:31:35 2001 *************** *** 1,22 **** ! Bug#: 1321 ! Product: Xerces-C ! Version: 1.4 ! Platform: HP ! OS/Version: HP-UX ! Status: NEW ! Resolution: ! Severity: Major ! Priority: ! Component: Build ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: config.guess thinks HPUX 11.00b is a 64bit system ! 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 --- 1,27 ---- ! +============================================================================+ ! | config.guess thinks HPUX 11.00b is a 64bit system | ! +----------------------------------------------------------------------------+ ! | Bug #: 1321 Product: Xerces-C | ! | Status: RESOLVED Version: 1.4 | ! | Resolution: WONTFIX Platform: HP | ! | Severity: Major OS/Version: HP-UX | ! | Priority: High 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 + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-13 08:31 ------- + Since our config.guess comes from GNU Autoconf package + (http://sources.redhat.com/autoconf/), please report this problem to GNU + AutoConf directly. And we will pick up their latest version the next release. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
