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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Apache make fails in AIX 5.1|Apache make fails in AIX 5.1 ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
