From: Ken Raeburn Date: Thu, 21 Apr 2005 23:01:30 +0000 (+0000) Subject: * build.texinfo (HPUX): Add some notes about the thread support and gcc X-Git-Tag: ms-bug-test-20060525~278 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb1b346683f5577af27b057f6dfb185e98ecc2ee;p=krb5.git * build.texinfo (HPUX): Add some notes about the thread support and gcc git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17190 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/ChangeLog b/doc/ChangeLog index cbdc4ea89..f50e0d747 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2005-04-21 Ken Raeburn + + * build.texinfo (HPUX): Add some notes about the thread support + and gcc. + + * defintions.texinfo (RELEASE, PREVRELEASE): Updated. + 2005-03-03 Ken Raeburn * build.texinfo (HPUX): Update with current state of shared diff --git a/doc/build.texinfo b/doc/build.texinfo index 4a5eb70f0..0c97da4cc 100644 --- a/doc/build.texinfo +++ b/doc/build.texinfo @@ -841,7 +841,14 @@ be safe) and build the shared libraries anyways. You will also need to configure the build tree with @samp{--disable-thread-support} if you are on HPUX 10 and do not have the DCE development package installed, because that's where the -@code{pthread.h} header file is found. +@code{pthread.h} header file is found. (We don't know if our code +will work with such a package installed, because according to some HP +documentation, their @code{pthread.h} has to be included before any +other header files, and our code doesn't do that.) + +If you use GCC, it may work, but some versions of GCC have omitted +certain important preprocessor defines, like @code{__STDC_EXT__} and +@code{__hpux}. @node Solaris versions 2.0 through 2.3, Solaris 2.X, HPUX, OS Incompatibilities @subsection Solaris versions 2.0 through 2.3