diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-04-21 23:01:30 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-04-21 23:01:30 +0000 |
| commit | bb1b346683f5577af27b057f6dfb185e98ecc2ee (patch) | |
| tree | 3339963fbbad9c58a4363729b34516adfbc95278 /doc | |
| parent | 88fc390732adc3dfe04e9a4bb7875385ef3284b3 (diff) | |
| download | krb5-bb1b346683f5577af27b057f6dfb185e98ecc2ee.tar.gz krb5-bb1b346683f5577af27b057f6dfb185e98ecc2ee.tar.xz krb5-bb1b346683f5577af27b057f6dfb185e98ecc2ee.zip | |
* 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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/build.texinfo | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index cbdc4ea898..f50e0d747a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 diff --git a/doc/build.texinfo b/doc/build.texinfo index 4a5eb70f04..0c97da4cc9 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 |
