mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
document HP's crippled compiler deficiency.
This commit is contained in:
6
INSTALL
6
INSTALL
@@ -682,3 +682,9 @@ Dynix:
|
|||||||
on Dynix, try using the native compiler (cc). You can do so
|
on Dynix, try using the native compiler (cc). You can do so
|
||||||
by removing the config.cache file and then re-running configure
|
by removing the config.cache file and then re-running configure
|
||||||
with the --with-CC=cc option.
|
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.
|
||||||
|
Reference in New Issue
Block a user