From owner-freebsd-ports@FreeBSD.ORG Thu Aug 31 14:26:48 2006 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 9486F16A4DD for ; Thu, 31 Aug 2006 14:26:48 +0000 (UTC) (envelope-from anrays@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDDFD43D45 for ; Thu, 31 Aug 2006 14:26:47 +0000 (GMT) (envelope-from anrays@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so424074nfc for ; Thu, 31 Aug 2006 07:26:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uuPgFG6ovPGzk4PUTXpbo4zl2Bo5TtW3dfujXJcJDExQ2D0sKksTRB0zIOE0ogrVuXntIrnQ0KX5Oplp6/u6lmhMGlJvnV3JFF24sMX4RwyvfmQ4uylYe6DSmT1jDyOXxCV7N3ogFpVtnGDmZT8p6RmA/Kw9kwPiPpkCmpmtfD0= Received: by 10.65.75.19 with SMTP id c19mr1189594qbl; Thu, 31 Aug 2006 07:26:45 -0700 (PDT) Received: by 10.64.181.15 with HTTP; Thu, 31 Aug 2006 07:26:45 -0700 (PDT) Message-ID: <47e01da70608310726g768c06dn5889387851d6e558@mail.gmail.com> Date: Thu, 31 Aug 2006 17:26:45 +0300 From: "Andrey Slusar" To: ruslans@latnet.lv In-Reply-To: <1157033588.26410.0.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1157033588.26410.0.camel@localhost> Cc: ports@freebsd.org Subject: Re: arts++ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 14:26:48 -0000 2006/8/31, Ruslans Baidaks : > > It was created by Arts++ configure 1.1.a11, which was > generated by GNU Autoconf 2.53. Invocation command line was > > configure:1609: checking for C compiler default output > configure:1612: gcc295 -O2 -pipe -march=pentium4 conftest.c >&5 > cc1: bad value (pentium4) for -march= switch > configure:1615: $? = 1 > configure: failed program was: This port using the USE_GCC= 2.95 define and flag -march=pentium4 in your make.conf is broke the compilation. -- Regards, Andrey.