* build.texinfo (HPUX): Add some notes about the thread support and gcc
authorKen Raeburn <raeburn@mit.edu>
Thu, 21 Apr 2005 23:01:30 +0000 (23:01 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 21 Apr 2005 23:01:30 +0000 (23:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17190 dc483132-0cff-0310-8789-dd5450dbe970

doc/ChangeLog
doc/build.texinfo

index cbdc4ea898821aac178dab4ef66b0ed96fe8c74b..f50e0d747a278d5108ced50d28b6cec43a330d8f 100644 (file)
@@ -1,3 +1,10 @@
+2005-04-21  Ken Raeburn  <raeburn@mit.edu>
+
+       * build.texinfo (HPUX): Add some notes about the thread support
+       and gcc.
+
+       * defintions.texinfo (RELEASE, PREVRELEASE): Updated.
+
 2005-03-03  Ken Raeburn  <raeburn@mit.edu>
 
        * build.texinfo (HPUX): Update with current state of shared
index 4a5eb70f04bee8a82d1fda48ceecbd7cc7a495d8..0c97da4cc908d394bdaaf5a501d05f4fa3fe8d12 100644 (file)
@@ -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