Bugzilla – Bug 603
got the following while running ./configure on AIX 6.1.5
Last modified: 2013-09-30 11:12:31 MDT
configure: WARNING: spawn.h: present but cannot be compiled configure: WARNING: spawn.h: check for missing prerequisite headers? configure: WARNING: spawn.h: see the Autoconf documentation configure: WARNING: spawn.h: section "Present But Cannot Be Compiled" configure: WARNING: spawn.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------------- ## configure: WARNING: ## Report this to http://www.sudo.ws/bugs/ ## configure: WARNING: ## --------------------------------------- ## . . . this part is more of a question. configure: error: Must have POSIX termios to build sudo Why would a unix system need POSIX... or do I just need to change the POSIX termios ... to yes Thank you
It sounds like your system headers are incomplete or you are using a version of gcc that was built on a different version of AIX.
Please reopen if you are still having problems compiling sudo.