Andrew Lentvorski wrote:
Ralph Shumaker wrote:

I had problems going the cpan2rpm path, but this worked fine. But now I have a new problem. I don't know how much I should include, so I will include the whole output. But my untrained eyes don't find any problems until the end.

Welcome to configure hell.  Now you understand those of us who hate it.

# ./configure
checking for xgettext... /usr/bin/xgettext

Wonder of wonders.  It found your gettext.

checking for g++... no

Odd.

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.18... yes
checking libgoffice-0.5... not found
checking for GTK... configure: error: Package requirements (
       libglade-2.0            >= 2.3.6
       gtk+-2.0                >= 2.10.0
) were not met:

No package 'libglade-2.0' found
No package 'gtk+-2.0' found

Version of gtk2 needs to be 2.10.0 or greater. Even though your RPM output doesn't indicate that, it's likely to be the case.

You need to check the file config.log to see exactly what is bombing and why. Also, you need to play with pkg-config and see what *it* thinks is installed as opposed to what RPM thinks is installed.

We hates configure.

-a



I can see why. I don't know much about what I see in config.log, but it does seem to keep trying to use g++ even though it knows that it's not there. I don't know how to get g++ but here's the contents of the log file:
# cat ./config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnumeric configure 1.7.91, which was
generated by GNU Autoconf 2.61.  Invocation command line was

 $ ./configure

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

hostname = netblock-68-183-189-11.dslextreme.com
uname -m = i686
uname -r = 2.6.23.1-21.fc7
uname -s = Linux
uname -v = #1 SMP Thu Nov 1 21:09:24 EDT 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

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

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin


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

configure:2242: checking for a BSD-compatible install
configure:2298: result: /usr/bin/install -c
configure:2309: checking whether build environment is sane
configure:2352: result: yes
configure:2380: checking for a thread-safe mkdir -p
configure:2419: result: /bin/mkdir -p
configure:2432: checking for gawk
configure:2448: found /bin/gawk
configure:2459: result: gawk
configure:2470: checking whether make sets $(MAKE)
configure:2491: result: yes
configure:2688: checking whether to enable maintainer-specific portions of Makefiles
configure:2697: result: no
configure:2750: checking for style of include used by make
configure:2778: result: GNU
configure:2848: checking for gcc
configure:2864: found /usr/bin/gcc
configure:2875: result: gcc
configure:3113: checking for C compiler version
configure:3120: gcc --version >&5
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-27)
Copyright (C) 2006 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:3123: $? = 0
configure:3130: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)
configure:3133: $? = 0
configure:3140: gcc -V >&5
gcc: '-V' option must have argument
configure:3143: $? = 1
configure:3166: checking for C compiler default output file name
configure:3193: gcc    conftest.c  >&5
configure:3196: $? = 0
configure:3234: result: a.out
configure:3251: checking whether the C compiler works
configure:3261: ./a.out
configure:3264: $? = 0
configure:3281: result: yes
configure:3288: checking whether we are cross compiling
configure:3290: result: no
configure:3293: checking for suffix of executables
configure:3300: gcc -o conftest    conftest.c  >&5
configure:3303: $? = 0
configure:3327: result:
configure:3333: checking for suffix of object files
configure:3359: gcc -c   conftest.c >&5
configure:3362: $? = 0
configure:3385: result: o
configure:3389: checking whether we are using the GNU C compiler
configure:3418: gcc -c   conftest.c >&5
configure:3424: $? = 0
configure:3441: result: yes
configure:3446: checking whether gcc accepts -g
configure:3476: gcc -c -g  conftest.c >&5
configure:3482: $? = 0
configure:3581: result: yes
configure:3598: checking for gcc option to accept ISO C89
configure:3672: gcc  -c -g -O2  conftest.c >&5
configure:3678: $? = 0
configure:3701: result: none needed
configure:3721: checking dependency style of gcc
configure:3812: result: gcc3
configure:3840: checking for intltool >= 0.29
configure:3847: result: 0.36.1 found
configure:3898: checking for xgettext
configure:3916: found /usr/bin/xgettext
configure:3928: result: /usr/bin/xgettext
configure:3938: checking for msgmerge
configure:3956: found /usr/bin/msgmerge
configure:3968: result: /usr/bin/msgmerge
configure:3978: checking for msgfmt
configure:3996: found /usr/bin/msgfmt
configure:4008: result: /usr/bin/msgfmt
configure:4040: checking for perl
configure:4058: found /usr/bin/perl
configure:4070: result: /usr/bin/perl
configure:4089: checking for XML::Parser
configure:4092: result: ok
configure:4129: gcc -o conftest -g -O2   conftest.c  >&5
configure:4135: $? = 0
configure:4256: NOTE: This is a development release
configure:4269: checking build system type
configure:4287: result: i686-pc-linux-gnu
configure:4309: checking host system type
configure:4324: result: i686-pc-linux-gnu
configure:4347: checking for library containing strerror
configure:4388: gcc -o conftest -g -O2   conftest.c  >&5
configure:4394: $? = 0
configure:4422: result: none required
configure:4478: checking for gcc
configure:4505: result: gcc
configure:4743: checking for C compiler version
configure:4750: gcc --version >&5
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-27)
Copyright (C) 2006 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:4753: $? = 0
configure:4760: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)
configure:4763: $? = 0
configure:4770: gcc -V >&5
gcc: '-V' option must have argument
configure:4773: $? = 1
configure:4776: checking whether we are using the GNU C compiler
configure:4828: result: yes
configure:4833: checking whether gcc accepts -g
configure:4968: result: yes
configure:4985: checking for gcc option to accept ISO C89
configure:5088: result: none needed
configure:5108: checking dependency style of gcc
configure:5199: result: gcc3
configure:5218: checking for bison
configure:5248: result: no
configure:5218: checking for byacc
configure:5248: result: no
configure:5261: checking for flex
configure:5291: result: no
configure:5261: checking for lex
configure:5291: result: no
configure:5464: checking whether ln -s works
configure:5468: result: yes
configure:5523: checking for a sed that does not truncate output
configure:5579: result: /bin/sed
configure:5582: checking for grep that handles long lines and -e
configure:5656: result: /bin/grep
configure:5661: checking for egrep
configure:5739: result: /bin/grep -E
configure:5755: checking for ld used by gcc
configure:5822: result: /usr/bin/ld
configure:5831: checking if the linker (/usr/bin/ld) is GNU ld
configure:5846: result: yes
configure:5851: checking for /usr/bin/ld option to reload object files
configure:5858: result: -r
configure:5876: checking for BSD-compatible nm
configure:5925: result: /usr/bin/nm -B
configure:5929: checking how to recognize dependent libraries
configure:6115: result: pass_all
configure:6355: checking how to run the C preprocessor
configure:6395: gcc -E  conftest.c
configure:6401: $? = 0
configure:6432: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6438: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnumeric"
| #define PACKAGE_TARNAME "gnumeric"
| #define PACKAGE_VERSION "1.7.91"
| #define PACKAGE_STRING "gnumeric 1.7.91"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric";
| #define PACKAGE "gnumeric"
| #define VERSION "1.7.91"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6471: result: gcc -E
configure:6500: gcc -E  conftest.c
configure:6506: $? = 0
configure:6537: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnumeric"
| #define PACKAGE_TARNAME "gnumeric"
| #define PACKAGE_VERSION "1.7.91"
| #define PACKAGE_STRING "gnumeric 1.7.91"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric";
| #define PACKAGE "gnumeric"
| #define VERSION "1.7.91"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6581: checking for ANSI C header files
configure:6611: gcc -c -g -O2  conftest.c >&5
configure:6617: $? = 0
configure:6716: gcc -o conftest -g -O2   conftest.c  >&5
configure:6719: $? = 0
configure:6725: ./conftest
configure:6728: $? = 0
configure:6745: result: yes
configure:6769: checking for sys/types.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for sys/stat.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for stdlib.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for string.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for memory.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for strings.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for inttypes.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for stdint.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6769: checking for unistd.h
configure:6790: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6812: result: yes
configure:6839: checking dlfcn.h usability
configure:6856: gcc -c -g -O2  conftest.c >&5
configure:6862: $? = 0
configure:6876: result: yes
configure:6880: checking dlfcn.h presence
configure:6895: gcc -E  conftest.c
configure:6901: $? = 0
configure:6915: result: yes
configure:6948: checking for dlfcn.h
configure:6956: result: yes
configure:7027: checking for g++
configure:7057: result: no
configure:7027: checking for c++
configure:7057: result: no
configure:7027: checking for gpp
configure:7057: result: no
configure:7027: checking for aCC
configure:7057: result: no
configure:7027: checking for CC
configure:7057: result: no
configure:7027: checking for cxx
configure:7057: result: no
configure:7027: checking for cc++
configure:7057: result: no
configure:7027: checking for cl.exe
configure:7057: result: no
configure:7027: checking for FCC
configure:7057: result: no
configure:7027: checking for KCC
configure:7057: result: no
configure:7027: checking for RCC
configure:7057: result: no
configure:7027: checking for xlC_r
configure:7057: result: no
configure:7027: checking for xlC
configure:7057: result: no
configure:7085: checking for C++ compiler version
configure:7092: g++ --version >&5
./configure: line 7093: g++: command not found
configure:7095: $? = 127
configure:7102: g++ -v >&5
./configure: line 7103: g++: command not found
configure:7105: $? = 127
configure:7112: g++ -V >&5
./configure: line 7113: g++: command not found
configure:7115: $? = 127
configure:7118: checking whether we are using the GNU C++ compiler
configure:7147: g++ -c   conftest.cpp >&5
./configure: line 7148: g++: command not found
configure:7153: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnumeric"
| #define PACKAGE_TARNAME "gnumeric"
| #define PACKAGE_VERSION "1.7.91"
| #define PACKAGE_STRING "gnumeric 1.7.91"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric";
| #define PACKAGE "gnumeric"
| #define VERSION "1.7.91"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
configure:7170: result: no
configure:7175: checking whether g++ accepts -g
configure:7205: g++ -c -g  conftest.cpp >&5
./configure: line 7206: g++: command not found
configure:7211: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnumeric"
| #define PACKAGE_TARNAME "gnumeric"
| #define PACKAGE_VERSION "1.7.91"
| #define PACKAGE_STRING "gnumeric 1.7.91"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric";
| #define PACKAGE "gnumeric"
| #define VERSION "1.7.91"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:7243: g++ -c   conftest.cpp >&5
./configure: line 7244: g++: command not found
configure:7249: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnumeric"
| #define PACKAGE_TARNAME "gnumeric"
| #define PACKAGE_VERSION "1.7.91"
| #define PACKAGE_STRING "gnumeric 1.7.91"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric";
| #define PACKAGE "gnumeric"
| #define VERSION "1.7.91"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:7282: g++ -c -g  conftest.cpp >&5
./configure: line 7283: g++: command not found
configure:7288: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnumeric"
| #define PACKAGE_TARNAME "gnumeric"
| #define PACKAGE_VERSION "1.7.91"
| #define PACKAGE_STRING "gnumeric 1.7.91"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric";
| #define PACKAGE "gnumeric"
| #define VERSION "1.7.91"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:7310: result: no
configure:7335: checking dependency style of g++
configure:7426: result: none
configure:7728: checking for g77
configure:7758: result: no
configure:7728: checking for xlf
configure:7758: result: no
configure:7728: checking for f77
configure:7758: result: no
configure:7728: checking for frt
configure:7758: result: no
configure:7728: checking for pgf77
configure:7758: result: no
configure:7728: checking for cf77
configure:7758: result: no
configure:7728: checking for fort77
configure:7758: result: no
configure:7728: checking for fl32
configure:7758: result: no
configure:7728: checking for af77
configure:7758: result: no
configure:7728: checking for xlf90
configure:7758: result: no
configure:7728: checking for f90
configure:7758: result: no
configure:7728: checking for pgf90
configure:7758: result: no
configure:7728: checking for pghpf
configure:7758: result: no
configure:7728: checking for epcf90
configure:7758: result: no
configure:7728: checking for gfortran
configure:7758: result: no
configure:7728: checking for g95
configure:7758: result: no
configure:7728: checking for xlf95
configure:7758: result: no
configure:7728: checking for f95
configure:7758: result: no
configure:7728: checking for fort
configure:7758: result: no
configure:7728: checking for ifort
configure:7758: result: no
configure:7728: checking for ifc
configure:7758: result: no
configure:7728: checking for efc
configure:7758: result: no
configure:7728: checking for pgf95
configure:7758: result: no
configure:7728: checking for lf95
configure:7758: result: no
configure:7728: checking for ftn
configure:7758: result: no
configure:7785: checking for Fortran 77 compiler version
configure:7792:  --version >&5
./configure: line 7793: --version: command not found
configure:7795: $? = 127
configure:7802:  -v >&5
./configure: line 7803: -v: command not found
configure:7805: $? = 127
configure:7812:  -V >&5
./configure: line 7813: -V: command not found
configure:7815: $? = 127
configure:7823: checking whether we are using the GNU Fortran 77 compiler
configure:7842:  -c  conftest.F >&5
./configure: line 7843: -c: command not found
configure:7848: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:7865: result: no
configure:7871: checking whether  accepts -g
configure:7888:  -c -g conftest.f >&5
./configure: line 7889: -c: command not found
configure:7894: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:7910: result: no
configure:7940: checking the maximum length of command line arguments
configure:8052: result: 98304
configure:8064: checking command to parse /usr/bin/nm -B output from gcc object
configure:8169: gcc -c -g -O2  conftest.c >&5
configure:8172: $? = 0
configure:8176: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8179: $? = 0
configure:8231: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:8234: $? = 0
configure:8272: result: ok
configure:8276: checking for objdir
configure:8291: result: .libs
configure:8383: checking for ar
configure:8399: found /usr/bin/ar
configure:8410: result: ar
configure:8479: checking for ranlib
configure:8495: found /usr/bin/ranlib
configure:8506: result: ranlib
configure:8575: checking for strip
configure:8591: found /usr/bin/strip
configure:8602: result: strip
configure:8888: checking if gcc supports -fno-rtti -fno-exceptions
configure:8906: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8910: $? = 0
configure:8923: result: no
configure:8938: checking for gcc option to produce PIC
configure:9170: result: -fPIC
configure:9178: checking if gcc PIC flag -fPIC works
configure:9196: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:9200: $? = 0
configure:9213: result: yes
configure:9241: checking if gcc static flag -static works
configure:9269: result: yes
configure:9279: checking if gcc supports -c -o file.o
configure:9300: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9304: $? = 0
configure:9326: result: yes
configure:9352: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10333: result: yes
configure:10354: checking whether -lc should be explicitly linked in
configure:10359: gcc -c -g -O2  conftest.c >&5
configure:10362: $? = 0
configure:10377: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:10380: $? = 0
configure:10392: result: no
configure:10400: checking dynamic linker characteristics
configure:11014: result: GNU/Linux ld.so
configure:11023: checking how to hardcode library paths into programs
configure:11048: result: immediate
configure:11062: checking whether stripping libraries is possible
configure:11067: result: yes
configure:11869: checking if libtool supports shared libraries
configure:11871: result: yes
configure:11874: checking whether to build shared libraries
configure:11895: result: yes
configure:11898: checking whether to build static libraries
configure:11902: result: no
configure:11995: creating libtool
configure:21226: checking for ANSI C header files
configure:21390: result: yes
configure:21457: checking zlib.h usability
configure:21474: gcc -c -g -O2  conftest.c >&5
configure:21480: $? = 0
configure:21494: result: yes
configure:21498: checking zlib.h presence
configure:21513: gcc -E  conftest.c
configure:21519: $? = 0
configure:21533: result: yes
configure:21566: checking for zlib.h
configure:21573: result: yes
configure:21578: checking for gzread in -lz
configure:21613: gcc -o conftest -g -O2   conftest.c -lz   >&5
configure:21619: $? = 0
configure:21637: result: yes
configure:21718: checking for pkg-config
configure:21736: found /usr/bin/pkg-config
configure:21748: result: /usr/bin/pkg-config
configure:21777: checking pkg-config is at least version 0.18
configure:21780: result: yes
configure:21794: checking libgoffice-0.5
configure:21802: result: not found
configure:21862: checking for GTK
configure:21870: $PKG_CONFIG --exists --print-errors "$libspreadsheet_gtk_reqs"
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure:21873: $? = 1
configure:21888: $PKG_CONFIG --exists --print-errors "$libspreadsheet_gtk_reqs"
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure:21891: $? = 1
No package 'libglade-2.0' found
No package 'gtk+-2.0' found
configure:21929: error: Package requirements (
       libglade-2.0            >= 2.3.6
       gtk+-2.0                >= 2.10.0
) were not met:

No package 'libglade-2.0' found
No package 'gtk+-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_CORBA_LIBS_CFLAGS_set=
ac_cv_env_CORBA_LIBS_CFLAGS_value=
ac_cv_env_CORBA_LIBS_LIBS_set=
ac_cv_env_CORBA_LIBS_LIBS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GB_CFLAGS_set=
ac_cv_env_GB_CFLAGS_value=
ac_cv_env_GB_LIBS_set=
ac_cv_env_GB_LIBS_value=
ac_cv_env_GDA_CFLAGS_set=
ac_cv_env_GDA_CFLAGS_value=
ac_cv_env_GDA_LIBS_set=
ac_cv_env_GDA_LIBS_value=
ac_cv_env_GDK_PIXBUF_CSOURCE_set=
ac_cv_env_GDK_PIXBUF_CSOURCE_value=
ac_cv_env_GLIB_GENMARSHAL_set=
ac_cv_env_GLIB_GENMARSHAL_value=
ac_cv_env_GNOMEDB_CFLAGS_set=
ac_cv_env_GNOMEDB_CFLAGS_value=
ac_cv_env_GNOMEDB_LIBS_set=
ac_cv_env_GNOMEDB_LIBS_value=
ac_cv_env_GNOME_CFLAGS_set=
ac_cv_env_GNOME_CFLAGS_value=
ac_cv_env_GNOME_LIBS_set=
ac_cv_env_GNOME_LIBS_value=
ac_cv_env_GNUMERIC_CFLAGS_set=
ac_cv_env_GNUMERIC_CFLAGS_value=
ac_cv_env_GNUMERIC_LIBS_set=
ac_cv_env_GNUMERIC_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_HILDON_CFLAGS_set=
ac_cv_env_HILDON_CFLAGS_value=
ac_cv_env_HILDON_LIBS_set=
ac_cv_env_HILDON_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBSPREADSHEET_CFLAGS_set=
ac_cv_env_LIBSPREADSHEET_CFLAGS_value=
ac_cv_env_LIBSPREADSHEET_LIBS_set=
ac_cv_env_LIBSPREADSHEET_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PARADOX_CFLAGS_set=
ac_cv_env_PARADOX_CFLAGS_value=
ac_cv_env_PARADOX_LIBS_set=
ac_cv_env_PARADOX_LIBS_value=
ac_cv_env_PERL_set=
ac_cv_env_PERL_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PSICONV_CONFIG_set=
ac_cv_env_PSICONV_CONFIG_value=
ac_cv_env_PYGOBJECT_CFLAGS_set=
ac_cv_env_PYGOBJECT_CFLAGS_value=
ac_cv_env_PYGOBJECT_LIBS_set=
ac_cv_env_PYGOBJECT_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_f77_compiler_gnu=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_z_gzread=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=98304
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS=''
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/missing --run autoconf' AUTOHEADER='${SHELL} /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/missing --run autoheader' AUTOMAKE='${SHELL} /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/missing --run automake-1.10'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CORBA_LIBS_CFLAGS=''
CORBA_LIBS_LIBS=''
CPP='gcc -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DBCONTEXT=''
DBLATEX=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_PDFDOCS_FALSE=''
ENABLE_PDFDOCS_TRUE=''
ENABLE_PDF_VIA_DBCONTEXT_FALSE=''
ENABLE_PDF_VIA_DBCONTEXT_TRUE=''
ENABLE_PDF_VIA_DBLATEX_FALSE=''
ENABLE_PDF_VIA_DBLATEX_TRUE=''
ENABLE_SOLVER_FALSE=''
ENABLE_SOLVER_TRUE=''
ENABLE_SSCONVERT_FALSE=''
ENABLE_SSCONVERT_TRUE=''
ENABLE_SSINDEX_FALSE=''
ENABLE_SSINDEX_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GB_CFLAGS=''
GB_LIBS=''
GCONFTOOL=''
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE=''
GCONF_SCHEMA_FILE_DIR=''
GDA_CFLAGS=''
GDA_LIBS=''
GDK_PIXBUF_CSOURCE=''
GETTEXT_PACKAGE=''
GLIB_GENMARSHAL=''
GMOFILES=''
GMSGFMT=''
GNM_PY_CFLAGS=''
GNM_PY_LDFLAGS=''
GNM_PY_LIBADD=''
GNOMEDB_CFLAGS=''
GNOMEDB_LIBS=''
GNOME_CFLAGS=''
GNOME_LIBS=''
GNUMERIC_CFLAGS=''
GNUMERIC_LIBS=''
GNUMERIC_PLUGIN_LDFLAGS=''
GOFFICE_PLUGINS_DIR=''
GOFFICE_VERSION=''
GREP='/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
GUILE_INCS=''
GUILE_LIBS=''
HILDON_CFLAGS=''
HILDON_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LEX='${SHELL} /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/missing --run flex'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBGOFFICE='libgoffice-0.4'
LIBOBJS=''
LIBS=''
LIBSPREADSHEET_CFLAGS=''
LIBSPREADSHEET_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS=''
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
ORBIT_IDL=''
PACKAGE='gnumeric'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric'
PACKAGE_NAME='gnumeric'
PACKAGE_STRING='gnumeric 1.7.91'
PACKAGE_TARNAME='gnumeric'
PACKAGE_VERSION='1.7.91'
PARADOX_CFLAGS=''
PARADOX_LIBS=''
PATH_SEPARATOR=':'
PERL=''
PERL_CC=''
PERL_CCCDLFLAGS=''
PERL_CCOPTS=''
PERL_LD=''
PERL_LDDLFLAGS=''
PERL_LDOPTS=''
PKG_CONFIG='/usr/bin/pkg-config'
PLUGIN_LIST=''
PLUGIN_LIST_GIVEN_FALSE=''
PLUGIN_LIST_GIVEN_TRUE=''
POFILES=''
POFILES_FULL=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PSICONV_CFLAGS=''
PSICONV_CONFIG=''
PSICONV_LIBS=''
PYGOBJECT_CFLAGS=''
PYGOBJECT_LIBS=''
PYTHON=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_HILDON_FALSE=''
USE_HILDON_TRUE=''
USE_NLS=''
VERSION='1.7.91'
WARN_CFLAGS=''
WINDRES=''
WITH_CORBA_FALSE=''
WITH_CORBA_TRUE=''
WITH_GB_FALSE=''
WITH_GB_TRUE=''
WITH_GDA_FALSE=''
WITH_GDA_TRUE=''
WITH_GNOMEDB_FALSE=''
WITH_GNOMEDB_TRUE=''
WITH_GNOME_FALSE=''
WITH_GNOME_TRUE=''
WITH_GTK_FALSE=''
WITH_GTK_TRUE=''
WITH_PARADOX_FALSE=''
WITH_PARADOX_TRUE=''
WITH_PERL_FALSE=''
WITH_PERL_TRUE=''
WITH_PSICONV_FALSE=''
WITH_PSICONV_TRUE=''
WITH_PYTHON_FALSE=''
WITH_PYTHON_TRUE=''
WITH_WIN32_FALSE=''
WITH_WIN32_TRUE=''
XGETTEXT='/usr/bin/xgettext'
YACC='yacc'
YFLAGS=''
Z_CPPFLAGS=''
Z_LIBS='-lz'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gnumeric_datadir=''
gnumeric_icondir=''
gnumeric_libdir=''
gnumeric_localedir=''
gnumeric_plugindir=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/rafael/Desktop/unpack/gnumeric_1.7.91/gnumeric-1.7.91/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "gnumeric"
#define PACKAGE_TARNAME "gnumeric"
#define PACKAGE_VERSION "1.7.91"
#define PACKAGE_STRING "gnumeric 1.7.91"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnumeric";
#define PACKAGE "gnumeric"
#define VERSION "1.7.91"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1

configure: exit 1


--
Ralph

--------------------
The spelling of words is subordinate. Morbidness for nice spelling and tenacity 
for or against one letter or so means dandyism and impotence in literature.
--Walt Whitman


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to