2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

document HP's crippled compiler deficiency.

This commit is contained in:
Todd C. Miller 2004-08-21 18:33:16 +00:00
parent 1e46c4d26d
commit badd06688f

View File

@ -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.