From owner-freebsd-questions Wed Jul 19 7:20:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id D777137B60A for ; Wed, 19 Jul 2000 07:20:22 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 54690 invoked from network); 19 Jul 2000 14:20:15 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 19 Jul 2000 14:20:15 -0000 Received: (qmail 1532 invoked by uid 211); 19 Jul 2000 14:20:12 -0000 Date: Wed, 19 Jul 2000 19:50:12 +0530 From: Rahul Siddharthan To: Simon Rakovec Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ANSI C Compiler Message-ID: <20000719195012.A1211@physics.iisc.ernet.in> Mail-Followup-To: Simon Rakovec , freebsd-questions@FreeBSD.ORG References: <000001bff177$22dd8b90$0300a8c0@rooky> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000001bff177$22dd8b90$0300a8c0@rooky>; from rooky@lunatic.eu.org on Wed, Jul 19, 2000 at 01:47:37PM +0200 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Simon Rakovec said on Jul 19, 2000 at 13:47:37: > While I was instaling apache13-ssl, the following error occured. > I m usin freeBSD version 3.4/RELEASE, can anybody help me? I just checked, it works on 3.4-STABLE of around April 2000, and the current ports tree. > + checking sizeof various data types > + doing sanity check on compiler and options > ** A test compilation with your Makefile configuration > ** failed. This is most likely because your C compiler > ** is not ANSI. Apache requires an ANSI C Compiler, such > ** as gcc. The above error message from your compiler > ** will also provide a clue. Did you replace the original /usr/bin/cc with something else? It should be gcc 2.7.2.3. Run /usr/bin/cc -dumpversion and see what you get. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message