Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2005 19:39:16 +0100
From:      Bartosz Fabianowski <freebsd@chillt.de>
To:        Leonardo Santagostini <lsantagostini@gmail.com>
Cc:        openoffice@freebsd.org
Subject:   Re: Error compiling OO 2.0
Message-ID:  <437393D4.2040707@chillt.de>
In-Reply-To: <9ab7eeeb0511101017r1861b9caw@mail.gmail.com>
References:  <9ab7eeeb0511091335n27c1e029n@mail.gmail.com>	 <43738AF2.3030703@chillt.de> <9ab7eeeb0511101017r1861b9caw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 </dev/null >&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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?437393D4.2040707>