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 NAA24401; Thu, 24 Feb 2005 13:57:45 -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 j1OIvg9S022166; Thu, 24 Feb 2005 13:57:43 -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 j1OIvZ0a026972 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Thu, 24 Feb 2005 13:57:36 -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: <6f0501ab08dfc5444367b65d5ab74694@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 13:57:33 -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: 838 On Feb 24, 2005, at 13:32, I wrote: > (You might not need to disable the thread support; threads.c always > gets compiled first, but just shouldn't do anything interesting after > including some header files if the thread support is turned off, and it > was the info on shared-library support in those headers that caused the > failure the first time.) (Getting this on record...) I forgot the original message mentioned that the thread configuration code didn't work. With a guest account I've looked at that and found that there is no pthread.h on this system, so, yeah, disabling thread support is a must. (There are man pages for the thread routines; the sample code in them starts with including this non-existent header file.) Testing now (running configure, as I type) with gcc (2.7!) and CPPFLAGS=-D__STDC_EXT__. Ken