Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


So you convinced me to give it a trial, but it fails after a few minutes.

First trial from git .............................................
******************************************************************
What I did so far:

made ~/.../LibreOffice/3331 for my project

cd ~/.../LibreOffice/3331
mkdir startfromgit
cd startfromgit/
git clone git://anongit.freedesktop.org/libreoffice/bootstrap
cd bootstrap/
./autogen.sh --prefix=/opt --with-distro=Solaris --with-max-jobs=3 --with-num-cpus=2

Can't find distro option set: distro-configs/Solaris.conf
This is not necessarily a problem.
Distros with distro option sets are:
        LibreOfficeAndroid
        LibreOfficeDragonFly
        LibreOfficeLinux
        LibreOfficeMacOSX
        LibreOfficeOpenBSD
        LibreOfficeWin32
        LibreOfficeWin64
        LibreOfficeiOS
        OxygenOfficeLinux
        OxygenOfficeWin32
running ./configure with '--prefix=/opt' '--with-max-jobs=3' '--with-num-cpus=2'
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking target system type... i386-pc-solaris2.10
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for gawk... gawk
checking for gawk... /usr/gnu/bin/gawk
checking for sed... /bin/sed
checking for bash... /bin/bash
checking for GNU or BSD tar... gtar
checking for gtar... /usr/gnu/bin/gtar
checking the Solaris operating system release... ok (10)
checking the processor type... ok (i386)
checking gcc home... /usr/gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc... /usr/gnu/bin/gcc
checking the GNU C compiler version... checked (gcc 4.5.1)
checking gcc linker... configure: error: failed (not GNU ld). Use GNU ld instead of Sun ld on Solaris
2.63user 0.82sys 0:06.86 50.4%

So why is gld not found? (see below!)

Looking for gcc and gld on my system shows both are available but in different locations. (In fact I would prefer to build with Solaris Compilers and Solaris tools.)

19) where gcc
/usr/gnu/bin/gcc
20) gcc --version
gcc (GCC) 4.5.1
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

21) where gld
/opt/csw/bin/gld
22) gld --version
GNU ld (GNU Binutils) 2.20.1.20100303
Copyright 2009 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.

Following files have been created by autogen up to the error.
I include config.log for your information.

-rw-r--r--   1 kcb      e2dv           0 Jun 30 13:19 ChangeLog
-rw-r--r--   1 kcb      e2dv       14807 Jun 30 13:19 aclocal.m4
-rwxr-xr-x   1 kcb      e2dv      920381 Jun 30 13:19 configure*
-rw-r--r--   1 kcb      e2dv          72 Jun 30 13:19 autogen.lastrun
drwxr-xr-x   2 kcb      e2dv        2048 Jun 30 13:19 autom4te.cache/
-rw-r--r--   1 kcb      e2dv           0 Jun 30 13:19 warn
-rw-r--r--   1 kcb      e2dv          50 Jun 30 13:19 config.parms
-rw-r--r--   1 kcb      e2dv       20820 Jun 30 13:19 config.log

So this built failed already in configure...
**********************************************************

Next trial from tar ball ..................................
**********************************************************
The next approach was from the tarball libreoffice-build-3.3.3.1.
After unpacking and untar I'm ending with a directory.

cd libreoffice-build-3.3.3.1/

There I did:

    23  10:58   ./autogen.sh --with-num-cpus=2
    24  11:00   vi autogen.sh
    25  11:01   ./autogen.sh --clean
    26  11:01   ./autogen.sh --help
    27  11:04   ./autogen.sh --help | lp
28 11:12 ./autogen.sh --prefix=/opt --with-distro=Solaris --with-max-jobs=3 --with-num-cpus=2

This ends telling me how to go on:

Building LibreOffice
        source:             libreoffice-3.3.3.1
        apply rules:        
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/patches/dev300/apply
        build dir:          
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/libreoffice-3.3.3.1
        tools dir:          /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1
        src package dir:    /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/src
        distro:             Solaris
        add sections:       no
        widget sets:        gtk kde kde4
        gcc to use:         from system
        openclipart:        no
        mono bindings:      supported
        mdbtools/access:    yes
        java:               yes
        ooo-install-dir:    ooo-3.3
        ccache:             no
        icecream:           no
        distcc:             no
        max jobs:           '3'
        cairo:              yes
        build type:         product build
        ooo sources:        use git, clone/fetch from 
'git://anongit.freedesktop.org/git/libreoffice'
        get externals with: /opt/csw/bin/wget

To build run:
        ./download
        make
        bin/ooinstall <path-to-install>

        This is 'libreoffice-3-3-2' - the stable branch for the 3.3.2 release.
        Every commit has to be reviewed by three people.

        If you want to commit more complicated fix for the next 3.3.x release,
        please use the 'libreoffice-3-3' branch.

        If you want to build something cool, unstable, and risky, use master.

You are not using icecream
        Consider reading http://www.gnome.org/~michael/blog/icecream.html
        and configuring with --with-gcc-speedup=icecream

Warning:
  You have configured with --with-distro='Solaris'
  This is -not- recommended until release time. Patches
  may well not apply for your distro, as they are being
  rapidly migrated into LibreOffice itself.


    30  11:16   ./download

This lasts a while, but then comes up with an error "`(' unexpected"

No file /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/src/biblio.tar.bz2
Get http://download.go-oo.org//SRC680/biblio.tar.bz2 -> 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/src/
--2011-06-30 12:49:34--  http://download.go-oo.org//SRC680/biblio.tar.bz2
Resolving download.go-oo.org... 195.135.221.70
Connecting to download.go-oo.org|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6000 (5.9K) [application/x-bzip]
Saving to: `biblio.tar.bz2'

100%[======================================>] 6,000       --.-K/s   in 0s

2011-06-30 12:49:34 (264 MB/s) - `biblio.tar.bz2' saved [6000/6000]

./download_external_sources.sh: syntax error at line 184: `(' unexpected
Done
268.64user 115.56sys 1:33:25.94 6.8%

  Ignoring this error I was going on to make

kcb@sxaug21 45) make
Making all in po
Making all in sdf-templates
Making all in desktop
Making all in 16x16
Making all in 22x22
Making all in 24x24
Making all in 32x32
Making all in 48x48
Making all in scalable
Making all in mimetypes
Making all in 16x16
Making all in 22x22
Making all in 24x24
Making all in 32x32
Making all in 48x48
sed -e "s|\@OOO_BINSUFFIX\@|3.3|" openoffice.applications.in > openoffice.applications
sed -e "s|\@OOO_BINSUFFIX\@|3.3|" openoffice-extra.keys.in > openoffice-extra.keys
sed -e "s|\@OOO_BINSUFFIX\@|3.3|" openoffice.keys.in > openoffice.keys
Making all in distro-configs
Making all in bin
Making all in piece
Making all in etc
Making all in patches
Making all in 64bit
Making all in dev300
Making all in evo2
Making all in hotfixes
Making all in mono
Making all in ooxml
Making all in vba
Making all in postgresql
Making all in unittesting
Making all in man
Making all in doc
Making all in src
Making all in helpcontent2
Making all in icons
Making all in tango
Making all in layout
Making all in sdf
Making all in stamp
Making all in templates
Making all in extensions
Making all in tweakconfig
mkdir -p /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/bin/tweakconfig 
&& cp -r ./*.xcu ./*.xml META-INF 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/bin/tweakconfig/
awk '{print} /WritePath/ {print "<value>file://../../test</value>" }' ./Paths.xcu > 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/bin/tweakconfig/Paths.xcu
cd /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/bin/tweakconfig/ && zip 
-r /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/bin/tweakconfig.oxt .
  adding: Common.xcu (deflated 75%)
  adding: Impress.xcu (deflated 39%)
  adding: Linguistic.xcu (deflated 47%)
  adding: Paths.xcu (deflated 44%)
  adding: Recovery.xcu (deflated 39%)
  adding: description.xml (deflated 48%)
  adding: META-INF/ (stored 0%)
  adding: META-INF/manifest.xml (deflated 66%)
 /bin/bash ./config.status
config.status: creating bin/font-munge
config.status: creating bin/help-font-munge
config.status: creating download
config.status: creating scratch/place
config.status: creating intltool-extract
config.status: creating intltool-merge
config.status: creating intltool-update
config.status: creating Makefile
config.status: creating bin/setup
config.status: creating bin/Makefile
config.status: creating patches/dev300/system-python-ure-bootstrap.diff
config.status: creating patches/dev300/pyuno-ooodir.diff
config.status: creating patches/dev300/system-python-uno-path.diff
config.status: creating patches/dev300/split-icons-search-usr-share.diff
config.status: creating bin/piece/sys-setup
config.status: creating bin/piece/Makefile
config.status: creating desktop/Makefile
config.status: creating desktop/16x16/Makefile
config.status: creating desktop/22x22/Makefile
config.status: creating desktop/24x24/Makefile
config.status: creating desktop/32x32/Makefile
config.status: creating desktop/48x48/Makefile
config.status: creating desktop/scalable/Makefile
config.status: creating desktop/mimetypes/Makefile
config.status: creating desktop/mimetypes/16x16/Makefile
config.status: creating desktop/mimetypes/22x22/Makefile
config.status: creating desktop/mimetypes/24x24/Makefile
config.status: creating desktop/mimetypes/32x32/Makefile
config.status: creating desktop/mimetypes/48x48/Makefile
config.status: creating distro-configs/Makefile
config.status: creating distro-configs/ArchLinux.conf
config.status: creating distro-configs/Ark.conf
config.status: creating distro-configs/Common.conf
config.status: creating distro-configs/CommonLinux.conf
config.status: creating distro-configs/CommonWin32.conf
config.status: creating distro-configs/CommonMac.conf
config.status: creating distro-configs/CrossWin32.conf
config.status: creating distro-configs/GoOoWin32.conf
config.status: creating distro-configs/DroplineGNOME.conf
config.status: creating distro-configs/DroplineGNOME64.conf
config.status: creating distro-configs/Debian.conf
config.status: creating distro-configs/DebianEtch.conf
config.status: creating distro-configs/DebianSarge.conf
config.status: creating distro-configs/OOo4Kids.conf
config.status: creating distro-configs/OxygenOfficeLinux.conf
config.status: creating distro-configs/OxygenOfficeWindows.conf
config.status: creating distro-configs/UbuntuL10n.conf
config.status: creating distro-configs/UbuntuHardy.conf
config.status: creating distro-configs/UbuntuJaunty.conf
config.status: creating distro-configs/UbuntuKarmic.conf
config.status: creating distro-configs/UbuntuLucid.conf
config.status: creating distro-configs/UbuntuMaverick.conf
config.status: creating distro-configs/UbuntuNatty.conf
config.status: creating distro-configs/SUSE.conf
config.status: creating distro-configs/SUSE-reduced.conf
config.status: creating distro-configs/SUSE-9.1.conf
config.status: creating distro-configs/SUSE-9.2.conf
config.status: creating distro-configs/SUSE-9.3.conf
config.status: creating distro-configs/SUSE-10.0.conf
config.status: creating distro-configs/SUSE-10.1.conf
config.status: creating distro-configs/SUSE-10.2.conf
config.status: creating distro-configs/SUSE-10.3.conf
config.status: creating distro-configs/SUSE-11.0.conf
config.status: creating distro-configs/SUSE-11.1.conf
config.status: creating distro-configs/SUSE-11.2.conf
config.status: creating distro-configs/Slackware.conf
config.status: creating distro-configs/Mandriva.conf
config.status: creating distro-configs/Mandriva64.conf
config.status: creating distro-configs/NovellWin32.conf
config.status: creating distro-configs/NovellWin32Eval.conf
config.status: creating distro-configs/NovellWin32ISO.conf
config.status: creating distro-configs/Gentoo.conf
config.status: creating distro-configs/Frugalware.conf
config.status: creating distro-configs/openmamba.conf
config.status: creating distro-configs/translate-org-za-linux.conf
config.status: creating distro-configs/translate-org-za-win32.conf
config.status: creating distro-configs/rpl2.conf
config.status: creating distro-configs/rpl2-64.conf
config.status: creating distro-configs/Pardus2007.conf
config.status: creating distro-configs/Pardus2008.conf
config.status: creating distro-configs/PlainLinux.conf
config.status: creating distro-configs/Win32.conf
config.status: creating distro-configs/Solaris.conf
config.status: creating distro-configs/GoOoLinux.conf
config.status: creating distro-configs/GoOoMacOSX.conf
config.status: creating distro-configs/Raw.conf
config.status: creating distro-configs/LibreOfficeWin32.conf
config.status: creating distro-configs/LibreOfficeLinux.conf
config.status: creating distro-configs/LibreOfficeLinuxDevel.conf
config.status: creating distro-configs/LibreOfficeMacOSX.conf
config.status: creating distro-configs/LibreOfficeOpenBSD.conf
config.status: creating etc/Makefile
config.status: creating extensions/Makefile
config.status: creating extensions/tweakconfig/Makefile
config.status: creating patches/apply.pl
config.status: creating patches/Makefile
config.status: creating patches/dev300/Makefile
config.status: creating patches/evo2/Makefile
config.status: creating patches/hotfixes/Makefile
config.status: creating patches/vba/Makefile
config.status: creating patches/mono/Makefile
config.status: creating patches/ooxml/Makefile
config.status: creating patches/postgresql/Makefile
config.status: creating patches/unittesting/Makefile
config.status: creating patches/64bit/Makefile
config.status: creating po/Makefile
config.status: creating po/sdf-templates/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/helpcontent2/Makefile
config.status: creating src/icons/Makefile
config.status: creating src/icons/tango/Makefile
config.status: creating src/layout/Makefile
config.status: creating src/sdf/Makefile
config.status: creating stamp/Makefile
config.status: creating templates/Makefile
config.status: creating man/Makefile
config.status: executing depfiles commands
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/bin/transform --revert 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/libreoffice-3.3.3.1
Revert font mapping munging ...
test -n "" && /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/bin/gob 
--build-dir=/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/libreoffice-3.3.3.1 prepare || 
true
if test -d 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/libreoffice-3.3.3.1/applied_patches
 ; then \
        FLAGS=`/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/bin/applyflags 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/bin` ; \
        chmod +x /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/patches/apply.pl 
&& /afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/patches/apply.pl 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/patches/dev300 
/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/libreoffice-3.3.3.1 $FLAGS -f -R ; 
\
fi
cd ./bin ; ./unpack
./unpack: syntax error at line 184: `(' unexpected
*** Error code 2
make: Fatal error: Command failed for target 
`/afs/ipp/home/k/kcb/ftp/LibreOffice/3331/libreoffice-build-3.3.3.1/build/libreoffice-3.3.3.1/unpack'
0.66user 3.51sys 0:10.22 40.9%

Again this error "syntax error at line 184: `(' unexpected"

************************************************************

Any advice from you all ???

Regards,
Karl


On 30.06.11 9:27, Francois Tigeot wrote:

Hi Karl,

On Wed, Jun 29, 2011 at 06:27:08PM +0200, Karl Behler wrote:
>
> I have been redirected from LibreOffice Forum (DE) to this list.
> My question is: Why is LO 3.3.3 not available for Solaris (any)?
> Or will it be available at some time?
My guess would be because nobody in the LibreOffice team is running Solaris
and nobody in the Solaris team is interested in LibreOffice...

Why not try building LibreOffice yourself ? The instructions are here:
http://www.libreoffice.org/get-involved/developers/

The old Sun-specific build directives have been left largely untouched
in case someone wanted to have a go at it on Solaris or one of the
OpenSolaris-derived distributions such as OpenIndiana.

If you're using pkgsrc as a packaging system, you may also want to try
the libreoffice package I've created in pkgsrc-wip.
http://pkgsrc-wip.sourceforge.net/

I'm curious to see if it would work out of the box.

In any case, it would be great to have you on board !

        Cheers,

-- Francois Tigeot

On 30.06.11 10:19, Thorsten Behrens wrote:
Hi Karl, let me forward that to our dev list, so others have the
opportunity to chime in -

generally, you'll see that, once initial steps are made, other
people will start to show up&  help. IIRC there was previous
interest, at least for building on openindiana.

As for where to start:

http://www.libreoffice.org/get-involved/developers/

(i.e. grab the git repos, install the prerequisites)

You'll hit a few bumps for sure, the best place for ~immediate help
then is irc: #libreoffice-dev

Also, you may find helpful tips here:

http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Solaris

Please let us know how this works out,

HTH, Thorsten

----- Forwarded message from Karl Behler - IPP - E1<karl.behler@ipp.mpg.de>  -----

Date: Thu, 30 Jun 2011 09:54:27 +0200
From: Karl Behler - IPP - E1<karl.behler@ipp.mpg.de>
Subject: Re: [tdf-discuss] LibreOffice 3.3.3 binaries for Solaris SPARC and
        Solaris X86

Dear Thorsten,

we at our institute have the platforms required available (SPARC and
X86), we also on a regular basis maintain our Solaris OS and Solaris
compilers, also we do a little software development (mostly in C), but
nobody of us was ever involved in such a huge PD project. In fact we
are mostly occupied with administrative and maintenance stuff. Would
you think, we (in fact I) have a chance to take over the duties you
mentioned? At the beginning I could try to make LO from source and
find out if that works. However, if there will be some problems I
probably would need a lot of help.

Any advice, where to start with???

Regards,

Karl

On 30.06.11 09:14, Thorsten Behrens wrote:
Karl Behler wrote:
I have been redirected from LibreOffice Forum (DE) to this list.
My question is: Why is LO 3.3.3 not available for Solaris (any)?
Or will it be available at some time?

Hi Karl,

every platform LibreOffice ships on needs a team of motivated
people, that

   * regularly build it on that platform
   * are willing to fix bugs
   * ultimately provide release builds

So far, nobody stepped up for Solaris - maybe it can be you?

If you're interested in helping out, our developer list is the right
place to go: libreoffice@lists.freedesktop.org

Cheers,

-- Thorsten

----- End forwarded message -----


--
Dr. Karl Behler 
CODAC & IT services ASDEX Upgrade
phon +49 89 3299-1351 fax 3299-961351

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LibreOffice configure 3.5, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --prefix=/opt --with-max-jobs=3 --with-num-cpus=2

## --------- ##
## Platform. ##
## --------- ##

hostname = sxaug21
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_144489-13

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = sxaug21
Release = 5.10
KernelID = Generic_144489-13
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 24

/bin/arch              = i86pc
/usr/bin/arch -k       = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: .
PATH: /afs/ipp/home/k/kcb/bin
PATH: /afs/ipp/home/k/kcb/lib
PATH: /usr/ads/bin
PATH: /opt/SUNWspro/bin
PATH: /usr/ccs/bin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/openwin/bin
PATH: /usr/dt/bin
PATH: /usr/ucb
PATH: /usr/gnu/bin
PATH: /usr/ads/diags
PATH: /usr/local/bin
PATH: /afs/ipp/@sys/bin
PATH: /opt/csw/bin
PATH: /opt/SUNWut/bin
PATH: /opt/SUNWhpc/latest/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:5555: checking build system type
configure:5569: result: i386-pc-solaris2.10
configure:5589: checking host system type
configure:5602: result: i386-pc-solaris2.10
configure:5622: checking target system type
configure:5635: result: i386-pc-solaris2.10
configure:5687: checking for grep that handles long lines and -e
configure:5745: result: /usr/gnu/bin/grep
configure:5750: checking for egrep
configure:5812: result: /usr/gnu/bin/grep -E
configure:5821: checking for gawk
configure:5837: found /usr/gnu/bin/gawk
configure:5848: result: gawk
configure:5861: checking for gawk
configure:5879: found /usr/gnu/bin/gawk
configure:5891: result: /usr/gnu/bin/gawk
configure:5907: checking for sed
configure:5925: found /bin/sed
configure:5937: result: /bin/sed
configure:5954: checking for bash
configure:5984: result: /bin/bash
configure:5997: checking for GNU or BSD tar
configure:6006: result: gtar
configure:6028: checking for gtar
configure:6047: found /usr/gnu/bin/gtar
configure:6059: result: /usr/gnu/bin/gtar
configure:6072: checking the Solaris operating system release
configure:6078: result: ok (10)
configure:6082: checking the processor type
configure:6085: result: ok (i386)
configure:6261: checking gcc home
configure:6273: result: /usr/gnu
configure:6335: checking for gcc
configure:6351: found /usr/gnu/bin/gcc
configure:6362: result: gcc
configure:6591: checking for C compiler version
configure:6600: gcc --version >&5
gcc (GCC) 4.5.1
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6611: $? = 0
configure:6600: gcc -v >&5
Reading specs from /afs/ipp-garching.mpg.de/aug/gnu/sunx86_510/bin/../lib/gcc/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/afs/ipp-garching.mpg.de/aug/gnu/sunx86_510/bin/../libexec/gcc/i386-pc-solaris2.10/4.5.1/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: /var/tmp/rdd/gcc-4.5.1/configure --prefix=/usr/gnu --enable-bootstrap 
-enable-shared --enable-threads=posix --with-system-zlib --enable-shared --with-gnu-as 
--with-as=/usr/gnu/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld
Thread model: posix
gcc version 4.5.1 (GCC) 
configure:6611: $? = 0
configure:6600: gcc -V >&5
gcc: '-V' option must have argument
configure:6611: $? = 1
configure:6600: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:6611: $? = 1
configure:6631: checking whether the C compiler works
configure:6653: gcc    conftest.c  >&5
configure:6657: $? = 0
configure:6705: result: yes
configure:6708: checking for C compiler default output file name
configure:6710: result: a.out
configure:6716: checking for suffix of executables
configure:6723: gcc -o conftest    conftest.c  >&5
configure:6727: $? = 0
configure:6749: result: 
configure:6771: checking whether we are cross compiling
configure:6779: gcc -o conftest    conftest.c  >&5
configure:6783: $? = 0
configure:6790: ./conftest
configure:6794: $? = 0
configure:6809: result: no
configure:6814: checking for suffix of object files
configure:6836: gcc -c   conftest.c >&5
configure:6840: $? = 0
configure:6861: result: o
configure:6865: checking whether we are using the GNU C compiler
configure:6884: gcc -c   conftest.c >&5
configure:6884: $? = 0
configure:6893: result: yes
configure:6902: checking whether gcc accepts -g
configure:6922: gcc -c -g  conftest.c >&5
configure:6922: $? = 0
configure:6963: result: yes
configure:6980: checking for gcc option to accept ISO C89
configure:7044: gcc  -c -g -O2  conftest.c >&5
configure:7044: $? = 0
configure:7057: result: none needed
configure:7085: checking for gcc
configure:7103: found /usr/gnu/bin/gcc
configure:7115: result: /usr/gnu/bin/gcc
configure:7131: checking the GNU C compiler version
configure:7152: result: checked (gcc 4.5.1)
configure:7156: checking gcc linker
configure:7159: error: failed (not GNU ld). Use GNU ld instead of Sun ld on Solaris

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-pc-solaris2.10
ac_cv_c_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPPUNIT_CFLAGS_set=
ac_cv_env_CPPUNIT_CFLAGS_value=
ac_cv_env_CPPUNIT_LIBS_set=
ac_cv_env_CPPUNIT_LIBS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GCONF_CFLAGS_set=
ac_cv_env_GCONF_CFLAGS_value=
ac_cv_env_GCONF_LIBS_set=
ac_cv_env_GCONF_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GNOMEVFS_CFLAGS_set=
ac_cv_env_GNOMEVFS_CFLAGS_value=
ac_cv_env_GNOMEVFS_LIBS_set=
ac_cv_env_GNOMEVFS_LIBS_value=
ac_cv_env_GOBJECT_CFLAGS_set=
ac_cv_env_GOBJECT_CFLAGS_value=
ac_cv_env_GOBJECT_LIBS_set=
ac_cv_env_GOBJECT_LIBS_value=
ac_cv_env_GRAPHITE_CFLAGS_set=
ac_cv_env_GRAPHITE_CFLAGS_value=
ac_cv_env_GRAPHITE_LIBS_set=
ac_cv_env_GRAPHITE_LIBS_value=
ac_cv_env_GSTREAMER_CFLAGS_set=
ac_cv_env_GSTREAMER_CFLAGS_value=
ac_cv_env_GSTREAMER_LIBS_set=
ac_cv_env_GSTREAMER_LIBS_value=
ac_cv_env_GTHREAD_CFLAGS_set=
ac_cv_env_GTHREAD_CFLAGS_value=
ac_cv_env_GTHREAD_LIBS_set=
ac_cv_env_GTHREAD_LIBS_value=
ac_cv_env_GTK210_CFLAGS_set=
ac_cv_env_GTK210_CFLAGS_value=
ac_cv_env_GTK210_LIBS_set=
ac_cv_env_GTK210_LIBS_value=
ac_cv_env_GTK3_CFLAGS_set=
ac_cv_env_GTK3_CFLAGS_value=
ac_cv_env_GTK3_LIBS_set=
ac_cv_env_GTK3_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_HUNSPELL_CFLAGS_set=
ac_cv_env_HUNSPELL_CFLAGS_value=
ac_cv_env_HUNSPELL_LIBS_set=
ac_cv_env_HUNSPELL_LIBS_value=
ac_cv_env_KDE_GLIB_CFLAGS_set=
ac_cv_env_KDE_GLIB_CFLAGS_value=
ac_cv_env_KDE_GLIB_LIBS_set=
ac_cv_env_KDE_GLIB_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBRSVG_CFLAGS_set=
ac_cv_env_LIBRSVG_CFLAGS_value=
ac_cv_env_LIBRSVG_LIBS_set=
ac_cv_env_LIBRSVG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBVISIO_CFLAGS_set=
ac_cv_env_LIBVISIO_CFLAGS_value=
ac_cv_env_LIBVISIO_LIBS_set=
ac_cv_env_LIBVISIO_LIBS_value=
ac_cv_env_LIBWPD_CFLAGS_set=
ac_cv_env_LIBWPD_CFLAGS_value=
ac_cv_env_LIBWPD_LIBS_set=
ac_cv_env_LIBWPD_LIBS_value=
ac_cv_env_LIBWPG_CFLAGS_set=
ac_cv_env_LIBWPG_CFLAGS_value=
ac_cv_env_LIBWPG_LIBS_set=
ac_cv_env_LIBWPG_LIBS_value=
ac_cv_env_LIBWPS_CFLAGS_set=
ac_cv_env_LIBWPS_CFLAGS_value=
ac_cv_env_LIBWPS_LIBS_set=
ac_cv_env_LIBWPS_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_LIBXSLT_CFLAGS_set=
ac_cv_env_LIBXSLT_CFLAGS_value=
ac_cv_env_LIBXSLT_LIBS_set=
ac_cv_env_LIBXSLT_LIBS_value=
ac_cv_env_MOZGTK2_CFLAGS_set=
ac_cv_env_MOZGTK2_CFLAGS_value=
ac_cv_env_MOZGTK2_LIBS_set=
ac_cv_env_MOZGTK2_LIBS_value=
ac_cv_env_MOZILLAXPCOM_CFLAGS_set=
ac_cv_env_MOZILLAXPCOM_CFLAGS_value=
ac_cv_env_MOZILLAXPCOM_LIBS_set=
ac_cv_env_MOZILLAXPCOM_LIBS_value=
ac_cv_env_MOZLIBREQ_CFLAGS_set=
ac_cv_env_MOZLIBREQ_CFLAGS_value=
ac_cv_env_MOZLIBREQ_LIBS_set=
ac_cv_env_MOZLIBREQ_LIBS_value=
ac_cv_env_MOZ_NSPR_CFLAGS_set=
ac_cv_env_MOZ_NSPR_CFLAGS_value=
ac_cv_env_MOZ_NSPR_LIBS_set=
ac_cv_env_MOZ_NSPR_LIBS_value=
ac_cv_env_MOZ_NSS_CFLAGS_set=
ac_cv_env_MOZ_NSS_CFLAGS_value=
ac_cv_env_MOZ_NSS_LIBS_set=
ac_cv_env_MOZ_NSS_LIBS_value=
ac_cv_env_MYTHES_CFLAGS_set=
ac_cv_env_MYTHES_CFLAGS_value=
ac_cv_env_MYTHES_LIBS_set=
ac_cv_env_MYTHES_LIBS_value=
ac_cv_env_NEON_CFLAGS_set=
ac_cv_env_NEON_CFLAGS_value=
ac_cv_env_NEON_LIBS_set=
ac_cv_env_NEON_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POPPLER_CFLAGS_set=
ac_cv_env_POPPLER_CFLAGS_value=
ac_cv_env_POPPLER_LIBS_set=
ac_cv_env_POPPLER_LIBS_value=
ac_cv_env_REDLAND_CFLAGS_set=
ac_cv_env_REDLAND_CFLAGS_value=
ac_cv_env_REDLAND_LIBS_set=
ac_cv_env_REDLAND_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XRANDR_CFLAGS_set=
ac_cv_env_XRANDR_CFLAGS_value=
ac_cv_env_XRANDR_LIBS_set=
ac_cv_env_XRANDR_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i386-pc-solaris2.10
ac_cv_objext=o
ac_cv_path_AWK=/usr/gnu/bin/gawk
ac_cv_path_BASH=/bin/bash
ac_cv_path_COMPATH=/usr/gnu/bin/gcc
ac_cv_path_EGREP='/usr/gnu/bin/grep -E'
ac_cv_path_GNUTAR=/usr/gnu/bin/gtar
ac_cv_path_GREP=/usr/gnu/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_target=i386-pc-solaris2.10

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABOUT_BITMAP=''
ALIGNOF_DOUBLE=''
ALIGNOF_INT=''
ALIGNOF_LONG=''
ALIGNOF_SHORT=''
ALLOC=''
ALL_LANGS=''
ANT=''
ANT_HOME=''
ANT_LIB=''
AR=''
ASM_HOME=''
AWK='/usr/gnu/bin/gawk'
AWTLIB=''
BARCODE_EXTENSION_PACK=''
BASH='/bin/bash'
BISON=''
BSH_JAR=''
BUILD_DMAKE=''
BUILD_EPM=''
BUILD_MAX_JOBS=''
BUILD_MOZAB=''
BUILD_NCPUS=''
BUILD_STAX=''
BUILD_TYPE='LibO NATIVE DESKTOP'
BUILD_UNOWINREG=''
BUILD_VER_STRING=''
BUILD_X64=''
BZIP2=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='gcc'
CCACHE=''
CC_FOR_BUILD=''
CC_X64_BINARY=''
CFLAGS='-g -O2'
CL_X64=''
COMEX=''
COMMONS_CODEC_JAR=''
COMMONS_HTTPCLIENT_JAR=''
COMMONS_LANG_JAR=''
COMMONS_LOGGING_JAR=''
COMPATH='/usr/gnu'
COM_FOR_BUILD=''
CPP=''
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_LIBS=''
CPUNAME_FOR_BUILD=''
CPU_FOR_BUILD=''
CROSS_COMPILING=''
CSC_PATH=''
CT2N_EXTENSION_PACK=''
CURLCONFIG=''
CURL_CFLAGS=''
CURL_LIBS=''
CXX=''
CXXCPP=''
CXXFLAGS=''
CXX_FOR_BUILD=''
CXX_X64_BINARY=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DB_CPPLIB=''
DB_LIB=''
DEFS=''
DIAGRAM_EXTENSION_PACK=''
DICT_SYSTEM_DIR=''
DIRECTXSDK_HOME=''
DIRECTXSDK_LIB=''
DISABLE_ACTIVEX=''
DISABLE_ATL=''
DISABLE_NEON=''
DISABLE_PYTHON=''
DISABLE_STRIP=''
DLLTOOL=''
DMAKE=''
DOTNET_FRAMEWORK_HOME=''
DO_FETCH_TARBALLS=''
DPKG=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/gnu/bin/grep -E'
ENABLE_ACTIVEX_COMPONENT=''
ENABLE_CRASHDUMP=''
ENABLE_CUPS=''
ENABLE_DBUS=''
ENABLE_DEBUG=''
ENABLE_DEBUG_STL=''
ENABLE_DIRECTX=''
ENABLE_EVOAB2=''
ENABLE_FONTCONFIG=''
ENABLE_GCONF=''
ENABLE_GIO=''
ENABLE_GNOMEVFS=''
ENABLE_GRAPHITE=''
ENABLE_GSTREAMER=''
ENABLE_GTK3=''
ENABLE_GTK=''
ENABLE_KAB=''
ENABLE_KDE4=''
ENABLE_KDE=''
ENABLE_LAYOUT=''
ENABLE_LIBRSVG=''
ENABLE_LOCKDOWN=''
ENABLE_LOMENUBAR=''
ENABLE_MEDIAWIKI=''
ENABLE_MINIMIZER=''
ENABLE_MYSQLC=''
ENABLE_NSS_MODULE=''
ENABLE_ONLINE_UPDATE=''
ENABLE_OPENGL=''
ENABLE_PCH=''
ENABLE_PDFIMPORT=''
ENABLE_PRESENTER_SCREEN=''
ENABLE_QUICKSTART_LIBPNG=''
ENABLE_RANDR=''
ENABLE_RELEASE_BUILD=''
ENABLE_REPORTBUILDER=''
ENABLE_RPATH=''
ENABLE_SCRIPTING_BEANSHELL=''
ENABLE_SCRIPTING_JAVASCRIPT=''
ENABLE_SCRIPTING_PYTHON=''
ENABLE_STATIC_GTK=''
ENABLE_SYMBOLS=''
ENABLE_SYSTRAY_GTK=''
ENABLE_UGLY=''
ENABLE_WERROR=''
ENABLE_ZENITY=''
EPM=''
EXCEPTIONS=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
FLEX=''
FLUTE_JAR=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
GCC_HOME='/usr/gnu'
GCONF_CFLAGS=''
GCONF_LIBS=''
GIO_CFLAGS=''
GIO_LIBS=''
GIT_LINK_SRC=''
GIT_REPO_NAMES=''
GNOMEVFS_CFLAGS=''
GNOMEVFS_LIBS=''
GNUCP=''
GNUMAKE=''
GNUPATCH=''
GNUTAR='/usr/gnu/bin/gtar'
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GOOGLE_DOCS_EXTENSION_PACK=''
GPERF=''
GRAPHITE_CFLAGS=''
GRAPHITE_LIBS=''
GREP='/usr/gnu/bin/grep'
GSTREAMER_CFLAGS=''
GSTREAMER_LIBS=''
GTHREAD_CFLAGS=''
GTHREAD_LIBS=''
GTK210_CFLAGS=''
GTK210_LIBS=''
GTK3_CFLAGS=''
GTK3_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
GUIBASE_FOR_BUILD=''
GUI_FOR_BUILD=''
GXX_INCLUDE_PATH=''
GXX_INCLUDE_PATH_FOR_BUILD=''
HAVE_BOOST_UNORDERED_MAP=''
HAVE_CXX0X=''
HAVE_GCC_VISIBILITY_BROKEN=''
HAVE_GCC_VISIBILITY_FEATURE=''
HAVE_GETOPT=''
HAVE_LD_BSYMBOLIC_FUNCTIONS=''
HAVE_LD_HASH_STYLE=''
HAVE_READDIR_R=''
HSQLDB_JAR=''
HUNART_EXTENSION_PACK=''
HUNSPELL_CFLAGS=''
HUNSPELL_LIBS=''
HYPHEN_LIB=''
HYPH_SYSTEM_DIR=''
ICUCONFIG=''
ICU_MAJOR=''
ICU_MICRO=''
ICU_MINOR=''
INPATH_FOR_BUILD=''
INTRO_BITMAP=''
JAVACISGCJ=''
JAVACISKAFFE=''
JAVACOMPILER=''
JAVADOC=''
JAVAFLAGS=''
JAVAIFLAGS=''
JAVAINTERPRETER=''
JAVA_HOME=''
JAVA_SOURCE_VER=''
JAVA_TARGET_VER=''
JDK=''
JFREEREPORT_JAR=''
JVM_ONE_PATH_CHECK=''
KDE4_CFLAGS=''
KDE4_LIBS=''
KDE_CFLAGS=''
KDE_GLIB_CFLAGS=''
KDE_GLIB_LIBS=''
KDE_HAVE_GLIB=''
KDE_LIBS=''
LDFLAGS=''
LFS_CFLAGS=''
LIBBASE_JAR=''
LIBFONTS_JAR=''
LIBFORMULA_JAR=''
LIBLAYOUT_JAR=''
LIBLOADER_JAR=''
LIBMGR_X64_BINARY=''
LIBMYSQL_PATH=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_LIBS=''
LIBREPOSITORY_JAR=''
LIBRSVG_CFLAGS=''
LIBRSVG_LIBS=''
LIBS=''
LIBSERIALIZER_JAR=''
LIBVISIO_CFLAGS=''
LIBVISIO_LIBS=''
LIBWPD_CFLAGS=''
LIBWPD_LIBS=''
LIBWPG_CFLAGS=''
LIBWPG_LIBS=''
LIBWPS_CFLAGS=''
LIBWPS_LIBS=''
LIBXML_CFLAGS=''
LIBXML_JAR=''
LIBXML_LIBS=''
LIBXSLT_CFLAGS=''
LIBXSLT_LIBS=''
LIGHTPROOF_EN_US_PACK=''
LIGHTPROOF_HU_PACK=''
LIGHTPROOF_LANG=''
LINK_X64_BINARY=''
LOCAL_SOLVER=''
LTLIBOBJS=''
LUCENE_ANALYZERS_JAR=''
LUCENE_CORE_JAR=''
MACOSX_DEPLOYMENT_TARGET_FOR_BUILD=''
MDDS_CPPFLAGS=''
MIDL_PATH=''
MINGWCXX=''
MINGWSTRIP=''
MINGW_BACKWARD_INCLUDE_PATH=''
MINGW_CLIB_DIR=''
MINGW_GCCDLL=''
MINGW_GCCLIB_EH=''
MINGW_GXXDLL=''
MINGW_LIB_INCLUDE_PATH=''
MINGW_SHARED_GCCLIB=''
MINGW_SHARED_GXXLIB=''
MINGW_SHARED_LIBSTDCPP=''
ML_EXE=''
MOC4=''
MOC=''
MOCQT4=''
MOZGTK2_CFLAGS=''
MOZGTK2_LIBS=''
MOZILLABUILD=''
MOZILLAXPCOM_CFLAGS=''
MOZILLAXPCOM_LIBS=''
MOZILLA_TOOLKIT=''
MOZILLA_VERSION=''
MOZLIBREQ_CFLAGS=''
MOZLIBREQ_LIBS=''
MOZ_FLAVOUR=''
MOZ_INC=''
MOZ_LDAP_CFLAGS=''
MOZ_LIB=''
MOZ_LIB_XPCOM=''
MOZ_NSPR_CFLAGS=''
MOZ_NSPR_LIBS=''
MOZ_NSS_CFLAGS=''
MOZ_NSS_LIBS=''
MSPDB_PATH=''
MYSQLCONFIG=''
MYSQL_DEFINES=''
MYSQL_INC=''
MYSQL_LIB=''
MYTHES_CFLAGS=''
MYTHES_LIBS=''
NEON_CFLAGS=''
NEON_LIBS=''
NEON_VERSION=''
NM=''
NSIS_PATH=''
NSPR_LIB=''
NSS_LIB=''
NUMBERTEXT_EXTENSION_PACK=''
OBJDUMP=''
OBJEXT='o'
OO2PO=''
OOOBLOGGER_EXTENSION_PACK=''
OOOP_FONTS_PACK=''
OOOP_GALLERY_PACK=''
OOOP_SAMPLES_PACK=''
OOOP_TEMPLATES_PACK=''
OOO_JUNIT_JAR=''
OOO_VENDOR=''
OPENSSL_CFLAGS=''
OPENSSL_LIBS=''
OSVERSION=''
OS_FOR_BUILD=''
OUTDIR_FOR_BUILD=''
OUTPATH_FOR_BUILD=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='LibreOffice'
PACKAGE_STRING='LibreOffice 3.5'
PACKAGE_TARNAME='libreoffice'
PACKAGE_URL='http://documentfoundation.org/'
PACKAGE_VERSION='3.5'
PATCH=''
PATH_FOR_BUILD=''
PATH_SEPARATOR=':'
PERL=''
PKGFORMAT=''
PKGMK=''
PKG_CONFIG=''
PO2OO=''
POPPLER_CFLAGS=''
POPPLER_LIBS=''
PRODUCT=''
PROEXT=''
PROFULLSWITCH=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON=''
PYTHON_CFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_LIBS=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB=''
REDLAND_CFLAGS=''
REDLAND_LIBS=''
RPM=''
SAC_JAR=''
SAXON_JAR=''
SCPDEFS=''
SED='/bin/sed'
SERIALIZER_JAR=''
SERVLETAPI_JAR=''
SHELL='/bin/bash'
SHOWINCLUDES_PREFIX=''
SIZEOF_DOUBLE=''
SIZEOF_INT=''
SIZEOF_LONG=''
SIZEOF_LONGLONG=''
SIZEOF_POINTER=''
SIZEOF_SHORT=''
SOLARINC_FOR_BUILD=''
SOLARLIB_FOR_BUILD=''
SOLAR_JAVA=''
SOURCEVERSION=''
STRIP=''
SUNTEMPLATES_DE_PACK=''
SUNTEMPLATES_EN_US_PACK=''
SUNTEMPLATES_ES_PACK=''
SUNTEMPLATES_FR_PACK=''
SUNTEMPLATES_HU_PACK=''
SUNTEMPLATES_IT_PACK=''
SUNTEMPLATES_LANG=''
SYSTEM_APACHE_COMMONS=''
SYSTEM_BOOST=''
SYSTEM_BSH=''
SYSTEM_CAIRO=''
SYSTEM_CPPUNIT=''
SYSTEM_CURL=''
SYSTEM_DB=''
SYSTEM_DB_CFLAGS=''
SYSTEM_DICTS=''
SYSTEM_EXPAT=''
SYSTEM_GDKPIXBUF=''
SYSTEM_GENBRK=''
SYSTEM_GENCCODE=''
SYSTEM_GENCMN=''
SYSTEM_GETTEXT=''
SYSTEM_GLIB=''
SYSTEM_GRAPHITE=''
SYSTEM_HSQLDB=''
SYSTEM_HUNSPELL=''
SYSTEM_HYPH=''
SYSTEM_ICU=''
SYSTEM_JFREEREPORT=''
SYSTEM_JPEG=''
SYSTEM_LIBC=''
SYSTEM_LIBCROCO=''
SYSTEM_LIBGSF=''
SYSTEM_LIBJPEG=''
SYSTEM_LIBPNG=''
SYSTEM_LIBRSVG=''
SYSTEM_LIBTEXTCAT=''
SYSTEM_LIBTEXTCAT_DATA=''
SYSTEM_LIBVISIO=''
SYSTEM_LIBWPD=''
SYSTEM_LIBWPG=''
SYSTEM_LIBWPS=''
SYSTEM_LIBXML=''
SYSTEM_LIBXSLT=''
SYSTEM_LIBXSLT_FOR_BUILD=''
SYSTEM_LPSOLVE=''
SYSTEM_LUCENE=''
SYSTEM_MDDS=''
SYSTEM_MESA_HEADERS=''
SYSTEM_MOZILLA=''
SYSTEM_MYSQL=''
SYSTEM_MYSQL_CPPCONN=''
SYSTEM_MYTHES=''
SYSTEM_NEON=''
SYSTEM_ODBC_HEADERS=''
SYSTEM_OPENSSL=''
SYSTEM_PANGO=''
SYSTEM_POPPLER=''
SYSTEM_PYTHON=''
SYSTEM_REDLAND=''
SYSTEM_SANE_HEADER=''
SYSTEM_SAXON=''
SYSTEM_SERVLETAPI=''
SYSTEM_STDLIBS=''
SYSTEM_TRANSLATE_TOOLKIT=''
SYSTEM_VIGRA=''
SYSTEM_XRENDER_HEADERS=''
SYSTEM_ZLIB=''
TARFILE_LOCATION=''
THES_SYSTEM_DIR=''
TYPO_EXTENSION_PACK=''
UNIXWRAPPERNAME=''
UNZIP=''
UPD=''
USE_CCACHE=''
USE_FT_EMBOLDEN=''
USE_MINGW=''
USE_XINERAMA=''
VALGRIND_CFLAGS=''
VALIDATOR_EXTENSION_PACK=''
VERBOSE=''
WATCH_WINDOW_EXTENSION_PACK=''
WINDOWS_SDK_HOME=''
WINDRES=''
WITHOUT_AFMS=''
WITHOUT_PPDS=''
WITH_AGFA_MONOTYPE_FONTS=''
WITH_BINFILTER=''
WITH_EXTENSION_INTEGRATION=''
WITH_EXTRA_FONT=''
WITH_EXTRA_GALLERY=''
WITH_EXTRA_SAMPLE=''
WITH_EXTRA_TEMPLATE=''
WITH_FONTS=''
WITH_HELPPACK_INTEGRATION=''
WITH_LANG=''
WITH_LDAP=''
WITH_LINKER_HASH_STYLE=''
WITH_MINGW=''
WITH_MOZILLA=''
WITH_MYSPELL_DICTS=''
WITH_OPENLDAP=''
WITH_STLPORT=''
WITH_THEMES=''
WITH_VC_REDIST=''
WORDS_BIGENDIAN=''
WORKDIR_FOR_BUILD=''
XAU_LIBS=''
XINC=''
XINERAMA_LINK=''
XLIB=''
XMKMF=''
XRANDR_CFLAGS=''
XRANDR_DLOPEN=''
XRANDR_LIBS=''
XRENDER_LINK=''
XSLTPROC=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZIP=''
ZNTY=''
_cc=''
ac_ct_CC='gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i386-pc-solaris2.10'
build_alias=''
build_cpu='i386'
build_os='solaris2.10'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-pc-solaris2.10'
host_alias=''
host_cpu='i386'
host_os='solaris2.10'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
nodep=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/opt'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-pc-solaris2.10'
target_alias=''
target_cpu='i386'
target_os='solaris2.10'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "LibreOffice"
#define PACKAGE_TARNAME "libreoffice"
#define PACKAGE_VERSION "3.5"
#define PACKAGE_STRING "LibreOffice 3.5"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL "http://documentfoundation.org/";

configure: exit 1

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.