From owner-freebsd-questions@FreeBSD.ORG Wed Dec 27 22:17:51 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 0312616A40F for ; Wed, 27 Dec 2006 22:17:51 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9158613C474 for ; Wed, 27 Dec 2006 22:17:50 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so4960023nfc for ; Wed, 27 Dec 2006 14:17:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=jwlyxuZfKWSdbmCi/Oqodskl0lYDf/HuQiBlAHrjoIezz7T5/IJRkWQ4OPFYEM+LaEBcRsJAIc5j3xCbK/ltlBVBhSbqC5izNyHrFn4cLwE0j3yC4JD6B6ILcIj3ZgTqeSswk6LLyjHr7GQxRy1UPEFR0sWmdrb07KxXF4TH1UE= Received: by 10.49.34.11 with SMTP id m11mr18493737nfj.1167257868871; Wed, 27 Dec 2006 14:17:48 -0800 (PST) Received: from ?192.168.123.111? ( [81.182.11.15]) by mx.google.com with ESMTP id y24sm64463237nfb.2006.12.27.14.17.48; Wed, 27 Dec 2006 14:17:48 -0800 (PST) Message-ID: <4592F190.2000206@gmail.com> Date: Wed, 27 Dec 2006 23:20:00 +0100 From: deeptech71@gmail.com User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4592E8EA.6010402@gmail.com> <4592EC6E.9090302@FreeBSD.org> In-Reply-To: <4592EC6E.9090302@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:17:51 -0000 Gabor Kovesdan wrote: > 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 > I want to compile the GCC 4.1.1 compiler.