From owner-freebsd-questions@FreeBSD.ORG Wed Dec 27 22:23:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E952C16A407 for ; Wed, 27 Dec 2006 22:23:22 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id A77F813C463 for ; Wed, 27 Dec 2006 22:23:22 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 4D7F19AE07A; Wed, 27 Dec 2006 22:58:13 +0100 (CET) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MrnTwnKMvlA7; Wed, 27 Dec 2006 22:58:08 +0100 (CET) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id AEFDE9AE075; Wed, 27 Dec 2006 22:58:08 +0100 (CET) Message-ID: <4592EC6E.9090302@FreeBSD.org> Date: Wed, 27 Dec 2006 22:58:06 +0100 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: deeptech71@gmail.com References: <4592E8EA.6010402@gmail.com> In-Reply-To: <4592E8EA.6010402@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: where to get the iso c90 compiler? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 22:23:23 -0000 deeptech71@gmail.com schrieb: > so, where? (also for linux?) The -std option of gcc is for setting the dialect, see this page: http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/C-Dialect-Options.html#C-Dialect-Options Cheers, Gabor