Received: by taz.hyperreal.com (8.8.4/V2.0) id QAA18288; Mon, 31 Mar 1997 16:04:31 -0800 (PST) Received: from paris.ics.uci.edu by taz.hyperreal.com (8.8.4/V2.0) with SMTP id QAA18281; Mon, 31 Mar 1997 16:04:24 -0800 (PST) Received: from kiwi.ics.uci.edu by paris.ics.uci.edu id aa18535; 31 Mar 97 15:48 PST To: Gordon Norris cc: new-httpd@hyperreal.com Subject: Re: Apache_1,2b7 Compilation Error (fwd) In-reply-to: Your message of "Mon, 31 Mar 1997 19:48:20 +0100." Date: Mon, 31 Mar 1997 15:48:41 -0800 From: "Roy T. Fielding" Message-ID: <9703311548.aa18535@paris.ics.uci.edu> Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com >Have just tried to compile Apache_1.2.b7 on my Sparc and have come up >with the following error. Is this a bug or am I doing something >wrong ? I have listed the system details below and the compilation >error given. > >TIA >Gordon > >System Details: >SPARCStation 1+ >SunOs 4.1.3 >gcc v2.6.0 > >Error: > >In file included from http_main.c:79: >httpd.h.677: conflicting types for 'strerror' >/usr/GNU/lib/gcc-lib/sparch-sun/sunos4.1.3/2.6.0/include/string.h:31: >previous declaration of 'sterror' >*** Error code 1 >make: Fatal error: Command failed for target 'http_main.o' I have 1.2b7 working fine on SunOs 4.1.2. The only difference is that you are using an old version of gcc. You should be using 2.7.2 (or later) which has been available for more than a year now. .....Roy