From owner-freebsd-openoffice@FreeBSD.ORG Thu Nov 10 18:39:19 2005 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A961A16A421 for ; Thu, 10 Nov 2005 18:39:19 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C1743D45 for ; Thu, 10 Nov 2005 18:39:18 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-060-108-153.pools.arcor-ip.net [84.60.108.153]) by dd2718.kasserver.com (Postfix) with ESMTP id E75007401B; Thu, 10 Nov 2005 19:39:04 +0100 (CET) Message-ID: <437393D4.2040707@chillt.de> Date: Thu, 10 Nov 2005 19:39:16 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Leonardo Santagostini References: <9ab7eeeb0511091335n27c1e029n@mail.gmail.com> <43738AF2.3030703@chillt.de> <9ab7eeeb0511101017r1861b9caw@mail.gmail.com> In-Reply-To: <9ab7eeeb0511101017r1861b9caw@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: Error compiling OO 2.0 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 18:39:19 -0000 Lines 94 ff of configure.log: configure:3118: checking for gcc configure:3144: result: gcc-ooo configure:3388: checking for C compiler version configure:3391: gcc-ooo --version &5 gcc-ooo: not found As you can see, the configure script correctly determines that it should be using gcc-ooo as the compiler. But when it tries to invoke the compiler, the executable (/usr/local/bin/gcc-ooo) is not found. It really seems to me that something odd happened to your gcc-ooo installation, i.e. it got deinstalled improperly at some point in the past and the ports framework is thinking it's still there. As I said in my previous mail, try this (as root): cd /usr/ports/lang/gcc-ooo make clean && make && make install && make clean cd /usr/ports/editors/openoffice.org-2.0 make clean && make HTH - Bartosz