From owner-freebsd-ports@FreeBSD.ORG Thu Nov 13 22:41:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D1BB16A4CE for ; Thu, 13 Nov 2003 22:41:35 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A8DF43FD7 for ; Thu, 13 Nov 2003 22:41:34 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 88102 invoked from network); 14 Nov 2003 06:41:30 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 14 Nov 2003 06:41:30 -0000 Message-ID: <3FB4791A.7040108@liwing.de> Date: Fri, 14 Nov 2003 06:41:30 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031102 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Marc van Woerkom References: <3FB3C7CC.8080803@liwing.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Ports Subject: Re: Gcc 3.3 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 06:41:35 -0000 Marc van Woerkom wrote: > On Thu, 13 Nov 2003 18:05:00 +0000, Jens Rehsack wrote: > >> Marc van Woerkom >> Have a look into the pkg-plist file and the Makefile in >> ${PORTSDIR}/lang/gcc34, it'll show you that it's a >> snapshot of the summer gcc 3.3.1 and should be updated. > > I have not tracked gcc development for a long time, > is there a new release out, or do you refer to some newer > cvs version? See gcc.gnu.org for more details. >> Furthermore it shows you, that the installed binaries >> are in /usr/local/bin and have the suffix '33'. > > Forgive my laziness. :) > >> each program which lies in /usr/bin will be found (and excuted) >> before anyone from /usr/local/bin. If you now check the files >> in /usr/share/mk/, you may found out, that the system compiler >> is named 'cc', not 'gcc', so even if no suffix would be used, >> no conflict will occur. > > That is good.. Hey, the porters thought. > In summary, all those gccs coexist and the correct one can be > be selected by PATH or environment settings. Check the suffixes! Regards, Jens PS: don't forget to CC the list