Gnucash-2.0.5 Build Error

Rich Shepard rshepard at appl-ecosys.com
Sun Feb 25 15:12:46 EST 2007


On Sun, 25 Feb 2007, Rich Shepard wrote:

>   Regardless, it's a clean build now. Later today I'll try building gnucash
> again.

   Update: cleaned out left-over remnants of various guile installations and
re-installed guile-1.6.7 from the Slackware-10.2 distribution diskette. Left
the slib3a1 where it was. Re-installed g-wrap-1.9.6.

   Now I'm back to a g-wrap error during configure:

checking for g-wrap-config... /usr/local/bin/g-wrap-config
checking for g-wrap - version >= 1.3.3... yes
checking for g-wrap compile args... Package g-wrap-2.0-guile was not found
in the pkg-config search path.
Perhaps you should add the directory containing `g-wrap-2.0-guile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'g-wrap-2.0-guile' found

checking for g-wrap link args... Package g-wrap-2.0-guile was not found in
the pkg-config search path.
Perhaps you should add the directory containing `g-wrap-2.0-guile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'g-wrap-2.0-guile' found

checking for g-wrap module directory... 
checking g-wrap-wct.h usability... yes
checking g-wrap-wct.h presence... yes
checking for g-wrap-wct.h... yes
checking for (g-wrap) guile module... configure: error:

    Cannot find the (g-wrap) guile module.
    Are you sure you have g-wrap compile-time environment installed?
    See http://bugzilla.gnome.org/show_bug.cgi?id=347680

   As g-wrap-1.9.6 was built from source I assume that everything in has was
built and installed. But, why is gnucash configure looking for a
g-wrap-2.0-guile when both g-wrap and guile are in the 1.x.x series? If
there's some magic to configure g-wrap after installation, I cannot find it
on the g-wrap web site.

   config.log attached.

   Must be getting close now.

Thanks,

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.        |          Accelerator(TM)
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnucash configure 2.0.5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr/local --sysconfdir=/etc

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

hostname = salmo
uname -m = i686
uname -r = 2.6.19.2
uname -s = Linux
uname -v = #4 Mon Jan 15 09:17:27 PST 2007

/usr/bin/uname -p = athlon-4
/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: /root/bin
PATH: /usr/java/j2sdk1.4.1_02/bin
PATH: /usr/java/apache-ant-1.5.3-1/bin/
PATH: /opt/qt/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/www/htdig/bin
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin
PATH: /usr/lib/qt/bin
PATH: /usr/share/texmf/bin


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

configure:2294: checking for a BSD-compatible install
configure:2350: result: /usr/bin/ginstall -c
configure:2361: checking whether build environment is sane
configure:2404: result: yes
configure:2432: checking for a thread-safe mkdir -p
configure:2471: result: /usr/bin/mkdir -p
configure:2484: checking for gawk
configure:2500: found /usr/bin/gawk
configure:2511: result: gawk
configure:2522: checking whether make sets $(MAKE)
configure:2543: result: yes
configure:2790: checking for gcc
configure:2806: found /usr/bin/gcc
configure:2817: result: gcc
configure:3055: checking for C compiler version
configure:3062: gcc --version >&5
gcc (GCC) 3.4.6
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:3065: $? = 0
configure:3072: gcc -v >&5
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.6
configure:3075: $? = 0
configure:3082: gcc -V >&5
gcc: `-V' option must have argument
configure:3085: $? = 1
configure:3108: checking for C compiler default output file name
configure:3135: gcc -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:3138: $? = 0
configure:3176: result: a.out
configure:3193: checking whether the C compiler works
configure:3203: ./a.out
configure:3206: $? = 0
configure:3223: result: yes
configure:3230: checking whether we are cross compiling
configure:3232: result: no
configure:3235: checking for suffix of executables
configure:3242: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:3245: $? = 0
configure:3269: result: 
configure:3275: checking for suffix of object files
configure:3301: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:3304: $? = 0
configure:3327: result: o
configure:3331: checking whether we are using the GNU C compiler
configure:3360: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:3366: $? = 0
configure:3383: result: yes
configure:3388: checking whether gcc accepts -g
configure:3418: gcc -c -g  conftest.c >&5
configure:3424: $? = 0
configure:3523: result: yes
configure:3540: checking for gcc option to accept ISO C89
configure:3614: gcc  -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:3620: $? = 0
configure:3643: result: none needed
configure:3672: checking for style of include used by make
configure:3700: result: GNU
configure:3725: checking dependency style of gcc
configure:3816: result: gcc3
configure:3912: checking for perl
configure:3930: found /usr/bin/perl
configure:3942: result: /usr/bin/perl
configure:3961: checking for XML::Parser
configure:3964: result: ok
configure:3975: checking for iconv
configure:3993: found /usr/bin/iconv
configure:4006: result: /usr/bin/iconv
configure:4016: checking for msgfmt
configure:4034: found /usr/bin/msgfmt
configure:4047: result: /usr/bin/msgfmt
configure:4057: checking for msgmerge
configure:4075: found /usr/bin/msgmerge
configure:4088: result: /usr/bin/msgmerge
configure:4098: checking for xgettext
configure:4116: found /usr/bin/xgettext
configure:4129: result: /usr/bin/xgettext
configure:4164: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
configure:4179: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:4247: checking how to run the C preprocessor
configure:4287: gcc -E  conftest.c
configure:4293: $? = 0
configure:4324: gcc -E  conftest.c
conftest.c:15:28: ac_nonexistent.h: No such file or directory
configure:4330: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4363: result: gcc -E
configure:4392: gcc -E  conftest.c
configure:4398: $? = 0
configure:4429: gcc -E  conftest.c
conftest.c:15:28: ac_nonexistent.h: No such file or directory
configure:4435: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4473: checking for grep that handles long lines and -e
configure:4547: result: /usr/bin/grep
configure:4552: checking for egrep
configure:4630: result: /usr/bin/grep -E
configure:4635: checking for ANSI C header files
configure:4665: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4671: $? = 0
configure:4770: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:4773: $? = 0
configure:4779: ./conftest
configure:4782: $? = 0
configure:4799: result: yes
configure:4823: checking for sys/types.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for sys/stat.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for stdlib.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for string.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for memory.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for strings.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for inttypes.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for stdint.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4823: checking for unistd.h
configure:4844: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4850: $? = 0
configure:4866: result: yes
configure:4894: checking locale.h usability
configure:4911: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:4917: $? = 0
configure:4931: result: yes
configure:4935: checking locale.h presence
configure:4950: gcc -E  conftest.c
configure:4956: $? = 0
configure:4970: result: yes
configure:5003: checking for locale.h
configure:5011: result: yes
configure:5025: checking for LC_MESSAGES
configure:5051: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:5057: $? = 0
configure:5074: result: yes
configure:5103: checking libintl.h usability
configure:5120: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:5126: $? = 0
configure:5140: result: yes
configure:5144: checking libintl.h presence
configure:5159: gcc -E  conftest.c
configure:5165: $? = 0
configure:5179: result: yes
configure:5212: checking for libintl.h
configure:5219: result: yes
configure:5230: checking for ngettext in libc
configure:5258: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:5264: $? = 0
configure:5282: result: yes
configure:5286: checking for dgettext in libc
configure:5314: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:5320: $? = 0
configure:5338: result: yes
configure:5347: checking for bind_textdomain_codeset
configure:5403: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:5409: $? = 0
configure:5427: result: yes
configure:5914: checking for msgfmt
configure:5941: result: /usr/bin/msgfmt
configure:5954: checking for dcgettext
configure:6010: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c   >&5
conftest.c:52: warning: conflicting types for built-in function 'dcgettext'
configure:6016: $? = 0
configure:6034: result: yes
configure:6046: checking for gmsgfmt
configure:6077: result: /usr/bin/msgfmt
configure:6087: checking for xgettext
configure:6114: result: /usr/bin/xgettext
configure:6143: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c   >&5
configure:6149: $? = 0
configure:6318: checking for catalogs to be installed
configure:6343: result:  ca cs da de el en_GB es_NI es eu fr hu it ja nb ne nl pl pt_BR pt ro ru rw sk sv ta tr uk zh_CN zh_TW
configure:6395: checking for a BSD-compatible install
configure:6451: result: /usr/bin/ginstall -c
configure:6544: checking build system type
configure:6562: result: i686-pc-linux-gnu
configure:6584: checking host system type
configure:6599: result: i686-pc-linux-gnu
configure:6621: checking for a sed that does not truncate output
configure:6675: result: /usr/bin/sed
configure:6689: checking for ld used by gcc
configure:6756: result: /usr/i486-slackware-linux/bin/ld
configure:6765: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld
configure:6780: result: yes
configure:6785: checking for /usr/i486-slackware-linux/bin/ld option to reload object files
configure:6792: result: -r
configure:6810: checking for BSD-compatible nm
configure:6859: result: /usr/bin/nm -B
configure:6863: checking whether ln -s works
configure:6867: result: yes
configure:6874: checking how to recognise dependent libraries
configure:7050: result: pass_all
configure:7293: checking dlfcn.h usability
configure:7310: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:7316: $? = 0
configure:7330: result: yes
configure:7334: checking dlfcn.h presence
configure:7349: gcc -E  conftest.c
configure:7355: $? = 0
configure:7369: result: yes
configure:7402: checking for dlfcn.h
configure:7410: result: yes
configure:7481: checking for g++
configure:7497: found /usr/bin/g++
configure:7508: result: g++
configure:7539: checking for C++ compiler version
configure:7546: g++ --version >&5
g++ (GCC) 3.4.6
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:7549: $? = 0
configure:7556: g++ -v >&5
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.6
configure:7559: $? = 0
configure:7566: g++ -V >&5
g++: `-V' option must have argument
configure:7569: $? = 1
configure:7572: checking whether we are using the GNU C++ compiler
configure:7601: g++ -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.cpp >&5
configure:7607: $? = 0
configure:7624: result: yes
configure:7629: checking whether g++ accepts -g
configure:7659: g++ -c -g  conftest.cpp >&5
configure:7665: $? = 0
configure:7764: result: yes
configure:7789: checking dependency style of g++
configure:7880: result: gcc3
configure:7905: checking how to run the C++ preprocessor
configure:7941: g++ -E  conftest.cpp
configure:7947: $? = 0
configure:7978: g++ -E  conftest.cpp
conftest.cpp:32:28: ac_nonexistent.h: No such file or directory
configure:7984: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8017: result: g++ -E
configure:8046: g++ -E  conftest.cpp
configure:8052: $? = 0
configure:8083: g++ -E  conftest.cpp
conftest.cpp:32:28: ac_nonexistent.h: No such file or directory
configure:8089: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8182: checking for g77
configure:8198: found /usr/bin/g77
configure:8209: result: g77
configure:8239: checking for Fortran 77 compiler version
configure:8246: g77 --version >&5
GNU Fortran (GCC) 3.4.6
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:8249: $? = 0
configure:8256: g77 -v >&5
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.6
configure:8259: $? = 0
configure:8266: g77 -V >&5
g77: `-V' option must have argument
configure:8269: $? = 1
configure:8277: checking whether we are using the GNU Fortran 77 compiler
configure:8296: g77 -c  conftest.F >&5
configure:8302: $? = 0
configure:8319: result: yes
configure:8325: checking whether g77 accepts -g
configure:8342: g77 -c -g conftest.f >&5
configure:8348: $? = 0
configure:8364: result: yes
configure:8394: checking the maximum length of command line arguments
configure:8503: result: 32768
configure:8514: checking command to parse /usr/bin/nm -B output from gcc object
configure:8619: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:8622: $? = 0
configure:8626: /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:8629: $? = 0
configure:8681: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c conftstm.o >&5
configure:8684: $? = 0
configure:8722: result: ok
configure:8726: checking for objdir
configure:8741: result: .libs
configure:8833: checking for ar
configure:8849: found /usr/bin/ar
configure:8860: result: ar
configure:8929: checking for ranlib
configure:8945: found /usr/bin/ranlib
configure:8956: result: ranlib
configure:9025: checking for strip
configure:9041: found /usr/bin/strip
configure:9052: result: strip
configure:9289: checking for correct ltmain.sh version
configure:9339: result: yes
configure:9399: checking if gcc supports -fno-rtti -fno-exceptions
configure:9417: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9421: $? = 0
configure:9434: result: no
configure:9449: checking for gcc option to produce PIC
configure:9659: result: -fPIC
configure:9667: checking if gcc PIC flag -fPIC works
configure:9685: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  -fPIC -DPIC conftest.c >&5
configure:9689: $? = 0
configure:9702: result: yes
configure:9730: checking if gcc static flag -static works
configure:9758: result: yes
configure:9768: checking if gcc supports -c -o file.o
configure:9789: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  -o out/conftest2.o conftest.c >&5
configure:9793: $? = 0
configure:9815: result: yes
configure:9841: checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
configure:10795: result: yes
configure:10816: checking whether -lc should be explicitly linked in
configure:10821: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:10824: $? = 0
configure:10839: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:10842: $? = 0
configure:10854: result: no
configure:10862: checking dynamic linker characteristics
configure:11487: result: GNU/Linux ld.so
configure:11496: checking how to hardcode library paths into programs
configure:11521: result: immediate
configure:11535: checking whether stripping libraries is possible
configure:11540: result: yes
configure:11663: checking for shl_load
configure:11719: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
/tmp/ccrAIHyt.o(.text+0xd): In function `main':
: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:11725: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:11742: result: no
configure:11747: checking for shl_load in -ldld
configure:11782: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c -ldld   >&5
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:11788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:11806: result: no
configure:11811: checking for dlopen
configure:11867: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
/tmp/ccYz0vSG.o(.text+0xd): In function `main':
: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:11873: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:11890: result: no
configure:11895: checking for dlopen in -ldl
configure:11930: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c -ldl   >&5
configure:11936: $? = 0
configure:11954: result: yes
configure:12123: checking whether a program can dlopen itself
configure:12197: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:12200: $? = 0
configure:12218: result: yes
configure:12223: checking whether a statically linked program can dlopen itself
configure:12297: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
/tmp/ccy2FbgQ.o(.text+0x35): In function `main':
: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:12300: $? = 0
/usr/local/pgsql/lib/: cannot read file data: Is a directory
configure:12318: result: no
configure:12341: checking if libtool supports shared libraries
configure:12343: result: yes
configure:12346: checking whether to build shared libraries
configure:12367: result: yes
configure:12370: checking whether to build static libraries
configure:12374: result: no
configure:12466: creating libtool
configure:13054: checking for ld used by g++
configure:13121: result: /usr/i486-slackware-linux/bin/ld
configure:13130: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld
configure:13145: result: yes
configure:13196: checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
configure:14130: result: yes
configure:14148: g++ -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.cpp >&5
configure:14151: $? = 0
configure:14270: checking for g++ option to produce PIC
configure:14544: result: -fPIC
configure:14552: checking if g++ PIC flag -fPIC works
configure:14570: g++ -c -O2 -march=i486 -mtune=i686 -I libffi  -fPIC -DPIC conftest.cpp >&5
configure:14574: $? = 0
configure:14587: result: yes
configure:14615: checking if g++ static flag -static works
configure:14643: result: yes
configure:14653: checking if g++ supports -c -o file.o
configure:14674: g++ -c -O2 -march=i486 -mtune=i686 -I libffi  -o out/conftest2.o conftest.cpp >&5
configure:14678: $? = 0
configure:14700: result: yes
configure:14726: checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
configure:14751: result: yes
configure:14818: checking dynamic linker characteristics
configure:15443: result: GNU/Linux ld.so
configure:15452: checking how to hardcode library paths into programs
configure:15477: result: immediate
configure:16003: checking if libtool supports shared libraries
configure:16005: result: yes
configure:16008: checking whether to build shared libraries
configure:16028: result: yes
configure:16031: checking whether to build static libraries
configure:16035: result: no
configure:16045: checking for g77 option to produce PIC
configure:16255: result: -fPIC
configure:16263: checking if g77 PIC flag -fPIC works
configure:16281: g77 -c -g -O2 -fPIC conftest.f >&5
configure:16285: $? = 0
configure:16298: result: yes
configure:16326: checking if g77 static flag -static works
configure:16354: result: yes
configure:16364: checking if g77 supports -c -o file.o
configure:16385: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:16389: $? = 0
configure:16411: result: yes
configure:16437: checking whether the g77 linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
configure:17371: result: yes
configure:17438: checking dynamic linker characteristics
configure:18063: result: GNU/Linux ld.so
configure:18072: checking how to hardcode library paths into programs
configure:18097: result: immediate
configure:21694: checking for library containing strerror
configure:21735: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:21741: $? = 0
configure:21769: result: none required
configure:21777: checking whether byte ordering is bigendian
configure:21810: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:21816: $? = 0
configure:21848: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
conftest.c: In function `main':
conftest.c:39: error: `not' undeclared (first use in this function)
conftest.c:39: error: (Each undeclared identifier is reported only once
conftest.c:39: error: for each function it appears in.)
conftest.c:39: error: syntax error before "big"
configure:21854: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:21994: result: no
configure:22013: checking whether make sets $(MAKE)
configure:22034: result: yes
configure:22043: checking whether ln -s works
configure:22047: result: yes
configure:22054: checking for ANSI C header files
configure:22218: result: yes
configure:22246: checking limits.h usability
configure:22263: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:22269: $? = 0
configure:22283: result: yes
configure:22287: checking limits.h presence
configure:22302: gcc -E  conftest.c
configure:22308: $? = 0
configure:22322: result: yes
configure:22355: checking for limits.h
configure:22363: result: yes
configure:22246: checking sys/times.h usability
configure:22263: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:22269: $? = 0
configure:22283: result: yes
configure:22287: checking sys/times.h presence
configure:22302: gcc -E  conftest.c
configure:22308: $? = 0
configure:22322: result: yes
configure:22355: checking for sys/times.h
configure:22363: result: yes
configure:22246: checking sys/wait.h usability
configure:22263: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:22269: $? = 0
configure:22283: result: yes
configure:22287: checking sys/wait.h presence
configure:22302: gcc -E  conftest.c
configure:22308: $? = 0
configure:22322: result: yes
configure:22355: checking for sys/wait.h
configure:22363: result: yes
configure:22383: checking for stpcpy
configure:22439: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
conftest.c:59: warning: conflicting types for built-in function 'stpcpy'
configure:22445: $? = 0
configure:22463: result: yes
configure:22383: checking for memcpy
configure:22439: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
conftest.c:60: warning: conflicting types for built-in function 'memcpy'
configure:22445: $? = 0
configure:22463: result: yes
configure:22383: checking for timegm
configure:22439: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:22445: $? = 0
configure:22463: result: yes
configure:22383: checking for towupper
configure:22439: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:22445: $? = 0
configure:22463: result: yes
configure:22477: checking for setenv
configure:22533: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:22539: $? = 0
configure:22557: result: yes
configure:22672: checking for the tm_gmtoff member of struct tm
configure:22703: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
conftest.c:43:1: warning: "_GNU_SOURCE" redefined
conftest.c:9:1: warning: this is the location of the previous definition
configure:22709: $? = 0
configure:22727: result: yes
configure:22738: checking if scanf supports %lld conversions
configure:22781: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:22784: $? = 0
configure:22790: ./conftest
configure:22793: $? = 0
configure:22809: result: yes
configure:22925: checking ltdl.h usability
configure:22942: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:22948: $? = 0
configure:22962: result: yes
configure:22966: checking ltdl.h presence
configure:22981: gcc -E  conftest.c
configure:22987: $? = 0
configure:23001: result: yes
configure:23034: checking for ltdl.h
configure:23042: result: yes
configure:23078: checking X11/Xlib.h usability
configure:23095: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:23101: $? = 0
configure:23115: result: yes
configure:23119: checking X11/Xlib.h presence
configure:23134: gcc -E  conftest.c
configure:23140: $? = 0
configure:23154: result: yes
configure:23187: checking for X11/Xlib.h
configure:23195: result: yes
configure:23078: checking glob.h usability
configure:23095: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:23101: $? = 0
configure:23115: result: yes
configure:23119: checking glob.h presence
configure:23134: gcc -E  conftest.c
configure:23140: $? = 0
configure:23154: result: yes
configure:23187: checking for glob.h
configure:23195: result: yes
configure:23217: checking for chown
configure:23273: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23279: $? = 0
configure:23297: result: yes
configure:23217: checking for gethostname
configure:23273: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23279: $? = 0
configure:23297: result: yes
configure:23217: checking for getppid
configure:23273: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23279: $? = 0
configure:23297: result: yes
configure:23217: checking for getuid
configure:23273: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23279: $? = 0
configure:23297: result: yes
configure:23217: checking for gettimeofday
configure:23273: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23279: $? = 0
configure:23297: result: yes
configure:23217: checking for gmtime_r
configure:23273: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23279: $? = 0
configure:23297: result: yes
configure:23312: checking for gethostid
configure:23368: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23374: $? = 0
configure:23392: result: yes
configure:23312: checking for link
configure:23368: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
configure:23374: $? = 0
configure:23392: result: yes
configure:23408: checking for pkg-config
configure:23426: found /usr/bin/pkg-config
configure:23438: result: /usr/bin/pkg-config
configure:23527: checking for pkg-config
configure:23558: result: /usr/bin/pkg-config
configure:23582: checking for GLIB - version >= 2.4.0
configure:23706: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     conftest.c -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    >&5
configure:23709: $? = 0
configure:23715: ./conftest
configure:23718: $? = 0
configure:23738: result: yes (version 2.12.9)
configure:23845: checking for GLIB - version >= 2.6.0
configure:23849: result: yes
configure:23874: checking for GLIB - version >= 2.9.0
configure:23878: result: yes
configure:23890: checking for untested GLIB versions (glib >= 2.11.0)
configure:23894: result: yes
configure:23913: checking for dlfcn.h
configure:23919: result: yes
configure:23923: checking dl.h usability
configure:23940: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
conftest.c:90:16: dl.h: No such file or directory
configure:23946: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STPCPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_TIMEGM 1
| #define HAVE_TOWUPPER 1
| #define HAVE_SETENV 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SCANF_LLD 1
| #define HAVE_LTDL_H 1
| #define HAVE_X11_XLIB_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_CHOWN 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPPID 1
| #define HAVE_GETUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETHOSTID 1
| #define HAVE_LINK 1
| #define HAVE_GLIB26 1
| #define HAVE_GLIB29 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:23960: result: no
configure:23964: checking dl.h presence
configure:23979: gcc -E  conftest.c
conftest.c:57:16: dl.h: No such file or directory
configure:23985: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STPCPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_TIMEGM 1
| #define HAVE_TOWUPPER 1
| #define HAVE_SETENV 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SCANF_LLD 1
| #define HAVE_LTDL_H 1
| #define HAVE_X11_XLIB_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_CHOWN 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPPID 1
| #define HAVE_GETUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETHOSTID 1
| #define HAVE_LINK 1
| #define HAVE_GLIB26 1
| #define HAVE_GLIB29 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <dl.h>
configure:23999: result: no
configure:24032: checking for dl.h
configure:24040: result: no
configure:23923: checking utmp.h usability
configure:23940: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:23946: $? = 0
configure:23960: result: yes
configure:23964: checking utmp.h presence
configure:23979: gcc -E  conftest.c
configure:23985: $? = 0
configure:23999: result: yes
configure:24032: checking for utmp.h
configure:24040: result: yes
configure:23913: checking for locale.h
configure:23919: result: yes
configure:23923: checking mcheck.h usability
configure:23940: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:23946: $? = 0
configure:23960: result: yes
configure:23964: checking mcheck.h presence
configure:23979: gcc -E  conftest.c
configure:23985: $? = 0
configure:23999: result: yes
configure:24032: checking for mcheck.h
configure:24040: result: yes
configure:23913: checking for unistd.h
configure:23919: result: yes
configure:23923: checking wctype.h usability
configure:23940: gcc -c -O2 -march=i486 -mtune=i686 -I libffi  conftest.c >&5
configure:23946: $? = 0
configure:23960: result: yes
configure:23964: checking wctype.h presence
configure:23979: gcc -E  conftest.c
configure:23985: $? = 0
configure:23999: result: yes
configure:24032: checking for wctype.h
configure:24040: result: yes
configure:24061: checking for dlsym
configure:24117: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  >&5
/tmp/ccOWBYAa.o(.text+0xd): In function `main':
: undefined reference to `dlsym'
collect2: ld returned 1 exit status
configure:24123: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnucash"
| #define PACKAGE_TARNAME "gnucash"
| #define PACKAGE_VERSION "2.0.5"
| #define PACKAGE_STRING "gnucash 2.0.5"
| #define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
| #define PACKAGE "gnucash"
| #define VERSION "2.0.5"
| #define _GNU_SOURCE 1
| #define GNUCASH_MAJOR_VERSION 2
| #define GNUCASH_MINOR_VERSION 0
| #define GNUCASH_MICRO_VERSION 5
| #define GETTEXT_PACKAGE "gnucash"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STPCPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_TIMEGM 1
| #define HAVE_TOWUPPER 1
| #define HAVE_SETENV 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SCANF_LLD 1
| #define HAVE_LTDL_H 1
| #define HAVE_X11_XLIB_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_CHOWN 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPPID 1
| #define HAVE_GETUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETHOSTID 1
| #define HAVE_LINK 1
| #define HAVE_GLIB26 1
| #define HAVE_GLIB29 1
| #define HAVE_DLFCN_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MCHECK_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h.  */
| /* Define dlsym to an innocuous variant, in case <limits.h> declares dlsym.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlsym innocuous_dlsym
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlsym (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlsym
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlsym ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlsym || defined __stub___dlsym
| choke me
| #endif
| 
| int
| main ()
| {
| return dlsym ();
|   ;
|   return 0;
| }
configure:24141: result: no
configure:24150: checking for dlsym in -ldl
configure:24185: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c -ldl   >&5
configure:24191: $? = 0
configure:24209: result: yes
configure:24391: checking for dlerror
configure:24447: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi   conftest.c  -ldl >&5
configure:24453: $? = 0
configure:24471: result: yes
configure:24494: checking for darwin
configure:24519: result: no
configure:24535: checking for qt_null in -lqthreads
configure:24570: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi    conftest.c -lqthreads   >&5
configure:24576: $? = 0
configure:24594: result: yes
configure:24672: checking for main in -ltermcap
configure:24701: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi    conftest.c -ltermcap   >&5
configure:24707: $? = 0
configure:24725: result: yes
configure:24731: checking for main in -lreadline
configure:24760: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi    conftest.c -lreadline -ltermcap  >&5
configure:24766: $? = 0
configure:24784: result: yes
configure:24802: checking for guile-config
configure:24818: found /usr/bin/guile-config
configure:24830: result: yes
configure:24840: checking whether guile-config works
configure:24846: result: yes
configure:24908: checking for sin in -lm
configure:24943: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi    conftest.c -lm   >&5
conftest.c:70: warning: conflicting types for built-in function 'sin'
configure:24949: $? = 0
configure:24967: result: yes
configure:24980: checking for guile libraries
configure:24983: result: -lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm
configure:24985: checking for guile headers
configure:24988: result: 
configure:25322: checking whether guile works
configure:25351: gcc -o conftest -O2 -march=i486 -mtune=i686 -I libffi     conftest.c -lm  -lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm >&5
configure:25357: $? = 0
configure:25382: result: yes
configure:25435: checking for guile
configure:25453: found /usr/bin/guile
configure:25466: result: /usr/bin/guile
configure:25480: checking for guile - 1.6.0 <= version < 99.99.99
configure:25527: result: yes: 1.6.7
configure:25618: checking for guile - 1.8.0 <= version < 99.99.99
configure:25676: result: no: 1.6.7
configure:25742: checking for g-wrap-config
configure:25760: found /usr/local/bin/g-wrap-config
configure:25773: result: /usr/local/bin/g-wrap-config
configure:25804: checking for g-wrap - version >= 1.3.3
configure:25828: result: yes
configure:25855: checking for g-wrap compile args
configure:25858: result: 
configure:25861: checking for g-wrap link args
configure:25866: result: 
configure:25869: checking for g-wrap module directory
configure:25873: result: 
configure:25938: checking g-wrap-wct.h usability
configure:25955: gcc -c -O2 -march=i486 -mtune=i686 -I libffi    conftest.c >&5
configure:25961: $? = 0
configure:25975: result: yes
configure:25979: checking g-wrap-wct.h presence
configure:25994: gcc -E    conftest.c
configure:26000: $? = 0
configure:26014: result: yes
configure:26047: checking for g-wrap-wct.h
configure:26054: result: yes
configure:26098: checking for (g-wrap) guile module
configure:26113: error:

   Cannot find the (g-wrap) guile module.
   Are you sure you have g-wrap compile-time environment installed?
   See http://bugzilla.gnome.org/show_bug.cgi?id=347680



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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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=set
ac_cv_env_CFLAGS_value='-O2 -march=i486 -mtune=i686 -I libffi'
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=set
ac_cv_env_CXXFLAGS_value='-O2 -march=i486 -mtune=i686 -I libffi'
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_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_chown=yes
ac_cv_func_dcgettext=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=no
ac_cv_func_dlsym=no
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getppid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_link=yes
ac_cv_func_memcpy=yes
ac_cv_func_setenv=yes
ac_cv_func_shl_load=no
ac_cv_func_stpcpy=yes
ac_cv_func_timegm=yes
ac_cv_func_towupper=yes
ac_cv_guile_found=yes
ac_cv_header_X11_Xlib_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_g_wrap_wct_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_ltdl_h=yes
ac_cv_header_mcheck_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_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dl_dlsym=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_sin=yes
ac_cv_lib_qthreads_qt_null=yes
ac_cv_lib_readline_main=yes
ac_cv_lib_termcap_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GUILE=/usr/bin/guile
ac_cv_path_G_WRAP_CONFIG=/usr/local/bin/g-wrap-config
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_BUILD_GUILE=yes
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
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=yes
ac_cv_prog_f77_g=yes
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=gcc3
am_cv_scanf_lld=yes
am_cv_struct_tm_gmtoff=yes
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
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/i486-slackware-linux/bin/ld
lt_cv_path_LDCXX=/usr/i486-slackware-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=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=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"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} /tmp/package-gnucash/gnucash-2.0.5/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS=''
ALL_LINGUAS='ca cs da de el en_GB es_NI es eu fr hu it ja nb ne nl pl pt_BR pt ro ru rw sk sv ta tr uk zh_CN zh_TW'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/package-gnucash/gnucash-2.0.5/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /tmp/package-gnucash/gnucash-2.0.5/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/package-gnucash/gnucash-2.0.5/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/package-gnucash/gnucash-2.0.5/missing --run automake-1.10'
AWK='gawk'
BUILD_GUILE='yes'
BZ2_LIBS=''
CATALOGS=' ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es_NI.gmo es.gmo eu.gmo fr.gmo hu.gmo it.gmo ja.gmo nb.gmo ne.gmo nl.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo rw.gmo sk.gmo sv.gmo ta.gmo tr.gmo uk.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -march=i486 -mtune=i686 -I libffi'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2 -march=i486 -mtune=i686 -I libffi'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
DL_LIB='-ldl'
DOC_FALSE=''
DOC_TRUE=''
DOT=''
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EFENCE_LIBS=''
EGREP='/usr/bin/grep -E'
ENABLE_DOXYGEN_FALSE=''
ENABLE_DOXYGEN_TRUE=''
EXEEXT=''
EXTRA_INCLUDES=''
EXTRA_LIBS=''
F77='g77'
FFLAGS='-g -O2'
GCONFTOOL=''
GCONF_CFLAGS=''
GCONF_LIBS=''
GCONF_SCHEMAS_INSTALL_FALSE='#'
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE='xml::/etc/gconf/gconf.xml.defaults'
GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY='/etc/gconf/gconf.xml.defaults'
GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
GDK_PIXBUF_CFLAGS=''
GDK_PIXBUF_CSOURCE=''
GDK_PIXBUF_LIBS=''
GETTEXT_PACKAGE='gnucash'
GLADE_CFLAGS=''
GLADE_LIBS=''
GLIB24_LIBS=''
GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GMOFILES=' ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es_NI.gmo es.gmo eu.gmo fr.gmo hu.gmo it.gmo ja.gmo nb.gmo ne.gmo nl.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo rw.gmo sk.gmo sv.gmo ta.gmo tr.gmo uk.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/usr/bin/msgfmt'
GNC_ACCOUNTS_DIR=''
GNC_ADD_ON_SRFIS=''
GNC_CONFIGDIR=''
GNC_CTAGS_FILE=''
GNC_CTAGS_FILE_FALSE=''
GNC_CTAGS_FILE_TRUE=''
GNC_DOC_INSTALL_DIR=''
GNC_ETAGS_FILE=''
GNC_ETAGS_FILE_FALSE=''
GNC_ETAGS_FILE_TRUE=''
GNC_FALSE_FALSE=''
GNC_FALSE_TRUE=''
GNC_GLADE_DIR=''
GNC_GWRAP_LIBDIR=''
GNC_HAVE_GUILE_WWW_FALSE=''
GNC_HAVE_GUILE_WWW_TRUE=''
GNC_HELPDIR=''
GNC_INCLUDE_DIR=''
GNC_LIBDIR=''
GNC_LIBEXECDIR=''
GNC_MODULE_DIR=''
GNC_PIXMAP_DIR=''
GNC_SCM_INSTALL_DIR=''
GNC_SHAREDIR=''
GNC_SRFI_LOAD_PATH=''
GNC_TEST_SRFI_LOAD_CMD=''
GNC_UI_DIR=''
GNOME_CFLAGS=''
GNOME_LIBS=''
GNOME_PRINT_CFLAGS=''
GNOME_PRINT_LIBS=''
GNUCASH_APP_UTILS_CFLAGS=''
GNUCASH_APP_UTILS_LIBS=''
GNUCASH_ENABLE_GUI_FALSE=''
GNUCASH_ENABLE_GUI_TRUE=''
GNUCASH_ENGINE_BASE_CFLAGS=''
GNUCASH_ENGINE_BASE_LIBS=''
GNUCASH_ENGINE_CFLAGS=''
GNUCASH_ENGINE_LIBS=''
GNUCASH_GNOME_UTILS_CFLAGS=''
GNUCASH_GNOME_UTILS_LIBS=''
GNUCASH_MAJOR_VERSION='2'
GNUCASH_MICRO_VERSION='5'
GNUCASH_MINOR_VERSION='0'
GNUCASH_NETWORK_UTILS_CFLAGS=''
GNUCASH_NETWORK_UTILS_LIBS=''
GNUCASH_REGISTER_CORE_CFLAGS=''
GNUCASH_REGISTER_CORE_LIBS=''
GNUCASH_SEPARATE_BUILDDIR_FALSE=''
GNUCASH_SEPARATE_BUILDDIR_TRUE=''
GOBJECT_QUERY='gobject-query'
GOFFICE_CFLAGS=''
GOFFICE_DEPS_CFLAGS=''
GOFFICE_DEPS_LIBS=''
GOFFICE_GNOME_CFLAGS=''
GOFFICE_GNOME_LIBS=''
GOFFICE_GTK_CFLAGS=''
GOFFICE_GTK_LIBS=''
GOFFICE_LIBS=''
GOFFICE_LIB_VERSION=''
GOFFICE_PLUGIN_LDFLAGS=''
GOFFICE_PLUGIN_LIBADD=''
GREP='/usr/bin/grep'
GSF_CFLAGS=''
GSF_LIBS=''
GTKHTML_CFLAGS=''
GTKHTML_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
GUILE='/usr/bin/guile'
GUILE_CONFIG=''
GUILE_FALSE='#'
GUILE_INCS=''
GUILE_LIBS='-lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm'
GUILE_TOOLS=''
GUILE_TRUE=''
G_WRAP_COMPILE_ARGS=''
G_WRAP_CONFIG='/usr/local/bin/g-wrap-config'
G_WRAP_LIB_DIR=''
G_WRAP_LINK_ARGS=''
G_WRAP_MODULE_DIR=''
HAVE_GLIB26_FALSE='#'
HAVE_GLIB26_TRUE=''
HAVE_GOFFICE_FALSE=''
HAVE_GOFFICE_TRUE=''
HAVE_GTK26_FALSE=''
HAVE_GTK26_TRUE=''
HAVE_LIBGSF_FALSE=''
HAVE_LIBGSF_TRUE=''
HAVE_PANGO18_FALSE=''
HAVE_PANGO18_TRUE=''
HBCI_CFLAGS=''
HBCI_DIR=''
HBCI_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
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_ICONV='/usr/bin/iconv'
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_MSGFMT='/usr/bin/msgfmt'
INTLTOOL_MSGMERGE='/usr/bin/msgmerge'
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_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_XGETTEXT='/usr/bin/xgettext'
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 $< $@'
LC_MESSAGES_ENUM=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBGSF_CFLAGS=''
LIBGSF_GNOME_CFLAGS=''
LIBGSF_GNOME_LIBS=''
LIBGSF_LIBS=''
LIBGSF_MAJOR_VERSION=''
LIBGSF_MICRO_VERSION=''
LIBGSF_MINOR_VERSION=''
LIBOBJS=''
LIBOBJS_SEDSCRIPT=''
LIBOFX_CFLAGS=''
LIBOFX_LIBS=''
LIBQOF_BACKEND_QSF_LIBRARY_VERSION=''
LIBQOF_LIBRARY_VERSION=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LIBXML2_CFLAGS=''
LIBXML2_LIBS=''
LIBXML_VERSION=''
LN_S='ln -s'
LOCALE_DIR=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/package-gnucash/gnucash-2.0.5/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MT940_DIR=''
OBJEXT='o'
OFX_DIR=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE=''
PACKAGE='gnucash'
PACKAGE_BUGREPORT='gnucash-devel at gnucash.org'
PACKAGE_NAME='gnucash'
PACKAGE_STRING='gnucash 2.0.5'
PACKAGE_TARNAME='gnucash'
PACKAGE_VERSION='2.0.5'
PATH_SEPARATOR=':'
PERL=''
PERLINCL=''
PGSQL_CFLAGS=''
PGSQL_LIBS=''
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
POFILES=' ca.po cs.po da.po de.po el.po en_GB.po es_NI.po es.po eu.po fr.po hu.po it.po ja.po nb.po ne.po nl.po pl.po pt_BR.po pt.po ro.po ru.po rw.po sk.po sv.po ta.po tr.po uk.po zh_CN.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
QOF_CFLAGS=''
QOF_LIBS=''
QOF_LIB_DIR=''
QOF_PREFIX=''
QOF_XML_DIR=''
QTTHREADS_LIB='-lqthreads'
RANLIB='ranlib'
READLINE_LIB='-lreadline'
RENDER_LIBS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SQL_DIR=''
STRIP='strip'
TERMCAP_LIB='-ltermcap'
USE_LIBQOF=''
USE_LIBQOF_FALSE=''
USE_LIBQOF_TRUE=''
USE_NLS='yes'
VERSION='2.0.5'
VERSION_INFO=''
WINDRES=''
WITH_CAIRO_FALSE=''
WITH_CAIRO_TRUE=''
WITH_GNOME_FALSE=''
WITH_GNOME_TRUE=''
WITH_GTK_FALSE=''
WITH_GTK_TRUE=''
WITH_LIBGSF_GNOME_FALSE=''
WITH_LIBGSF_GNOME_TRUE=''
WITH_PYTHON_FALSE=''
WITH_PYTHON_TRUE=''
WITH_WIN32_FALSE=''
WITH_WIN32_TRUE=''
XGETTEXT='/usr/bin/xgettext'
YACC=''
YFLAGS=''
Z_CPPFLAGS=''
Z_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
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 -'
aqbanking_data=''
aqbanking_dir=''
aqbanking_includes=''
aqbanking_libs=''
aqbanking_libspp=''
aqbanking_plugins=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cflags_set=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_dot=''
enable_html_docs=''
enable_latex_docs=''
exec_prefix='NONE'
goffice_datadir=''
goffice_gladedir=''
goffice_icondir=''
goffice_libdir=''
goffice_localedir=''
goffice_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) /tmp/package-gnucash/gnucash-2.0.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

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

#define PACKAGE_NAME "gnucash"
#define PACKAGE_TARNAME "gnucash"
#define PACKAGE_VERSION "2.0.5"
#define PACKAGE_STRING "gnucash 2.0.5"
#define PACKAGE_BUGREPORT "gnucash-devel at gnucash.org"
#define PACKAGE "gnucash"
#define VERSION "2.0.5"
#define _GNU_SOURCE 1
#define GNUCASH_MAJOR_VERSION 2
#define GNUCASH_MINOR_VERSION 0
#define GNUCASH_MICRO_VERSION 5
#define GETTEXT_PACKAGE "gnucash"
#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_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_STPCPY 1
#define HAVE_MEMCPY 1
#define HAVE_TIMEGM 1
#define HAVE_TOWUPPER 1
#define HAVE_SETENV 1
#define HAVE_STRUCT_TM_GMTOFF 1
#define HAVE_SCANF_LLD 1
#define HAVE_LTDL_H 1
#define HAVE_X11_XLIB_H 1
#define HAVE_GLOB_H 1
#define HAVE_CHOWN 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPPID 1
#define HAVE_GETUID 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_GETHOSTID 1
#define HAVE_LINK 1
#define HAVE_GLIB26 1
#define HAVE_GLIB29 1
#define HAVE_DLFCN_H 1
#define HAVE_UTMP_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MCHECK_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_DLERROR 1
#define HAVE_LIBM 1
#define HAVE_GUILE 1
#define GNC_GUILE_MAJOR_VERSION 1
#define GNC_GUILE_MINOR_VERSION 6
#define GNC_GUILE_MICRO_VERSION 7

configure: exit 1


More information about the gnucash-user mailing list