You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/05/01 20:45:22 UTC

DO NOT REPLY [Bug 8707] - Apache make fails in AIX 5.1

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8707>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8707

Apache make fails in AIX 5.1

trawick@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Apache make fails in AIX 5.1|Apache make fails in AIX 5.1



------- Additional Comments From trawick@apache.org  2002-05-01 18:45 -------
This isn't an Apache or APR problem.

It seems that you have an incomplete or incorrect gcc install.
gcc wants to create its own copy of system header files (it can
tweak the syntax).  Your gcc installation has its own copies of
sys/signal.h and sys/wait.h, but not its own copy of sys/context.h,
and somehow the combination is blowing up.

Isn't there a program that comes with gcc that you can run to
regenerate gcc-parsable copies of the system header files?  I'm
afraid that I don't know the details of that part of the install.

I've used the IBM packaging of gcc as well as IBM's C for AIX
on AIX 5 with no problems like this.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org