Date: Wed, 19 Jul 2000 19:50:12 +0530 From: Rahul Siddharthan <rsidd@physics.iisc.ernet.in> To: Simon Rakovec <rooky@lunatic.eu.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ANSI C Compiler Message-ID: <20000719195012.A1211@physics.iisc.ernet.in> In-Reply-To: <000001bff177$22dd8b90$0300a8c0@rooky>; from rooky@lunatic.eu.org on Wed, Jul 19, 2000 at 01:47:37PM %2B0200 References: <000001bff177$22dd8b90$0300a8c0@rooky>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000719195012.A1211>