summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-18 18:30:49 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-18 18:30:49 +0000
commit0fc3596a95dc54c27cbb3edf6ebb264e646299af (patch)
tree20131e7f477c3e341d0e09f91c82078850566900 /docs
parente1096e69365e0983bd82c73937f0daa1c0143bdd (diff)
downloadsamba-0fc3596a95dc54c27cbb3edf6ebb264e646299af.tar.gz
samba-0fc3596a95dc54c27cbb3edf6ebb264e646299af.tar.bz2
samba-0fc3596a95dc54c27cbb3edf6ebb264e646299af.zip
Add note to HP-UX: use gcc or HP's ansi C compiler and not the freely supplied C compiler
(which isn't ansi C compatible) (This used to be commit 853558151e0d26a98bf9278b664f98987f17813e)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/Portability.sgml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/Portability.sgml b/docs/docbook/projdoc/Portability.sgml
index 88527cbe62..0ae720af53 100644
--- a/docs/docbook/projdoc/Portability.sgml
+++ b/docs/docbook/projdoc/Portability.sgml
@@ -36,6 +36,12 @@ allowed range.
<para>This is documented in the HP manual pages under setgroups(2) and passwd(4).
</para>
+<para>
+On HPUX you must use gcc or the HP Ansi compiler. The free compiler
+that comes with HP-UX is not Ansi compliant and cannot compile
+Samba.
+</para>
+
</sect1>
<sect1>