From badd06688f6f98014145b96e01b727439b6f667f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 21 Aug 2004 18:33:16 +0000 Subject: [PATCH] document HP's crippled compiler deficiency. --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index 8ce5412f6..df98e881f 100644 --- a/INSTALL +++ b/INSTALL @@ -682,3 +682,9 @@ Dynix: on Dynix, try using the native compiler (cc). You can do so by removing the config.cache file and then re-running configure with the --with-CC=cc option. + +HP-UX: + The default C compiler shipped with HP-UX does not support creating + position independent code and so is unable to support sudo's "noexec" + functionality. You must use either HP ANSI C compiler or gcc for + noexec to work.