From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 15:17:08 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 164D916A469 for ; Mon, 27 Aug 2007 15:17:08 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3B213C45D for ; Mon, 27 Aug 2007 15:17:07 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so44075ugf for ; Mon, 27 Aug 2007 08:17:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HPYgiLAV+szEIliTQkPcXtxCQ/dMU5TXqrsDq+SXTX0QK/s8ycc14D9JpfVVgqtfK2DNg7Kf+mFW4Hdh9BMJBrplnbPz2s+vzVacr5wnIcN01achLmZbX51NOZWMnQgoIDwBmYosR+dkrrCQp7k+LeJoTYSwMfyBHjt1eS5s4XM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p4xcaxwdBMuUclhatnnrUPs1ONdmskctxnJAplaKyL9C3/CZAD7eUymwj3jrh5XUM7Vq8jYI+GR37bgoc0lOxLS8IyHOIVKGg5v2Z+eaOiMvlJ4vWM76glhnw5Mkyj5rJ9vZ6ZBhlVgn27piTGyZbo+HnjHGnz/yuCEAxSgbAOw= Received: by 10.142.76.4 with SMTP id y4mr522278wfa.1188227824689; Mon, 27 Aug 2007 08:17:04 -0700 (PDT) Received: by 10.143.10.17 with HTTP; Mon, 27 Aug 2007 08:17:04 -0700 (PDT) Message-ID: <26ddd1750708270817l2e74001ey26bfc96a61498742@mail.gmail.com> Date: Mon, 27 Aug 2007 11:17:04 -0400 From: "Maxim Khitrov" To: "Stefan Esser" In-Reply-To: <46D2B750.5070302@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <26ddd1750708260826q153a3425jf9bea3e8a8a82a70@mail.gmail.com> <46D2B750.5070302@FreeBSD.org> Cc: current@freebsd.org Subject: Re: Error building openoffice.org-2: cannot compute object file suffix X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2007 15:17:08 -0000 On 8/27/07, Stefan Esser wrote: > Maxim Khitrov schrieb: > > Hello, > > > > Have a bit of a problem and no idea on what is causing it... When I > > try to build openoffice.org I get the following error: "configure: > > error: cannot compute suffix of object files: cannot compile". The > > full output is below. This happens when building gcc-ooo. I looked in > > config.log, but see no relevant information there, maybe I'm looking > > in the wrong place. Here's my uname -a output: > > Do you by chance have -fno-tree-vrp in your CFLAGS? > > That switch ist not supported by older versions of gcc and I'm > quite sure that this (or some other switch that is not supported > by gcc-ooo) casues configure to bail out ... > > Regards, STefan You got my hopes up ;-) No, I don't have that flag, but I had my CPUTYPE set to "native." Thought that was the problem, but unfortunately that didn't fix it. I first set it back to pentium-m, and then commented both CPUTYPE and CFLAGS in my make.conf. Same exact thing. Cannot compute suffix of object files. Any other ideas?