[grisbi-user-french] Pb installation openSUSE 11.0

Tecehen thierry.cagnin at gmail.com
Sam 22 Nov 18:45:02 CET 2008


Je n'arrive pas à installer Grisbi 0.5.9 sur openSUSE 11.0, KDE 3.5. Il 
n'y a pas de paquetage pour cette version sur 
http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/packages/Office/grisbi/, 
j'ai donc dû essayer à partir des sources.

Or j'obtiens toujours les mêmes erreurs, cf. log ci-dessous. J'ai pourtant 
installé Gnome, sans résultats. Comme je n'y connais rien en programmation 
sous Linux, toute aide est la bienvenue.

Tecehen

Copie de 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 configure, which was
generated by GNU Autoconf 2.59e.  Invocation command line was

  $ ./configure 

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

hostname = linux-8rkd
uname -m = i686
uname -r = 2.6.25.18-0.2-default
uname -s = Linux
uname -v = #1 SMP 2008-10-21 16:30:26 +0200

/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/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/kde3/bin
PATH: /usr/lib/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: .
PATH: /home/thierry/bin


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

configure:1799: checking for a BSD-compatible install
configure:1855: result: /usr/bin/install -c
configure:1866: checking whether build environment is sane
configure:1909: result: yes
configure:1924: checking whether make sets $(MAKE)
configure:1945: result: yes
configure:1977: checking for working aclocal-1.4
configure:1988: result: missing
configure:1992: checking for working autoconf
configure:2003: result: missing
configure:2007: checking for working automake-1.4
configure:2018: result: missing
configure:2022: checking for working autoheader
configure:2033: result: missing
configure:2037: checking for working makeinfo
configure:2048: result: missing
configure:2068: checking whether to enable maintainer-specific portions of 
Makefiles
configure:2077: result: no
configure:2145: checking for gcc
configure:2161: found /usr/bin/gcc
configure:2172: result: gcc
configure:2410: checking for C compiler version
configure:2417: gcc --version >&5
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 
135036]
Copyright (C) 2008 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:2420: $? = 0
configure:2427: gcc -v >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local 
--infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib 
--libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada 
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ 
--with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib 
--with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new 
--disable-libstdcxx-pch --program-suffix=-4.3 
--enable-version-specific-runtime-libs --enable-linux-futex 
--without-system-libunwind --with-cpu=generic --build=i586-suse-linux
Thread model: posix
gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] 
(SUSE Linux) 
configure:2430: $? = 0
configure:2437: gcc -V >&5
gcc: '-V' option must have argument
configure:2440: $? = 1
configure:2463: checking for C compiler default output file name
configure:2490: gcc    conftest.c  >&5
configure:2493: $? = 0
configure:2539: result: a.out
configure:2544: checking whether the C compiler works
configure:2554: ./a.out
configure:2557: $? = 0
configure:2574: result: yes
configure:2581: checking whether we are cross compiling
configure:2583: result: no
configure:2586: checking for suffix of executables
configure:2593: gcc -o conftest    conftest.c  >&5
configure:2596: $? = 0
configure:2620: result: 
configure:2626: checking for suffix of object files
configure:2652: gcc -c   conftest.c >&5
configure:2655: $? = 0
configure:2678: result: o
configure:2682: checking whether we are using the GNU C compiler
configure:2711: gcc -c   conftest.c >&5
configure:2717: $? = 0
configure:2724: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2727: $? = 0
configure:2734: test -s conftest.o
configure:2737: $? = 0
configure:2751: result: yes
configure:2756: checking whether gcc accepts -g
configure:2786: gcc -c -g  conftest.c >&5
configure:2792: $? = 0
configure:2799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2802: $? = 0
configure:2809: test -s conftest.o
configure:2812: $? = 0
configure:2942: result: yes
configure:2959: checking for gcc option to accept ISO C89
configure:3028: gcc  -c -g -O2  conftest.c >&5
configure:3034: $? = 0
configure:3041: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3044: $? = 0
configure:3051: test -s conftest.o
configure:3054: $? = 0
configure:3074: result: none needed
configure:3094: checking for strerror in -lcposix
configure:3129: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld: 
cannot find -lcposix
collect2: ld returned 1 exit status
configure:3135: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| /* 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 strerror ();
| int
| main ()
| {
| return strerror ();
|   ;
|   return 0;
| }
configure:3169: result: no
configure:3225: checking for gcc
configure:3252: result: gcc
configure:3490: checking for C compiler version
configure:3497: gcc --version >&5
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 
135036]
Copyright (C) 2008 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:3500: $? = 0
configure:3507: gcc -v >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local 
--infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib 
--libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada 
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ 
--with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib 
--with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new 
--disable-libstdcxx-pch --program-suffix=-4.3 
--enable-version-specific-runtime-libs --enable-linux-futex 
--without-system-libunwind --with-cpu=generic --build=i586-suse-linux
Thread model: posix
gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] 
(SUSE Linux) 
configure:3510: $? = 0
configure:3517: gcc -V >&5
gcc: '-V' option must have argument
configure:3520: $? = 1
configure:3523: checking whether we are using the GNU C compiler
configure:3592: result: yes
configure:3597: checking whether gcc accepts -g
configure:3783: result: yes
configure:3800: checking for gcc option to accept ISO C89
configure:3915: result: none needed
configure:3938: checking how to run the C preprocessor
configure:3978: gcc -E  conftest.c
configure:3984: $? = 0
configure:4022: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4028: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4068: result: gcc -E
configure:4097: gcc -E  conftest.c
configure:4103: $? = 0
configure:4141: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4147: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4192: checking for grep that handles long lines and -e
configure:4266: result: /usr/bin/grep
configure:4271: checking for egrep
configure:4349: result: /usr/bin/grep -E
configure:4354: checking for ANSI C header files
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4397: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4400: $? = 0
configure:4407: test -s conftest.o
configure:4410: $? = 0
configure:4506: gcc -o conftest -g -O2   conftest.c  >&5
configure:4509: $? = 0
configure:4515: ./conftest
configure:4518: $? = 0
configure:4535: result: yes
configure:4588: checking for ranlib
configure:4604: found /usr/bin/ranlib
configure:4615: result: ranlib
configure:4658: checking whether NLS is requested
configure:4667: result: yes
configure:4705: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:4737: result: /usr/bin/msgfmt
configure:4746: checking for gmsgfmt
configure:4777: result: /usr/bin/msgfmt
configure:4817: checking for xgettext
configure:4852: result: no
configure:4889: checking for msgmerge
configure:4923: result: no
configure:4961: checking build system type
configure:4979: result: i686-pc-linux-gnu
configure:5001: checking host system type
configure:5016: result: i686-pc-linux-gnu
configure:5039: checking whether we are using the GNU C Library 2 or newer
configure:5070: result: yes
configure:5076: checking for an ANSI C-conforming const
configure:5151: gcc -c -g -O2  conftest.c >&5
configure:5157: $? = 0
configure:5164: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5167: $? = 0
configure:5174: test -s conftest.o
configure:5177: $? = 0
configure:5189: result: yes
configure:5200: checking for signed
configure:5226: gcc -c -g -O2  conftest.c >&5
configure:5232: $? = 0
configure:5239: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5242: $? = 0
configure:5249: test -s conftest.o
configure:5252: $? = 0
configure:5264: result: yes
configure:5274: checking for inline
configure:5300: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5313: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5316: $? = 0
configure:5323: test -s conftest.o
configure:5326: $? = 0
configure:5341: result: inline
configure:5374: checking for sys/types.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for sys/stat.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for stdlib.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for string.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for memory.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for strings.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for inttypes.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for stdint.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5374: checking for unistd.h
configure:5395: gcc -c -g -O2  conftest.c >&5
configure:5401: $? = 0
configure:5408: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5411: $? = 0
configure:5418: test -s conftest.o
configure:5421: $? = 0
configure:5434: result: yes
configure:5446: checking for off_t
configure:5476: gcc -c -g -O2  conftest.c >&5
configure:5482: $? = 0
configure:5489: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5492: $? = 0
configure:5499: test -s conftest.o
configure:5502: $? = 0
configure:5514: result: yes
configure:5526: checking for size_t
configure:5556: gcc -c -g -O2  conftest.c >&5
configure:5562: $? = 0
configure:5569: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5572: $? = 0
configure:5579: test -s conftest.o
configure:5582: $? = 0
configure:5594: result: yes
configure:5607: checking for long long
configure:5634: gcc -o conftest -g -O2   conftest.c  >&5
configure:5640: $? = 0
configure:5647: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5650: $? = 0
configure:5657: test -s conftest
configure:5660: $? = 0
configure:5673: result: yes
configure:5684: checking for long double
configure:5757: result: yes
configure:5768: checking for wchar_t
configure:5795: gcc -c -g -O2  conftest.c >&5
configure:5801: $? = 0
configure:5808: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5811: $? = 0
configure:5818: test -s conftest.o
configure:5821: $? = 0
configure:5833: result: yes
configure:5844: checking for wint_t
configure:5871: gcc -c -g -O2  conftest.c >&5
configure:5877: $? = 0
configure:5884: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5887: $? = 0
configure:5894: test -s conftest.o
configure:5897: $? = 0
configure:5909: result: yes
configure:5920: checking for inttypes.h
configure:5947: gcc -c -g -O2  conftest.c >&5
configure:5953: $? = 0
configure:5960: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5963: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5985: result: yes
configure:5996: checking for stdint.h
configure:6023: gcc -c -g -O2  conftest.c >&5
configure:6029: $? = 0
configure:6036: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6039: $? = 0
configure:6046: test -s conftest.o
configure:6049: $? = 0
configure:6061: result: yes
configure:6074: checking for intmax_t
configure:6109: gcc -c -g -O2  conftest.c >&5
configure:6115: $? = 0
configure:6122: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6125: $? = 0
configure:6132: test -s conftest.o
configure:6135: $? = 0
configure:6147: result: yes
configure:6159: checking whether printf() supports POSIX/XSI format strings
configure:6214: gcc -o conftest -g -O2   conftest.c  >&5
configure:6217: $? = 0
configure:6223: ./conftest
configure:6226: $? = 0
configure:6243: result: yes
configure:6257: checking for working alloca.h
configure:6283: gcc -o conftest -g -O2   conftest.c  >&5
configure:6289: $? = 0
configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6299: $? = 0
configure:6306: test -s conftest
configure:6309: $? = 0
configure:6322: result: yes
configure:6332: checking for alloca
configure:6378: gcc -o conftest -g -O2   conftest.c  >&5
configure:6384: $? = 0
configure:6391: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6394: $? = 0
configure:6401: test -s conftest
configure:6404: $? = 0
configure:6417: result: yes
configure:6666: checking for stdlib.h
configure:6672: result: yes
configure:6666: checking for unistd.h
configure:6672: result: yes
configure:6829: checking for getpagesize
configure:6885: gcc -o conftest -g -O2   conftest.c  >&5
configure:6891: $? = 0
configure:6898: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6901: $? = 0
configure:6908: test -s conftest
configure:6911: $? = 0
configure:6925: result: yes
configure:6935: checking for working mmap
configure:7082: gcc -o conftest -g -O2   conftest.c  >&5
configure:7085: $? = 0
configure:7091: ./conftest
configure:7094: $? = 0
configure:7110: result: yes
configure:7122: checking whether we are using the GNU C Library 2.1 or 
newer
configure:7153: result: yes
configure:7161: checking whether integer division by zero raises SIGFPE
configure:7228: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:52: warning: built-in function 'nan' declared as non-function
configure:7231: $? = 0
configure:7237: ./conftest
configure:7240: $? = 0
configure:7257: result: yes
configure:7270: checking for unsigned long long
configure:7297: gcc -o conftest -g -O2   conftest.c  >&5
configure:7303: $? = 0
configure:7310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7313: $? = 0
configure:7320: test -s conftest
configure:7323: $? = 0
configure:7336: result: yes
configure:7368: checking for inttypes.h
configure:7396: gcc -c -g -O2  conftest.c >&5
configure:7402: $? = 0
configure:7409: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7412: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7435: result: yes
configure:7448: checking whether the inttypes.h PRIxNN macros are broken
configure:7479: gcc -c -g -O2  conftest.c >&5
configure:7485: $? = 0
configure:7492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7495: $? = 0
configure:7502: test -s conftest.o
configure:7505: $? = 0
configure:7518: result: no
configure:7535: checking for stdint.h
configure:7541: result: yes
configure:7694: checking for SIZE_MAX
configure:8975: result: yes
configure:8993: checking for stdint.h
configure:8999: result: yes
configure:9154: checking for CFPreferencesCopyAppValue
configure:9184: gcc -o conftest -g -O2  
-I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  
-framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:9190: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:9225: result: no
configure:9234: checking for CFLocaleCopyCurrent
configure:9264: gcc -o conftest -g -O2  
-I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  
-framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:9270: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:9305: result: no
configure:9360: checking for ld used by GCC
configure:9424: result: /usr/i586-suse-linux/bin/ld
configure:9433: checking if the linker (/usr/i586-suse-linux/bin/ld) is 
GNU ld
configure:9446: result: yes
configure:9453: checking for shared library run path origin
configure:9466: result: done
configure:9872: checking for ptrdiff_t
configure:9902: gcc -c -g -O2  conftest.c >&5
configure:9908: $? = 0
configure:9915: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9918: $? = 0
configure:9925: test -s conftest.o
configure:9928: $? = 0
configure:9940: result: yes
configure:9978: checking argz.h usability
configure:9995: gcc -c -g -O2  conftest.c >&5
configure:10001: $? = 0
configure:10008: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10011: $? = 0
configure:10018: test -s conftest.o
configure:10021: $? = 0
configure:10032: result: yes
configure:10036: checking argz.h presence
configure:10051: gcc -E  conftest.c
configure:10057: $? = 0
configure:10078: result: yes
configure:10106: checking for argz.h
configure:10114: result: yes
configure:9978: checking limits.h usability
configure:9995: gcc -c -g -O2  conftest.c >&5
configure:10001: $? = 0
configure:10008: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10011: $? = 0
configure:10018: test -s conftest.o
configure:10021: $? = 0
configure:10032: result: yes
configure:10036: checking limits.h presence
configure:10051: gcc -E  conftest.c
configure:10057: $? = 0
configure:10078: result: yes
configure:10106: checking for limits.h
configure:10114: result: yes
configure:9978: checking locale.h usability
configure:9995: gcc -c -g -O2  conftest.c >&5
configure:10001: $? = 0
configure:10008: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10011: $? = 0
configure:10018: test -s conftest.o
configure:10021: $? = 0
configure:10032: result: yes
configure:10036: checking locale.h presence
configure:10051: gcc -E  conftest.c
configure:10057: $? = 0
configure:10078: result: yes
configure:10106: checking for locale.h
configure:10114: result: yes
configure:9978: checking nl_types.h usability
configure:9995: gcc -c -g -O2  conftest.c >&5
configure:10001: $? = 0
configure:10008: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10011: $? = 0
configure:10018: test -s conftest.o
configure:10021: $? = 0
configure:10032: result: yes
configure:10036: checking nl_types.h presence
configure:10051: gcc -E  conftest.c
configure:10057: $? = 0
configure:10078: result: yes
configure:10106: checking for nl_types.h
configure:10114: result: yes
configure:9978: checking malloc.h usability
configure:9995: gcc -c -g -O2  conftest.c >&5
configure:10001: $? = 0
configure:10008: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10011: $? = 0
configure:10018: test -s conftest.o
configure:10021: $? = 0
configure:10032: result: yes
configure:10036: checking malloc.h presence
configure:10051: gcc -E  conftest.c
configure:10057: $? = 0
configure:10078: result: yes
configure:10106: checking for malloc.h
configure:10114: result: yes
configure:9978: checking stddef.h usability
configure:9995: gcc -c -g -O2  conftest.c >&5
configure:10001: $? = 0
configure:10008: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10011: $? = 0
configure:10018: test -s conftest.o
configure:10021: $? = 0
configure:10032: result: yes
configure:10036: checking stddef.h presence
configure:10051: gcc -E  conftest.c
configure:10057: $? = 0
configure:10078: result: yes
configure:10106: checking for stddef.h
configure:10114: result: yes
configure:9968: checking for stdlib.h
configure:9974: result: yes
configure:9968: checking for string.h
configure:9974: result: yes
configure:9968: checking for unistd.h
configure:9974: result: yes
configure:9978: checking sys/param.h usability
configure:9995: gcc -c -g -O2  conftest.c >&5
configure:10001: $? = 0
configure:10008: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10011: $? = 0
configure:10018: test -s conftest.o
configure:10021: $? = 0
configure:10032: result: yes
configure:10036: checking sys/param.h presence
configure:10051: gcc -E  conftest.c
configure:10057: $? = 0
configure:10078: result: yes
configure:10106: checking for sys/param.h
configure:10114: result: yes
configure:10156: checking for asprintf
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for fwprintf
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for getcwd
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for getegid
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for geteuid
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for getgid
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for getuid
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for mempcpy
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:80: warning: conflicting types for built-in function 'mempcpy'
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for munmap
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for putenv
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for setenv
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for setlocale
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for snprintf
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:85: warning: conflicting types for built-in function 'snprintf'
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for stpcpy
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:86: warning: conflicting types for built-in function 'stpcpy'
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for strcasecmp
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:87: warning: conflicting types for built-in function 
'strcasecmp'
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for strdup
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:88: warning: conflicting types for built-in function 'strdup'
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for strtoul
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for tsearch
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for wcslen
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for __argz_count
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for __argz_stringify
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for __argz_next
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10156: checking for __fsetlocking
configure:10212: gcc -o conftest -g -O2   conftest.c  >&5
configure:10218: $? = 0
configure:10225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10228: $? = 0
configure:10235: test -s conftest
configure:10238: $? = 0
configure:10252: result: yes
configure:10264: checking whether _snprintf is declared
configure:10294: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:79: error: '_snprintf' undeclared (first use in this function)
conftest.c:79: error: (Each undeclared identifier is reported only once
conftest.c:79: error: for each function it appears in.)
configure:10300: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef _snprintf
|   char *p = (char *) _snprintf;
| #endif
| 
|   ;
|   return 0;
| }
configure:10332: result: no
configure:10346: checking whether _snwprintf is declared
configure:10376: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: '_snwprintf' undeclared (first use in this function)
conftest.c:80: error: (Each undeclared identifier is reported only once
conftest.c:80: error: for each function it appears in.)
configure:10382: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef _snwprintf
|   char *p = (char *) _snwprintf;
| #endif
| 
|   ;
|   return 0;
| }
configure:10414: result: no
configure:10429: checking whether feof_unlocked is declared
configure:10459: gcc -c -g -O2  conftest.c >&5
configure:10465: $? = 0
configure:10472: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10475: $? = 0
configure:10482: test -s conftest.o
configure:10485: $? = 0
configure:10497: result: yes
configure:10511: checking whether fgets_unlocked is declared
configure:10541: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82: error: 'fgets_unlocked' undeclared (first use in this 
function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:10547: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef fgets_unlocked
|   char *p = (char *) fgets_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:10579: result: no
configure:10593: checking whether getc_unlocked is declared
configure:10623: gcc -c -g -O2  conftest.c >&5
configure:10629: $? = 0
configure:10636: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10639: $? = 0
configure:10646: test -s conftest.o
configure:10649: $? = 0
configure:10661: result: yes
configure:10729: checking for iconv
configure:10761: gcc -o conftest -g -O2   conftest.c  >&5
configure:10767: $? = 0
configure:10774: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10777: $? = 0
configure:10784: test -s conftest
configure:10787: $? = 0
configure:10869: result: yes
configure:10892: checking for iconv declaration
configure:10931: gcc -c -g -O2  conftest.c >&5
configure:10937: $? = 0
configure:10944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10947: $? = 0
configure:10954: test -s conftest.o
configure:10957: $? = 0
configure:10973: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:10984: checking for nl_langinfo and CODESET
configure:11010: gcc -o conftest -g -O2   conftest.c  >&5
configure:11016: $? = 0
configure:11023: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11026: $? = 0
configure:11033: test -s conftest
configure:11036: $? = 0
configure:11050: result: yes
configure:11062: checking for LC_MESSAGES
configure:11088: gcc -o conftest -g -O2   conftest.c  >&5
configure:11094: $? = 0
configure:11101: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11104: $? = 0
configure:11111: test -s conftest
configure:11114: $? = 0
configure:11127: result: yes
configure:11147: checking for bison
configure:11177: result: no
configure:11219: checking for CFPreferencesCopyAppValue
configure:11290: result: no
configure:11299: checking for CFLocaleCopyCurrent
configure:11370: result: no
configure:11387: checking whether NLS is requested
configure:11396: result: yes
configure:11412: checking whether included gettext is requested
configure:11422: result: no
configure:11433: checking for GNU gettext in libc
configure:11462: gcc -o conftest -g -O2   conftest.c  >&5
configure:11468: $? = 0
configure:11475: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11478: $? = 0
configure:11485: test -s conftest
configure:11488: $? = 0
configure:11501: result: yes
configure:12090: checking whether to use NLS
configure:12092: result: yes
configure:12095: checking where the gettext function comes from
configure:12106: result: libc
configure:12197: checking for main in -lintl
configure:12226: gcc -o conftest -g -O2   conftest.c -lintl   >&5
/usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld: 
cannot find -lintl
collect2: ld returned 1 exit status
configure:12232: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:12266: result: no
configure:12288: checking libofx/libofx.h usability
configure:12305: gcc -c -g -O2  conftest.c >&5
conftest.c:118:27: error: libofx/libofx.h: No such file or directory
configure:12311: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libofx/libofx.h>
configure:12342: result: no
configure:12346: checking libofx/libofx.h presence
configure:12361: gcc -E  conftest.c
conftest.c:85:27: error: libofx/libofx.h: No such file or directory
configure:12367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "grisbi"
| #define VERSION "0.5.9"
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <libofx/libofx.h>
configure:12388: result: no
configure:12416: checking for libofx/libofx.h
configure:12423: result: no
configure:12532: result: Libofx header missing. Check your libofx 
installation
configure:12602: checking for pkg-config
configure:12620: found /usr/bin/pkg-config
configure:12632: result: /usr/bin/pkg-config
configure:12661: checking pkg-config is at least version 0.9.0
configure:12664: result: yes
configure:12675: checking for GRISBI
configure:12683: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.2.0 
glib-2.0 libxml-2.0 >= 2.0"
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
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
configure:12686: $? = 1
configure:12701: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.2.0 
glib-2.0 libxml-2.0 >= 2.0"
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
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
configure:12704: $? = 1
No package 'gtk+-2.0' found
No package 'glib-2.0' found
No package 'libxml-2.0' found
configure:12742: error: Package requirements (gtk+-2.0 >= 2.2.0 glib-2.0 
libxml-2.0 >= 2.0) were not met:

No package 'gtk+-2.0' found
No package 'glib-2.0' found
No package 'libxml-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 GRISBI_CFLAGS
and GRISBI_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_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GRISBI_CFLAGS_set=
ac_cv_env_GRISBI_CFLAGS_value=
ac_cv_env_GRISBI_LIBS_set=
ac_cv_env_GRISBI_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fsetlocking=yes
ac_cv_func_alloca_works=yes
ac_cv_func_asprintf=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_func_wcslen=yes
ac_cv_gnu_library_2=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl__snwprintf=no
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_fgets_unlocked=no
ac_cv_have_decl_getc_unlocked=yes
ac_cv_header_argz_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libofx_libofx_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_intl_main=no
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_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=:
ac_cv_path_XGETTEXT=:
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_long_long=yes
ac_cv_type_off_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_working_alloca_h=yes
acl_cv_path_LD=/usr/i586-suse-linux/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
bh_cv_c_signed=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_stdint_h=yes
gt_cv_c_intmax_t=yes
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
gt_cv_func_printf_posix=yes
gt_cv_header_inttypes_h=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
gt_cv_val_LC_MESSAGES=yes
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

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

ACLOCAL='/home/partage/Téléchargement/grisbi-0.5.9/missing aclocal-1.4 -I 
macros'
ALLOCA=''
AUTOCONF='/home/partage/Téléchargement/grisbi-0.5.9/missing autoconf'
AUTOHEADER='/home/partage/Téléchargement/grisbi-0.5.9/missing autoheader'
AUTOMAKE='/home/partage/Téléchargement/grisbi-0.5.9/missing automake-1.4'
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT='.gmo'
CC='gcc'
CFLAGS='-g -O2 -DNOOFX'
CPP='gcc -E'
CPPFLAGS=''
DATADIRNAME='share'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GENCAT='gencat'
GLIBC21='yes'
GLIBC2='yes'
GMSGFMT='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
GRISBI_CFLAGS=''
GRISBI_LIBS=''
HAVE_ASPRINTF='1'
HAVE_POSIX_PRINTF='1'
HAVE_SNPRINTF='1'
HAVE_WPRINTF='0'
INSIDE_GNOME_COMMON_FALSE=''
INSIDE_GNOME_COMMON_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/home/partage/Téléchargement/grisbi-0.5.9/missing makeinfo'
MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE=':'
NOOFX_FALSE='#'
NOOFX_TRUE=''
OBJEXT='o'
PACKAGE='grisbi'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POSUB='po'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
USE_INCLUDED_LIBINTL='no'
USE_NLS='yes'
VERSION='0.5.9'
XGETTEXT=':'
ac_ct_CC='gcc'
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}'
dvidir='${docdir}'
exec_prefix='NONE'
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'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
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 ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "grisbi"
#define VERSION "0.5.9"
#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_LONG_LONG 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define HAVE_POSIX_PRINTF 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define INTDIV0_RAISES_SIGFPE 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_ASPRINTF 1
#define HAVE_FWPRINTF 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE_WCSLEN 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE___FSETLOCKING 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL__SNWPRINTF 0
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1

configure: exit 1



Plus d'informations sur la liste de diffusion user-french