Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id BAA24061; Thu, 24 Feb 2005 01:00:26 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j1O60O87003787; Thu, 24 Feb 2005 01:00:24 -0500 (EST) Received: from [18.101.0.226] ([18.101.0.226]) (authenticated bits=0) (User authenticated as raeburn@ATHENA.MIT.EDU) by outgoing.mit.edu (8.12.4/8.12.4) with ESMTP id j1O60G0a023588 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Thu, 24 Feb 2005 01:00:17 -0500 (EST) In-Reply-To: References: MIME-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5cb383ba651dd2d5eabd158e33b79a19@mit.edu> Content-Transfer-Encoding: 7bit From: Ken Raeburn Subject: Re: [krbdev.mit.edu #2941] krb5-1.4 is unbuildable on HPUX 10.20 Date: Thu, 24 Feb 2005 01:00:15 -0500 To: rt@krbdev.mit.edu X-Mailer: Apple Mail (2.619.2) X-Spam-Score: -4.9 X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 482 On Feb 23, 2005, at 22:10, Lenny Foner via RT wrote: > Did "make distclean; ./configure --disable-thread-support > --disable-shared --enable-static; make". Still no joy. > Blew up again, in a slightly different way, still in threads.c. Looks like it's having trouble finding a 64-bit type. Some of the updates in GSSAPI require 64-bit support. Let me guess... HP-UX 10.20 has stdint.h or inttypes.h, but unlike all of our test systems, doesn't define int64_t in either? Ken