From owner-freebsd-questions@FreeBSD.ORG Sat Jul 28 21:25:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82B6D16A417 for ; Sat, 28 Jul 2007 21:25:00 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3C913C45B for ; Sat, 28 Jul 2007 21:25:00 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id ECC7839105; Sat, 28 Jul 2007 22:55:27 +0200 (CEST) Date: Sat, 28 Jul 2007 22:55:33 +0200 (CEST) From: Gerald Pfeifer To: Anthony Michael Agelastos In-Reply-To: <83C76118-9C34-438D-BC09-6864FE4063F6@gmail.com> Message-ID: References: <83C76118-9C34-438D-BC09-6864FE4063F6@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FreeBSD Questions Subject: Re: lang/gcc41 woes 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, 28 Jul 2007 21:25:00 -0000 Hi Anthony, On Mon, 1 Jan 2007, Anthony Michael Agelastos wrote: > The updated lang/gcc41 port is having difficulties compiling for my setup. > Below is the error along with some useful machine information. Does anyone > have any ideas? Thank you for your assistance. we now, finally, seem to have identified what has been causing the following failure: This looks like an incompatibility between GCC 2.95 and GCC 4.x. Once you remove the lang/gcc295 port, this should be gone according to tests by at least two other parties. > /usr/bin/ld: .libs/jv-convert: hidden symbol `__eprintf' in > /usr/ports/lang/gcc4 > 1/work/build/./gcc/libgcc.a(_eprintf.o) is referenced by DSO > collect2: ld returned 1 exit status > gmake[4]: *** [jv-convert] Error 1 > gmake[4]: Leaving directory Gerald