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

Cannot compile on Tru64unix v4.0G

           Summary: Cannot compile on Tru64unix v4.0G
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: Alpha
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


After unpacking and configuring apache (./configure --disbale-threads), the
"make" fails with:


make[4]: Entering directory
`/usr/local/src/apache2/httpd-2.0.36/srclib/apr/network_io/unix'
/bin/ksh /usr/local/src/apache2/httpd-2.0.36/srclib/apr/libtool --silent
--mode=compile cc -g   -DHAVE_CONFIG_H -DOSF1   -I../../include
-I../../include/arch/unix -I../../include/arch/unix  -c sockopt.c && touch
sockopt.lo
cc: Error: sockopt.c, line 314: In this declaration, "af" has no linkage and is
of an incomplete type. (incompnolink)
    struct accept_filter_arg af;
-----------------------------^
cc: Error: sockopt.c, line 318: In this statement, "SO_ACCEPTFILTER" is not
declared. (undeclared)
    if ((setsockopt(sock->socketdes, SOL_SOCKET, SO_ACCEPTFILTER,
-------------------------------------------------^
make[4]: *** [sockopt.lo] Error 1
make[4]: Leaving directory
`/usr/local/src/apache2/httpd-2.0.36/srclib/apr/network_io/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/local/src/apache2/httpd-2.0.36/srclib/apr/network_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/apache2/httpd-2.0.36/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/apache2/httpd-2.0.36/srclib'
make: *** [all-recursive] Error 1


I am using Compaq's cc [Compaq C V6.1-123 on Digital UNIX 4.0G (Rev. 1530)]

Please note that this does not occur (the make succeeds) on tru64unix v5.1A
[Compaq C V6.4-014 on Compaq Tru64 UNIX V5.1A (Rev. 1885)].

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

Reply via email to