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 2004/05/24 12:33:04 UTC

DO NOT REPLY [Bug 29170] New: - Configure fails "Error: decision on anonymous shared..." due to inclusion of -Wl,-brtl

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29170

Configure fails "Error: decision on anonymous shared..." due to inclusion of -Wl,-brtl

           Summary: Configure fails "Error: decision on anonymous shared..."
                    due to inclusion of -Wl,-brtl
           Product: APR
           Version: HEAD
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: APR
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: martin@easysoft.com


AIX 4.1, not sure what compiler version but can supply if someone tells me how
to get it.
APR coming with subversion 1.0.4.
apr/configure sets LDFLAGS to -Wl,-brtl and adds -Wl,-brtl to apr_addto_bugger.
This causes one of the tests to see if anonymous shared memory is possible to
fail to compile and hence configure thinks you cannot use shared memory -
configure errors out at this point.

I did:

--- configure   Fri May 21 22:25:48 2004
+++ x   Mon May 24 11:20:07 2004
@@ -3486,10 +3486,10 @@
 
 
   if test "x$LDFLAGS" = "x"; then
-    echo "  setting LDFLAGS to \"-Wl,-brtl\""
-    LDFLAGS="-Wl,-brtl"
+    echo "  setting LDFLAGS to \"\""
+    LDFLAGS=""
   else
-    apr_addto_bugger="-Wl,-brtl"
+    apr_addto_bugger=""
     for i in $apr_addto_bugger; do
       apr_addto_duplicate="0"
       for j in $LDFLAGS; do

to get past this.

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