Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by configure, which was
- generated by GNU Autoconf 2.67. Invocation command line was
- $ ./configure --with-lapack-prefix=/home/skipper/built/atlas_files/lib/
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = skipper-desktop
- uname -m = x86_64
- uname -r = 2.6.38-10-generic
- uname -s = Linux
- uname -v = #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = unknown
- /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/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/games
- PATH: /usr/local/stata
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2727: checking for gcc
- configure:2743: found /usr/bin/gcc
- configure:2754: result: gcc
- configure:2983: checking for C compiler version
- configure:2992: gcc --version >&5
- gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
- Copyright (C) 2010 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3003: $? = 0
- configure:2992: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
- configure:3003: $? = 0
- configure:2992: gcc -V >&5
- gcc: '-V' option must have argument
- configure:3003: $? = 1
- configure:2992: gcc -qversion >&5
- gcc: unrecognized option '-qversion'
- gcc: no input files
- configure:3003: $? = 1
- configure:3023: checking whether the C compiler works
- configure:3045: gcc conftest.c >&5
- configure:3049: $? = 0
- configure:3097: result: yes
- configure:3100: checking for C compiler default output file name
- configure:3102: result: a.out
- configure:3108: checking for suffix of executables
- configure:3115: gcc -o conftest conftest.c >&5
- configure:3119: $? = 0
- configure:3141: result:
- configure:3163: checking whether we are cross compiling
- configure:3171: gcc -o conftest conftest.c >&5
- configure:3175: $? = 0
- configure:3182: ./conftest
- configure:3186: $? = 0
- configure:3201: result: no
- configure:3206: checking for suffix of object files
- configure:3228: gcc -c conftest.c >&5
- configure:3232: $? = 0
- configure:3253: result: o
- configure:3257: checking whether we are using the GNU C compiler
- configure:3276: gcc -c conftest.c >&5
- configure:3276: $? = 0
- configure:3285: result: yes
- configure:3294: checking whether gcc accepts -g
- configure:3314: gcc -c -g conftest.c >&5
- configure:3314: $? = 0
- configure:3355: result: yes
- configure:3372: checking for gcc option to accept ISO C89
- configure:3436: gcc -c -g -O2 conftest.c >&5
- configure:3436: $? = 0
- configure:3449: result: none needed
- configure:3475: checking how to run the C preprocessor
- configure:3506: gcc -E conftest.c
- configure:3506: $? = 0
- configure:3520: gcc -E conftest.c
- conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:3520: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3545: result: gcc -E
- configure:3565: gcc -E conftest.c
- configure:3565: $? = 0
- configure:3579: gcc -E conftest.c
- conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:3579: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3608: checking for grep that handles long lines and -e
- configure:3666: result: /bin/grep
- configure:3671: checking for egrep
- configure:3733: result: /bin/grep -E
- configure:3738: checking for ANSI C header files
- configure:3758: gcc -c -g -O2 conftest.c >&5
- configure:3758: $? = 0
- configure:3831: gcc -o conftest -g -O2 conftest.c >&5
- configure:3831: $? = 0
- configure:3831: ./conftest
- configure:3831: $? = 0
- configure:3842: result: yes
- configure:3855: checking for sys/types.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for sys/stat.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for stdlib.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for string.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for memory.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for strings.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for inttypes.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for stdint.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3855: checking for unistd.h
- configure:3855: gcc -c -g -O2 conftest.c >&5
- configure:3855: $? = 0
- configure:3855: result: yes
- configure:3869: checking libintl.h usability
- configure:3869: gcc -c -g -O2 conftest.c >&5
- configure:3869: $? = 0
- configure:3869: result: yes
- configure:3869: checking libintl.h presence
- configure:3869: gcc -E conftest.c
- configure:3869: $? = 0
- configure:3869: result: yes
- configure:3869: checking for libintl.h
- configure:3869: result: yes
- configure:3885: checking whether make sets $(MAKE)
- configure:3907: result: yes
- configure:3930: checking for a BSD-compatible install
- configure:3998: result: /usr/bin/install -c
- configure:4009: checking for a thread-safe mkdir -p
- configure:4048: result: /bin/mkdir -p
- configure:4058: checking whether NLS is requested
- configure:4067: result: yes
- configure:4108: checking for msgfmt
- configure: trying /usr/bin/msgfmt...
- 0 translated messages.
- configure:4140: result: /usr/bin/msgfmt
- configure:4149: checking for gmsgfmt
- configure:4180: result: /usr/bin/msgfmt
- configure:4231: checking for xgettext
- configure: trying /usr/bin/xgettext...
- /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
- configure:4263: result: /usr/bin/xgettext
- configure:4309: checking for msgmerge
- configure: trying /usr/bin/msgmerge...
- configure:4340: result: /usr/bin/msgmerge
- configure:4377: checking build system type
- configure:4391: result: x86_64-unknown-linux-gnu
- configure:4411: checking host system type
- configure:4424: result: x86_64-unknown-linux-gnu
- configure:4468: checking for ld used by GCC
- configure:4532: result: /usr/bin/ld
- configure:4539: checking if the linker (/usr/bin/ld) is GNU ld
- configure:4552: result: yes
- configure:4559: checking for shared library run path origin
- configure:4572: result: done
- configure:5144: checking for CFPreferencesCopyAppValue
- configure:5162: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
- conftest.c:23:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
- compilation terminated.
- configure:5162: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | /* end confdefs.h. */
- | #include <CoreFoundation/CFPreferences.h>
- | int
- | main ()
- | {
- | CFPreferencesCopyAppValue(NULL, NULL)
- | ;
- | return 0;
- | }
- configure:5171: result: no
- configure:5178: checking for CFLocaleCopyCurrent
- configure:5196: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
- conftest.c:23:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
- compilation terminated.
- configure:5196: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | /* end confdefs.h. */
- | #include <CoreFoundation/CFLocale.h>
- | int
- | main ()
- | {
- | CFLocaleCopyCurrent();
- | ;
- | return 0;
- | }
- configure:5205: result: no
- configure:5254: checking for GNU gettext in libc
- configure:5274: gcc -o conftest -g -O2 conftest.c >&5
- configure:5274: $? = 0
- configure:5283: result: yes
- configure:6074: checking whether to use NLS
- configure:6076: result: yes
- configure:6079: checking where the gettext function comes from
- configure:6090: result: libc
- configure:6424: checking for gcc
- configure:6451: result: gcc
- configure:6680: checking for C compiler version
- configure:6689: gcc --version >&5
- gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
- Copyright (C) 2010 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:6700: $? = 0
- configure:6689: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
- configure:6700: $? = 0
- configure:6689: gcc -V >&5
- gcc: '-V' option must have argument
- configure:6700: $? = 1
- configure:6689: gcc -qversion >&5
- gcc: unrecognized option '-qversion'
- gcc: no input files
- configure:6700: $? = 1
- configure:6704: checking whether we are using the GNU C compiler
- configure:6732: result: yes
- configure:6741: checking whether gcc accepts -g
- configure:6802: result: yes
- configure:6819: checking for gcc option to accept ISO C89
- configure:6896: result: none needed
- configure:7004: checking how to print strings
- configure:7031: result: printf
- configure:7052: checking for a sed that does not truncate output
- configure:7116: result: /bin/sed
- configure:7134: checking for fgrep
- configure:7196: result: /bin/grep -F
- configure:7231: checking for ld used by gcc
- configure:7298: result: /usr/bin/ld
- configure:7305: checking if the linker (/usr/bin/ld) is GNU ld
- configure:7320: result: yes
- configure:7332: checking for BSD- or MS-compatible name lister (nm)
- configure:7381: result: /usr/bin/nm -B
- configure:7511: checking the name lister (/usr/bin/nm -B) interface
- configure:7518: gcc -c -g -O2 conftest.c >&5
- configure:7521: /usr/bin/nm -B "conftest.o"
- configure:7524: output
- 0000000000000000 B some_variable
- configure:7531: result: BSD nm
- configure:7534: checking whether ln -s works
- configure:7538: result: yes
- configure:7546: checking the maximum length of command line arguments
- configure:7671: result: 1572864
- configure:7688: checking whether the shell understands some XSI constructs
- configure:7698: result: yes
- configure:7702: checking whether the shell understands "+="
- configure:7708: result: yes
- configure:7743: checking for /usr/bin/ld option to reload object files
- configure:7750: result: -r
- configure:7819: checking for objdump
- configure:7835: found /usr/bin/objdump
- configure:7846: result: objdump
- configure:7878: checking how to recognize dependent libraries
- configure:8080: result: pass_all
- configure:8140: checking for ar
- configure:8156: found /usr/bin/ar
- configure:8167: result: ar
- configure:8245: checking for strip
- configure:8261: found /usr/bin/strip
- configure:8272: result: strip
- configure:8344: checking for ranlib
- configure:8360: found /usr/bin/ranlib
- configure:8371: result: ranlib
- configure:8448: checking for gawk
- configure:8464: found /usr/bin/gawk
- configure:8475: result: gawk
- configure:8515: checking command to parse /usr/bin/nm -B output from gcc object
- configure:8633: gcc -c -g -O2 conftest.c >&5
- configure:8636: $? = 0
- configure:8640: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
- configure:8643: $? = 0
- configure:8697: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:8700: $? = 0
- configure:8738: result: ok
- configure:8833: gcc -c -g -O2 conftest.c >&5
- configure:8836: $? = 0
- configure:9575: checking for dlfcn.h
- configure:9575: gcc -c -g -O2 conftest.c >&5
- configure:9575: $? = 0
- configure:9575: result: yes
- configure:9730: checking for objdir
- configure:9745: result: .libs
- configure:10012: checking if gcc supports -fno-rtti -fno-exceptions
- configure:10030: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
- configure:10034: $? = 0
- configure:10047: result: no
- configure:10067: checking for gcc option to produce PIC
- configure:10352: result: -fPIC -DPIC
- configure:10364: checking if gcc PIC flag -fPIC -DPIC works
- configure:10382: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:10386: $? = 0
- configure:10399: result: yes
- configure:10423: checking if gcc static flag -static works
- configure:10451: result: yes
- configure:10466: checking if gcc supports -c -o file.o
- configure:10487: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:10491: $? = 0
- configure:10513: result: yes
- configure:10521: checking if gcc supports -c -o file.o
- configure:10568: result: yes
- configure:10601: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:11676: result: yes
- configure:11713: checking whether -lc should be explicitly linked in
- configure:11721: gcc -c -g -O2 conftest.c >&5
- configure:11724: $? = 0
- configure:11739: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:11742: $? = 0
- configure:11756: result: no
- configure:11921: checking dynamic linker characteristics
- configure:12376: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:12376: $? = 0
- configure:12598: result: GNU/Linux ld.so
- configure:12705: checking how to hardcode library paths into programs
- configure:12730: result: immediate
- configure:12824: checking for shl_load
- configure:12824: gcc -o conftest -g -O2 conftest.c >&5
- /tmp/ccBkiyCz.o: In function `main':
- /home/skipper/src/gretl-1.9.5/conftest.c:65: undefined reference to `shl_load'
- collect2: ld returned 1 exit status
- configure:12824: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #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:12824: result: no
- configure:12828: checking for shl_load in -ldld
- configure:12853: gcc -o conftest -g -O2 conftest.c -ldld >&5
- /usr/bin/ld: cannot find -ldld
- collect2: ld returned 1 exit status
- configure:12853: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #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:12862: result: no
- configure:12867: checking for dlopen
- configure:12867: gcc -o conftest -g -O2 conftest.c >&5
- /tmp/ccIAVLPH.o: In function `main':
- /home/skipper/src/gretl-1.9.5/conftest.c:65: undefined reference to `dlopen'
- collect2: ld returned 1 exit status
- configure:12867: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #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:12867: result: no
- configure:12871: checking for dlopen in -ldl
- configure:12896: gcc -o conftest -g -O2 conftest.c -ldl >&5
- configure:12896: $? = 0
- configure:12905: result: yes
- configure:13024: checking whether a program can dlopen itself
- configure:13104: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
- configure:13107: $? = 0
- configure:13125: result: yes
- configure:13130: checking whether a statically linked program can dlopen itself
- configure:13210: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
- /tmp/ccrqF0OS.o: In function `main':
- /home/skipper/src/gretl-1.9.5/configure:13189: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
- /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
- collect2: ld returned 1 exit status
- configure:13213: $? = 1
- configure:13231: result: no
- configure:13270: checking whether stripping libraries is possible
- configure:13275: result: yes
- configure:13310: checking if libtool supports shared libraries
- configure:13312: result: yes
- configure:13315: checking whether to build shared libraries
- configure:13336: result: yes
- configure:13339: checking whether to build static libraries
- configure:13343: result: no
- configure:13388: checking whether ln -s works
- configure:13392: result: yes
- configure:13400: checking for sin in -lm
- configure:13425: gcc -o conftest -g -O2 conftest.c -lm >&5
- conftest.c:38:6: warning: conflicting types for built-in function 'sin'
- configure:13425: $? = 0
- configure:13434: result: yes
- configure:13445: checking for fopen in -lc
- configure:13470: gcc -o conftest -g -O2 conftest.c -lc -lm >&5
- configure:13470: $? = 0
- configure:13479: result: yes
- configure:13491: checking for ANSI C header files
- configure:13595: result: yes
- configure:13603: checking for sys/wait.h that is POSIX.1 compatible
- configure:13629: gcc -c -g -O2 conftest.c >&5
- configure:13629: $? = 0
- configure:13636: result: yes
- configure:13647: checking for stdint.h
- configure:13647: result: yes
- configure:13647: checking for unistd.h
- configure:13647: result: yes
- configure:13647: checking dirent.h usability
- configure:13647: gcc -c -g -O2 conftest.c >&5
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking dirent.h presence
- configure:13647: gcc -E conftest.c
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking for dirent.h
- configure:13647: result: yes
- configure:13647: checking fnmatch.h usability
- configure:13647: gcc -c -g -O2 conftest.c >&5
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking fnmatch.h presence
- configure:13647: gcc -E conftest.c
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking for fnmatch.h
- configure:13647: result: yes
- configure:13647: checking byteswap.h usability
- configure:13647: gcc -c -g -O2 conftest.c >&5
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking byteswap.h presence
- configure:13647: gcc -E conftest.c
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking for byteswap.h
- configure:13647: result: yes
- configure:13647: checking sys/times.h usability
- configure:13647: gcc -c -g -O2 conftest.c >&5
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking sys/times.h presence
- configure:13647: gcc -E conftest.c
- configure:13647: $? = 0
- configure:13647: result: yes
- configure:13647: checking for sys/times.h
- configure:13647: result: yes
- configure:13657: checking for an ANSI C-conforming const
- configure:13722: gcc -c -g -O2 conftest.c >&5
- configure:13722: $? = 0
- configure:13729: result: yes
- configure:13739: checking for long double with more range or precision than double
- configure:13774: gcc -c -g -O2 conftest.c >&5
- configure:13774: $? = 0
- configure:13781: result: yes
- configure:13798: checking for vasprintf
- configure:13798: gcc -o conftest -g -O2 conftest.c -lc -lm >&5
- configure:13798: $? = 0
- configure:13798: result: yes
- configure:13809: checking for posix_memalign
- configure:13809: gcc -o conftest -g -O2 conftest.c -lc -lm >&5
- configure:13809: $? = 0
- configure:13809: result: yes
- configure:13822: checking size of int
- configure:13827: gcc -o conftest -g -O2 conftest.c -lc -lm >&5
- configure:13827: $? = 0
- configure:13827: ./conftest
- configure:13827: $? = 0
- configure:13841: result: 4
- configure:13851: checking return type of signal handlers
- configure:13869: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:52:1: error: void value not ignored as it ought to be
- configure:13869: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBM 1
- | #define HAVE_LIBC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DIRENT_H 1
- | #define HAVE_FNMATCH_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_SYS_TIMES_H 1
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_VASPRINTF 1
- | #define HAVE_POSIX_MEMALIGN 1
- | #define SIZEOF_INT 4
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <signal.h>
- |
- | int
- | main ()
- | {
- | return *(signal (0, 0)) (0) == 1;
- | ;
- | return 0;
- | }
- configure:13876: result: void
- configure:13884: checking whether byte ordering is bigendian
- configure:13899: gcc -c -g -O2 conftest.c >&5
- conftest.c:48:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
- configure:13899: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBM 1
- | #define HAVE_LIBC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DIRENT_H 1
- | #define HAVE_FNMATCH_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_SYS_TIMES_H 1
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_VASPRINTF 1
- | #define HAVE_POSIX_MEMALIGN 1
- | #define SIZEOF_INT 4
- | #define RETSIGTYPE void
- | /* end confdefs.h. */
- | #ifndef __APPLE_CC__
- | not a universal capable compiler
- | #endif
- | typedef int dummy;
- |
- configure:13944: gcc -c -g -O2 conftest.c >&5
- configure:13944: $? = 0
- configure:13962: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:54:4: error: 'not' undeclared (first use in this function)
- conftest.c:54:4: note: each undeclared identifier is reported only once for each function it appears in
- conftest.c:54:8: error: expected ';' before 'big'
- configure:13962: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBM 1
- | #define HAVE_LIBC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DIRENT_H 1
- | #define HAVE_FNMATCH_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_SYS_TIMES_H 1
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_VASPRINTF 1
- | #define HAVE_POSIX_MEMALIGN 1
- | #define SIZEOF_INT 4
- | #define RETSIGTYPE void
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <sys/param.h>
- |
- | int
- | main ()
- | {
- | #if BYTE_ORDER != BIG_ENDIAN
- | not big endian
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:14090: result: no
- configure:14113: checking whether to use SSE2
- configure:14156: gcc -c -msse2 -g -O2 conftest.c >&5
- configure:14156: $? = 0
- configure:14184: gcc -o conftest -msse2 -g -O2 conftest.c -lc -lm >&5
- configure:14184: $? = 0
- configure:14184: ./conftest
- configure:14184: $? = 0
- configure:14202: result: yes
- configure:14206: checking whether to use OpenMP
- configure:14320: result: no
- configure:14333: checking netdb.h usability
- configure:14333: gcc -c -msse2 -g -O2 conftest.c >&5
- configure:14333: $? = 0
- configure:14333: result: yes
- configure:14333: checking netdb.h presence
- configure:14333: gcc -E conftest.c
- configure:14333: $? = 0
- configure:14333: result: yes
- configure:14333: checking for netdb.h
- configure:14333: result: yes
- configure:14333: checking sys/socket.h usability
- configure:14333: gcc -c -msse2 -g -O2 conftest.c >&5
- configure:14333: $? = 0
- configure:14333: result: yes
- configure:14333: checking sys/socket.h presence
- configure:14333: gcc -E conftest.c
- configure:14333: $? = 0
- configure:14333: result: yes
- configure:14333: checking for sys/socket.h
- configure:14333: result: yes
- configure:14349: checking for struct sockaddr_in
- configure:14349: gcc -c -msse2 -g -O2 conftest.c >&5
- configure:14349: $? = 0
- configure:14349: gcc -c -msse2 -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:59:33: error: expected expression before ')' token
- configure:14349: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBM 1
- | #define HAVE_LIBC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DIRENT_H 1
- | #define HAVE_FNMATCH_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_SYS_TIMES_H 1
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_VASPRINTF 1
- | #define HAVE_POSIX_MEMALIGN 1
- | #define SIZEOF_INT 4
- | #define RETSIGTYPE void
- | #define USE_SSE2 1
- | #define HAVE_NETDB_H 1
- | #define ENABLE_MAILER 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define ENABLE_MAILER 1
- | /* end confdefs.h. */
- | #include <sys/socket.h>
- | #include <netdb.h>
- |
- |
- | int
- | main ()
- | {
- | if (sizeof ((struct sockaddr_in)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14349: result: yes
- configure:14360: checking for struct in_addr
- configure:14360: gcc -c -msse2 -g -O2 conftest.c >&5
- configure:14360: $? = 0
- configure:14360: gcc -c -msse2 -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:60:29: error: expected expression before ')' token
- configure:14360: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBM 1
- | #define HAVE_LIBC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DIRENT_H 1
- | #define HAVE_FNMATCH_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_SYS_TIMES_H 1
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_VASPRINTF 1
- | #define HAVE_POSIX_MEMALIGN 1
- | #define SIZEOF_INT 4
- | #define RETSIGTYPE void
- | #define USE_SSE2 1
- | #define HAVE_NETDB_H 1
- | #define ENABLE_MAILER 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define ENABLE_MAILER 1
- | #define HAVE_SOCKADDR_IN 1
- | /* end confdefs.h. */
- | #include <sys/socket.h>
- | #include <netdb.h>
- |
- |
- | int
- | main ()
- | {
- | if (sizeof ((struct in_addr)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14360: result: yes
- configure:14390: checking readline/readline.h usability
- configure:14390: gcc -c -msse2 -g -O2 -I/include conftest.c >&5
- configure:14390: $? = 0
- configure:14390: result: yes
- configure:14390: checking readline/readline.h presence
- configure:14390: gcc -E conftest.c
- configure:14390: $? = 0
- configure:14390: result: yes
- configure:14390: checking for readline/readline.h
- configure:14390: result: yes
- configure:14400: checking for tgetent in -lncurses
- configure:14425: gcc -o conftest -msse2 -g -O2 -I/include conftest.c -lncurses -L/lib -lreadline -lc -lm >&5
- configure:14425: $? = 0
- configure:14434: result: yes
- configure:14525: checking for readline in -lreadline
- configure:14550: gcc -o conftest -msse2 -g -O2 -I/include conftest.c -lreadline -lncurses -L/lib -lreadline -lc -lm >&5
- configure:14550: $? = 0
- configure:14559: result: yes
- configure:14570: checking for rl_completion_matches in -lreadline
- configure:14595: gcc -o conftest -msse2 -g -O2 -I/include conftest.c -lreadline -lncurses -L/lib -lreadline -lc -lm >&5
- configure:14595: $? = 0
- configure:14604: result: yes
- configure:14637: checking for inet_addr in -lc
- configure:14662: gcc -o conftest -msse2 -g -O2 conftest.c -lc -lc -lm >&5
- configure:14662: $? = 0
- configure:14671: result: yes
- configure:14772: checking for mmap
- configure:14793: gcc -o conftest -msse2 -g -O2 conftest.c -lc -lc -lm >&5
- configure:14793: $? = 0
- configure:14802: result: yes
- configure:14810: checking for gzopen in -lz
- configure:14835: gcc -o conftest -msse2 -g -O2 conftest.c -lz -lc -lc -lm >&5
- configure:14835: $? = 0
- configure:14844: result: yes
- configure:14869: checking for GMP - version >= 4.0.1
- configure:14947: gcc -o conftest -msse2 -g -O2 -I/include conftest.c -L/lib -lgmp -lc -lc -lm >&5
- conftest.c: In function 'main':
- conftest.c:78:10: warning: ignoring return value of 'system', declared with attribute warn_unused_result
- configure:14947: $? = 0
- configure:14947: ./conftest
- configure:14947: $? = 0
- configure:14960: result: yes
- configure:15038: checking for MPFR - version >= 2.2.0
- configure:15116: gcc -o conftest -msse2 -g -O2 -I/include conftest.c -L/lib -lmpfr -lc -lc -lm >&5
- conftest.c: In function 'main':
- conftest.c:78:10: warning: ignoring return value of 'system', declared with attribute warn_unused_result
- configure:15116: $? = 0
- configure:15116: ./conftest
- configure:15116: $? = 0
- configure:15129: result: yes
- configure:15479: checking for libgfortran
- configure:15481: checking for _gfortran_abort in -lgfortran
- configure:15506: gcc -o conftest -msse2 -g -O2 conftest.c -lgfortran -lc -lc -lm >&5
- configure:15506: $? = 0
- configure:15515: result: yes
- configure:15616: checking for LAPACK
- configure:15650: gcc -o conftest -I./lib/src -msse2 -g -O2 conftest.c -L/home/skipper/built/atlas_files/lib/ -llapack -lcblas -lgfortran -lc -lc -lm >&5
- conftest.c: In function 'main':
- conftest.c:72:10: warning: ignoring return value of 'system', declared with attribute warn_unused_result
- /usr/bin/ld: conftest: hidden symbol `__powidf2' in /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/libgcc.a(_powidf2.o) is referenced by DSO
- /usr/bin/ld: final link failed: Bad value
- collect2: ld returned 1 exit status
- configure:15650: $? = 1
- configure: program exited with status 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBM 1
- | #define HAVE_LIBC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DIRENT_H 1
- | #define HAVE_FNMATCH_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_SYS_TIMES_H 1
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_VASPRINTF 1
- | #define HAVE_POSIX_MEMALIGN 1
- | #define SIZEOF_INT 4
- | #define RETSIGTYPE void
- | #define USE_SSE2 1
- | #define HAVE_NETDB_H 1
- | #define ENABLE_MAILER 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define ENABLE_MAILER 1
- | #define HAVE_SOCKADDR_IN 1
- | #define HAVE_IN_ADDR 1
- | #define HAVE_READLINE 1
- | #define NEW_READLINE 1
- | #define HAVE_LIBC 1
- | #define HAVE_MMAP 1
- | #define HAVE_ZLIB 1
- | #define HAVE_MPFR 1
- | /* end confdefs.h. */
- |
- | #include <stdlib.h>
- | #include "gretl_f2c.h"
- |
- | int
- | main ()
- | {
- | integer ispec;
- | real zero = 0.0;
- | real one = 1.0;
- |
- | ieeeck_(&ispec, &zero, &one);
- | system ("touch conf.lapacktest");
- | return 0;
- | }
- |
- configure:15667: result: no
- configure:15689: gcc -o conftest -I./lib/src -msse2 -g -O2 conftest.c -lc -lc -lm -L/home/skipper/built/atlas_files/lib/ -llapack -lcblas -lgfortran >&5
- /usr/bin/ld: conftest: hidden symbol `__powidf2' in /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/libgcc.a(_powidf2.o) is referenced by DSO
- /usr/bin/ld: final link failed: Bad value
- collect2: ld returned 1 exit status
- configure:15689: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "gretl"
- | #define VERSION "1.9.5"
- | #define LIBVERSION "0.0.63"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_LIBINTL_H 1
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define HAVE_X12A 1
- | #define HAVE_TRAMO 1
- | #define OS_TYPE "linux-gnu"
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LIBM 1
- | #define HAVE_LIBC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DIRENT_H 1
- | #define HAVE_FNMATCH_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_SYS_TIMES_H 1
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_VASPRINTF 1
- | #define HAVE_POSIX_MEMALIGN 1
- | #define SIZEOF_INT 4
- | #define RETSIGTYPE void
- | #define USE_SSE2 1
- | #define HAVE_NETDB_H 1
- | #define ENABLE_MAILER 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define ENABLE_MAILER 1
- | #define HAVE_SOCKADDR_IN 1
- | #define HAVE_IN_ADDR 1
- | #define HAVE_READLINE 1
- | #define NEW_READLINE 1
- | #define HAVE_LIBC 1
- | #define HAVE_MMAP 1
- | #define HAVE_ZLIB 1
- | #define HAVE_MPFR 1
- | /* end confdefs.h. */
- |
- | #include <f2c.h>
- | #include <stdio.h>
- |
- | int
- | main ()
- | {
- | return (1);
- | ;
- | return 0;
- | }
- configure:16019: checking for gnuplot
- configure:16035: found /usr/bin/gnuplot
- configure:16046: result: yes
- configure:16060: checking for gnuplot >= 4.2.0 with PNG support
- configure:16071: result: yes
- configure:16093: checking for latex
- configure:16109: found /usr/bin/latex
- configure:16120: result: yes
- configure:16139: checking for pkg-config
- configure:16157: found /usr/bin/pkg-config
- configure:16170: result: /usr/bin/pkg-config
- configure:16292: checking pkg-config is at least version 0.9.0
- configure:16295: result: yes
- configure:16306: checking for FFTW
- configure:16313: $PKG_CONFIG --exists --print-errors "fftw3"
- Package fftw3 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `fftw3.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'fftw3' found
- configure:16316: $? = 1
- configure:16329: $PKG_CONFIG --exists --print-errors "fftw3"
- Package fftw3 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `fftw3.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'fftw3' found
- configure:16332: $? = 1
- No package 'fftw3' found
- configure:16359: result: no
- configure:16376: checking for GLIB
- configure:16383: $PKG_CONFIG --exists --print-errors "glib-2.0"
- configure:16386: $? = 0
- configure:16399: $PKG_CONFIG --exists --print-errors "glib-2.0"
- configure:16402: $? = 0
- configure:16437: result: yes
- configure:16525: checking for GTK
- configure:16532: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0"
- configure:16535: $? = 0
- configure:16548: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0"
- configure:16551: $? = 0
- configure:16590: result: yes
- configure:16602: checking for GTKSPINNER
- configure:16609: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.20.0"
- configure:16612: $? = 0
- configure:16625: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.20.0"
- configure:16628: $? = 0
- configure:16663: result: yes
- configure:16817: checking for GTKSOURCEVIEW
- configure:16824: $PKG_CONFIG --exists --print-errors "gtksourceview-2.0"
- Package gtksourceview-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `gtksourceview-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'gtksourceview-2.0' found
- configure:16827: $? = 1
- configure:16840: $PKG_CONFIG --exists --print-errors "gtksourceview-2.0"
- Package gtksourceview-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `gtksourceview-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'gtksourceview-2.0' found
- configure:16843: $? = 1
- No package 'gtksourceview-2.0' found
- configure:16870: result: no
- configure:16889: checking for GTKSOURCEVIEW
- configure:16896: $PKG_CONFIG --exists --print-errors "gtksourceview-1.0 >= 1.8.5"
- Package gtksourceview-1.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `gtksourceview-1.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'gtksourceview-1.0' found
- configure:16899: $? = 1
- configure:16912: $PKG_CONFIG --exists --print-errors "gtksourceview-1.0 >= 1.8.5"
- Package gtksourceview-1.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `gtksourceview-1.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'gtksourceview-1.0' found
- configure:16915: $? = 1
- No package 'gtksourceview-1.0' found
- configure:16942: result: no
- configure:16964: checking for re_compile_pattern
- configure:16964: gcc -o conftest -msse2 -g -O2 -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 conftest.c -lc -lc -lm -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 >&5
- configure:16964: $? = 0
- configure:16964: result: yes
- configure:16964: checking for re_compile_fastmap
- configure:16964: gcc -o conftest -msse2 -g -O2 -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 conftest.c -lc -lc -lm -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 >&5
- configure:16964: $? = 0
- configure:16964: result: yes
- configure:16964: checking for re_search
- configure:16964: gcc -o conftest -msse2 -g -O2 -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 conftest.c -lc -lc -lm -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 >&5
- configure:16964: $? = 0
- configure:16964: result: yes
- configure:16964: checking for re_match
- configure:16964: gcc -o conftest -msse2 -g -O2 -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 conftest.c -lc -lc -lm -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 >&5
- configure:16964: $? = 0
- configure:16964: result: yes
- configure:17074: checking for GDK_PIXBUF
- configure:17081: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 0.7.0"
- configure:17084: $? = 0
- configure:17097: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 0.7.0"
- configure:17100: $? = 0
- configure:17137: result: yes
- configure:17150: checking for GNOME
- configure:17157: $PKG_CONFIG --exists --print-errors "libgnome-2.0"
- Package libgnome-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libgnome-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libgnome-2.0' found
- configure:17160: $? = 1
- configure:17173: $PKG_CONFIG --exists --print-errors "libgnome-2.0"
- Package libgnome-2.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libgnome-2.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libgnome-2.0' found
- configure:17176: $? = 1
- No package 'libgnome-2.0' found
- configure:17203: result: no
- configure:17229: checking for XML
- configure:17236: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5.0"
- configure:17239: $? = 0
- configure:17252: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5.0"
- configure:17255: $? = 0
- configure:17309: result: yes
- configure:17438: checking for RLIB
- configure:17445: $PKG_CONFIG --exists --print-errors "libR"
- Package libR was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libR.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libR' found
- configure:17448: $? = 1
- configure:17461: $PKG_CONFIG --exists --print-errors "libR"
- Package libR was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libR.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libR' found
- configure:17464: $? = 1
- No package 'libR' found
- configure:17491: result: no
- configure:17660: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by config.status, which was
- generated by GNU Autoconf 2.67. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on skipper-desktop
- config.status:1215: creating Makefile
- config.status:1215: creating gretl_sh
- config.status:1215: creating gretl.pc
- config.status:1215: creating gui2/Makefile
- config.status:1215: creating gui2/debug
- config.status:1215: creating gui2/gtksourceview/Makefile
- config.status:1215: creating gnome/Makefile
- config.status:1215: creating gnome/gretl.keys
- config.status:1215: creating cli/Makefile
- config.status:1215: creating cli/debug
- config.status:1215: creating lib/Makefile
- config.status:1215: creating plugin/Makefile
- config.status:1215: creating po/Makefile.in
- config.status:1215: creating share/Makefile
- config.status:1215: creating share/bcih/Makefile
- config.status:1215: creating tests/Makefile
- config.status:1215: creating extra/Makefile
- config.status:1215: creating osx/Makefile
- config.status:1215: creating osx/fixlinks.sh
- config.status:1215: creating redhat/gretl.spec
- config.status:1215: creating config.h
- config.status:1395: config.h is unchanged
- config.status:1409: executing po-directories commands
- config.status:1409: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_const=yes
- ac_cv_c_long_double=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_FFTW_CFLAGS_set=
- ac_cv_env_FFTW_CFLAGS_value=
- ac_cv_env_FFTW_LIBS_set=
- ac_cv_env_FFTW_LIBS_value=
- ac_cv_env_GDK_PIXBUF_CFLAGS_set=
- ac_cv_env_GDK_PIXBUF_CFLAGS_value=
- ac_cv_env_GDK_PIXBUF_LIBS_set=
- ac_cv_env_GDK_PIXBUF_LIBS_value=
- ac_cv_env_GLIB_CFLAGS_set=
- ac_cv_env_GLIB_CFLAGS_value=
- ac_cv_env_GLIB_LIBS_set=
- ac_cv_env_GLIB_LIBS_value=
- ac_cv_env_GNOME_CFLAGS_set=
- ac_cv_env_GNOME_CFLAGS_value=
- ac_cv_env_GNOME_LIBS_set=
- ac_cv_env_GNOME_LIBS_value=
- ac_cv_env_GTKCAIRO_CFLAGS_set=
- ac_cv_env_GTKCAIRO_CFLAGS_value=
- ac_cv_env_GTKCAIRO_LIBS_set=
- ac_cv_env_GTKCAIRO_LIBS_value=
- ac_cv_env_GTKPRINT_CFLAGS_set=
- ac_cv_env_GTKPRINT_CFLAGS_value=
- ac_cv_env_GTKPRINT_LIBS_set=
- ac_cv_env_GTKPRINT_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_GTKSPINNER_CFLAGS_set=
- ac_cv_env_GTKSPINNER_CFLAGS_value=
- ac_cv_env_GTKSPINNER_LIBS_set=
- ac_cv_env_GTKSPINNER_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_HOSTCC_set=
- ac_cv_env_HOSTCC_value=
- ac_cv_env_LAPACK_LIBS_set=
- ac_cv_env_LAPACK_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_MKLANG_set=
- ac_cv_env_MKLANG_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_RLIB_CFLAGS_set=
- ac_cv_env_RLIB_CFLAGS_value=
- ac_cv_env_RLIB_LIBS_set=
- ac_cv_env_RLIB_LIBS_value=
- ac_cv_env_XML_CFLAGS_set=
- ac_cv_env_XML_CFLAGS_value=
- ac_cv_env_XML_LIBS_set=
- ac_cv_env_XML_LIBS_value=
- ac_cv_env_XSLT_CFLAGS_set=
- ac_cv_env_XSLT_CFLAGS_value=
- ac_cv_env_XSLT_LIBS_set=
- ac_cv_env_XSLT_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_func_dlopen=no
- ac_cv_func_mmap_ok=yes
- ac_cv_func_posix_memalign=yes
- ac_cv_func_re_compile_fastmap=yes
- ac_cv_func_re_compile_pattern=yes
- ac_cv_func_re_match=yes
- ac_cv_func_re_search=yes
- ac_cv_func_shl_load=no
- ac_cv_func_vasprintf=yes
- ac_cv_header_byteswap_h=yes
- ac_cv_header_dirent_h=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_fnmatch_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_libintl_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_netdb_h=yes
- ac_cv_header_readline_readline_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_socket_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_times_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_sys_wait_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_lib_c_fopen=yes
- ac_cv_lib_c_inet_addr=yes
- ac_cv_lib_dl_dlopen=yes
- ac_cv_lib_dld_shl_load=no
- ac_cv_lib_gfortran__gfortran_abort=yes
- ac_cv_lib_m_sin=yes
- ac_cv_lib_ncurses_tgetent=yes
- ac_cv_lib_readline_readline=yes
- ac_cv_lib_readline_rl_completion_matches=yes
- ac_cv_lib_z_gzopen=yes
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_FGREP='/bin/grep -F'
- ac_cv_path_GMSGFMT=/usr/bin/msgfmt
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_MSGFMT=/usr/bin/msgfmt
- ac_cv_path_MSGMERGE=/usr/bin/msgmerge
- ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_SED=/bin/sed
- ac_cv_path_XGETTEXT=/usr/bin/xgettext
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_GNUPLOT=yes
- ac_cv_prog_LATEX=yes
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- 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_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_sizeof_int=4
- ac_cv_type_long_double_wider=yes
- ac_cv_type_signal=void
- ac_cv_type_struct_in_addr=yes
- ac_cv_type_struct_sockaddr_in=yes
- 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/bin/ld
- acl_cv_prog_gnu_ld=yes
- acl_cv_rpath=done
- acl_cv_shlibext=so
- acl_cv_wl=-Wl,
- gt_cv_func_CFLocaleCopyCurrent=no
- gt_cv_func_CFPreferencesCopyAppValue=no
- gt_cv_func_gnugettext1_libc=yes
- 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/bin/ld
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_prog_compiler_c_o=yes
- 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_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'\'''
- 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
- pkg_cv_GDK_PIXBUF_CFLAGS='-pthread -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 '
- pkg_cv_GDK_PIXBUF_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
- pkg_cv_GLIB_LIBS='-L/usr/lib/x86_64-linux-gnu -lglib-2.0 '
- pkg_cv_GTKSPINNER_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 '
- pkg_cv_GTKSPINNER_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 '
- pkg_cv_GTK_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- pkg_cv_XML_CFLAGS='-I/usr/include/libxml2 '
- pkg_cv_XML_LIBS='-lxml2 '
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AR='ar'
- AWK='gawk'
- CARBONLIB=''
- CC='gcc'
- CFLAGS='-msse2 -g -O2'
- CPP='gcc -E'
- CPPFLAGS=''
- DARWIN_RPATH=''
- DEFS='-DHAVE_CONFIG_H'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- FFTW_CFLAGS=''
- FFTW_LIBS=''
- FGREP='/bin/grep -F'
- FLIB='-lgfortran'
- FLITE_CFLAGS=''
- FLITE_LIBS=''
- FONTREQ='\RequirePackage{ae}'
- GDK_PIXBUF_CFLAGS='-pthread -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 '
- GDK_PIXBUF_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- GETTEXT_MACRO_VERSION='0.18'
- GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
- GLIB_LIBS='-L/usr/lib/x86_64-linux-gnu -lglib-2.0 '
- GMP_CFLAGS=''
- GMP_LIBS='-lgmp'
- GMSGFMT='/usr/bin/msgfmt'
- GMSGFMT_015='/usr/bin/msgfmt'
- GNOME_CFLAGS=''
- GNOME_LIBS=''
- GNUPLOT='yes'
- GREP='/bin/grep'
- GTKCAIRO_CFLAGS=''
- GTKCAIRO_LIBS=''
- GTKPRINT_CFLAGS=''
- GTKPRINT_LIBS=''
- GTKSOURCEVIEW_CFLAGS=''
- GTKSOURCEVIEW_LIBS=''
- GTKSPINNER_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 '
- GTKSPINNER_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- GTK_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 '
- GTK_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- HAVE_AUDIO=''
- HAVE_TRAMO='1'
- HAVE_X12A='1'
- HOSTCC=''
- INETLIB=''
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INTLLIBS=''
- INTL_MACOSX_LIBS=''
- LAPACK_CFLAGS=''
- LAPACK_LIBS=''
- LATEX='yes'
- LD='/usr/bin/ld -m elf_x86_64'
- LDFLAGS=''
- LIBGRETL_AGE='0'
- LIBGRETL_CURRENT='0'
- LIBGRETL_REVISION='63'
- LIBICONV='-liconv'
- LIBINTL=''
- LIBOBJS=''
- LIBS='-lc -lc -lm -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIBVERSION='0.0.63'
- LIPO=''
- LN_S='ln -s'
- LTLIBICONV='-liconv'
- LTLIBINTL=''
- LTLIBOBJS=''
- MAKE='make'
- MKDIR_P='/bin/mkdir -p'
- MKLANG=''
- MPFR_CFLAGS=''
- MPFR_LIBS='-lmpfr'
- MSGFMT='/usr/bin/msgfmt'
- MSGFMT_015='/usr/bin/msgfmt'
- MSGMERGE='/usr/bin/msgmerge'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- ODBC_CFLAGS=''
- ODBC_LIBS=''
- OPENMP_CFLAGS=''
- OTOOL64=''
- OTOOL=''
- PACKAGE='gretl'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME=''
- PACKAGE_STRING=''
- PACKAGE_TARNAME=''
- PACKAGE_URL=''
- PACKAGE_VERSION=''
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- POSUB='po'
- RANLIB='ranlib'
- READLINE_CFLAGS=''
- READLINE_LIBS='-lreadline -lncurses'
- RLIB=''
- RLIB_CFLAGS=''
- RLIB_LIBS=''
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/bash'
- STRIP='strip'
- USE_NLS='yes'
- USE_SSE2=''
- VERSION='1.9.5'
- XGETTEXT='/usr/bin/xgettext'
- XGETTEXT_015='/usr/bin/xgettext'
- XGETTEXT_EXTRA_OPTIONS=''
- XMLCONF=''
- XML_CFLAGS='-I/usr/include/libxml2 '
- XML_LIBS='-lxml2 '
- XSLT_CFLAGS=''
- XSLT_LIBS=''
- ac_ct_CC='gcc'
- ac_ct_DUMPBIN=''
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_docs='no'
- build_gui='yes'
- build_mailer='yes'
- build_os='linux-gnu'
- build_po='yes'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- fake_gtkspinner='no'
- gnome_prefix='NA'
- gtk_version='2.0'
- have_audio='no'
- have_gnome='no'
- have_gnu_regex='yes'
- have_gtk='yes'
- have_mpfr='yes'
- have_odbc='no'
- have_readline='yes'
- have_sourceview='no'
- have_zlib='yes'
- 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'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='/bin/mkdir -p'
- new_readline='no'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- quiet_build='no'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME ""
- #define PACKAGE_TARNAME ""
- #define PACKAGE_VERSION ""
- #define PACKAGE_STRING ""
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define PACKAGE "gretl"
- #define VERSION "1.9.5"
- #define LIBVERSION "0.0.63"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_LIBINTL_H 1
- #define ENABLE_NLS 1
- #define HAVE_GETTEXT 1
- #define HAVE_DCGETTEXT 1
- #define HAVE_X12A 1
- #define HAVE_TRAMO 1
- #define OS_TYPE "linux-gnu"
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define HAVE_LIBM 1
- #define HAVE_LIBC 1
- #define STDC_HEADERS 1
- #define HAVE_SYS_WAIT_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_DIRENT_H 1
- #define HAVE_FNMATCH_H 1
- #define HAVE_BYTESWAP_H 1
- #define HAVE_SYS_TIMES_H 1
- #define HAVE_LONG_DOUBLE_WIDER 1
- #define HAVE_LONG_DOUBLE 1
- #define HAVE_VASPRINTF 1
- #define HAVE_POSIX_MEMALIGN 1
- #define SIZEOF_INT 4
- #define RETSIGTYPE void
- #define USE_SSE2 1
- #define HAVE_NETDB_H 1
- #define ENABLE_MAILER 1
- #define HAVE_SYS_SOCKET_H 1
- #define ENABLE_MAILER 1
- #define HAVE_SOCKADDR_IN 1
- #define HAVE_IN_ADDR 1
- #define HAVE_READLINE 1
- #define NEW_READLINE 1
- #define HAVE_LIBC 1
- #define HAVE_MMAP 1
- #define HAVE_ZLIB 1
- #define HAVE_MPFR 1
- #define HAVE_LATEX 1
- #define HAVE_RE_COMPILE_PATTERN 1
- #define HAVE_RE_COMPILE_FASTMAP 1
- #define HAVE_RE_SEARCH 1
- #define HAVE_RE_MATCH 1
- #define GRETL_PREFIX "/usr/local"
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement