pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem configuring pspp-0.10.0 on Linux Slackware 14.1


From: John Darrington
Subject: Re: Problem configuring pspp-0.10.0 on Linux Slackware 14.1
Date: Sat, 2 Apr 2016 20:40:27 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

Something seems odd with your system.

What do you get when you try to compile this program in the normal way:



#include <stddef.h>
#include <stdio.h>
#include <time.h>
#include <wchar.h>
extern int zero (void);
int 
main () 
{ 
 return zero(); 
}

J'




On Sat, Apr 02, 2016 at 07:43:24PM +0200, Frans Houweling wrote:
     Thanks. I tried (fresh untar) but get the same error.
     
     On 02/04/2016 19:33, John Darrington wrote:
     >Don't modify any files.   Just run configure like this:
     >
     >  ./configure CC="gcc -fgnu89-inline"
     >
     >J'
     >
     >On Sat, Apr 02, 2016 at 07:24:15PM +0200, Frans Houweling wrote:
     >      Ehm ... I'm afraid I am on the wrong list. I did try to modify this 
line
     >      in configure:
     >      > ac_compile='$CC -c $CFLAGS $CPPFLAGS CFLAGS+="
     >      -std=c11"conftest.$ac_ext >&5'
     >      into
     >      > ac_compile='$CC -c $CFLAGS $CPPFLAGS -fgnu89-inline CFLAGS+="
     >      -std=c11"conftest.$ac_ext >&5'
     >      to no avail.
     >      What is the correct way to add flags to CC?
     >      Thanks, frans
     >      On 02/04/2016 18:09, John Darrington wrote:
     >      >On Sat, Apr 02, 2016 at 05:56:46PM +0200, Frans Houweling wrote:
     >      >      Trying to configure pspp-0.10.0 on Slackware 14.1 I get:
     >      >      >checking whether <wchar.h> uses 'inline' correctly... no
     >      >      >configure: error: <wchar.h> cannot be used with this 
compiler (gcc
     >      >      >-std=gnu99 -g -O2  -pthread -I/usr/include/cairo
     >      >      >-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
     >      >      >-I/usr/include/pixman-1 -I/usr/include/freetype2
     >      >      >-I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0
     >      >      >).
     >      >      >This is a known interoperability problem of glibc <= 2.5 
with gcc >=
     >      >      >4.3 in
     >      >      >C99 mode. You have four options:
     >      >      >  - Add the flag -fgnu89-inline to CC and reconfigure, or
     >      >      >  - Fix your include files, using parts of
     >      >      
><http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=b037a293a48718af30d706c2e18c929d0e69a621>,
     >      >      >or
     >      >      >  - Use a gcc version older than 4.3, or
     >      >      >  - Don't use the flags -std=c99 or -std=gnu99.
     >      >
     >      >Did you try the first of these options?
     >      >
     >      >J'
     >      >
     >
     

     This file contains any messages produced by compilers while
     running configure, to aid debugging if configure makes a mistake.
     
     It was created by GNU PSPP configure 0.10.0, which was
     generated by GNU Autoconf 2.69.  Invocation command line was
     
       $ ./configure CC=gcc -fgnu89-inline
     
     ## --------- ##
     ## Platform. ##
     ## --------- ##
     
     hostname = bersano
     uname -m = x86_64
     uname -r = 3.10.17
     uname -s = Linux
     uname -v = #2 SMP Fri Feb 14 16:45:28 CST 2014
     
     /usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 2.80GHz
     /bin/uname -X     = unknown
     
     /bin/arch              = x86_64
     /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/games
     PATH: /usr/lib64/java/bin
     PATH: /usr/lib64/java/jre/bin
     PATH: /usr/lib64/kde4/libexec
     PATH: /usr/lib64/qt/bin
     PATH: /usr/share/texmf/bin
     
     
     ## ----------- ##
     ## Core tests. ##
     ## ----------- ##
     
     configure:4002: checking for a BSD-compatible install
     configure:4070: result: /usr/bin/ginstall -c
     configure:4081: checking whether build environment is sane
     configure:4136: result: yes
     configure:4287: checking for a thread-safe mkdir -p
     configure:4326: result: /usr/bin/mkdir -p
     configure:4333: checking for gawk
     configure:4349: found /usr/bin/gawk
     configure:4360: result: gawk
     configure:4371: checking whether make sets $(MAKE)
     configure:4393: result: yes
     configure:4422: checking whether make supports nested variables
     configure:4439: result: yes
     configure:4578: checking for style of include used by make
     configure:4606: result: GNU
     configure:4677: checking for gcc
     configure:4704: result: gcc -fgnu89-inline
     configure:4933: checking for C compiler version
     configure:4942: gcc -fgnu89-inline --version >&5
     gcc (GCC) 4.8.2
     Copyright (C) 2013 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:4953: $? = 0
     configure:4942: gcc -fgnu89-inline -v >&5
     Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/specs
     COLLECT_GCC=gcc
     
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.8.2/lto-wrapper
     Target: x86_64-slackware-linux
     Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib64 
--mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap 
--enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix 
--enable-checking=release --enable-objc-gc --with-system-zlib 
--with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions 
--enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose 
--enable-java-home --with-java-home=/usr/lib64/jvm/jre 
--with-jvm-root-dir=/usr/lib64/jvm 
--with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 
--with-antlr-jar=/tmp/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk 
--disable-gtktest --disable-multilib --target=x86_64-slackware-linux 
--build=x86_64-slackware-linux --host=x86_64-slackware-linux
     Thread model: posix
     gcc version 4.8.2 (GCC) 
     configure:4953: $? = 0
     configure:4942: gcc -fgnu89-inline -V >&5
     gcc: error: unrecognized command line option '-V'
     gcc: fatal error: no input files
     compilation terminated.
     configure:4953: $? = 1
     configure:4942: gcc -fgnu89-inline -qversion >&5
     gcc: error: unrecognized command line option '-qversion'
     gcc: fatal error: no input files
     compilation terminated.
     configure:4953: $? = 1
     configure:4973: checking whether the C compiler works
     configure:4995: gcc -fgnu89-inline    conftest.c  >&5
     configure:4999: $? = 0
     configure:5047: result: yes
     configure:5050: checking for C compiler default output file name
     configure:5052: result: a.out
     configure:5058: checking for suffix of executables
     configure:5065: gcc -fgnu89-inline -o conftest    conftest.c  >&5
     configure:5069: $? = 0
     configure:5091: result: 
     configure:5113: checking whether we are cross compiling
     configure:5121: gcc -fgnu89-inline -o conftest    conftest.c  >&5
     configure:5125: $? = 0
     configure:5132: ./conftest
     configure:5136: $? = 0
     configure:5151: result: no
     configure:5156: checking for suffix of object files
     configure:5178: gcc -fgnu89-inline -c   conftest.c >&5
     configure:5182: $? = 0
     configure:5203: result: o
     configure:5207: checking whether we are using the GNU C compiler
     configure:5226: gcc -fgnu89-inline -c   conftest.c >&5
     configure:5226: $? = 0
     configure:5235: result: yes
     configure:5244: checking whether gcc -fgnu89-inline accepts -g
     configure:5264: gcc -fgnu89-inline -c -g  conftest.c >&5
     configure:5264: $? = 0
     configure:5305: result: yes
     configure:5322: checking for gcc -fgnu89-inline option to accept ISO C89
     configure:5385: gcc -fgnu89-inline  -c -g -O2  conftest.c >&5
     configure:5385: $? = 0
     configure:5398: result: none needed
     configure:5423: checking whether gcc -fgnu89-inline understands -c and -o 
together
     configure:5445: gcc -fgnu89-inline -c conftest.c -o conftest2.o
     configure:5448: $? = 0
     configure:5445: gcc -fgnu89-inline -c conftest.c -o conftest2.o
     configure:5448: $? = 0
     configure:5460: result: yes
     configure:5479: checking dependency style of gcc -fgnu89-inline
     configure:5590: result: gcc3
     configure:5611: checking how to run the C preprocessor
     configure:5642: gcc -fgnu89-inline -E  conftest.c
     configure:5642: $? = 0
     configure:5656: gcc -fgnu89-inline -E  conftest.c
     conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
      #include <ac_nonexistent.h>
                                 ^
     compilation terminated.
     configure:5656: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | /* end confdefs.h.  */
     | #include <ac_nonexistent.h>
     configure:5681: result: gcc -fgnu89-inline -E
     configure:5701: gcc -fgnu89-inline -E  conftest.c
     configure:5701: $? = 0
     configure:5715: gcc -fgnu89-inline -E  conftest.c
     conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
      #include <ac_nonexistent.h>
                                 ^
     compilation terminated.
     configure:5715: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | /* end confdefs.h.  */
     | #include <ac_nonexistent.h>
     configure:5744: checking for grep that handles long lines and -e
     configure:5802: result: /usr/bin/grep
     configure:5807: checking for egrep
     configure:5869: result: /usr/bin/grep -E
     configure:5874: checking for ANSI C header files
     configure:5894: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5894: $? = 0
     configure:5967: gcc -fgnu89-inline -o conftest -g -O2   conftest.c  >&5
     configure:5967: $? = 0
     configure:5967: ./conftest
     configure:5967: $? = 0
     configure:5978: result: yes
     configure:5991: checking for sys/types.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for sys/stat.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for stdlib.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for string.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for memory.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for strings.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for inttypes.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for stdint.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:5991: checking for unistd.h
     configure:5991: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:5991: $? = 0
     configure:5991: result: yes
     configure:6004: checking minix/config.h usability
     configure:6004: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     conftest.c:54:26: fatal error: minix/config.h: No such file or directory
      #include <minix/config.h>
                               ^
     compilation terminated.
     configure:6004: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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
     | /* 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 <minix/config.h>
     configure:6004: result: no
     configure:6004: checking minix/config.h presence
     configure:6004: gcc -fgnu89-inline -E  conftest.c
     conftest.c:21:26: fatal error: minix/config.h: No such file or directory
      #include <minix/config.h>
                               ^
     compilation terminated.
     configure:6004: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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
     | /* end confdefs.h.  */
     | #include <minix/config.h>
     configure:6004: result: no
     configure:6004: checking for minix/config.h
     configure:6004: result: no
     configure:6028: checking whether it is safe to define __EXTENSIONS__
     configure:6046: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:6046: $? = 0
     configure:6053: result: yes
     configure:6068: checking whether _XOPEN_SOURCE should be defined
     configure:6087: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:6087: $? = 0
     configure:6111: result: no
     configure:6166: checking for gcc
     configure:6193: result: gcc -fgnu89-inline
     configure:6422: checking for C compiler version
     configure:6431: gcc -fgnu89-inline --version >&5
     gcc (GCC) 4.8.2
     Copyright (C) 2013 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:6442: $? = 0
     configure:6431: gcc -fgnu89-inline -v >&5
     Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/specs
     COLLECT_GCC=gcc
     
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.8.2/lto-wrapper
     Target: x86_64-slackware-linux
     Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib64 
--mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap 
--enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix 
--enable-checking=release --enable-objc-gc --with-system-zlib 
--with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions 
--enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose 
--enable-java-home --with-java-home=/usr/lib64/jvm/jre 
--with-jvm-root-dir=/usr/lib64/jvm 
--with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 
--with-antlr-jar=/tmp/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk 
--disable-gtktest --disable-multilib --target=x86_64-slackware-linux 
--build=x86_64-slackware-linux --host=x86_64-slackware-linux
     Thread model: posix
     gcc version 4.8.2 (GCC) 
     configure:6442: $? = 0
     configure:6431: gcc -fgnu89-inline -V >&5
     gcc: error: unrecognized command line option '-V'
     gcc: fatal error: no input files
     compilation terminated.
     configure:6442: $? = 1
     configure:6431: gcc -fgnu89-inline -qversion >&5
     gcc: error: unrecognized command line option '-qversion'
     gcc: fatal error: no input files
     compilation terminated.
     configure:6442: $? = 1
     configure:6446: checking whether we are using the GNU C compiler
     configure:6474: result: yes
     configure:6483: checking whether gcc -fgnu89-inline accepts -g
     configure:6544: result: yes
     configure:6561: checking for gcc -fgnu89-inline option to accept ISO C89
     configure:6637: result: none needed
     configure:6662: checking whether gcc -fgnu89-inline understands -c and -o 
together
     configure:6699: result: yes
     configure:6718: checking dependency style of gcc -fgnu89-inline
     configure:6829: result: gcc3
     configure:6846: checking for Minix Amsterdam compiler
     configure:6870: result: no
     configure:6922: checking for ar
     configure:6938: found /usr/bin/ar
     configure:6949: result: ar
     configure:7029: checking for ranlib
     configure:7045: found /usr/bin/ranlib
     configure:7056: result: ranlib
     configure:7092: checking build system type
     configure:7106: result: x86_64-unknown-linux-gnu
     configure:7126: checking host system type
     configure:7139: result: x86_64-unknown-linux-gnu
     configure:7188: checking for _LARGEFILE_SOURCE value needed for large files
     configure:7207: gcc -fgnu89-inline -o conftest -g -O2   conftest.c  >&5
     configure:7207: $? = 0
     configure:7235: result: no
     configure:7263: checking for special C compiler options needed for large 
files
     configure:7308: result: no
     configure:7314: checking for _FILE_OFFSET_BITS value needed for large files
     configure:7339: gcc -fgnu89-inline -c -g -O2  conftest.c >&5
     configure:7339: $? = 0
     configure:7371: result: no
     configure:7462: checking for gcc -fgnu89-inline option to accept ISO C99
     configure:7611: gcc -fgnu89-inline  -c -g -O2  conftest.c >&5
     conftest.c:79:29: error: expected ';', ',' or ')' before 'text'
      test_restrict (ccp restrict text)
                                  ^
     conftest.c: In function 'main':
     conftest.c:133:18: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'newvar'
        char *restrict newvar = "Another string";
                       ^
     conftest.c:133:18: error: 'newvar' undeclared (first use in this function)
     conftest.c:133:18: note: each undeclared identifier is reported only once 
for each function it appears in
     conftest.c:143:3: error: 'for' loop initial declarations are only allowed 
in C99 mode
        for (int i = 0; i < ia->datasize; ++i)
        ^
     conftest.c:143:3: note: use option -std=c99 or -std=gnu99 to compile your 
code
     configure:7611: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | /* end confdefs.h.  */
     | #include <stdarg.h>
     | #include <stdbool.h>
     | #include <stdlib.h>
     | #include <wchar.h>
     | #include <stdio.h>
     | 
     | // Check varargs macros.  These examples are taken from C99 6.10.3.5.
     | #define debug(...) fprintf (stderr, __VA_ARGS__)
     | #define showlist(...) puts (#__VA_ARGS__)
     | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
     | static void
     | test_varargs_macros (void)
     | {
     |   int x = 1234;
     |   int y = 5678;
     |   debug ("Flag");
     |   debug ("X = %d\n", x);
     |   showlist (The first, second, and third items.);
     |   report (x>y, "x is %d but y is %d", x, y);
     | }
     | 
     | // Check long long types.
     | #define BIG64 18446744073709551615ull
     | #define BIG32 4294967295ul
     | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
     | #if !BIG_OK
     |   your preprocessor is broken;
     | #endif
     | #if BIG_OK
     | #else
     |   your preprocessor is broken;
     | #endif
     | static long long int bignum = -9223372036854775807LL;
     | static unsigned long long int ubignum = BIG64;
     | 
     | struct incomplete_array
     | {
     |   int datasize;
     |   double data[];
     | };
     | 
     | struct named_init {
     |   int number;
     |   const wchar_t *name;
     |   double average;
     | };
     | 
     | typedef const char *ccp;
     | 
     | static inline int
     | test_restrict (ccp restrict text)
     | {
     |   // See if C++-style comments work.
     |   // Iterate through items via the restricted pointer.
     |   // Also check for declarations in for loops.
     |   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
     |     continue;
     |   return 0;
     | }
     | 
     | // Check varargs and va_copy.
     | static void
     | test_varargs (const char *format, ...)
     | {
     |   va_list args;
     |   va_start (args, format);
     |   va_list args_copy;
     |   va_copy (args_copy, args);
     | 
     |   const char *str;
     |   int number;
     |   float fnumber;
     | 
     |   while (*format)
     |     {
     |       switch (*format++)
     |  {
     |  case 's': // string
     |    str = va_arg (args_copy, const char *);
     |    break;
     |  case 'd': // int
     |    number = va_arg (args_copy, int);
     |    break;
     |  case 'f': // float
     |    fnumber = va_arg (args_copy, double);
     |    break;
     |  default:
     |    break;
     |  }
     |     }
     |   va_end (args_copy);
     |   va_end (args);
     | }
     | 
     | int
     | main ()
     | {
     | 
     |   // Check bool.
     |   _Bool success = false;
     | 
     |   // Check restrict.
     |   if (test_restrict ("String literal") == 0)
     |     success = true;
     |   char *restrict newvar = "Another string";
     | 
     |   // Check varargs.
     |   test_varargs ("s, d' f .", "string", 65, 34.234);
     |   test_varargs_macros ();
     | 
     |   // Check flexible array members.
     |   struct incomplete_array *ia =
     |     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
     |   ia->datasize = 10;
     |   for (int i = 0; i < ia->datasize; ++i)
     |     ia->data[i] = i * 1.234;
     | 
     |   // Check named initializers.
     |   struct named_init ni = {
     |     .number = 34,
     |     .name = L"Test wide string",
     |     .average = 543.34343,
     |   };
     | 
     |   ni.number = 58;
     | 
     |   int dynamic_array[ni.number];
     |   dynamic_array[ni.number - 1] = 543;
     | 
     |   // work around unused variable warnings
     |   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 
'x'
     |    || dynamic_array[ni.number - 1] != 543);
     | 
     |   ;
     |   return 0;
     | }
     configure:7611: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:7611: $? = 0
     configure:7631: result: -std=gnu99
     configure:7732: checking for gcc -fgnu89-inline -std=gnu99 option to 
accept ISO Standard C
     configure:7746: result: -std=gnu99
     configure:8448: checking how to print strings
     configure:8475: result: printf
     configure:8496: checking for a sed that does not truncate output
     configure:8560: result: /usr/bin/sed
     configure:8578: checking for fgrep
     configure:8640: result: /usr/bin/grep -F
     configure:8675: checking for ld used by gcc -fgnu89-inline -std=gnu99
     configure:8742: result: /usr/x86_64-slackware-linux/bin/ld
     configure:8749: checking if the linker 
(/usr/x86_64-slackware-linux/bin/ld) is GNU ld
     configure:8764: result: yes
     configure:8776: checking for BSD- or MS-compatible name lister (nm)
     configure:8825: result: /usr/bin/nm -B
     configure:8955: checking the name lister (/usr/bin/nm -B) interface
     configure:8962: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:8965: /usr/bin/nm -B "conftest.o"
     configure:8968: output
     0000000000000000 B some_variable
     configure:8975: result: BSD nm
     configure:8978: checking whether ln -s works
     configure:8982: result: yes
     configure:8990: checking the maximum length of command line arguments
     configure:9121: result: 1572864
     configure:9138: checking whether the shell understands some XSI constructs
     configure:9148: result: yes
     configure:9152: checking whether the shell understands "+="
     configure:9158: result: yes
     configure:9193: checking how to convert x86_64-unknown-linux-gnu file 
names to x86_64-unknown-linux-gnu format
     configure:9233: result: func_convert_file_noop
     configure:9240: checking how to convert x86_64-unknown-linux-gnu file 
names to toolchain format
     configure:9260: result: func_convert_file_noop
     configure:9267: checking for /usr/x86_64-slackware-linux/bin/ld option to 
reload object files
     configure:9274: result: -r
     configure:9348: checking for objdump
     configure:9375: result: objdump
     configure:9404: checking how to recognize dependent libraries
     configure:9602: result: pass_all
     configure:9687: checking for dlltool
     configure:9714: result: dlltool
     configure:9744: checking how to associate runtime and link libraries
     configure:9771: result: printf %s\n
     configure:9895: checking for archiver @FILE support
     configure:9912: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:9912: $? = 0
     configure:9915: ar cru libconftest.a @conftest.lst >&5
     configure:9918: $? = 0
     configure:9923: ar cru libconftest.a @conftest.lst >&5
     ar: conftest.o: No such file or directory
     configure:9926: $? = 1
     configure:9938: result: @
     configure:9996: checking for strip
     configure:10012: found /usr/bin/strip
     configure:10023: result: strip
     configure:10095: checking for ranlib
     configure:10122: result: ranlib
     configure:10224: checking command to parse /usr/bin/nm -B output from gcc 
-fgnu89-inline -std=gnu99 object
     configure:10344: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:10347: $? = 0
     configure:10351: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | 
sed '/ __gnu_lto/d' \> conftest.nm
     configure:10354: $? = 0
     configure:10420: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c conftstm.o >&5
     configure:10423: $? = 0
     configure:10461: result: ok
     configure:10498: checking for sysroot
     configure:10528: result: no
     configure:10605: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:10608: $? = 0
     configure:10797: checking for mt
     configure:10813: found /bin/mt
     configure:10824: result: mt
     configure:10847: checking if mt is a manifest tool
     configure:10853: mt '-?'
     usage: mt [-v] [--version] [-h] [ -f device ] command [ count ]
     configure:10861: result: no
     configure:11500: checking for dlfcn.h
     configure:11500: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:11500: $? = 0
     configure:11500: result: yes
     configure:11702: checking for objdir
     configure:11717: result: .libs
     configure:11988: checking if gcc -fgnu89-inline -std=gnu99 supports 
-fno-rtti -fno-exceptions
     configure:12006: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -fno-rtti 
-fno-exceptions conftest.c >&5
     cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but 
not for C [enabled by default]
     configure:12010: $? = 0
     configure:12023: result: no
     configure:12350: checking for gcc -fgnu89-inline -std=gnu99 option to 
produce PIC
     configure:12357: result: -fPIC -DPIC
     configure:12365: checking if gcc -fgnu89-inline -std=gnu99 PIC flag -fPIC 
-DPIC works
     configure:12383: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -fPIC -DPIC 
-DPIC conftest.c >&5
     configure:12387: $? = 0
     configure:12400: result: yes
     configure:12429: checking if gcc -fgnu89-inline -std=gnu99 static flag 
-static works
     configure:12457: result: yes
     configure:12472: checking if gcc -fgnu89-inline -std=gnu99 supports -c -o 
file.o
     configure:12493: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -o 
out/conftest2.o conftest.c >&5
     configure:12497: $? = 0
     configure:12519: result: yes
     configure:12527: checking if gcc -fgnu89-inline -std=gnu99 supports -c -o 
file.o
     configure:12574: result: yes
     configure:12607: checking whether the gcc -fgnu89-inline -std=gnu99 linker 
(/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
     configure:13764: result: yes
     configure:13801: checking whether -lc should be explicitly linked in
     configure:13809: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:13812: $? = 0
     configure:13827: gcc -fgnu89-inline -std=gnu99 -shared  -fPIC -DPIC 
conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  
-lc  \>/dev/null 2\>\&1
     configure:13830: $? = 0
     configure:13844: result: no
     configure:14004: checking dynamic linker characteristics
     configure:14504: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
-Wl,-rpath -Wl,/foo conftest.c  >&5
     configure:14504: $? = 0
     configure:14738: result: GNU/Linux ld.so
     configure:14845: checking how to hardcode library paths into programs
     configure:14870: result: immediate
     configure:14964: checking for shl_load
     configure:14964: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c  >&5
     /tmp/ccCB7vbu.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:65: undefined reference 
to `shl_load'
     collect2: error: ld returned 1 exit status
     configure:14964: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | /* 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:14964: result: no
     configure:14968: checking for shl_load in -ldld
     configure:14993: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c -ldld   >&5
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld:
 cannot find -ldld
     collect2: error: ld returned 1 exit status
     configure:14993: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | /* 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:15002: result: no
     configure:15007: checking for dlopen
     configure:15007: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c  >&5
     /tmp/ccvwATpN.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:65: undefined reference 
to `dlopen'
     collect2: error: ld returned 1 exit status
     configure:15007: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | /* 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:15007: result: no
     configure:15011: checking for dlopen in -ldl
     configure:15036: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c -ldl   >&5
     configure:15036: $? = 0
     configure:15045: result: yes
     configure:15164: checking whether a program can dlopen itself
     configure:15244: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
     configure:15247: $? = 0
     configure:15265: result: yes
     configure:15270: checking whether a statically linked program can dlopen 
itself
     configure:15350: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
     /tmp/ccMPVIBe.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/configure:15329: warning: Using 
'dlopen' in statically linked applications requires at runtime the shared 
libraries from the glibc version used for linking
     configure:15353: $? = 0
     /lib64/: cannot read file data: Is a directory
     configure:15371: result: no
     configure:15410: checking whether stripping libraries is possible
     configure:15415: result: yes
     configure:15450: checking if libtool supports shared libraries
     configure:15452: result: yes
     configure:15455: checking whether to build shared libraries
     configure:15476: result: yes
     configure:15479: checking whether to build static libraries
     configure:15483: result: yes
     configure:15574: checking for pkg-config
     configure:15592: found /usr/bin/pkg-config
     configure:15604: result: /usr/bin/pkg-config
     configure:15629: checking pkg-config is at least version 0.9.0
     configure:15632: result: yes
     configure:15642: checking whether makeinfo supports @clicksequence
     configure:15651: running ${SHELL} 
/home/fhou/Downloads/pspp/pspp-0.10.0/build-aux/missing makeinfo conftest.texi 
>&5
     configure:15654: $? = 0
     configure:15662: result: yes
     configure:15668: checking for dot
     configure:15679: result: no
     configure:15749: checking for perl
     configure:15767: found /usr/bin/perl
     configure:15780: result: /usr/bin/perl
     configure:15845: checking for ld used by gcc -fgnu89-inline -std=gnu99
     configure:15912: result: /usr/x86_64-slackware-linux/bin/ld -m elf_x86_64
     configure:15919: checking if the linker 
(/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) is GNU ld
     configure:15934: result: yes
     configure:15941: checking for shared library run path origin
     configure:15954: result: done
     configure:16503: checking whether NLS is requested
     configure:16512: result: yes
     configure:16540: checking for CFPreferencesCopyAppValue
     configure:16558: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
     conftest.c:31:42: fatal error: CoreFoundation/CFPreferences.h: No such 
file or directory
      #include <CoreFoundation/CFPreferences.h>
                                               ^
     compilation terminated.
     configure:16558: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | /* end confdefs.h.  */
     | #include <CoreFoundation/CFPreferences.h>
     | int
     | main ()
     | {
     | CFPreferencesCopyAppValue(NULL, NULL)
     |   ;
     |   return 0;
     | }
     configure:16567: result: no
     configure:16574: checking for CFLocaleCopyCurrent
     configure:16592: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
     conftest.c:31:37: fatal error: CoreFoundation/CFLocale.h: No such file or 
directory
      #include <CoreFoundation/CFLocale.h>
                                          ^
     compilation terminated.
     configure:16592: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | /* end confdefs.h.  */
     | #include <CoreFoundation/CFLocale.h>
     | int
     | main ()
     | {
     | CFLocaleCopyCurrent();
     |   ;
     |   return 0;
     | }
     configure:16601: result: no
     configure:16650: checking for GNU gettext in libc
     configure:16674: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c  >&5
     configure:16674: $? = 0
     configure:16683: result: yes
     configure:17520: checking whether to use NLS
     configure:17522: result: yes
     configure:17525: checking where the gettext function comes from
     configure:17536: result: libc
     configure:17602: checking for special C compiler options needed for large 
files
     configure:17647: result: no
     configure:17653: checking for _FILE_OFFSET_BITS value needed for large 
files
     configure:17710: result: no
     configure:17797: checking for library containing sin
     configure:17828: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c   >&5
     conftest.c:42:6: warning: conflicting types for built-in function 'sin' 
[enabled by default]
      char sin ();
           ^
     /tmp/ccE0eOKo.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:46: undefined reference 
to `sin'
     collect2: error: ld returned 1 exit status
     configure:17828: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 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 sin ();
     | int
     | main ()
     | {
     | return sin ();
     |   ;
     |   return 0;
     | }
     configure:17828: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2   
conftest.c -lm    >&5
     conftest.c:42:6: warning: conflicting types for built-in function 'sin' 
[enabled by default]
      char sin ();
           ^
     configure:17828: $? = 0
     configure:17845: result: -lm
     configure:17853: checking for LC_PAPER
     configure:17873: gcc -fgnu89-inline -std=gnu99 -c -g -O2  conftest.c >&5
     configure:17873: $? = 0
     configure:17879: result: yes
     configure:17912: checking for CAIRO
     configure:17919: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango 
>= 1.22 pangocairo"
     configure:17922: $? = 0
     configure:17936: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango 
>= 1.22 pangocairo"
     configure:17939: $? = 0
     configure:17983: result: yes
     configure:17993: checking for an xmllint program which fits our needs
     configure:18027: result: /usr/bin/xmllint
     configure:18053: checking for GTHREAD
     configure:18060: $PKG_CONFIG --exists --print-errors "gthread-2.0"
     configure:18063: $? = 0
     configure:18077: $PKG_CONFIG --exists --print-errors "gthread-2.0"
     configure:18080: $? = 0
     configure:18124: result: yes
     configure:18131: checking for GTK
     configure:18138: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4.2"
     configure:18141: $? = 0
     configure:18155: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4.2"
     configure:18158: $? = 0
     configure:18202: result: yes
     configure:18209: checking for GTKSOURCEVIEW
     configure:18216: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= 
3.4.2"
     Package gtksourceview-3.0 was not found in the pkg-config search path.
     Perhaps you should add the directory containing `gtksourceview-3.0.pc'
     to the PKG_CONFIG_PATH environment variable
     No package 'gtksourceview-3.0' found
     configure:18219: $? = 1
     configure:18233: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= 
3.4.2"
     Package gtksourceview-3.0 was not found in the pkg-config search path.
     Perhaps you should add the directory containing `gtksourceview-3.0.pc'
     to the PKG_CONFIG_PATH environment variable
     No package 'gtksourceview-3.0' found
     configure:18236: $? = 1
     configure:18250: result: no
     No package 'gtksourceview-3.0' found
     configure:18266: WARNING: You must install gtksourceview 3.0 version 3.4.2 
or later (or use --without-gui) before building PSPP.
     configure:18287: checking for GLIB
     configure:18294: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
     configure:18297: $? = 0
     configure:18311: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
     configure:18314: $? = 0
     configure:18358: result: yes
     configure:18368: checking for glib-genmarshal
     configure:18384: found /usr/bin/glib-genmarshal
     configure:18395: result: glib-genmarshal
     configure:18417: checking whether the preprocessor supports include_next
     configure:18455: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   -Iconftestd1b -Iconftestd2 
conftest.c >&5
     configure:18455: $? = 0
     configure:18476: result: yes
     configure:18497: checking whether system header files limit the line length
     configure:18520: result: no
     configure:18615: checking for pg_config
     configure:18649: result: no
     configure:18779: checking for LIBXML2
     configure:18786: $PKG_CONFIG --exists --print-errors "libxml-2.0"
     configure:18789: $? = 0
     configure:18803: $PKG_CONFIG --exists --print-errors "libxml-2.0"
     configure:18806: $? = 0
     configure:18848: result: yes
     configure:18853: checking for library containing gzopen
     configure:18884: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lm   >&5
     /tmp/ccRigtkv.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:48: undefined reference 
to `gzopen'
     collect2: error: ld returned 1 exit status
     configure:18884: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 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 gzopen ();
     | int
     | main ()
     | {
     | return gzopen ();
     |   ;
     |   return 0;
     | }
     configure:18884: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lz  -lm   >&5
     configure:18884: $? = 0
     configure:18901: result: -lz
     configure:18916: checking zlib.h usability
     configure:18916: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:18916: $? = 0
     configure:18916: result: yes
     configure:18916: checking zlib.h presence
     configure:18916: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:18916: $? = 0
     configure:18916: result: yes
     configure:18916: checking for zlib.h
     configure:18916: result: yes
     configure:19103: checking for library containing cblas_dsdot
     configure:19134: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lz -lm   >&5
     /tmp/ccdc4fP8.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:53: undefined reference 
to `cblas_dsdot'
     collect2: error: ld returned 1 exit status
     configure:19134: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 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 cblas_dsdot ();
     | int
     | main ()
     | {
     | return cblas_dsdot ();
     |   ;
     |   return 0;
     | }
     configure:19134: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lgslcblas  -lz -lm   >&5
     configure:19134: $? = 0
     configure:19151: result: -lgslcblas
     configure:19166: checking for GSL
     configure:19173: $PKG_CONFIG --exists --print-errors "gsl >= 1.13"
     configure:19176: $? = 0
     configure:19190: $PKG_CONFIG --exists --print-errors "gsl >= 1.13"
     configure:19193: $? = 0
     configure:19351: result: yes
     configure:19357: checking for inline
     configure:19373: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:19373: $? = 0
     configure:19381: result: inline
     configure:19401: checking whether the compiler generally respects inline
     configure:19422: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:19422: $? = 0
     configure:19431: result: yes
     configure:19445: checking whether gcc -fgnu89-inline -std=gnu99 accepts 
-fgnu89-inline
     configure:19463: gcc -fgnu89-inline -std=gnu99 -c -g -O2 -fgnu89-inline  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0   
conftest.c >&5
     configure:19463: $? = 0
     configure:19471: result: yes
     configure:19474: checking whether GSL needs -fgnu89-inline to link
     configure:19506: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest1.c conftest2.c -lgslcblas -lz -lm   >&5
     configure:19515: $? = 0
     configure:19537: result: no
     configure:19561: checking for ncurses5-config
     configure:19577: found /usr/bin/ncurses5-config
     configure:19588: result: ncurses5-config
     configure:19677: checking term.h usability
     configure:19677: gcc -fgnu89-inline -std=gnu99 -c -g -O2   -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:19677: $? = 0
     configure:19677: result: yes
     configure:19677: checking term.h presence
     configure:19677: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:19677: $? = 0
     configure:19677: result: yes
     configure:19677: checking for term.h
     configure:19677: result: yes
     configure:19677: checking curses.h usability
     configure:19677: gcc -fgnu89-inline -std=gnu99 -c -g -O2   -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:19677: $? = 0
     configure:19677: result: yes
     configure:19677: checking curses.h presence
     configure:19677: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:19677: $? = 0
     configure:19677: result: yes
     configure:19677: checking for curses.h
     configure:19677: result: yes
     configure:19702: checking termcap.h usability
     configure:19702: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:19702: $? = 0
     configure:19702: result: yes
     configure:19702: checking termcap.h presence
     configure:19702: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:19702: $? = 0
     configure:19702: result: yes
     configure:19702: checking for termcap.h
     configure:19702: result: yes
     configure:20666: checking for readline
     configure:20692: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lgslcblas -lz -lm   -lreadline -lhistory >&5
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tputs'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgoto'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetflag'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `UP'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetent'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetnum'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `PC'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetstr'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `BC'
     collect2: error: ld returned 1 exit status
     configure:20692: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | /* end confdefs.h.  */
     | #include <stdio.h>
     | #include <readline/readline.h>
     | #include <readline/history.h>
     | int
     | main ()
     | {
     | readline((char*)0); add_history((char*)0);
     |   ;
     |   return 0;
     | }
     configure:20692: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lgslcblas -lz -lm   -lreadline -lhistory -lncurses >&5
     configure:20692: $? = 0
     configure:20708: result: yes
     configure:20715: checking how to link with libreadline
     configure:20717: result: -lreadline -lhistory -lncurses
     configure:20719: checking for library containing rl_echo_signal_char
     configure:20750: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lgslcblas -lz -lm   >&5
     /tmp/cccHwo6p.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:59: undefined reference 
to `rl_echo_signal_char'
     collect2: error: ld returned 1 exit status
     configure:20750: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 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 rl_echo_signal_char ();
     | int
     | main ()
     | {
     | return rl_echo_signal_char ();
     |   ;
     |   return 0;
     | }
     configure:20750: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lreadline -lreadline -lhistory -lncurses -lgslcblas -lz -lm   >&5
     /tmp/cc9v9EBG.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:59: undefined reference 
to `rl_echo_signal_char'
     collect2: error: ld returned 1 exit status
     configure:20750: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 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 rl_echo_signal_char ();
     | int
     | main ()
     | {
     | return rl_echo_signal_char ();
     |   ;
     |   return 0;
     | }
     configure:20767: result: no
     configure:20777: checking for library containing rl_outstream
     configure:20808: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lgslcblas -lz -lm   >&5
     /tmp/ccyy9AOK.o: In function `main':
     /home/fhou/Downloads/pspp/pspp-0.10.0/conftest.c:59: undefined reference 
to `rl_outstream'
     collect2: error: ld returned 1 exit status
     configure:20808: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 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 rl_outstream ();
     | int
     | main ()
     | {
     | return rl_outstream ();
     |   ;
     |   return 0;
     | }
     configure:20808: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lreadline -lreadline -lhistory -lncurses -lgslcblas -lz -lm   >&5
     configure:20808: $? = 0
     configure:20825: result: -lreadline
     configure:20851: checking sys/wait.h usability
     configure:20851: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking sys/wait.h presence
     configure:20851: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking for sys/wait.h
     configure:20851: result: yes
     configure:20851: checking fpu_control.h usability
     configure:20851: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking fpu_control.h presence
     configure:20851: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking for fpu_control.h
     configure:20851: result: yes
     configure:20851: checking ieeefp.h usability
     configure:20851: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     conftest.c:84:20: fatal error: ieeefp.h: No such file or directory
      #include <ieeefp.h>
                         ^
     compilation terminated.
     configure:20851: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 1
     | #define HAVE_RL_OUTSTREAM 1
     | #define HAVE_SYS_WAIT_H 1
     | #define HAVE_FPU_CONTROL_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 <ieeefp.h>
     configure:20851: result: no
     configure:20851: checking ieeefp.h presence
     configure:20851: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     conftest.c:51:20: fatal error: ieeefp.h: No such file or directory
      #include <ieeefp.h>
                         ^
     compilation terminated.
     configure:20851: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 1
     | #define HAVE_RL_OUTSTREAM 1
     | #define HAVE_SYS_WAIT_H 1
     | #define HAVE_FPU_CONTROL_H 1
     | /* end confdefs.h.  */
     | #include <ieeefp.h>
     configure:20851: result: no
     configure:20851: checking for ieeefp.h
     configure:20851: result: no
     configure:20851: checking fenv.h usability
     configure:20851: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking fenv.h presence
     configure:20851: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking for fenv.h
     configure:20851: result: yes
     configure:20851: checking pwd.h usability
     configure:20851: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking pwd.h presence
     configure:20851: gcc -fgnu89-inline -E  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0   conftest.c
     configure:20851: $? = 0
     configure:20851: result: yes
     configure:20851: checking for pwd.h
     configure:20851: result: yes
     configure:20862: checking whether SIGWINCH is declared
     configure:20862: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:20862: $? = 0
     configure:20862: result: yes
     configure:20890: checking for size_t
     configure:20890: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:20890: $? = 0
     configure:20890: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     conftest.c: In function 'main':
     conftest.c:90:21: error: expected expression before ')' token
      if (sizeof ((size_t)))
                          ^
     configure:20890: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 1
     | #define HAVE_RL_OUTSTREAM 1
     | #define HAVE_SYS_WAIT_H 1
     | #define HAVE_FPU_CONTROL_H 1
     | #define HAVE_FENV_H 1
     | #define HAVE_PWD_H 1
     | #define HAVE_DECL_SIGWINCH 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
     | int
     | main ()
     | {
     | if (sizeof ((size_t)))
     |      return 0;
     |   ;
     |   return 0;
     | }
     configure:20890: result: yes
     configure:20903: checking for working alloca.h
     configure:20920: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lreadline -lgslcblas -lz -lm   >&5
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tputs'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgoto'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetflag'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `UP'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetent'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetnum'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `PC'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetstr'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `BC'
     collect2: error: ld returned 1 exit status
     configure:20920: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 1
     | #define HAVE_RL_OUTSTREAM 1
     | #define HAVE_SYS_WAIT_H 1
     | #define HAVE_FPU_CONTROL_H 1
     | #define HAVE_FENV_H 1
     | #define HAVE_PWD_H 1
     | #define HAVE_DECL_SIGWINCH 1
     | /* end confdefs.h.  */
     | #include <alloca.h>
     | int
     | main ()
     | {
     | char *p = (char *) alloca (2 * sizeof (int));
     |                    if (p) return 0;
     |   ;
     |   return 0;
     | }
     configure:20928: result: no
     configure:20936: checking for alloca
     configure:20973: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lreadline -lgslcblas -lz -lm   >&5
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tputs'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgoto'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetflag'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `UP'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetent'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetnum'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `PC'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetstr'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `BC'
     collect2: error: ld returned 1 exit status
     configure:20973: $? = 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 1
     | #define HAVE_RL_OUTSTREAM 1
     | #define HAVE_SYS_WAIT_H 1
     | #define HAVE_FPU_CONTROL_H 1
     | #define HAVE_FENV_H 1
     | #define HAVE_PWD_H 1
     | #define HAVE_DECL_SIGWINCH 1
     | /* end confdefs.h.  */
     | #ifdef __GNUC__
     | # define alloca __builtin_alloca
     | #else
     | # ifdef _MSC_VER
     | #  include <malloc.h>
     | #  define alloca _alloca
     | # else
     | #  ifdef HAVE_ALLOCA_H
     | #   include <alloca.h>
     | #  else
     | #   ifdef _AIX
     |  #pragma alloca
     | #   else
     | #    ifndef alloca /* predefined by HP cc +Olibcalls */
     | void *alloca (size_t);
     | #    endif
     | #   endif
     | #  endif
     | # endif
     | #endif
     | 
     | int
     | main ()
     | {
     | char *p = (char *) alloca (1);
     |                              if (p) return 0;
     |   ;
     |   return 0;
     | }
     configure:20981: result: no
     configure:21003: checking whether `alloca.c' needs Cray hooks
     configure:21026: result: no
     configure:21044: checking stack direction for C alloca
     configure:21072: gcc -fgnu89-inline -std=gnu99 -o conftest -g -O2  
-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0    
conftest.c -lreadline -lgslcblas -lz -lm   >&5
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tputs'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgoto'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetflag'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `UP'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetent'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetnum'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `PC'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetstr'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `BC'
     collect2: error: ld returned 1 exit status
     configure:21072: $? = 1
     configure: program exited with status 1
     configure: failed program was:
     | /* confdefs.h */
     | #define PACKAGE_NAME "GNU PSPP"
     | #define PACKAGE_TARNAME "pspp"
     | #define PACKAGE_VERSION "0.10.0"
     | #define PACKAGE_STRING "GNU PSPP 0.10.0"
     | #define PACKAGE_BUGREPORT "address@hidden"
     | #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     | #define PACKAGE "pspp"
     | #define VERSION "0.10.0"
     | #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 __EXTENSIONS__ 1
     | #define _ALL_SOURCE 1
     | #define _DARWIN_C_SOURCE 1
     | #define _GNU_SOURCE 1
     | #define _POSIX_PTHREAD_SEMANTICS 1
     | #define _TANDEM_SOURCE 1
     | #define HAVE_FSEEKO 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_DLFCN_H 1
     | #define LT_OBJDIR ".libs/"
     | #define ENABLE_NLS 1
     | #define HAVE_GETTEXT 1
     | #define HAVE_DCGETTEXT 1
     | #define _DARWIN_USE_64_BIT_INODE 1
     | #define HAVE_LC_PAPER 1
     | #define HAVE_CAIRO 1
     | #define HAVE_ZLIB_H 1
     | #define crc32 gl_crc32
     | #define GNM_READ_SUPPORT 1
     | #define ODF_READ_SUPPORT 1
     | #define ODF_WRITE_SUPPORT 1
     | #define HAVE_INLINE 1
     | #define HAVE_TERM_H 1
     | #define HAVE_CURSES_H 1
     | #define LIBNCURSES_USABLE 1
     | #define HAVE_TERMCAP_H 1
     | #define HAVE_READLINE 1
     | #define HAVE_RL_OUTSTREAM 1
     | #define HAVE_SYS_WAIT_H 1
     | #define HAVE_FPU_CONTROL_H 1
     | #define HAVE_FENV_H 1
     | #define HAVE_PWD_H 1
     | #define HAVE_DECL_SIGWINCH 1
     | #define C_ALLOCA 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
     | int
     | find_stack_direction (int *addr, int depth)
     | {
     |   int dir, dummy = 0;
     |   if (! addr)
     |     addr = &dummy;
     |   *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
     |   dir = depth ? find_stack_direction (addr, depth - 1) : 0;
     |   return dir + dummy;
     | }
     | 
     | int
     | main (int argc, char **argv)
     | {
     |   return find_stack_direction (0, argc + !argv + 20) < 0;
     | }
     configure:21082: result: -1
     configure:21185: checking whether <wchar.h> uses 'inline' correctly
     configure:21207: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:21210: $? = 0
     configure:21228: gcc -fgnu89-inline -std=gnu99 -c -g -O2  -pthread 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 
-I/usr/include/libdrm -I/usr/include/pango-1.0   conftest.c >&5
     configure:21231: $? = 0
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tputs'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgoto'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetflag'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `UP'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetent'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetnum'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `PC'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `tgetstr'
     
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libreadline.so: 
undefined reference to `BC'
     collect2: error: ld returned 1 exit status
     configure:21244: result: no
     configure:21247: error: <wchar.h> cannot be used with this compiler (gcc 
-fgnu89-inline -std=gnu99 -g -O2  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0  ).
     This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in
     C99 mode. You have four options:
       - Add the flag -fgnu89-inline to CC and reconfigure, or
       - Fix your include files, using parts of
         
<http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=b037a293a48718af30d706c2e18c929d0e69a621>,
 or
       - Use a gcc version older than 4.3, or
       - Don't use the flags -std=c99 or -std=gnu99.
     Configuration aborted.
     
     ## ---------------- ##
     ## Cache variables. ##
     ## ---------------- ##
     
     ac_cv_build=x86_64-unknown-linux-gnu
     ac_cv_c_compiler_gnu=yes
     ac_cv_c_inline=inline
     ac_cv_c_stack_direction=-1
     ac_cv_env_CAIRO_CFLAGS_set=
     ac_cv_env_CAIRO_CFLAGS_value=
     ac_cv_env_CAIRO_LIBS_set=
     ac_cv_env_CAIRO_LIBS_value=
     ac_cv_env_CC_set=set
     ac_cv_env_CC_value='gcc -fgnu89-inline'
     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_GLADE_UI_CFLAGS_set=
     ac_cv_env_GLADE_UI_CFLAGS_value=
     ac_cv_env_GLADE_UI_LIBS_set=
     ac_cv_env_GLADE_UI_LIBS_value=
     ac_cv_env_GLIB_CFLAGS_set=
     ac_cv_env_GLIB_CFLAGS_value=
     ac_cv_env_GLIB_GENMARSHAL_set=
     ac_cv_env_GLIB_GENMARSHAL_value=
     ac_cv_env_GLIB_LIBS_set=
     ac_cv_env_GLIB_LIBS_value=
     ac_cv_env_GSL_CFLAGS_set=
     ac_cv_env_GSL_CFLAGS_value=
     ac_cv_env_GSL_LIBS_set=
     ac_cv_env_GSL_LIBS_value=
     ac_cv_env_GTHREAD_CFLAGS_set=
     ac_cv_env_GTHREAD_CFLAGS_value=
     ac_cv_env_GTHREAD_LIBS_set=
     ac_cv_env_GTHREAD_LIBS_value=
     ac_cv_env_GTKSOURCEVIEW_CFLAGS_set=
     ac_cv_env_GTKSOURCEVIEW_CFLAGS_value=
     ac_cv_env_GTKSOURCEVIEW_LIBS_set=
     ac_cv_env_GTKSOURCEVIEW_LIBS_value=
     ac_cv_env_GTK_CFLAGS_set=
     ac_cv_env_GTK_CFLAGS_value=
     ac_cv_env_GTK_LIBS_set=
     ac_cv_env_GTK_LIBS_value=
     ac_cv_env_LDFLAGS_set=
     ac_cv_env_LDFLAGS_value=
     ac_cv_env_LIBS_set=
     ac_cv_env_LIBS_value=
     ac_cv_env_LIBXML2_CFLAGS_set=
     ac_cv_env_LIBXML2_CFLAGS_value=
     ac_cv_env_LIBXML2_LIBS_set=
     ac_cv_env_LIBXML2_LIBS_value=
     ac_cv_env_PG_CONFIG_set=
     ac_cv_env_PG_CONFIG_value=
     ac_cv_env_PKG_CONFIG_LIBDIR_set=
     ac_cv_env_PKG_CONFIG_LIBDIR_value=
     ac_cv_env_PKG_CONFIG_PATH_set=set
     
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
     ac_cv_env_PKG_CONFIG_set=
     ac_cv_env_PKG_CONFIG_value=
     ac_cv_env_PSPPIRE_LDFLAGS_set=
     ac_cv_env_PSPPIRE_LDFLAGS_value=
     ac_cv_env_PSPP_LDFLAGS_set=
     ac_cv_env_PSPP_LDFLAGS_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_alloca_works=no
     ac_cv_func_dlopen=no
     ac_cv_func_shl_load=no
     ac_cv_have_decl_SIGWINCH=yes
     ac_cv_header_curses_h=yes
     ac_cv_header_dlfcn_h=yes
     ac_cv_header_fenv_h=yes
     ac_cv_header_fpu_control_h=yes
     ac_cv_header_ieeefp_h=no
     ac_cv_header_inttypes_h=yes
     ac_cv_header_memory_h=yes
     ac_cv_header_minix_config_h=no
     ac_cv_header_pwd_h=yes
     ac_cv_header_stdc=yes
     ac_cv_header_stdint_h=yes
     ac_cv_header_stdlib_h=yes
     ac_cv_header_string_h=yes
     ac_cv_header_strings_h=yes
     ac_cv_header_sys_stat_h=yes
     ac_cv_header_sys_types_h=yes
     ac_cv_header_sys_wait_h=yes
     ac_cv_header_term_h=yes
     ac_cv_header_termcap_h=yes
     ac_cv_header_unistd_h=yes
     ac_cv_header_zlib_h=yes
     ac_cv_host=x86_64-unknown-linux-gnu
     ac_cv_lib_dl_dlopen=yes
     ac_cv_lib_dld_shl_load=no
     ac_cv_objext=o
     ac_cv_os_cray=no
     ac_cv_path_EGREP='/usr/bin/grep -E'
     ac_cv_path_FGREP='/usr/bin/grep -F'
     ac_cv_path_GREP=/usr/bin/grep
     ac_cv_path_PERL=/usr/bin/perl
     ac_cv_path_SED=/usr/bin/sed
     ac_cv_path_XMLLINT=/usr/bin/xmllint
     ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
     ac_cv_path_install='/usr/bin/ginstall -c'
     ac_cv_path_mkdir=/usr/bin/mkdir
     ac_cv_prog_AWK=gawk
     ac_cv_prog_CPP='gcc -fgnu89-inline -E'
     ac_cv_prog_GLIB_GENMARSHAL=glib-genmarshal
     ac_cv_prog_NCURSES_CONFIG=ncurses5-config
     ac_cv_prog_ac_ct_AR=ar
     ac_cv_prog_ac_ct_CC='gcc -fgnu89-inline'
     ac_cv_prog_ac_ct_DLLTOOL=dlltool
     ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
     ac_cv_prog_ac_ct_OBJDUMP=objdump
     ac_cv_prog_ac_ct_RANLIB=ranlib
     ac_cv_prog_ac_ct_STRIP=strip
     ac_cv_prog_cc_c89=
     ac_cv_prog_cc_c99=-std=gnu99
     ac_cv_prog_cc_g=yes
     ac_cv_prog_cc_stdc=-std=gnu99
     ac_cv_prog_make_make_set=yes
     ac_cv_safe_to_define___extensions__=yes
     ac_cv_search_cblas_dsdot=-lgslcblas
     ac_cv_search_gzopen=-lz
     ac_cv_search_rl_echo_signal_char=no
     ac_cv_search_rl_outstream=-lreadline
     ac_cv_search_sin=-lm
     ac_cv_should_define__xopen_source=no
     ac_cv_sys_file_offset_bits=no
     ac_cv_sys_largefile_CC=no
     ac_cv_sys_largefile_source=no
     ac_cv_type_size_t=yes
     ac_cv_working_alloca_h=no
     acl_cv_hardcode_direct=no
     acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
     acl_cv_hardcode_libdir_separator=
     acl_cv_hardcode_minus_L=no
     acl_cv_libext=a
     acl_cv_libname_spec='lib$name'
     acl_cv_library_names_spec='$libname$shrext'
     acl_cv_path_LD='/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64'
     acl_cv_prog_gnu_ld=yes
     acl_cv_rpath=done
     acl_cv_shlibext=so
     acl_cv_wl=-Wl,
     am_cv_CC_dependencies_compiler_type=gcc3
     am_cv_make_support_nested_variables=yes
     am_cv_prog_cc_c_o=yes
     gl_cv_c_amsterdam_compiler=no
     gl_cv_c_inline_effective=yes
     gl_cv_have_include_next=yes
     gl_cv_header_wchar_h_correct_inline=no
     gl_cv_lib_readline=yes
     gl_cv_next_gtk_gtk_h='<gtk/gtk.h>'
     gl_cv_pragma_columns=no
     gt_cv_func_CFLocaleCopyCurrent=no
     gt_cv_func_CFPreferencesCopyAppValue=no
     gt_cv_func_gnugettext2_libc=yes
     lt_cv_ar_at_file=@
     lt_cv_archive_cmds_need_lc=no
     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_nm_interface='BSD nm'
     lt_cv_objdir=.libs
     lt_cv_path_LD=/usr/x86_64-slackware-linux/bin/ld
     lt_cv_path_NM='/usr/bin/nm -B'
     lt_cv_path_mainfest_tool=no
     lt_cv_prog_compiler_c_o=yes
     lt_cv_prog_compiler_pic='-fPIC -DPIC'
     lt_cv_prog_compiler_pic_works=yes
     lt_cv_prog_compiler_rtti_exceptions=no
     lt_cv_prog_compiler_static_works=yes
     lt_cv_prog_gnu_ld=yes
     lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
     lt_cv_shlibpath_overrides_runpath=no
     lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[  
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
     lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ 
]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ 
 {"\2", (void *) \&\2},/p'\'''
     lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: 
\([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) 
\(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) 
\([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
     lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
     lt_cv_sys_max_cmd_len=1572864
     lt_cv_to_host_file_cmd=func_convert_file_noop
     lt_cv_to_tool_file_cmd=func_convert_file_noop
     pkg_cv_CAIRO_CFLAGS='-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0  '
     pkg_cv_CAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 
-lglib-2.0  '
     pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  
'
     pkg_cv_GLIB_LIBS='-lglib-2.0  '
     pkg_cv_GSL_CFLAGS=' '
     pkg_cv_GSL_LIBS='-lgsl -lgslcblas -lm  '
     pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include  '
     pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0  '
     pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pixman-1 
-I/usr/include/libdrm  '
     pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 
-lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  '
     pkg_cv_LIBXML2_CFLAGS='-I/usr/include/libxml2  '
     pkg_cv_LIBXML2_LIBS='-lxml2  '
     pspp_cv__fgnu89_inline=yes
     pspp_cv_dot=no
     pspp_cv_gsl_needs_fgnu89_inline=no
     pspp_cv_have_clicksequence=yes
     pspp_cv_have_libpq=no
     pspp_cv_lc_paper=yes
     
     ## ----------------- ##
     ## Output variables. ##
     ## ----------------- ##
     
     ACLOCAL='${SHELL} /home/fhou/Downloads/pspp/pspp-0.10.0/build-aux/missing 
aclocal-1.14'
     ALLOCA='${LIBOBJDIR}alloca.o'
     ALLOCA_H=''
     AMDEPBACKSLASH='\'
     AMDEP_FALSE='#'
     AMDEP_TRUE=''
     AMTAR='$${TAR-tar}'
     AM_BACKSLASH='\'
     AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
     AM_DEFAULT_VERBOSITY='1'
     AM_MAKEINFOFLAGS=''
     AM_V='$(V)'
     APPLE_UNIVERSAL_BUILD=''
     AR='ar'
     ARFLAGS='cru'
     AS='as'
     ASM_SYMBOL_PREFIX=''
     AUTOCONF='${SHELL} /home/fhou/Downloads/pspp/pspp-0.10.0/build-aux/missing 
autoconf'
     AUTOHEADER='${SHELL} 
/home/fhou/Downloads/pspp/pspp-0.10.0/build-aux/missing autoheader'
     AUTOMAKE='${SHELL} /home/fhou/Downloads/pspp/pspp-0.10.0/build-aux/missing 
automake-1.14'
     AWK='gawk'
     BITSIZEOF_PTRDIFF_T=''
     BITSIZEOF_SIG_ATOMIC_T=''
     BITSIZEOF_SIZE_T=''
     BITSIZEOF_WCHAR_T=''
     BITSIZEOF_WINT_T=''
     BYTESWAP_H=''
     CAIRO_CFLAGS='-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0  '
     CAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  
'
     CC='gcc -fgnu89-inline -std=gnu99'
     CCDEPMODE='depmode=gcc3'
     CC_FOR_BUILD='$(CC)'
     CFLAGS='-g -O2'
     CPP='gcc -fgnu89-inline -E'
     CPPFLAGS=' -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pango-1.0  '
     CYGPATH_W='echo'
     DEFS=''
     DEPDIR='.deps'
     DLLTOOL='dlltool'
     DSYMUTIL=''
     DUMPBIN=''
     ECHO_C=''
     ECHO_N='-n'
     ECHO_T=''
     EGREP='/usr/bin/grep -E'
     EMULTIHOP_HIDDEN=''
     EMULTIHOP_VALUE=''
     ENOLINK_HIDDEN=''
     ENOLINK_VALUE=''
     EOVERFLOW_HIDDEN=''
     EOVERFLOW_VALUE=''
     ERRNO_H=''
     EXEEXT=''
     EXEEXT_FOR_BUILD='$(EXEEXT)'
     FGREP='/usr/bin/grep -F'
     FLOAT_H=''
     FLOOR_LIBM=''
     GETOPT_H=''
     GLADE_UI_CFLAGS=''
     GLADE_UI_LIBS=''
     GLIBC21=''
     GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
     GLIB_GENMARSHAL='glib-genmarshal'
     GLIB_LIBS='-lglib-2.0  '
     GL_COND_LIBTOOL_FALSE=''
     GL_COND_LIBTOOL_TRUE=''
     GL_GENERATE_ALLOCA_H_FALSE=''
     GL_GENERATE_ALLOCA_H_TRUE=''
     GL_GENERATE_BYTESWAP_H_FALSE=''
     GL_GENERATE_BYTESWAP_H_TRUE=''
     GL_GENERATE_ERRNO_H_FALSE=''
     GL_GENERATE_ERRNO_H_TRUE=''
     GL_GENERATE_FLOAT_H_FALSE=''
     GL_GENERATE_FLOAT_H_TRUE=''
     GL_GENERATE_STDALIGN_H_FALSE=''
     GL_GENERATE_STDALIGN_H_TRUE=''
     GL_GENERATE_STDARG_H_FALSE=''
     GL_GENERATE_STDARG_H_TRUE=''
     GL_GENERATE_STDBOOL_H_FALSE=''
     GL_GENERATE_STDBOOL_H_TRUE=''
     GL_GENERATE_STDDEF_H_FALSE=''
     GL_GENERATE_STDDEF_H_TRUE=''
     GL_GENERATE_STDINT_H_FALSE=''
     GL_GENERATE_STDINT_H_TRUE=''
     GNM_READ_SUPPORT='yes'
     GNULIB_ACCEPT4=''
     GNULIB_ACCEPT=''
     GNULIB_ACOSF=''
     GNULIB_ACOSL=''
     GNULIB_ASINF=''
     GNULIB_ASINL=''
     GNULIB_ATAN2F=''
     GNULIB_ATANF=''
     GNULIB_ATANL=''
     GNULIB_ATOLL=''
     GNULIB_BIND=''
     GNULIB_BTOWC='0'
     GNULIB_CALLOC_POSIX=''
     GNULIB_CANONICALIZE_FILE_NAME=''
     GNULIB_CBRT=''
     GNULIB_CBRTF=''
     GNULIB_CBRTL=''
     GNULIB_CEIL=''
     GNULIB_CEILF=''
     GNULIB_CEILL=''
     GNULIB_CHDIR=''
     GNULIB_CHOWN=''
     GNULIB_CLOSE=''
     GNULIB_CONNECT=''
     GNULIB_COPYSIGN=''
     GNULIB_COPYSIGNF=''
     GNULIB_COPYSIGNL=''
     GNULIB_COSF=''
     GNULIB_COSHF=''
     GNULIB_COSL=''
     GNULIB_DPRINTF=''
     GNULIB_DUP2=''
     GNULIB_DUP3=''
     GNULIB_DUP=''
     GNULIB_DUPLOCALE=''
     GNULIB_ENVIRON=''
     GNULIB_EUIDACCESS=''
     GNULIB_EXP2=''
     GNULIB_EXP2F=''
     GNULIB_EXP2L=''
     GNULIB_EXPF=''
     GNULIB_EXPL=''
     GNULIB_EXPM1=''
     GNULIB_EXPM1F=''
     GNULIB_EXPM1L=''
     GNULIB_FABSF=''
     GNULIB_FABSL=''
     GNULIB_FACCESSAT=''
     GNULIB_FCHDIR=''
     GNULIB_FCHMODAT=''
     GNULIB_FCHOWNAT=''
     GNULIB_FCLOSE=''
     GNULIB_FCNTL=''
     GNULIB_FDATASYNC=''
     GNULIB_FDOPEN=''
     GNULIB_FFLUSH=''
     GNULIB_FFS=''
     GNULIB_FFSL=''
     GNULIB_FFSLL=''
     GNULIB_FGETC=''
     GNULIB_FGETS=''
     GNULIB_FLOOR=''
     GNULIB_FLOORF=''
     GNULIB_FLOORL=''
     GNULIB_FMA=''
     GNULIB_FMAF=''
     GNULIB_FMAL=''
     GNULIB_FMOD=''
     GNULIB_FMODF=''
     GNULIB_FMODL=''
     GNULIB_FOPEN=''
     GNULIB_FPRINTF=''
     GNULIB_FPRINTF_POSIX=''
     GNULIB_FPURGE=''
     GNULIB_FPUTC=''
     GNULIB_FPUTS=''
     GNULIB_FREAD=''
     GNULIB_FREOPEN=''
     GNULIB_FREXP=''
     GNULIB_FREXPF=''
     GNULIB_FREXPL=''
     GNULIB_FSCANF=''
     GNULIB_FSEEK=''
     GNULIB_FSEEKO=''
     GNULIB_FSTAT=''
     GNULIB_FSTATAT=''
     GNULIB_FSYNC=''
     GNULIB_FTELL=''
     GNULIB_FTELLO=''
     GNULIB_FTRUNCATE=''
     GNULIB_FUTIMENS=''
     GNULIB_FWRITE=''
     GNULIB_GETC=''
     GNULIB_GETCHAR=''
     GNULIB_GETCWD=''
     GNULIB_GETDELIM=''
     GNULIB_GETDOMAINNAME=''
     GNULIB_GETDTABLESIZE=''
     GNULIB_GETGROUPS=''
     GNULIB_GETHOSTNAME=''
     GNULIB_GETLINE=''
     GNULIB_GETLOADAVG=''
     GNULIB_GETLOGIN=''
     GNULIB_GETLOGIN_R=''
     GNULIB_GETPAGESIZE=''
     GNULIB_GETPEERNAME=''
     GNULIB_GETSOCKNAME=''
     GNULIB_GETSOCKOPT=''
     GNULIB_GETSUBOPT=''
     GNULIB_GETTIMEOFDAY=''
     GNULIB_GETUSERSHELL=''
     GNULIB_GL_UNISTD_H_GETOPT=''
     GNULIB_GRANTPT=''
     GNULIB_GROUP_MEMBER=''
     GNULIB_HYPOT=''
     GNULIB_HYPOTF=''
     GNULIB_HYPOTL=''
     GNULIB_ILOGB=''
     GNULIB_ILOGBF=''
     GNULIB_ILOGBL=''
     GNULIB_ISATTY=''
     GNULIB_ISFINITE=''
     GNULIB_ISINF=''
     GNULIB_ISNAN=''
     GNULIB_ISNAND=''
     GNULIB_ISNANF=''
     GNULIB_ISNANL=''
     GNULIB_ISWBLANK=''
     GNULIB_ISWCTYPE=''
     GNULIB_LCHMOD=''
     GNULIB_LCHOWN=''
     GNULIB_LDEXPF=''
     GNULIB_LDEXPL=''
     GNULIB_LINK=''
     GNULIB_LINKAT=''
     GNULIB_LISTEN=''
     GNULIB_LOCALECONV=''
     GNULIB_LOG10=''
     GNULIB_LOG10F=''
     GNULIB_LOG10L=''
     GNULIB_LOG1P=''
     GNULIB_LOG1PF=''
     GNULIB_LOG1PL=''
     GNULIB_LOG2=''
     GNULIB_LOG2F=''
     GNULIB_LOG2L=''
     GNULIB_LOG=''
     GNULIB_LOGB=''
     GNULIB_LOGBF=''
     GNULIB_LOGBL=''
     GNULIB_LOGF=''
     GNULIB_LOGL=''
     GNULIB_LSEEK=''
     GNULIB_LSTAT=''
     GNULIB_MALLOC_POSIX=''
     GNULIB_MBRLEN='0'
     GNULIB_MBRTOWC='0'
     GNULIB_MBSCASECMP=''
     GNULIB_MBSCASESTR=''
     GNULIB_MBSCHR=''
     GNULIB_MBSCSPN=''
     GNULIB_MBSINIT='0'
     GNULIB_MBSLEN=''
     GNULIB_MBSNCASECMP=''
     GNULIB_MBSNLEN=''
     GNULIB_MBSNRTOWCS='0'
     GNULIB_MBSPBRK=''
     GNULIB_MBSPCASECMP=''
     GNULIB_MBSRCHR=''
     GNULIB_MBSRTOWCS='0'
     GNULIB_MBSSEP=''
     GNULIB_MBSSPN=''
     GNULIB_MBSSTR=''
     GNULIB_MBSTOK_R=''
     GNULIB_MBTOWC=''
     GNULIB_MEMCHR=''
     GNULIB_MEMMEM=''
     GNULIB_MEMPCPY=''
     GNULIB_MEMRCHR=''
     GNULIB_MKDIRAT=''
     GNULIB_MKDTEMP=''
     GNULIB_MKFIFO=''
     GNULIB_MKFIFOAT=''
     GNULIB_MKNOD=''
     GNULIB_MKNODAT=''
     GNULIB_MKOSTEMP=''
     GNULIB_MKOSTEMPS=''
     GNULIB_MKSTEMP=''
     GNULIB_MKSTEMPS=''
     GNULIB_MKTIME=''
     GNULIB_MODF=''
     GNULIB_MODFF=''
     GNULIB_MODFL=''
     GNULIB_NANOSLEEP=''
     GNULIB_NL_LANGINFO=''
     GNULIB_NONBLOCKING=''
     GNULIB_OBSTACK_PRINTF=''
     GNULIB_OBSTACK_PRINTF_POSIX=''
     GNULIB_OPEN=''
     GNULIB_OPENAT=''
     GNULIB_PCLOSE=''
     GNULIB_PERROR=''
     GNULIB_PIPE2=''
     GNULIB_PIPE=''
     GNULIB_POPEN=''
     GNULIB_POSIX_OPENPT=''
     GNULIB_POWF=''
     GNULIB_PREAD=''
     GNULIB_PRINTF=''
     GNULIB_PRINTF_POSIX=''
     GNULIB_PSELECT=''
     GNULIB_PTHREAD_SIGMASK=''
     GNULIB_PTSNAME=''
     GNULIB_PTSNAME_R=''
     GNULIB_PUTC=''
     GNULIB_PUTCHAR=''
     GNULIB_PUTENV=''
     GNULIB_PUTS=''
     GNULIB_PWRITE=''
     GNULIB_QSORT_R=''
     GNULIB_RAISE=''
     GNULIB_RANDOM=''
     GNULIB_RANDOM_R=''
     GNULIB_RAWMEMCHR=''
     GNULIB_READ=''
     GNULIB_READLINK=''
     GNULIB_READLINKAT=''
     GNULIB_REALLOC_POSIX=''
     GNULIB_REALPATH=''
     GNULIB_RECV=''
     GNULIB_RECVFROM=''
     GNULIB_REMAINDER=''
     GNULIB_REMAINDERF=''
     GNULIB_REMAINDERL=''
     GNULIB_REMOVE=''
     GNULIB_RENAME=''
     GNULIB_RENAMEAT=''
     GNULIB_RINT=''
     GNULIB_RINTF=''
     GNULIB_RINTL=''
     GNULIB_RMDIR=''
     GNULIB_ROUND=''
     GNULIB_ROUNDF=''
     GNULIB_ROUNDL=''
     GNULIB_RPMATCH=''
     GNULIB_SCANF=''
     GNULIB_SECURE_GETENV=''
     GNULIB_SELECT=''
     GNULIB_SEND=''
     GNULIB_SENDTO=''
     GNULIB_SETENV=''
     GNULIB_SETHOSTNAME=''
     GNULIB_SETLOCALE=''
     GNULIB_SETSOCKOPT=''
     GNULIB_SHUTDOWN=''
     GNULIB_SIGACTION=''
     GNULIB_SIGNAL_H_SIGPIPE=''
     GNULIB_SIGNBIT=''
     GNULIB_SIGPROCMASK=''
     GNULIB_SINF=''
     GNULIB_SINHF=''
     GNULIB_SINL=''
     GNULIB_SLEEP=''
     GNULIB_SNPRINTF=''
     GNULIB_SOCKET=''
     GNULIB_SPRINTF_POSIX=''
     GNULIB_SQRTF=''
     GNULIB_SQRTL=''
     GNULIB_STAT=''
     GNULIB_STDIO_H_NONBLOCKING=''
     GNULIB_STDIO_H_SIGPIPE=''
     GNULIB_STPCPY=''
     GNULIB_STPNCPY=''
     GNULIB_STRCASESTR=''
     GNULIB_STRCHRNUL=''
     GNULIB_STRDUP=''
     GNULIB_STRERROR=''
     GNULIB_STRERROR_R=''
     GNULIB_STRNCAT=''
     GNULIB_STRNDUP=''
     GNULIB_STRNLEN=''
     GNULIB_STRPBRK=''
     GNULIB_STRPTIME=''
     GNULIB_STRSEP=''
     GNULIB_STRSIGNAL=''
     GNULIB_STRSTR=''
     GNULIB_STRTOD=''
     GNULIB_STRTOK_R=''
     GNULIB_STRTOLL=''
     GNULIB_STRTOULL=''
     GNULIB_STRVERSCMP=''
     GNULIB_SYMLINK=''
     GNULIB_SYMLINKAT=''
     GNULIB_SYSTEM_POSIX=''
     GNULIB_TANF=''
     GNULIB_TANHF=''
     GNULIB_TANL=''
     GNULIB_TCGETSID=''
     GNULIB_TIMEGM=''
     GNULIB_TIME_R=''
     GNULIB_TMPFILE=''
     GNULIB_TOWCTRANS=''
     GNULIB_TRUNC=''
     GNULIB_TRUNCF=''
     GNULIB_TRUNCL=''
     GNULIB_TTYNAME_R=''
     GNULIB_UNISTD_H_NONBLOCKING=''
     GNULIB_UNISTD_H_SIGPIPE=''
     GNULIB_UNLINK=''
     GNULIB_UNLINKAT=''
     GNULIB_UNLOCKPT=''
     GNULIB_UNSETENV=''
     GNULIB_USLEEP=''
     GNULIB_UTIMENSAT=''
     GNULIB_VASPRINTF=''
     GNULIB_VDPRINTF=''
     GNULIB_VFPRINTF=''
     GNULIB_VFPRINTF_POSIX=''
     GNULIB_VFSCANF=''
     GNULIB_VPRINTF=''
     GNULIB_VPRINTF_POSIX=''
     GNULIB_VSCANF=''
     GNULIB_VSNPRINTF=''
     GNULIB_VSPRINTF_POSIX=''
     GNULIB_WCPCPY='0'
     GNULIB_WCPNCPY='0'
     GNULIB_WCRTOMB='0'
     GNULIB_WCSCASECMP='0'
     GNULIB_WCSCAT='0'
     GNULIB_WCSCHR='0'
     GNULIB_WCSCMP='0'
     GNULIB_WCSCOLL='0'
     GNULIB_WCSCPY='0'
     GNULIB_WCSCSPN='0'
     GNULIB_WCSDUP='0'
     GNULIB_WCSLEN='0'
     GNULIB_WCSNCASECMP='0'
     GNULIB_WCSNCAT='0'
     GNULIB_WCSNCMP='0'
     GNULIB_WCSNCPY='0'
     GNULIB_WCSNLEN='0'
     GNULIB_WCSNRTOMBS='0'
     GNULIB_WCSPBRK='0'
     GNULIB_WCSRCHR='0'
     GNULIB_WCSRTOMBS='0'
     GNULIB_WCSSPN='0'
     GNULIB_WCSSTR='0'
     GNULIB_WCSTOK='0'
     GNULIB_WCSWIDTH='0'
     GNULIB_WCSXFRM='0'
     GNULIB_WCTOB='0'
     GNULIB_WCTOMB=''
     GNULIB_WCTRANS=''
     GNULIB_WCTYPE=''
     GNULIB_WCWIDTH='0'
     GNULIB_WMEMCHR='0'
     GNULIB_WMEMCMP='0'
     GNULIB_WMEMCPY='0'
     GNULIB_WMEMMOVE='0'
     GNULIB_WMEMSET='0'
     GNULIB_WRITE=''
     GNULIB__EXIT=''
     GREP='/usr/bin/grep'
     GSL_CFLAGS=' '
     GSL_LIBS='-lgsl -lgslcblas -lm  '
     GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include  '
     GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0  '
     GTKSOURCEVIEW_CFLAGS=''
     GTKSOURCEVIEW_LIBS=''
     GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pixman-1 
-I/usr/include/libdrm  '
     GTK_LIBS='-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 
-lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  '
     HAVE_ACCEPT4=''
     HAVE_ACOSF=''
     HAVE_ACOSL=''
     HAVE_ASINF=''
     HAVE_ASINL=''
     HAVE_ATAN2F=''
     HAVE_ATANF=''
     HAVE_ATANL=''
     HAVE_ATOLL=''
     HAVE_BTOWC='1'
     HAVE_CAIRO_FALSE='#'
     HAVE_CAIRO_TRUE=''
     HAVE_CANONICALIZE_FILE_NAME=''
     HAVE_CBRT=''
     HAVE_CBRTF=''
     HAVE_CBRTL=''
     HAVE_CHOWN=''
     HAVE_COPYSIGN=''
     HAVE_COPYSIGNL=''
     HAVE_COSF=''
     HAVE_COSHF=''
     HAVE_COSL=''
     HAVE_DECL_ACOSL=''
     HAVE_DECL_ASINL=''
     HAVE_DECL_ATANL=''
     HAVE_DECL_CBRTF=''
     HAVE_DECL_CBRTL=''
     HAVE_DECL_CEILF=''
     HAVE_DECL_CEILL=''
     HAVE_DECL_COPYSIGNF=''
     HAVE_DECL_COSL=''
     HAVE_DECL_ENVIRON=''
     HAVE_DECL_EXP2=''
     HAVE_DECL_EXP2F=''
     HAVE_DECL_EXP2L=''
     HAVE_DECL_EXPL=''
     HAVE_DECL_EXPM1L=''
     HAVE_DECL_FCHDIR=''
     HAVE_DECL_FDATASYNC=''
     HAVE_DECL_FLOORF=''
     HAVE_DECL_FLOORL=''
     HAVE_DECL_FPURGE=''
     HAVE_DECL_FREXPL=''
     HAVE_DECL_FSEEKO=''
     HAVE_DECL_FTELLO=''
     HAVE_DECL_GETDELIM=''
     HAVE_DECL_GETDOMAINNAME=''
     HAVE_DECL_GETLINE=''
     HAVE_DECL_GETLOADAVG=''
     HAVE_DECL_GETLOGIN_R=''
     HAVE_DECL_GETPAGESIZE=''
     HAVE_DECL_GETUSERSHELL=''
     HAVE_DECL_LDEXPL=''
     HAVE_DECL_LOCALTIME_R=''
     HAVE_DECL_LOG10L=''
     HAVE_DECL_LOG2=''
     HAVE_DECL_LOG2F=''
     HAVE_DECL_LOG2L=''
     HAVE_DECL_LOGB=''
     HAVE_DECL_LOGL=''
     HAVE_DECL_MEMMEM=''
     HAVE_DECL_MEMRCHR=''
     HAVE_DECL_OBSTACK_PRINTF=''
     HAVE_DECL_REMAINDER=''
     HAVE_DECL_REMAINDERL=''
     HAVE_DECL_RINTF=''
     HAVE_DECL_ROUND=''
     HAVE_DECL_ROUNDF=''
     HAVE_DECL_ROUNDL=''
     HAVE_DECL_SETENV=''
     HAVE_DECL_SETHOSTNAME=''
     HAVE_DECL_SINL=''
     HAVE_DECL_SNPRINTF=''
     HAVE_DECL_SQRTL=''
     HAVE_DECL_STRDUP=''
     HAVE_DECL_STRERROR_R=''
     HAVE_DECL_STRNCASECMP=''
     HAVE_DECL_STRNDUP=''
     HAVE_DECL_STRNLEN=''
     HAVE_DECL_STRSIGNAL=''
     HAVE_DECL_STRTOK_R=''
     HAVE_DECL_TANL=''
     HAVE_DECL_TCGETSID=''
     HAVE_DECL_TRUNC=''
     HAVE_DECL_TRUNCF=''
     HAVE_DECL_TRUNCL=''
     HAVE_DECL_TTYNAME_R=''
     HAVE_DECL_UNSETENV=''
     HAVE_DECL_VSNPRINTF=''
     HAVE_DECL_WCTOB='1'
     HAVE_DECL_WCWIDTH='1'
     HAVE_DOT_FALSE=''
     HAVE_DOT_TRUE='#'
     HAVE_DPRINTF=''
     HAVE_DUP2=''
     HAVE_DUP3=''
     HAVE_DUPLOCALE=''
     HAVE_EUIDACCESS=''
     HAVE_EXPF=''
     HAVE_EXPL=''
     HAVE_EXPM1=''
     HAVE_EXPM1F=''
     HAVE_FABSF=''
     HAVE_FABSL=''
     HAVE_FACCESSAT=''
     HAVE_FCHDIR=''
     HAVE_FCHMODAT=''
     HAVE_FCHOWNAT=''
     HAVE_FCNTL=''
     HAVE_FDATASYNC=''
     HAVE_FEATURES_H=''
     HAVE_FFS=''
     HAVE_FFSL=''
     HAVE_FFSLL=''
     HAVE_FMA=''
     HAVE_FMAF=''
     HAVE_FMAL=''
     HAVE_FMODF=''
     HAVE_FMODL=''
     HAVE_FREXPF=''
     HAVE_FSEEKO=''
     HAVE_FSTATAT=''
     HAVE_FSYNC=''
     HAVE_FTELLO=''
     HAVE_FTRUNCATE=''
     HAVE_FUTIMENS=''
     HAVE_GETDTABLESIZE=''
     HAVE_GETGROUPS=''
     HAVE_GETHOSTNAME=''
     HAVE_GETLOGIN=''
     HAVE_GETOPT_H=''
     HAVE_GETPAGESIZE=''
     HAVE_GETSUBOPT=''
     HAVE_GETTIMEOFDAY=''
     HAVE_GRANTPT=''
     HAVE_GROUP_MEMBER=''
     HAVE_GUI_FALSE='#'
     HAVE_GUI_TRUE=''
     HAVE_HYPOTF=''
     HAVE_HYPOTL=''
     HAVE_ILOGB=''
     HAVE_ILOGBF=''
     HAVE_ILOGBL=''
     HAVE_INTTYPES_H=''
     HAVE_ISNAND=''
     HAVE_ISNANF=''
     HAVE_ISNANL=''
     HAVE_ISWBLANK=''
     HAVE_ISWCNTRL=''
     HAVE_LANGINFO_CODESET=''
     HAVE_LANGINFO_ERA=''
     HAVE_LANGINFO_H=''
     HAVE_LANGINFO_T_FMT_AMPM=''
     HAVE_LANGINFO_YESEXPR=''
     HAVE_LCHMOD=''
     HAVE_LCHOWN=''
     HAVE_LDEXPF=''
     HAVE_LINK=''
     HAVE_LINKAT=''
     HAVE_LOG10F=''
     HAVE_LOG10L=''
     HAVE_LOG1P=''
     HAVE_LOG1PF=''
     HAVE_LOG1PL=''
     HAVE_LOGBF=''
     HAVE_LOGBL=''
     HAVE_LOGF=''
     HAVE_LOGL=''
     HAVE_LONG_LONG_INT=''
     HAVE_LSTAT=''
     HAVE_MBRLEN='1'
     HAVE_MBRTOWC='1'
     HAVE_MBSINIT='1'
     HAVE_MBSLEN=''
     HAVE_MBSNRTOWCS='1'
     HAVE_MBSRTOWCS='1'
     HAVE_MEMCHR=''
     HAVE_MEMPCPY=''
     HAVE_MKDIRAT=''
     HAVE_MKDTEMP=''
     HAVE_MKFIFO=''
     HAVE_MKFIFOAT=''
     HAVE_MKNOD=''
     HAVE_MKNODAT=''
     HAVE_MKOSTEMP=''
     HAVE_MKOSTEMPS=''
     HAVE_MKSTEMP=''
     HAVE_MKSTEMPS=''
     HAVE_MODFF=''
     HAVE_MODFL=''
     HAVE_MSVC_INVALID_PARAMETER_HANDLER=''
     HAVE_NANOSLEEP=''
     HAVE_NL_LANGINFO=''
     HAVE_OPENAT=''
     HAVE_OS_H=''
     HAVE_PCLOSE=''
     HAVE_PIPE2=''
     HAVE_PIPE=''
     HAVE_POPEN=''
     HAVE_POSIX_OPENPT=''
     HAVE_POSIX_SIGNALBLOCKING=''
     HAVE_POWF=''
     HAVE_PREAD=''
     HAVE_PSELECT=''
     HAVE_PTHREAD_SIGMASK=''
     HAVE_PTSNAME=''
     HAVE_PTSNAME_R=''
     HAVE_PWRITE=''
     HAVE_RAISE=''
     HAVE_RANDOM=''
     HAVE_RANDOM_H=''
     HAVE_RANDOM_R=''
     HAVE_RAWMEMCHR=''
     HAVE_READLINK=''
     HAVE_READLINKAT=''
     HAVE_REALPATH=''
     HAVE_REMAINDER=''
     HAVE_REMAINDERF=''
     HAVE_RENAMEAT=''
     HAVE_RINT=''
     HAVE_RINTL=''
     HAVE_RPMATCH=''
     HAVE_SAME_LONG_DOUBLE_AS_DOUBLE=''
     HAVE_SA_FAMILY_T=''
     HAVE_SECURE_GETENV=''
     HAVE_SETENV=''
     HAVE_SETHOSTNAME=''
     HAVE_SIGACTION=''
     HAVE_SIGHANDLER_T=''
     HAVE_SIGINFO_T=''
     HAVE_SIGNED_SIG_ATOMIC_T=''
     HAVE_SIGNED_WCHAR_T=''
     HAVE_SIGNED_WINT_T=''
     HAVE_SIGSET_T=''
     HAVE_SINF=''
     HAVE_SINHF=''
     HAVE_SINL=''
     HAVE_SLEEP=''
     HAVE_SQRTF=''
     HAVE_SQRTL=''
     HAVE_STDINT_H=''
     HAVE_STPCPY=''
     HAVE_STPNCPY=''
     HAVE_STRCASECMP=''
     HAVE_STRCASESTR=''
     HAVE_STRCHRNUL=''
     HAVE_STRINGS_H=''
     HAVE_STRPBRK=''
     HAVE_STRPTIME=''
     HAVE_STRSEP=''
     HAVE_STRTOD=''
     HAVE_STRTOLL=''
     HAVE_STRTOULL=''
     HAVE_STRUCT_RANDOM_DATA=''
     HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
     HAVE_STRUCT_SOCKADDR_STORAGE=''
     HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=''
     HAVE_STRUCT_TIMEVAL=''
     HAVE_STRVERSCMP=''
     HAVE_SYMLINK=''
     HAVE_SYMLINKAT=''
     HAVE_SYS_BITYPES_H=''
     HAVE_SYS_INTTYPES_H=''
     HAVE_SYS_LOADAVG_H=''
     HAVE_SYS_PARAM_H=''
     HAVE_SYS_SELECT_H=''
     HAVE_SYS_SOCKET_H=''
     HAVE_SYS_TIME_H=''
     HAVE_SYS_TYPES_H=''
     HAVE_SYS_UIO_H=''
     HAVE_TANF=''
     HAVE_TANHF=''
     HAVE_TANL=''
     HAVE_TERMIOS_H=''
     HAVE_TIMEGM=''
     HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
     HAVE_UNISTD_H=''
     HAVE_UNLINKAT=''
     HAVE_UNLOCKPT=''
     HAVE_UNSIGNED_LONG_LONG_INT=''
     HAVE_USLEEP=''
     HAVE_UTIMENSAT=''
     HAVE_VASPRINTF=''
     HAVE_VDPRINTF=''
     HAVE_WCHAR_H=''
     HAVE_WCHAR_T=''
     HAVE_WCPCPY='1'
     HAVE_WCPNCPY='1'
     HAVE_WCRTOMB='1'
     HAVE_WCSCASECMP='1'
     HAVE_WCSCAT='1'
     HAVE_WCSCHR='1'
     HAVE_WCSCMP='1'
     HAVE_WCSCOLL='1'
     HAVE_WCSCPY='1'
     HAVE_WCSCSPN='1'
     HAVE_WCSDUP='1'
     HAVE_WCSLEN='1'
     HAVE_WCSNCASECMP='1'
     HAVE_WCSNCAT='1'
     HAVE_WCSNCMP='1'
     HAVE_WCSNCPY='1'
     HAVE_WCSNLEN='1'
     HAVE_WCSNRTOMBS='1'
     HAVE_WCSPBRK='1'
     HAVE_WCSRCHR='1'
     HAVE_WCSRTOMBS='1'
     HAVE_WCSSPN='1'
     HAVE_WCSSTR='1'
     HAVE_WCSTOK='1'
     HAVE_WCSWIDTH='1'
     HAVE_WCSXFRM='1'
     HAVE_WCTRANS_T=''
     HAVE_WCTYPE_H=''
     HAVE_WCTYPE_T=''
     HAVE_WINSOCK2_H=''
     HAVE_WINT_T=''
     HAVE_WMEMCHR='1'
     HAVE_WMEMCMP='1'
     HAVE_WMEMCPY='1'
     HAVE_WMEMMOVE='1'
     HAVE_WMEMSET='1'
     HAVE_WS2TCPIP_H=''
     HAVE_XLOCALE_H=''
     HAVE__BOOL=''
     HAVE__EXIT=''
     INCLUDE_NEXT='include_next'
     INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
     INSTALL_DATA='${INSTALL} -m 644'
     INSTALL_PROGRAM='${INSTALL}'
     INSTALL_PROGRAM_ENV=''
     INSTALL_SCRIPT='${INSTALL}'
     INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
     INTLLIBS=''
     INTL_MACOSX_LIBS=''
     ISFINITE_LIBM=''
     ISINF_LIBM=''
     ISNAND_LIBM=''
     ISNANF_LIBM=''
     ISNANL_LIBM=''
     ISNAN_LIBM=''
     LD='/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64'
     LDFLAGS=''
     LIBICONV='-liconv'
     LIBINTL=''
     LIBMULTITHREAD=''
     LIBOBJS=''
     LIBPTH=''
     LIBPTH_PREFIX=''
     LIBREADLINE='-lreadline -lhistory -lncurses'
     LIBS='-lreadline -lgslcblas -lz -lm  '
     LIBSOCKET=''
     LIBTHREAD=''
     LIBTOOL='$(SHELL) $(top_builddir)/libtool'
     LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_TOLOWER_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_TOLOWER_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_TOUPPER_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_TOUPPER_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_CASEFOLD_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_CASEFOLD_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_CT_CASEFOLD_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_CT_CASEFOLD_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_TRUE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_FALSE=''
     LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_TRUE=''
     LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE=''
     LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE=''
     LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE=''
     LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE=''
     LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE=''
     LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE=''
     LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_FALSE=''
     LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_TRUE=''
     LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_FALSE=''
     LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_TRUE=''
     LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP_FALSE=''
     LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP_TRUE=''
     LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK_FALSE=''
     LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK_TRUE=''
     LIBUNISTRING_COMPILE_UNILBRK_U8_POSSIBLE_LINEBREAKS_FALSE=''
     LIBUNISTRING_COMPILE_UNILBRK_U8_POSSIBLE_LINEBREAKS_TRUE=''
     LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE=''
     LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE=''
     LIBUNISTRING_COMPILE_UNINORM_DECOMPOSING_FORM_FALSE=''
     LIBUNISTRING_COMPILE_UNINORM_DECOMPOSING_FORM_TRUE=''
     LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_FALSE=''
     LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_TRUE=''
     LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE=''
     LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE=''
     LIBUNISTRING_COMPILE_UNINORM_NFKD_FALSE=''
     LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE=''
     LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_FALSE=''
     LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CMP2_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CMP2_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CMP_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CMP_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CPY_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_STRLEN_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_STRNCAT_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_STRNCAT_TRUE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE=''
     LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE=''
     LIBUNISTRING_COMPILE_UNIWIDTH_U8_STRWIDTH_FALSE=''
     LIBUNISTRING_COMPILE_UNIWIDTH_U8_STRWIDTH_TRUE=''
     LIBUNISTRING_COMPILE_UNIWIDTH_U8_WIDTH_FALSE=''
     LIBUNISTRING_COMPILE_UNIWIDTH_U8_WIDTH_TRUE=''
     LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE=''
     LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
     LIBUNISTRING_UNICASE_H=''
     LIBUNISTRING_UNICTYPE_H=''
     LIBUNISTRING_UNIGBRK_H=''
     LIBUNISTRING_UNILBRK_H=''
     LIBUNISTRING_UNINORM_H=''
     LIBUNISTRING_UNISTR_H=''
     LIBUNISTRING_UNITYPES_H=''
     LIBUNISTRING_UNIWIDTH_H=''
     LIBXML2_CFLAGS='-I/usr/include/libxml2  '
     LIBXML2_LIBS='-lxml2  '
     LIB_CRYPTO=''
     LIB_SELECT=''
     LIPO=''
     LN_S='ln -s'
     LOCALCHARSET_TESTS_ENVIRONMENT=''
     LOCALE_FR=''
     LOCALE_FR_UTF8=''
     LOCALE_JA=''
     LOCALE_ZH_CN=''
     LTALLOCA=''
     LTLIBICONV='-liconv'
     LTLIBINTL=''
     LTLIBMULTITHREAD=''
     LTLIBOBJS=''
     LTLIBPTH=''
     LTLIBREADLINE='-lreadline -lhistory -lncurses'
     LTLIBTHREAD=''
     MAKEINFO='${SHELL} /home/fhou/Downloads/pspp/pspp-0.10.0/build-aux/missing 
makeinfo'
     MANIFEST_TOOL=':'
     MKDIR_P='/usr/bin/mkdir -p'
     NCURSES_CFLAGS=''
     NCURSES_CONFIG='ncurses5-config'
     NCURSES_LIBS='-L/usr/lib64 -lncurses'
     NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
     NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
     NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
     NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
     NEXT_AS_FIRST_DIRECTIVE_GTK_GTK_H='<gtk/gtk.h>'
     NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=''
     NEXT_AS_FIRST_DIRECTIVE_LOCALE_H=''
     NEXT_AS_FIRST_DIRECTIVE_MATH_H=''
     NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
     NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
     NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
     NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
     NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
     NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
     NEXT_AS_FIRST_DIRECTIVE_STRINGS_H=''
     NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
     NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=''
     NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H=''
     NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
     NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
     NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
     NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H=''
     NEXT_AS_FIRST_DIRECTIVE_TERMIOS_H=''
     NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
     NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
     NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
     NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
     NEXT_ERRNO_H=''
     NEXT_FCNTL_H=''
     NEXT_FLOAT_H=''
     NEXT_GETOPT_H=''
     NEXT_GTK_GTK_H='<gtk/gtk.h>'
     NEXT_LANGINFO_H=''
     NEXT_LOCALE_H=''
     NEXT_MATH_H=''
     NEXT_SIGNAL_H=''
     NEXT_STDARG_H=''
     NEXT_STDDEF_H=''
     NEXT_STDINT_H=''
     NEXT_STDIO_H=''
     NEXT_STDLIB_H=''
     NEXT_STRINGS_H=''
     NEXT_STRING_H=''
     NEXT_SYS_SELECT_H=''
     NEXT_SYS_SOCKET_H=''
     NEXT_SYS_STAT_H=''
     NEXT_SYS_TIME_H=''
     NEXT_SYS_TYPES_H=''
     NEXT_SYS_UIO_H=''
     NEXT_TERMIOS_H=''
     NEXT_TIME_H=''
     NEXT_UNISTD_H=''
     NEXT_WCHAR_H=''
     NEXT_WCTYPE_H=''
     NM='/usr/bin/nm -B'
     NMEDIT=''
     OBJDUMP='objdump'
     OBJEXT='o'
     ODF_READ_SUPPORT='yes'
     ODF_WRITE_SUPPORT_FALSE='#'
     ODF_WRITE_SUPPORT_TRUE=''
     OTOOL64=''
     OTOOL=''
     PACKAGE='pspp'
     PACKAGE_BUGREPORT='address@hidden'
     PACKAGE_NAME='GNU PSPP'
     PACKAGE_STRING='GNU PSPP 0.10.0'
     PACKAGE_TARNAME='pspp'
     PACKAGE_URL='http://www.gnu.org/software/pspp/'
     PACKAGE_VERSION='0.10.0'
     PATH_SEPARATOR=':'
     PERL='/usr/bin/perl'
     PG_CFLAGS=''
     PG_CONFIG=''
     PG_LDFLAGS=''
     PG_LIBS=''
     PKG_CONFIG='/usr/bin/pkg-config'
     PKG_CONFIG_LIBDIR=''
     PKG_CONFIG_PATH='/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig'
     POSUB='po'
     PRAGMA_COLUMNS=''
     PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
     PSPPIRE_LDFLAGS=''
     PSPP_LDFLAGS=''
     PSQL_SUPPORT='no'
     PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
     PTRDIFF_T_SUFFIX=''
     RANLIB='ranlib'
     RELOCATABLE=''
     RELOCATABLE_BUILD_DIR=''
     RELOCATABLE_CONFIG_H_DIR=''
     RELOCATABLE_LDFLAGS=''
     RELOCATABLE_LIBRARY_PATH=''
     RELOCATABLE_SRC_DIR=''
     RELOCATABLE_STRIP=''
     RELOCATABLE_VIA_LD_FALSE=''
     RELOCATABLE_VIA_LD_TRUE=''
     RELOCATABLE_VIA_WRAPPER_FALSE=''
     RELOCATABLE_VIA_WRAPPER_TRUE=''
     REPLACE_BTOWC='0'
     REPLACE_CALLOC=''
     REPLACE_CANONICALIZE_FILE_NAME=''
     REPLACE_CBRTF=''
     REPLACE_CBRTL=''
     REPLACE_CEIL=''
     REPLACE_CEILF=''
     REPLACE_CEILL=''
     REPLACE_CHOWN=''
     REPLACE_CLOSE=''
     REPLACE_DPRINTF=''
     REPLACE_DUP2=''
     REPLACE_DUP=''
     REPLACE_DUPLOCALE=''
     REPLACE_EXP2=''
     REPLACE_EXP2L=''
     REPLACE_EXPM1=''
     REPLACE_EXPM1F=''
     REPLACE_FABSL=''
     REPLACE_FCHOWNAT=''
     REPLACE_FCLOSE=''
     REPLACE_FCNTL=''
     REPLACE_FDOPEN=''
     REPLACE_FFLUSH=''
     REPLACE_FLOOR=''
     REPLACE_FLOORF=''
     REPLACE_FLOORL=''
     REPLACE_FMA=''
     REPLACE_FMAF=''
     REPLACE_FMAL=''
     REPLACE_FMOD=''
     REPLACE_FMODF=''
     REPLACE_FMODL=''
     REPLACE_FOPEN=''
     REPLACE_FPRINTF=''
     REPLACE_FPURGE=''
     REPLACE_FREOPEN=''
     REPLACE_FREXP=''
     REPLACE_FREXPF=''
     REPLACE_FREXPL=''
     REPLACE_FSEEK=''
     REPLACE_FSEEKO=''
     REPLACE_FSTAT=''
     REPLACE_FSTATAT=''
     REPLACE_FTELL=''
     REPLACE_FTELLO=''
     REPLACE_FTRUNCATE=''
     REPLACE_FUTIMENS=''
     REPLACE_GETCWD=''
     REPLACE_GETDELIM=''
     REPLACE_GETDOMAINNAME=''
     REPLACE_GETDTABLESIZE=''
     REPLACE_GETGROUPS=''
     REPLACE_GETLINE=''
     REPLACE_GETLOGIN_R=''
     REPLACE_GETPAGESIZE=''
     REPLACE_GETTIMEOFDAY=''
     REPLACE_GMTIME=''
     REPLACE_HUGE_VAL=''
     REPLACE_HYPOT=''
     REPLACE_HYPOTF=''
     REPLACE_HYPOTL=''
     REPLACE_ILOGB=''
     REPLACE_ILOGBF=''
     REPLACE_ISATTY=''
     REPLACE_ISFINITE=''
     REPLACE_ISINF=''
     REPLACE_ISNAN=''
     REPLACE_ISWBLANK=''
     REPLACE_ISWCNTRL=''
     REPLACE_ITOLD=''
     REPLACE_LCHOWN=''
     REPLACE_LDEXPL=''
     REPLACE_LINK=''
     REPLACE_LINKAT=''
     REPLACE_LOCALECONV=''
     REPLACE_LOCALTIME=''
     REPLACE_LOCALTIME_R=''
     REPLACE_LOG10=''
     REPLACE_LOG10F=''
     REPLACE_LOG10L=''
     REPLACE_LOG1P=''
     REPLACE_LOG1PF=''
     REPLACE_LOG1PL=''
     REPLACE_LOG2=''
     REPLACE_LOG2F=''
     REPLACE_LOG2L=''
     REPLACE_LOG=''
     REPLACE_LOGB=''
     REPLACE_LOGBF=''
     REPLACE_LOGBL=''
     REPLACE_LOGF=''
     REPLACE_LOGL=''
     REPLACE_LSEEK=''
     REPLACE_LSTAT=''
     REPLACE_MALLOC=''
     REPLACE_MBRLEN='0'
     REPLACE_MBRTOWC='0'
     REPLACE_MBSINIT='0'
     REPLACE_MBSNRTOWCS='0'
     REPLACE_MBSRTOWCS='0'
     REPLACE_MBSTATE_T='0'
     REPLACE_MBTOWC=''
     REPLACE_MEMCHR=''
     REPLACE_MEMMEM=''
     REPLACE_MKDIR=''
     REPLACE_MKFIFO=''
     REPLACE_MKNOD=''
     REPLACE_MKSTEMP=''
     REPLACE_MKTIME=''
     REPLACE_MODF=''
     REPLACE_MODFF=''
     REPLACE_MODFL=''
     REPLACE_NAN=''
     REPLACE_NANOSLEEP=''
     REPLACE_NL_LANGINFO=''
     REPLACE_NULL=''
     REPLACE_OBSTACK_PRINTF=''
     REPLACE_OPEN=''
     REPLACE_OPENAT=''
     REPLACE_PERROR=''
     REPLACE_POPEN=''
     REPLACE_PREAD=''
     REPLACE_PRINTF=''
     REPLACE_PSELECT=''
     REPLACE_PTHREAD_SIGMASK=''
     REPLACE_PTSNAME=''
     REPLACE_PTSNAME_R=''
     REPLACE_PUTENV=''
     REPLACE_PWRITE=''
     REPLACE_QSORT_R=''
     REPLACE_RAISE=''
     REPLACE_RANDOM_R=''
     REPLACE_READ=''
     REPLACE_READLINK=''
     REPLACE_READLINKAT=''
     REPLACE_REALLOC=''
     REPLACE_REALPATH=''
     REPLACE_REMAINDER=''
     REPLACE_REMAINDERF=''
     REPLACE_REMAINDERL=''
     REPLACE_REMOVE=''
     REPLACE_RENAME=''
     REPLACE_RENAMEAT=''
     REPLACE_RMDIR=''
     REPLACE_ROUND=''
     REPLACE_ROUNDF=''
     REPLACE_ROUNDL=''
     REPLACE_SELECT=''
     REPLACE_SETENV=''
     REPLACE_SETLOCALE=''
     REPLACE_SIGNBIT=''
     REPLACE_SIGNBIT_USING_GCC=''
     REPLACE_SLEEP=''
     REPLACE_SNPRINTF=''
     REPLACE_SPRINTF=''
     REPLACE_SQRTL=''
     REPLACE_STAT=''
     REPLACE_STDIO_READ_FUNCS=''
     REPLACE_STDIO_WRITE_FUNCS=''
     REPLACE_STPNCPY=''
     REPLACE_STRCASESTR=''
     REPLACE_STRCHRNUL=''
     REPLACE_STRDUP=''
     REPLACE_STRERROR=''
     REPLACE_STRERROR_R=''
     REPLACE_STRNCAT=''
     REPLACE_STRNDUP=''
     REPLACE_STRNLEN=''
     REPLACE_STRSIGNAL=''
     REPLACE_STRSTR=''
     REPLACE_STRTOD=''
     REPLACE_STRTOK_R=''
     REPLACE_STRUCT_LCONV=''
     REPLACE_STRUCT_TIMEVAL=''
     REPLACE_SYMLINK=''
     REPLACE_SYMLINKAT=''
     REPLACE_TIMEGM=''
     REPLACE_TMPFILE=''
     REPLACE_TOWLOWER=''
     REPLACE_TRUNC=''
     REPLACE_TRUNCF=''
     REPLACE_TRUNCL=''
     REPLACE_TTYNAME_R=''
     REPLACE_UNLINK=''
     REPLACE_UNLINKAT=''
     REPLACE_UNSETENV=''
     REPLACE_USLEEP=''
     REPLACE_UTIMENSAT=''
     REPLACE_VASPRINTF=''
     REPLACE_VDPRINTF=''
     REPLACE_VFPRINTF=''
     REPLACE_VPRINTF=''
     REPLACE_VSNPRINTF=''
     REPLACE_VSPRINTF=''
     REPLACE_WCRTOMB='0'
     REPLACE_WCSNRTOMBS='0'
     REPLACE_WCSRTOMBS='0'
     REPLACE_WCSWIDTH='0'
     REPLACE_WCTOB='0'
     REPLACE_WCTOMB=''
     REPLACE_WCWIDTH='0'
     REPLACE_WRITE=''
     ROUND_LIBM=''
     SED='/usr/bin/sed'
     SET_MAKE=''
     SHELL='/bin/sh'
     SIG_ATOMIC_T_SUFFIX=''
     SIZE_T_SUFFIX=''
     STDALIGN_H=''
     STDARG_H=''
     STDBOOL_H=''
     STDDEF_H=''
     STDINT_H=''
     STRIP='strip'
     SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
     TIME_H_DEFINES_STRUCT_TIMESPEC=''
     TRUNC_LIBM=''
     UNDEFINE_STRTOK_R=''
     UNISTD_H_HAVE_WINSOCK2_H=''
     UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
     USE_NLS='yes'
     VERSION='0.10.0'
     VERSION_FOR_PERL='0.10.0'
     WCHAR_T_SUFFIX=''
     WINDOWS_64_BIT_OFF_T=''
     WINDOWS_64_BIT_ST_SIZE=''
     WINT_T_SUFFIX=''
     WITH_GUI_TOOLS_FALSE=''
     WITH_GUI_TOOLS_TRUE='#'
     WITH_PERL_MODULE='yes'
     WITH_PERL_MODULE_FALSE='#'
     WITH_PERL_MODULE_TRUE=''
     XMLLINT='/usr/bin/xmllint'
     ac_ct_AR='ar'
     ac_ct_CC='gcc -fgnu89-inline'
     ac_ct_DUMPBIN=''
     am__EXEEXT_FALSE=''
     am__EXEEXT_TRUE=''
     am__fastdepCC_FALSE='#'
     am__fastdepCC_TRUE=''
     am__include='include'
     am__isrc=''
     am__leading_dot='.'
     am__nodep='_no'
     am__quote=''
     am__tar='$${TAR-tar} chof - "$$tardir"'
     am__untar='$${TAR-tar} xf -'
     bindir='${exec_prefix}/bin'
     build='x86_64-unknown-linux-gnu'
     build_alias=''
     build_cpu='x86_64'
     build_os='linux-gnu'
     build_vendor='unknown'
     cc_is_gcc_FALSE='#'
     cc_is_gcc_TRUE=''
     datadir='${datarootdir}'
     datarootdir='${prefix}/share'
     docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
     dvidir='${docdir}'
     exec_prefix='NONE'
     gl_LIBOBJS=''
     gl_LTLIBOBJS=''
     gltests_LIBOBJS=''
     gltests_LTLIBOBJS=''
     gltests_WITNESS=''
     host='x86_64-unknown-linux-gnu'
     host_alias=''
     host_cpu='x86_64'
     host_os='linux-gnu'
     host_vendor='unknown'
     htmldir='${docdir}'
     includedir='${prefix}/include'
     infodir='${datarootdir}/info'
     install_sh='${SHELL} 
/home/fhou/Downloads/pspp/pspp-0.10.0/build-aux/install-sh'
     libdir='${exec_prefix}/lib'
     libexecdir='${exec_prefix}/libexec'
     lispdir=''
     localedir='${datarootdir}/locale'
     localstatedir='${prefix}/var'
     mandir='${datarootdir}/man'
     mkdir_p='$(MKDIR_P)'
     oldincludedir='/usr/include'
     pdfdir='${docdir}'
     pkglibexecdir=''
     prefix='NONE'
     program_transform_name='s,x,x,'
     psdir='${docdir}'
     runstatedir='${localstatedir}/run'
     sbindir='${exec_prefix}/sbin'
     sharedstatedir='${prefix}/com'
     sysconfdir='${prefix}/etc'
     target_alias=''
     
     ## ----------- ##
     ## confdefs.h. ##
     ## ----------- ##
     
     /* confdefs.h */
     #define PACKAGE_NAME "GNU PSPP"
     #define PACKAGE_TARNAME "pspp"
     #define PACKAGE_VERSION "0.10.0"
     #define PACKAGE_STRING "GNU PSPP 0.10.0"
     #define PACKAGE_BUGREPORT "address@hidden"
     #define PACKAGE_URL "http://www.gnu.org/software/pspp/";
     #define PACKAGE "pspp"
     #define VERSION "0.10.0"
     #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 __EXTENSIONS__ 1
     #define _ALL_SOURCE 1
     #define _DARWIN_C_SOURCE 1
     #define _GNU_SOURCE 1
     #define _POSIX_PTHREAD_SEMANTICS 1
     #define _TANDEM_SOURCE 1
     #define HAVE_FSEEKO 1
     #define _DARWIN_USE_64_BIT_INODE 1
     #define HAVE_DLFCN_H 1
     #define LT_OBJDIR ".libs/"
     #define ENABLE_NLS 1
     #define HAVE_GETTEXT 1
     #define HAVE_DCGETTEXT 1
     #define _DARWIN_USE_64_BIT_INODE 1
     #define HAVE_LC_PAPER 1
     #define HAVE_CAIRO 1
     #define HAVE_ZLIB_H 1
     #define crc32 gl_crc32
     #define GNM_READ_SUPPORT 1
     #define ODF_READ_SUPPORT 1
     #define ODF_WRITE_SUPPORT 1
     #define HAVE_INLINE 1
     #define HAVE_TERM_H 1
     #define HAVE_CURSES_H 1
     #define LIBNCURSES_USABLE 1
     #define HAVE_TERMCAP_H 1
     #define HAVE_READLINE 1
     #define HAVE_RL_OUTSTREAM 1
     #define HAVE_SYS_WAIT_H 1
     #define HAVE_FPU_CONTROL_H 1
     #define HAVE_FENV_H 1
     #define HAVE_PWD_H 1
     #define HAVE_DECL_SIGWINCH 1
     #define C_ALLOCA 1
     #define STACK_DIRECTION -1
     
     configure: exit 1


-- 
Avoid eavesdropping.  Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]