From owner-freebsd-ports@FreeBSD.ORG Sat Jan 24 06:22:53 2004 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 CE67216A4CE for ; Sat, 24 Jan 2004 06:22:53 -0800 (PST) Received: from amsfep20-int.chello.nl (amsfep12-int.chello.nl [213.46.243.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5934F43D5D for ; Sat, 24 Jan 2004 06:22:28 -0800 (PST) (envelope-from girgen@pingpong.net) Received: from palle.girgensohn.se ([213.89.138.245]) by amsfep20-int.chello.nlESMTP <20040124142024.NZWP1492.amsfep20-int.chello.nl@palle.girgensohn.se>; Sat, 24 Jan 2004 15:20:24 +0100 Received: from localhost (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.9p2/8.12.9) with ESMTP id i0OEKOFp070986; Sat, 24 Jan 2004 15:20:24 +0100 (CET) (envelope-from girgen@pingpong.net) Date: Sat, 24 Jan 2004 15:20:24 +0100 From: Palle Girgensohn To: ports@freebsd.org Message-ID: <85300000.1074954024@palle.girgensohn.se> X-Mailer: Mulberry/3.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: g++-3.3.x & g++-2.95.x? 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: Sat, 24 Jan 2004 14:22:53 -0000 Hello again, Another question about gcc-3.3.3. If I'd like to use it as standard c/c++ compiler for building ports. Will the change in the ABI between gcc-2.95.x and gcc-3.x make things fail unless I rebuild all ports that use C++? I've read somewhere about this, but I can't find it now. Problem would be that the change in the ABI would make old binaries, built with gcc-2.95.x, unable to link with new libraries, built with gcc-3.x. Is this so? I cannot produce such a problem here. Can it happen, or can I safely just add CC=gcc33 & CXX=g++33 to my /etc/make.conf? Experiences? /Palle