Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 9065 invoked by uid 6000); 22 Aug 1998 01:11:31 -0000 Received: (qmail 9057 invoked from network); 22 Aug 1998 01:11:30 -0000 Received: from redfish.go2net.com (207.178.55.5) by taz.hyperreal.org with SMTP; 22 Aug 1998 01:11:30 -0000 Received: from marcs by redfish.go2net.com with smtp (Exim 1.82 #2) id 0zA1iN-0007NR-00; Fri, 21 Aug 1998 17:39:31 -0700 Date: Fri, 21 Aug 1998 17:39:31 -0700 (PDT) From: Marc Slemko X-Sender: marcs@redfish To: new-httpd@apache.org Subject: more issues with autoinclude detection Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org First, if you include some extra libraries that require something like -lsocket, you have to explicitly add -lsocket to your EXTRA_LIBS line. Otherwise, it won't find them for the includes tests so it won't find any includes files so things will end up screwed later down the line. We really need to check for something that is everywhere, then stop if that isn't found so people have some clue that sort of thing is happening. The other thing is that the test code generated uses "void main()". That isn't legal.