From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 11:41:21 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1148916A41F for ; Sat, 10 Sep 2005 11:41:21 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D2A43D5E for ; Sat, 10 Sep 2005 11:41:19 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [80.98.133.57] (catv-50628539.catv.broadband.hu [80.98.133.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 1EB039975C3 for ; Sat, 10 Sep 2005 13:41:17 +0200 (CEST) Message-ID: <4322C65B.7010604@t-hosting.hu> Date: Sat, 10 Sep 2005 13:41:15 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: GCC snapshots and the ports collection 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: Sat, 10 Sep 2005 11:41:21 -0000 Hello, I have two issues with selecting the appropriate version of gcc: 1, There is the port net/verlihub, that needs gcc 3.3 that is broken under amd64. What solution do You recommend? I haven't used the compatibility layer yet, but what if I make buildworld/installworld to enable the compatibility layer? Is there any way to cross-compile ports similar to "make TARGET_ARCH=i386 buildworld"? Is this macro usable with ports collection like "cd /usr/ports/lang/gcc33 && make TARGET_ARCH=i386 install"? 2, There are gcc snapshots in the ports collection like lang/gcc34, lang/gcc40, lang/gcc41, but there aren't releaes, just snapshots. Are these gcc snapshots as reliable as the releases are? Can I use for instance lang/gcc34 for production goals instead of the stock compiler, or is it just for development/testing usage? Cheers, Gabor Kovesdan