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=8570>.
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=8570

decision on anonymous shared memory failed i386-pc-sco3.2v5.0.5

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Build                       |APR
            Product|Apache httpd-2.0            |APR
            Version|2.0.44                      |HEAD



------- Additional Comments From [EMAIL PROTECTED]  2003-02-04 14:49 -------
This is an APR bug: apr_hints.m4 is unconditionally doing
        APR_ADDTO(CFLAGS, [-Oacgiltz])
which are flags intended for the native SCO CC, presumably.

ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2 -Oacgiltz -DSCO -D_REENTRANT conftest.c 1>&5
cc1: Invalid option `-Oacgiltz'
ltconfig: failed program was:
int i = 1;

and something dodgy is getting added to LIBS too.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to