From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 04:13:48 2003 Return-Path: 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 F0B4916A4BF for ; Wed, 20 Aug 2003 04:13:47 -0700 (PDT) Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056C043FE0 for ; Wed, 20 Aug 2003 04:13:47 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 757DA38EDA; Wed, 20 Aug 2003 13:13:45 +0200 (CEST) Date: Wed, 20 Aug 2003 13:13:45 +0200 From: Simon Barner To: Rob Lahaye Message-ID: <20030820111345.GB1292@zi025.glhnet.mhn.de> References: <3F435444.3040508@snu.ac.kr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <3F435444.3040508@snu.ac.kr> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-questions@freebsd.org Subject: Re: g++ vs. g++33: conflicts with qt 3.1.2 on FreeBSD 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 11:13:48 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, > FreeBSD 4.8 and Qt 3.1.2 compiled "as is" from the portscollection. > I have a brief Qt code: [...] > Where CC is either "/usr/bin/g++" or "/usr/local/bin/g++33" > With g++ this compiles fine. >=20 > But with g++33, I get an error, that says: [...] This is due to the ABI changes that were introduced with gcc 3. Unless you recompile Qt with g++33 (and probably its dependencies), I do not know of any solution to fix your link error. If you really want to use g++33, you might consider upgrading to FreeBSD 5, which comes with that version of gcc as the system compiler. Regards, Simon --SUOF0GtieIMvvwua Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/Q1fpCkn+/eutqCoRAmxeAKCGrNwOO9/iRaUudinz/qqN0fLvoQCeLdg7 8LkQzrLqjwgpin7CqrnAy3g= =KDzZ -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua--