From owner-freebsd-ports Mon May 31 12:15:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from y.ml.org (unknown [204.254.69.29]) by hub.freebsd.org (Postfix) with ESMTP id 062231544C for ; Mon, 31 May 1999 12:15:22 -0700 (PDT) (envelope-from lists+freebsd@y.ml.org) Received: (from j@localhost) by y.ml.org (8.9.3-Y/8.9.3) id MAA15526 for freebsd-ports@freebsd.org; Mon, 31 May 1999 12:15:19 -0700 (PDT) (envelope-from lists+freebsd@y.ml.org) Date: Mon, 31 May 1999 12:15:14 -0700 From: "J. Heinrich" To: freebsd-ports@freebsd.org Subject: Making egcs the default for building ports Message-ID: <19990531121511.A15449@y.ml.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Organization: none X-Operating-System: NetBSD 1.3 i386 X-Hardware: Compaq 386/20 (12/540) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a way to make egcs the default compiler for building ports on 3.1-RELEASE (e.g. CC=/usr/local/bin/gcc in a particular config file)? What other variables would need to be set (GXX, etc.)? Is there a good argument against doing this? I'm trying to build a KDE app that won't compile with the stock gcc/g++ (2.7.2.1); it compiles successfully under the egcs-1.1.2 port but won't link, presumably because the KDE & Qt ports (libs) were built earlier with gcc-2.7.2. I'm looking for a way to force all subsequent port builds to use the same compiler after rebuilding KDE/Qt with egcs (besides adjusting $PATH). -- jh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message