Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 92387 invoked by uid 500); 8 May 2002 18:28:11 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 92376 invoked from network); 8 May 2002 18:28:10 -0000 Date: 8 May 2002 18:28:15 -0000 Message-ID: <20020508182815.9871.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 8914] New: - Cannot compile on Tru64unix v4.0G X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: mcaplin@miami.edu 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org