From owner-freebsd-ports@FreeBSD.ORG Wed Jul 20 04:22:05 2005 Return-Path: X-Original-To: ports@freebsd.org 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 2863C16A41F for ; Wed, 20 Jul 2005 04:22:05 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE1143D48 for ; Wed, 20 Jul 2005 04:22:04 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so1387186wra for ; Tue, 19 Jul 2005 21:22:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=hcMfb1I8Z/GR7GgmTdNpprPJh70Io2zwWbJp9NlwGK+R3cKY6RLXAxhoCFyLtrqgpmZtm0oqdtNdOuw2ruqFc3N2QdyWgTEI2gjtPRV++NQGjg9aIJWhtXWd+Jeaq118TVg2UGrFhuQcn6BgQlznKlwjk/h4NBDlwJ0mBuiwDFk= Received: by 10.54.97.15 with SMTP id u15mr981291wrb; Tue, 19 Jul 2005 21:21:17 -0700 (PDT) Received: by 10.54.104.19 with HTTP; Tue, 19 Jul 2005 21:21:17 -0700 (PDT) Message-ID: Date: Tue, 19 Jul 2005 21:21:17 -0700 From: "Jack L." To: ports@freebsd.org, maho@freebsd.org In-Reply-To: Mime-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: /usr/ports/lang/gcc32 does not compile on FreeBSD 5.4-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jack L." List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 04:22:05 -0000 I got this when compiling gcc32 on FreeBSD 5.4-STABLE checking how to recognise dependant libraries... pass_all checking for object suffix... configure: error: installation or=20 configuration problem; compiler does not work gmake[1]: *** [configure-target-libstdc++-v3] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/gcc32/work/build' gmake: *** [bootstrap] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc32. *** Error code 1 I had CPUTYPE?=3Dnocona in /etc/make.conf. When I removed that line, the=20 compilation worked. gcc31,32,33 doesn't seem to like it when cputype is=20 specified.