Skip to content

Instantly share code, notes, and snippets.

@chicks-net
Created September 4, 2015 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chicks-net/33818df922fa909ab9bc to your computer and use it in GitHub Desktop.
Save chicks-net/33818df922fa909ab9bc to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gnuplot configure 5.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --with-lua=yes
## --------- ##
## Platform. ##
## --------- ##
hostname = Desktop0913
uname -m = x86_64
uname -r = 3.13.0-62-generic
uname -s = Linux
uname -v = #102-Ubuntu SMP Tue Aug 11 14:29:36 UTC 2015
/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/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2700: checking for a BSD-compatible install
configure:2768: result: /usr/bin/install -c
configure:2779: checking whether build environment is sane
configure:2834: result: yes
configure:2872: WARNING: 'missing' script is too old or missing
configure:2985: checking for a thread-safe mkdir -p
configure:3024: result: /bin/mkdir -p
configure:3031: checking for gawk
configure:3061: result: no
configure:3031: checking for mawk
configure:3047: found /usr/bin/mawk
configure:3058: result: mawk
configure:3069: checking whether make sets $(MAKE)
configure:3091: result: yes
configure:3120: checking whether make supports nested variables
configure:3137: result: yes
configure:3264: checking whether to enable maintainer-specific portions of Makefiles
configure:3273: result: no
configure:3306: checking for style of include used by make
configure:3334: result: GNU
configure:3405: checking for gcc
configure:3421: found /usr/bin/gcc
configure:3432: result: gcc
configure:3661: checking for C compiler version
configure:3670: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
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:3681: $? = 0
configure:3670: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
configure:3681: $? = 0
configure:3670: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3681: $? = 4
configure:3670: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3681: $? = 4
configure:3701: checking whether the C compiler works
configure:3723: gcc conftest.c >&5
configure:3727: $? = 0
configure:3775: result: yes
configure:3778: checking for C compiler default output file name
configure:3780: result: a.out
configure:3786: checking for suffix of executables
configure:3793: gcc -o conftest conftest.c >&5
configure:3797: $? = 0
configure:3819: result:
configure:3841: checking whether we are cross compiling
configure:3849: gcc -o conftest conftest.c >&5
configure:3853: $? = 0
configure:3860: ./conftest
configure:3864: $? = 0
configure:3879: result: no
configure:3884: checking for suffix of object files
configure:3906: gcc -c conftest.c >&5
configure:3910: $? = 0
configure:3931: result: o
configure:3935: checking whether we are using the GNU C compiler
configure:3954: gcc -c conftest.c >&5
configure:3954: $? = 0
configure:3963: result: yes
configure:3972: checking whether gcc accepts -g
configure:3992: gcc -c -g conftest.c >&5
configure:3992: $? = 0
configure:4033: result: yes
configure:4050: checking for gcc option to accept ISO C89
configure:4113: gcc -c -g -O2 conftest.c >&5
configure:4113: $? = 0
configure:4126: result: none needed
configure:4151: checking whether gcc understands -c and -o together
configure:4173: gcc -c conftest.c -o conftest2.o
configure:4176: $? = 0
configure:4173: gcc -c conftest.c -o conftest2.o
configure:4176: $? = 0
configure:4188: result: yes
configure:4207: checking dependency style of gcc
configure:4318: result: gcc3
configure:4339: checking how to run the C preprocessor
configure:4370: gcc -E conftest.c
configure:4370: $? = 0
configure:4384: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4384: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4409: result: gcc -E
configure:4429: gcc -E conftest.c
configure:4429: $? = 0
configure:4443: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4443: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4472: checking for grep that handles long lines and -e
configure:4530: result: /bin/grep
configure:4535: checking for egrep
configure:4597: result: /bin/grep -E
configure:4602: checking for ANSI C header files
configure:4622: gcc -c -g -O2 conftest.c >&5
configure:4622: $? = 0
configure:4695: gcc -o conftest -g -O2 conftest.c >&5
configure:4695: $? = 0
configure:4695: ./conftest
configure:4695: $? = 0
configure:4706: result: yes
configure:4719: checking for sys/types.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for sys/stat.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for stdlib.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for string.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for memory.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for strings.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for inttypes.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for stdint.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4719: checking for unistd.h
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4719: result: yes
configure:4732: checking minix/config.h usability
configure:4732: gcc -c -g -O2 conftest.c >&5
conftest.c:55:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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:4732: result: no
configure:4732: checking minix/config.h presence
configure:4732: gcc -E conftest.c
conftest.c:22:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:4732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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:4732: result: no
configure:4732: checking for minix/config.h
configure:4732: result: no
configure:4753: checking whether it is safe to define __EXTENSIONS__
configure:4771: gcc -c -g -O2 conftest.c >&5
configure:4771: $? = 0
configure:4778: result: yes
configure:4841: checking for gcc
configure:4868: result: gcc
configure:5097: checking for C compiler version
configure:5106: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
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:5117: $? = 0
configure:5106: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
configure:5117: $? = 0
configure:5106: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5117: $? = 4
configure:5106: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5117: $? = 4
configure:5121: checking whether we are using the GNU C compiler
configure:5149: result: yes
configure:5158: checking whether gcc accepts -g
configure:5219: result: yes
configure:5236: checking for gcc option to accept ISO C89
configure:5312: result: none needed
configure:5337: checking whether gcc understands -c and -o together
configure:5374: result: yes
configure:5393: checking dependency style of gcc
configure:5504: result: gcc3
configure:5524: checking how to run the C preprocessor
configure:5594: result: gcc -E
configure:5614: gcc -E conftest.c
configure:5614: $? = 0
configure:5628: gcc -E conftest.c
conftest.c:27:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5628: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5710: checking for gcc
configure:5726: found /usr/bin/gcc
configure:5737: result: gcc
configure:5762: checking for Objective C compiler version
configure:5771: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
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:5782: $? = 0
configure:5771: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
configure:5782: $? = 0
configure:5771: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5782: $? = 4
configure:5771: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5782: $? = 4
configure:5786: checking whether we are using the GNU Objective C compiler
configure:5805: gcc -c conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5805: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:5814: result: no
configure:5823: checking whether gcc accepts -g
configure:5843: gcc -c -g conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5858: gcc -c conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5858: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5874: gcc -c -g conftest.m >&5
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
configure:5874: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5884: result: no
configure:5909: checking dependency style of gcc
configure:6018: result: gcc3
configure:6033: checking for an ANSI C-conforming const
configure:6099: gcc -c -g -O2 conftest.c >&5
configure:6099: $? = 0
configure:6106: result: yes
configure:6114: checking for inline
configure:6130: gcc -c -g -O2 conftest.c >&5
configure:6130: $? = 0
configure:6138: result: inline
configure:6156: checking for preprocessor stringizing operator
configure:6176: result: yes
configure:6184: checking whether ln -s works
configure:6188: result: yes
configure:6255: checking for gcc
configure:6282: result: gcc
configure:6511: checking for C compiler version
configure:6520: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
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:6531: $? = 0
configure:6520: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
configure:6531: $? = 0
configure:6520: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6531: $? = 4
configure:6520: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:6531: $? = 4
configure:6535: checking whether we are using the GNU C compiler
configure:6563: result: yes
configure:6572: checking whether gcc accepts -g
configure:6633: result: yes
configure:6650: checking for gcc option to accept ISO C89
configure:6726: result: none needed
configure:6751: checking whether gcc understands -c and -o together
configure:6788: result: yes
configure:6807: checking dependency style of gcc
configure:6918: result: gcc3
configure:6962: checking for off_t
configure:6962: gcc -c -g -O2 conftest.c >&5
configure:6962: $? = 0
configure:6962: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:6962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 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 ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:6962: result: yes
configure:6972: checking for _LARGEFILE_SOURCE value needed for large files
configure:6991: gcc -o conftest -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7019: result: no
configure:7047: checking for special C compiler options needed for large files
configure:7092: result: no
configure:7098: checking for _FILE_OFFSET_BITS value needed for large files
configure:7123: gcc -c -g -O2 conftest.c >&5
configure:7123: $? = 0
configure:7155: result: no
configure:7300: checking for pkg-config
configure:7318: found /usr/bin/pkg-config
configure:7330: result: /usr/bin/pkg-config
configure:7355: checking pkg-config is at least version 0.9.0
configure:7358: result: yes
configure:7369: checking for LIBCERF
configure:7377: $PKG_CONFIG --exists --print-errors "libcerf"
Package libcerf was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcerf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcerf' found
configure:7380: $? = 1
configure:7395: $PKG_CONFIG --exists --print-errors "libcerf"
Package libcerf was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcerf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcerf' found
configure:7398: $? = 1
No package 'libcerf' found
configure:7437: WARNING:
Package requirements (libcerf) were not met:
No package 'libcerf' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBCERF_CFLAGS
and LIBCERF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure:7481: checking for library containing cdawson
configure:7512: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cc1ohyck.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:41: undefined reference to `cdawson'
collect2: error: ld returned 1 exit status
configure:7512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 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 cdawson ();
| int
| main ()
| {
| return cdawson ();
| ;
| return 0;
| }
configure:7512: gcc -o conftest -g -O2 conftest.c -lcerf >&5
/usr/bin/ld: cannot find -lcerf
collect2: error: ld returned 1 exit status
configure:7512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 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 cdawson ();
| int
| main ()
| {
| return cdawson ();
| ;
| return 0;
| }
configure:7529: result: no
configure:7548: checking for emacs
configure:7578: result: no
configure:7548: checking for xemacs
configure:7578: result: no
configure:7601: checking for tex
configure:7617: found /usr/local/bin/tex
configure:7628: result: tex
configure:7644: checking for latex
configure:7660: found /usr/local/bin/latex
configure:7671: result: latex
configure:7687: checking for pdflatex
configure:7703: found /usr/local/bin/pdflatex
configure:7714: result: pdflatex
configure:7744: checking for dvips
configure:7760: found /usr/local/bin/dvips
configure:7771: result: dvips
configure:7787: checking for troff
configure:7803: found /usr/bin/troff
configure:7814: result: troff
configure:7839: checking for kpsexpand
configure:7855: found /usr/local/bin/kpsexpand
configure:7866: result: kpsexpand
configure:7882: checking for texhash
configure:7898: found /usr/local/bin/texhash
configure:7909: result: texhash
configure:7949: checking for X
configure:8057: gcc -E conftest.c
conftest.c:30:22: fatal error: X11/Xlib.h: No such file or directory
#include <X11/Xlib.h>
^
compilation terminated.
configure:8057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| #include <X11/Xlib.h>
configure:8088: gcc -o conftest -g -O2 conftest.c -lX11 >&5
conftest.c:30:22: fatal error: X11/Xlib.h: No such file or directory
#include <X11/Xlib.h>
^
compilation terminated.
configure:8088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| #include <X11/Xlib.h>
| int
| main ()
| {
| XrmInitialize ()
| ;
| return 0;
| }
configure:8127: result: no
configure:8703: checking for MS-DOS/djgpp/libGRX
configure:8812: result: no
configure:8819: checking for NeXT
configure:8836: result: no
configure:8845: checking for Mac OS X
configure:8920: result: no
configure:8927: checking for BeOS
configure:8943: result: no
configure:8949: checking for Alpha/AXP CPU
configure:8968: result: no
configure:8983: checking for sin
configure:8983: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:54:6: warning: conflicting types for built-in function 'sin' [enabled by default]
char sin ();
^
/tmp/ccFvaLsC.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:65: undefined reference to `sin'
collect2: error: ld returned 1 exit status
configure:8983: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h. */
| /* Define sin to an innocuous variant, in case <limits.h> declares sin.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sin innocuous_sin
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sin (); 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 sin
|
| /* 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 ();
| /* 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_sin || defined __stub___sin
| choke me
| #endif
|
| int
| main ()
| {
| return sin ();
| ;
| return 0;
| }
configure:8983: result: no
configure:8987: checking for sin in -lm
configure:9012: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:38:6: warning: conflicting types for built-in function 'sin' [enabled by default]
char sin ();
^
configure:9012: $? = 0
configure:9021: result: yes
configure:9035: checking for ANSI C header files
configure:9139: result: yes
configure:9157: checking dirent.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking dirent.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for dirent.h
configure:9157: result: yes
configure:9157: checking errno.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking errno.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for errno.h
configure:9157: result: yes
configure:9157: checking float.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking float.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for float.h
configure:9157: result: yes
configure:9157: checking langinfo.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking langinfo.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for langinfo.h
configure:9157: result: yes
configure:9157: checking limits.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking limits.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for limits.h
configure:9157: result: yes
configure:9157: checking locale.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking locale.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for locale.h
configure:9157: result: yes
configure:9157: checking math.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking math.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for math.h
configure:9157: result: yes
configure:9157: checking for stdlib.h
configure:9157: result: yes
configure:9157: checking for string.h
configure:9157: result: yes
configure:9157: checking time.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking time.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for time.h
configure:9157: result: yes
configure:9157: checking sys/time.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sys/time.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sys/time.h
configure:9157: result: yes
configure:9157: checking for sys/types.h
configure:9157: result: yes
configure:9157: checking sys/bsdtypes.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
conftest.c:78:26: fatal error: sys/bsdtypes.h: No such file or directory
#include <sys/bsdtypes.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_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 <sys/bsdtypes.h>
configure:9157: result: no
configure:9157: checking sys/bsdtypes.h presence
configure:9157: gcc -E conftest.c
conftest.c:45:26: fatal error: sys/bsdtypes.h: No such file or directory
#include <sys/bsdtypes.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/bsdtypes.h>
configure:9157: result: no
configure:9157: checking for sys/bsdtypes.h
configure:9157: result: no
configure:9157: checking sys/ioctl.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sys/ioctl.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sys/ioctl.h
configure:9157: result: yes
configure:9157: checking sys/param.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sys/param.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sys/param.h
configure:9157: result: yes
configure:9157: checking sys/select.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sys/select.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sys/select.h
configure:9157: result: yes
configure:9157: checking sys/socket.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sys/socket.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sys/socket.h
configure:9157: result: yes
configure:9157: checking for sys/stat.h
configure:9157: result: yes
configure:9157: checking sys/systeminfo.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
conftest.c:83:28: fatal error: sys/systeminfo.h: No such file or directory
#include <sys/systeminfo.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_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 <sys/systeminfo.h>
configure:9157: result: no
configure:9157: checking sys/systeminfo.h presence
configure:9157: gcc -E conftest.c
conftest.c:50:28: fatal error: sys/systeminfo.h: No such file or directory
#include <sys/systeminfo.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include <sys/systeminfo.h>
configure:9157: result: no
configure:9157: checking for sys/systeminfo.h
configure:9157: result: no
configure:9157: checking sys/timeb.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sys/timeb.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sys/timeb.h
configure:9157: result: yes
configure:9157: checking sys/utsname.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sys/utsname.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sys/utsname.h
configure:9157: result: yes
configure:9157: checking libc.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
conftest.c:85:18: fatal error: libc.h: No such file or directory
#include <libc.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_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 <libc.h>
configure:9157: result: no
configure:9157: checking libc.h presence
configure:9157: gcc -E conftest.c
conftest.c:52:18: fatal error: libc.h: No such file or directory
#include <libc.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| /* end confdefs.h. */
| #include <libc.h>
configure:9157: result: no
configure:9157: checking for libc.h
configure:9157: result: no
configure:9157: checking malloc.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking malloc.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for malloc.h
configure:9157: result: yes
configure:9157: checking poll.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking poll.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for poll.h
configure:9157: result: yes
configure:9157: checking sgtty.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking sgtty.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for sgtty.h
configure:9157: result: yes
configure:9157: checking termios.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking termios.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for termios.h
configure:9157: result: yes
configure:9157: checking values.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking values.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for values.h
configure:9157: result: yes
configure:9157: checking for dirent.h
configure:9157: result: yes
configure:9157: checking dlfcn.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking dlfcn.h presence
configure:9157: gcc -E conftest.c
configure:9157: $? = 0
configure:9157: result: yes
configure:9157: checking for dlfcn.h
configure:9157: result: yes
configure:9157: checking dl.h usability
configure:9157: gcc -c -g -O2 conftest.c >&5
conftest.c:92:16: fatal error: dl.h: No such file or directory
#include <dl.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:9157: result: no
configure:9157: checking dl.h presence
configure:9157: gcc -E conftest.c
conftest.c:59:16: fatal error: dl.h: No such file or directory
#include <dl.h>
^
compilation terminated.
configure:9157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:9157: result: no
configure:9157: checking for dl.h
configure:9157: result: no
configure:9168: checking for stdbool.h that conforms to C99
configure:9235: gcc -c -g -O2 conftest.c >&5
configure:9235: $? = 0
configure:9242: result: yes
configure:9244: checking for _Bool
configure:9244: gcc -c -g -O2 conftest.c >&5
configure:9244: $? = 0
configure:9244: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:95:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:9244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:9244: result: yes
configure:9263: checking for struct exception in math.h
configure:9276: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:9276: $? = 0
configure:9277: result: yes
configure:9291: checking whether stat file-mode macros are broken
configure:9318: gcc -c -g -O2 conftest.c >&5
configure:9318: $? = 0
configure:9325: result: no
configure:9405: checking for library containing dlopen
configure:9436: gcc -o conftest -g -O2 conftest.c -lm >&5
/tmp/cckwTwGl.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:73: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:9436: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:9436: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9436: $? = 0
configure:9453: result: -ldl
configure:9476: checking for unistd.h
configure:9486: result: yes
configure:9495: checking if errno variable is declared
configure:9511: gcc -c -g -O2 conftest.c >&5
configure:9511: $? = 0
configure:9512: result: yes
configure:9524: checking for size_t
configure:9524: gcc -c -g -O2 conftest.c >&5
configure:9524: $? = 0
configure:9524: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:100:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:9524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:9524: result: yes
configure:9535: checking for time_t in time.h
configure:9544: result: yes
configure:9552: checking return type of signal handlers
configure:9570: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:71:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:9570: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:9577: result: void
configure:9599: checking for atexit
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for memcpy
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:90:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
char memcpy ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for memmove
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:91:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
char memmove ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for memset
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:92:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for on_exit
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for bcopy
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:94:6: warning: conflicting types for built-in function 'bcopy' [enabled by default]
char bcopy ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for bzero
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:95:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
char bzero ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for setvbuf
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strerror
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strchr
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:98:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strrchr
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:99:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
char strrchr ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strstr
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:100:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
char strstr ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for index
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:101:6: warning: conflicting types for built-in function 'index' [enabled by default]
char index ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for rindex
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:102:6: warning: conflicting types for built-in function 'rindex' [enabled by default]
char rindex ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for erf
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:103:6: warning: conflicting types for built-in function 'erf' [enabled by default]
char erf ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for erfc
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:104:6: warning: conflicting types for built-in function 'erfc' [enabled by default]
char erfc ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for gamma
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:105:6: warning: conflicting types for built-in function 'gamma' [enabled by default]
char gamma ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for lgamma
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:106:6: warning: conflicting types for built-in function 'lgamma' [enabled by default]
char lgamma ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for getcwd
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for poll
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for pclose
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for popen
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for fdopen
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for select
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for sleep
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for stpcpy
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:114:6: warning: conflicting types for built-in function 'stpcpy' [enabled by default]
char stpcpy ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strcspn
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:115:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
char strcspn ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strdup
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:116:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strndup
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:117:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
char strndup ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strnlen
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strcasecmp
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:119:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
char strcasecmp ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for stricmp
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
/tmp/ccqyd3aO.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:131: undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
configure:9599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h. */
| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define stricmp innocuous_stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stricmp (); 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 stricmp
|
| /* 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 stricmp ();
| /* 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_stricmp || defined __stub___stricmp
| choke me
| #endif
|
| int
| main ()
| {
| return stricmp ();
| ;
| return 0;
| }
configure:9599: result: no
configure:9599: checking for strncasecmp
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:120:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
char strncasecmp ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for strnicmp
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
/tmp/ccHKbHlX.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:132: undefined reference to `strnicmp'
collect2: error: ld returned 1 exit status
configure:9599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strnicmp innocuous_strnicmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strnicmp (); 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 strnicmp
|
| /* 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 strnicmp ();
| /* 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_strnicmp || defined __stub___strnicmp
| choke me
| #endif
|
| int
| main ()
| {
| return strnicmp ();
| ;
| return 0;
| }
configure:9599: result: no
configure:9599: checking for sysinfo
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for tcgetattr
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for vfprintf
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:123:6: warning: conflicting types for built-in function 'vfprintf' [enabled by default]
char vfprintf ();
^
configure:9599: $? = 0
configure:9599: result: yes
configure:9599: checking for doprnt
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
/tmp/ccRTgxx9.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:135: undefined reference to `doprnt'
collect2: error: ld returned 1 exit status
configure:9599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| /* end confdefs.h. */
| /* Define doprnt to an innocuous variant, in case <limits.h> declares doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define doprnt innocuous_doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char doprnt (); 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 doprnt
|
| /* 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 doprnt ();
| /* 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_doprnt || defined __stub___doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return doprnt ();
| ;
| return 0;
| }
configure:9599: result: no
configure:9599: checking for usleep
configure:9599: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9599: $? = 0
configure:9599: result: yes
configure:9611: checking for snprintf
configure:9611: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
conftest.c:125:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
char snprintf ();
^
configure:9611: $? = 0
configure:9611: result: yes
configure:9636: checking whether signgam is declared
configure:9636: gcc -c -g -O2 conftest.c >&5
configure:9636: $? = 0
configure:9636: result: yes
configure:9652: checking for sigsetjmp
configure:9665: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9665: $? = 0
configure:9666: result: yes
configure:9684: checking if malloc(0) returns 0
configure:9703: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:9703: $? = 0
configure:9703: ./conftest
configure:9703: $? = 0
configure:9712: result: no
configure:9723: checking for sys/select.h
configure:9723: result: yes
configure:9723: checking for sys/socket.h
configure:9723: result: yes
configure:9733: checking types of arguments for select
configure:9761: gcc -c -g -O2 conftest.c >&5
configure:9761: $? = 0
configure:9772: result: int,fd_set *,struct timeval *
configure:10195: checking for tputs in -lncurses
configure:10220: gcc -o conftest -g -O2 conftest.c -lncurses -ldl -lm >&5
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:10220: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* 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 tputs ();
| int
| main ()
| {
| return tputs ();
| ;
| return 0;
| }
configure:10230: result: no
configure:10195: checking for tputs in -lcurses
configure:10220: gcc -o conftest -g -O2 conftest.c -lcurses -ldl -lm >&5
/usr/bin/ld: cannot find -lcurses
collect2: error: ld returned 1 exit status
configure:10220: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* 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 tputs ();
| int
| main ()
| {
| return tputs ();
| ;
| return 0;
| }
configure:10230: result: no
configure:10195: checking for tputs in -ltermcap
configure:10220: gcc -o conftest -g -O2 conftest.c -ltermcap -ldl -lm >&5
configure:10220: $? = 0
configure:10230: result: yes
configure:10244: checking for remove_history in -lreadline
configure:10269: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap -ldl -lm >&5
configure:10269: $? = 0
configure:10278: result: yes
configure:10383: checking for library containing rl_ding
configure:10414: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
/tmp/ccPawoFy.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:122: undefined reference to `rl_ding'
collect2: error: ld returned 1 exit status
configure:10414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* 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_ding ();
| int
| main ()
| {
| return rl_ding ();
| ;
| return 0;
| }
configure:10414: gcc -o conftest -g -O2 conftest.c -lreadline -lreadline -ltermcap -ldl -lm >&5
configure:10414: $? = 0
configure:10431: result: -lreadline
configure:10443: checking for library containing rl_forced_update_display
configure:10474: gcc -o conftest -g -O2 conftest.c -lreadline -ldl -lm >&5
configure:10474: $? = 0
configure:10491: result: none required
configure:10503: checking for library containing rl_reset_after_signal
configure:10534: gcc -o conftest -g -O2 conftest.c -lreadline -ldl -lm >&5
configure:10534: $? = 0
configure:10551: result: none required
configure:10563: checking for library containing rl_complete_with_tilde_expansion
configure:10594: gcc -o conftest -g -O2 conftest.c -lreadline -ldl -lm >&5
configure:10594: $? = 0
configure:10611: result: none required
configure:10636: checking readline/readline.h usability
configure:10636: gcc -c -g -O2 conftest.c >&5
configure:10636: $? = 0
configure:10636: result: yes
configure:10636: checking readline/readline.h presence
configure:10636: gcc -E conftest.c
configure:10636: $? = 0
configure:10636: result: yes
configure:10636: checking for readline/readline.h
configure:10636: result: yes
configure:10653: checking readline/history.h usability
configure:10653: gcc -c -g -O2 conftest.c >&5
configure:10653: $? = 0
configure:10653: result: yes
configure:10653: checking readline/history.h presence
configure:10653: gcc -E conftest.c
configure:10653: $? = 0
configure:10653: result: yes
configure:10653: checking for readline/history.h
configure:10653: result: yes
configure:10721: checking for deflate in -lz
configure:10746: gcc -o conftest -g -O2 conftest.c -lz -ldl -lm >&5
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
configure:10746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 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 deflate ();
| int
| main ()
| {
| return deflate ();
| ;
| return 0;
| }
configure:10755: result: no
configure:10774: WARNING: zlib is required - see http://www.gzip.org/zlib/
configure:10791: checking for gdlib-config
configure:10824: result: no
configure:10846: checking for gdImageCreateTrueColor in -lgd
configure:10871: gcc -o conftest -g -O2 conftest.c -lgd -ldl -lm >&5
/usr/bin/ld: cannot find -lgd
collect2: error: ld returned 1 exit status
configure:10871: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 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 gdImageCreateTrueColor ();
| int
| main ()
| {
| return gdImageCreateTrueColor ();
| ;
| return 0;
| }
configure:10880: result: no
configure:11118: WARNING: libgd not found or too old, version >= 2.0 is required
configure:11136: checking for library containing iconv_open
configure:11167: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
configure:11167: $? = 0
configure:11184: result: none required
configure:11189: checking iconv.h usability
configure:11189: gcc -c -g -O2 conftest.c >&5
configure:11189: $? = 0
configure:11189: result: yes
configure:11189: checking iconv.h presence
configure:11189: gcc -E conftest.c
configure:11189: $? = 0
configure:11189: result: yes
configure:11189: checking for iconv.h
configure:11189: result: yes
configure:11515: checking for LUA
configure:11523: $PKG_CONFIG --exists --print-errors "lua"
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
configure:11526: $? = 1
configure:11541: $PKG_CONFIG --exists --print-errors "lua"
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
configure:11544: $? = 1
No package 'lua' found
configure:11572: result: no
configure:11576: checking for LUA
configure:11584: $PKG_CONFIG --exists --print-errors "lua5.1"
Package lua5.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua5.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua5.1' found
configure:11587: $? = 1
configure:11602: $PKG_CONFIG --exists --print-errors "lua5.1"
Package lua5.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua5.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua5.1' found
configure:11605: $? = 1
No package 'lua5.1' found
configure:11633: result: no
configure:11731: WARNING: Could not find support for lua using pkg-config.
configure:11740: checking for library containing luaL_openlibs
configure:11771: gcc -o conftest -g -O2 conftest.c -ldl -lm >&5
/tmp/ccnoxKpZ.o: In function `main':
/home/adriaan0913/Downloads/gnuplot-5.0.1/conftest.c:128: undefined reference to `luaL_openlibs'
collect2: error: ld returned 1 exit status
configure:11771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 1
| #define HAVE_ICONV 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 luaL_openlibs ();
| int
| main ()
| {
| return luaL_openlibs ();
| ;
| return 0;
| }
configure:11771: gcc -o conftest -g -O2 conftest.c -llua -ldl -lm >&5
configure:11771: $? = 0
configure:11788: result: -llua
configure:11805: checking lua.h usability
configure:11805: gcc -c -g -O2 conftest.c >&5
configure:11805: $? = 0
configure:11805: result: yes
configure:11805: checking lua.h presence
configure:11805: gcc -E conftest.c
configure:11805: $? = 0
configure:11805: result: yes
configure:11805: checking for lua.h
configure:11805: result: yes
configure:12200: checking for multi-byte support in x11
configure:12202: checking for XmbDrawString in -lX11
configure:12227: gcc -o conftest -g -O2 conftest.c -lX11 -llua -ldl -lm >&5
/usr/bin/ld: cannot find -lX11
collect2: error: ld returned 1 exit status
configure:12227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 1
| #define HAVE_ICONV 1
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XmbDrawString ();
| int
| main ()
| {
| return XmbDrawString ();
| ;
| return 0;
| }
configure:12236: result: no
configure:12543: checking for pkg-config
configure:12573: result: /usr/bin/pkg-config
configure:12598: checking pkg-config is at least version 0.9.0
configure:12601: result: yes
configure:12726: checking for C++ compiler version
configure:12735: c++ --version >&5
./configure: line 12737: c++: command not found
configure:12746: $? = 127
configure:12735: c++ -v >&5
./configure: line 12737: c++: command not found
configure:12746: $? = 127
configure:12735: c++ -V >&5
./configure: line 12737: c++: command not found
configure:12746: $? = 127
configure:12735: c++ -qversion >&5
./configure: line 12737: c++: command not found
configure:12746: $? = 127
configure:12750: checking whether we are using the GNU C++ compiler
configure:12769: c++ -c -g -O2 conftest.cpp >&5
./configure: line 2239: c++: command not found
configure:12769: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 1
| #define HAVE_ICONV 1
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define EXTERNAL_X11_WINDOW 1
| #define EAM_BOXED_TEXT 1
| #define EAM_OBJECTS 1
| #define HIDDEN3D_QUADTREE 1
| #define HIDDEN3D_VAR_PTSIZE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:12778: result: no
configure:12787: checking whether c++ accepts -g
configure:12807: c++ -c -g conftest.cpp >&5
./configure: line 2239: c++: command not found
configure:12807: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 1
| #define HAVE_ICONV 1
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define EXTERNAL_X11_WINDOW 1
| #define EAM_BOXED_TEXT 1
| #define EAM_OBJECTS 1
| #define HIDDEN3D_QUADTREE 1
| #define HIDDEN3D_VAR_PTSIZE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12822: c++ -c conftest.cpp >&5
./configure: line 2239: c++: command not found
configure:12822: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 1
| #define HAVE_ICONV 1
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define EXTERNAL_X11_WINDOW 1
| #define EAM_BOXED_TEXT 1
| #define EAM_OBJECTS 1
| #define HIDDEN3D_QUADTREE 1
| #define HIDDEN3D_VAR_PTSIZE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12838: c++ -c -g conftest.cpp >&5
./configure: line 2239: c++: command not found
configure:12838: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 1
| #define HAVE_ICONV 1
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define EXTERNAL_X11_WINDOW 1
| #define EAM_BOXED_TEXT 1
| #define EAM_OBJECTS 1
| #define HIDDEN3D_QUADTREE 1
| #define HIDDEN3D_VAR_PTSIZE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12848: result: no
configure:12873: checking dependency style of c++
configure:12984: result: none
configure:13020: c++ -c -g -O2 conftest.cpp >&5
./configure: line 2239: c++: command not found
configure:13020: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnuplot"
| #define PACKAGE_TARNAME "gnuplot"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "gnuplot 5.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gnuplot"
| #define VERSION "5.0.1"
| #define PROTOTYPES 1
| #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 _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_STRINGIZE 1
| #define HAVE_OFF_T 1
| #define HAVE_FSEEKO 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
| #define HAVE_EXTERNAL_FUNCTIONS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIME_T_IN_TIME_H 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_ON_EXIT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_SETVBUF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_INDEX 1
| #define HAVE_RINDEX 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_GAMMA 1
| #define HAVE_LGAMMA 1
| #define HAVE_GETCWD 1
| #define HAVE_POLL 1
| #define HAVE_PCLOSE 1
| #define HAVE_POPEN 1
| #define HAVE_FDOPEN 1
| #define HAVE_SELECT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VFPRINTF 1
| #define HAVE_USLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SIGNGAM 1
| #define HAVE_SIGSETJMP 1
| #define PIPES 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_READLINE_RESET 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define GNUPLOT_HISTORY 1
| #define HAVE_ICONV 1
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define EXTERNAL_X11_WINDOW 1
| #define EAM_BOXED_TEXT 1
| #define EAM_OBJECTS 1
| #define HIDDEN3D_QUADTREE 1
| #define HIDDEN3D_VAR_PTSIZE 1
| /* end confdefs.h. */
| #include <iostream>
| int
| main ()
| {
| const char hw[] = "Hello, World\n"; std::cout << hw;
| ;
| return 0;
| }
configure:13180: WARNING: No C++ compiler found. The wxWidgets terminal will not be compiled.
configure:13197: checking for wx-config
configure:13228: result: no
configure:13237: WARNING: wxWidgets can't be found. You can try --with-wx=DIR to give the right path to wx-config. The wxWidgets terminal will not be compiled.
configure:13263: checking for CAIROPANGO
configure:13271: $PKG_CONFIG --exists --print-errors "cairo >= 0.9.0 pango >= 1.10 pangocairo >= 1.10"
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
Package pangocairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangocairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pangocairo' found
configure:13274: $? = 1
configure:13289: $PKG_CONFIG --exists --print-errors "cairo >= 0.9.0 pango >= 1.10 pangocairo >= 1.10"
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
Package pangocairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangocairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pangocairo' found
configure:13292: $? = 1
No package 'cairo' found
No package 'pango' found
No package 'pangocairo' found
configure:13331: WARNING:
Package requirements (cairo >= 0.9.0 pango >= 1.10 pangocairo >= 1.10) were not met:
No package 'cairo' found
No package 'pango' found
No package 'pangocairo' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CAIROPANGO_CFLAGS
and CAIROPANGO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure:13373: WARNING: The wxWidgets terminal will not be compiled.
configure:13380: checking for PANGO_1_10_2
configure:13388: $PKG_CONFIG --exists --print-errors "pango = 1.10.2"
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
configure:13391: $? = 1
configure:13406: $PKG_CONFIG --exists --print-errors "pango = 1.10.2"
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
configure:13409: $? = 1
No package 'pango' found
configure:13437: result: no
configure:13852: checking for CAIROPDF
configure:13860: $PKG_CONFIG --exists --print-errors " cairo >= 1.2 cairo-pdf >= 1.2 pango >= 1.10 pangocairo >= 1.10 glib-2.0"
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Package cairo-pdf was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-pdf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-pdf' found
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
Package pangocairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangocairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pangocairo' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure:13863: $? = 1
configure:13878: $PKG_CONFIG --exists --print-errors " cairo >= 1.2 cairo-pdf >= 1.2 pango >= 1.10 pangocairo >= 1.10 glib-2.0"
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Package cairo-pdf was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-pdf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-pdf' found
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
Package pangocairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangocairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pangocairo' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure:13881: $? = 1
No package 'cairo' found
No package 'cairo-pdf' found
No package 'pango' found
No package 'pangocairo' found
No package 'glib-2.0' found
configure:13920: WARNING:
Package requirements ( cairo >= 1.2 cairo-pdf >= 1.2 pango >= 1.10 pangocairo >= 1.10 glib-2.0) were not met:
No package 'cairo' found
No package 'cairo-pdf' found
No package 'pango' found
No package 'pangocairo' found
No package 'glib-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CAIROPDF_CFLAGS
and CAIROPDF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure:13962: WARNING: The cairo terminals will not be compiled.
configure:14110: WARNING: No C++ compiler found. The Qt terminal will not be compiled.
configure:14123: checking for QT
configure:14131: $PKG_CONFIG --exists --print-errors "Qt5Core Qt5Gui Qt5Network Qt5Svg Qt5PrintSupport"
Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Gui was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Gui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Gui' found
Package Qt5Network was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Network.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Network' found
Package Qt5Svg was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Svg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Svg' found
Package Qt5PrintSupport was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5PrintSupport.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5PrintSupport' found
configure:14134: $? = 1
configure:14149: $PKG_CONFIG --exists --print-errors "Qt5Core Qt5Gui Qt5Network Qt5Svg Qt5PrintSupport"
Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Gui was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Gui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Gui' found
Package Qt5Network was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Network.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Network' found
Package Qt5Svg was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Svg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Svg' found
Package Qt5PrintSupport was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5PrintSupport.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5PrintSupport' found
configure:14152: $? = 1
No package 'Qt5Core' found
No package 'Qt5Gui' found
No package 'Qt5Network' found
No package 'Qt5Svg' found
No package 'Qt5PrintSupport' found
configure:14191: WARNING:
Package requirements (Qt5Core Qt5Gui Qt5Network Qt5Svg Qt5PrintSupport) were not met:
No package 'Qt5Core' found
No package 'Qt5Gui' found
No package 'Qt5Network' found
No package 'Qt5Svg' found
No package 'Qt5PrintSupport' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables QT_CFLAGS
and QT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure:14248: checking for QT
configure:14256: $PKG_CONFIG --exists --print-errors "QtCore >= 4.5 QtGui >= 4.5 QtNetwork >= 4.5 QtSvg >= 4.5"
Package QtCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtCore' found
Package QtGui was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtGui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtGui' found
Package QtNetwork was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtNetwork.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtNetwork' found
Package QtSvg was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtSvg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtSvg' found
configure:14259: $? = 1
configure:14274: $PKG_CONFIG --exists --print-errors "QtCore >= 4.5 QtGui >= 4.5 QtNetwork >= 4.5 QtSvg >= 4.5"
Package QtCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtCore' found
Package QtGui was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtGui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtGui' found
Package QtNetwork was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtNetwork.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtNetwork' found
Package QtSvg was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtSvg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtSvg' found
configure:14277: $? = 1
No package 'QtCore' found
No package 'QtGui' found
No package 'QtNetwork' found
No package 'QtSvg' found
configure:14316: WARNING:
Package requirements (QtCore >= 4.5 QtGui >= 4.5 QtNetwork >= 4.5 QtSvg >= 4.5) were not met:
No package 'QtCore' found
No package 'QtGui' found
No package 'QtNetwork' found
No package 'QtSvg' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables QT_CFLAGS
and QT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure:14359: WARNING: The Qt terminal will not be compiled.
configure:14796: checking that generated files are newer than configure
configure:14802: result: done
configure:14885: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gnuplot config.status 5.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Desktop0913
config.status:1062: creating Makefile
config.status:1062: creating config/Makefile
config.status:1062: creating demo/Makefile
config.status:1062: creating demo/plugin/Makefile
config.status:1062: creating docs/Makefile
config.status:1062: creating m4/Makefile
config.status:1062: creating man/Makefile
config.status:1062: creating share/Makefile
config.status:1062: creating share/LaTeX/Makefile
config.status:1062: creating src/Makefile
config.status:1062: creating src/beos/Makefile
config.status:1062: creating src/wxterminal/Makefile
config.status:1062: creating src/qtterminal/Makefile
config.status:1062: creating term/Makefile
config.status:1062: creating tutorial/Makefile
config.status:1062: creating config.h
config.status:1243: config.h is unchanged
config.status:1291: executing depfiles commands
config.status:1291: executing default commands
configure:16219: result:
configure:16221: result: ** Configuration summary for gnuplot 5.0.1:
configure:16223: result:
configure:16226: result: gnuplot will be compiled with the following terminals:
configure:16228: result:
configure:16231: result: Standalone terminals: yes (always builtin)
configure:16233: result: canvas, cgm, context, corel, dumb, dxf, eepic, emf, emtex,
configure:16235: result: epslatex, fig, hpgl,latex, metafont, metapost, mif, pcl5,
configure:16237: result: postscript, pslatex, pstex, pstricks, qms, svg,
configure:16239: result: tek40xx, tek410x, texdraw, tgif, tkcanvas, tpic, vttek
configure:16241: result:
configure:16248: result: dot-matrix terminals: no (use --with-bitmap-terminals to enable)
configure:16251: result: epson, nec, okidata, tandy, and seiko dp414 printers
configure:16253: result: hp500c, hpdj, hpljii, hppj, pbm, sixel, starc
configure:16255: result:
configure:16280: result: X Window System terminal: no (requires X libraries)
configure:16296: result: PDFlib pdf terminal: no (use --with-pdf to enable)
configure:16313: result: linux terminal (vga console): no (use --with-linux-vga to enable)
configure:16315: result: vgagl terminal ((s)vga console): no (use --with-linux-vga to enable)
configure:16328: result: ggi terminal: no (use --with-ggi to enable, requires libggi)
configure:16336: result: gpic terminal: no (use --with-gpic to enable)
configure:16344: result: mif terminal: no (use --with-mif to enable)
configure:16367: result: caca terminal: no (requires libcaca >= 0.99.beta15)
configure:16375: result: aqua terminal (OSX): no
configure:16390: result: libgd-based png, jpeg, and gif terminals: no (see config.log)
configure:16398: result: cairo-based terminals: no (requires cairo>1.2, pango>1.10)
configure:16403: result: lua/TikZ terminal: yes
configure:16419: result: wxt terminal: no (requires C++, wxWidgets>2.6, cairo>0.9, pango>1.10)
configure:16433: result: Qt terminal: no (use --with-qt or --with-qt=qt4 to enable
configure:16437: result:
configure:16439: result: Additional platform-specific or older terminals omitted by default:
configure:16441: result: gpic, mif (FrameMaker 3), hp2623a, hp2648, imagen, kyocera
configure:16443: result: pm (makefile.os2), be (BeOS), svga (MSDOS/djgpp)
configure:16445: result: sun, windows (several options)
configure:16448: result:
configure:16450: result: gnuplot will be compiled with the following configurable features:
configure:16452: result:
configure:16459: result: Mouse support in interactive terminals: no
configure:16464: result: Typing <space> in plot window raises console
configure:16471: result: Maximum number of parallel axes: 5
configure:16475: result: Placement of rectangles and other objects: yes
configure:16499: result: Readline library: GNU readline library with -ltermcap
configure:16516: result: Command-line history file: yes
configure:16527: result: Check current directory for .gnuplot file: no (use --with-cwdrc to enable)
configure:16535: result: Sort help/subtopic tables by column: no (use --without-row-help to enable)
configure:16543: result: cerf() and other special functions: no (libcerf not found)
configure:16548: result: plugin support for loading external functions: yes
configure:16559: result: Use TeX kpsexpand to search for fonts: no (use --with-kpsexpand to enable)
configure:16571: result: Hidden3d optimization (gridbox/quadtree/none): quadtree
configure:16580: result: Allow deprecated syntax: no (use --enable-backwards-compatibility)
configure:16585: result: Statistical summary of data ("stats" command): yes
configure:16593: result:
configure:16595: result: gnuplot will install the following additional materials:
configure:16597: result:
configure:16604: result: LaTeX tutorial: no
configure:16609: result: cfg file for epslatex terminal: yes
configure:16612: result: TeX *.sty for lua/tikz terminal: yes
configure:16618: result: TeX files will be installed in /usr/local/texlive/texmf-local/tex/latex/gnuplot
configure:16620: result: (use --with-texdir=DIR to change)
configure:16629: result: Help file: yes (always), in ${datarootdir}/gnuplot/5.0/gnuplot.gih
configure:16632: result: PostScript prologue files: yes (always)
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_stringize=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CAIROEPS_CFLAGS_set=
ac_cv_env_CAIROEPS_CFLAGS_value=
ac_cv_env_CAIROEPS_LIBS_set=
ac_cv_env_CAIROEPS_LIBS_value=
ac_cv_env_CAIROPANGO_CFLAGS_set=
ac_cv_env_CAIROPANGO_CFLAGS_value=
ac_cv_env_CAIROPANGO_LIBS_set=
ac_cv_env_CAIROPANGO_LIBS_value=
ac_cv_env_CAIROPDF_CFLAGS_set=
ac_cv_env_CAIROPDF_CFLAGS_value=
ac_cv_env_CAIROPDF_LIBS_set=
ac_cv_env_CAIROPDF_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DIST_CONTACT_set=
ac_cv_env_DIST_CONTACT_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_LIBCERF_CFLAGS_set=
ac_cv_env_LIBCERF_CFLAGS_value=
ac_cv_env_LIBCERF_LIBS_set=
ac_cv_env_LIBCERF_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LUA_CFLAGS_set=
ac_cv_env_LUA_CFLAGS_value=
ac_cv_env_LUA_LIBS_set=
ac_cv_env_LUA_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_PANGO_1_10_2_CFLAGS_set=
ac_cv_env_PANGO_1_10_2_CFLAGS_value=
ac_cv_env_PANGO_1_10_2_LIBS_set=
ac_cv_env_PANGO_1_10_2_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_QT_CFLAGS_set=
ac_cv_env_QT_CFLAGS_value=
ac_cv_env_QT_LIBS_set=
ac_cv_env_QT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_caca_CFLAGS_set=
ac_cv_env_caca_CFLAGS_value=
ac_cv_env_caca_LIBS_set=
ac_cv_env_caca_LIBS_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_atexit=yes
ac_cv_func_bcopy=yes
ac_cv_func_bzero=yes
ac_cv_func_doprnt=no
ac_cv_func_erf=yes
ac_cv_func_erfc=yes
ac_cv_func_fdopen=yes
ac_cv_func_gamma=yes
ac_cv_func_getcwd=yes
ac_cv_func_index=yes
ac_cv_func_lgamma=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_on_exit=yes
ac_cv_func_pclose=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_rindex=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setvbuf=yes
ac_cv_func_sin=no
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_stricmp=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnicmp=no
ac_cv_func_strnlen=yes
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_sysinfo=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_usleep=yes
ac_cv_func_vfprintf=yes
ac_cv_have_decl_signgam=yes
ac_cv_have_x=have_x=no
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_float_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libc_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_lua_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_poll_h=yes
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_sgtty_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_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_bsdtypes_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_lib_X11_XmbDrawString=no
ac_cv_lib_curses___tputs=no
ac_cv_lib_gd_gdImageCreateTrueColor=no
ac_cv_lib_m_sin=yes
ac_cv_lib_ncurses___tputs=no
ac_cv_lib_readline_remove_history=yes
ac_cv_lib_termcap___tputs=yes
ac_cv_lib_z_deflate=no
ac_cv_objc_compiler_gnu=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_WX_CONFIG=no
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_DVIPS=dvips
ac_cv_prog_KPSEXPAND=kpsexpand
ac_cv_prog_LATEX=latex
ac_cv_prog_PDFLATEX=pdflatex
ac_cv_prog_PLAINTEX=tex
ac_cv_prog_TEXHASH=texhash
ac_cv_prog_TROFF=troff
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_prog_objc_g=no
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_cdawson=no
ac_cv_search_dlopen=-ldl
ac_cv_search_iconv_open='none required'
ac_cv_search_luaL_openlibs=-llua
ac_cv_search_rl_complete_with_tilde_expansion='none required'
ac_cv_search_rl_ding=-lreadline
ac_cv_search_rl_forced_update_display='none required'
ac_cv_search_rl_reset_after_signal='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_off_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
am_cv_OBJC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.14'
AWK='mawk'
BUILD_BITMAP_FALSE=''
BUILD_BITMAP_TRUE='#'
BUILD_GNUPLOT_X11_FALSE=''
BUILD_GNUPLOT_X11_TRUE='#'
BUILD_GPCAIRO_FALSE=''
BUILD_GPCAIRO_TRUE='#'
BUILD_LUA_FALSE='#'
BUILD_LUA_TRUE=''
BUILD_PLUGIN_FALSE='#'
BUILD_PLUGIN_TRUE=''
BUILD_QT_FALSE=''
BUILD_QT_TRUE='#'
BUILD_SRC_BEOS_SUBDIR_FALSE=''
BUILD_SRC_BEOS_SUBDIR_TRUE='#'
BUILD_WXWIDGETS_FALSE=''
BUILD_WXWIDGETS_TRUE='#'
CACA_CONFIG=''
CAIROEPS_CFLAGS=''
CAIROEPS_LIBS=''
CAIROPANGO_CFLAGS=''
CAIROPANGO_LIBS=''
CAIROPDF_CFLAGS=''
CAIROPDF_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='gcc'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIST_CONTACT=''
DVIPS='dvips'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS='no'
EXEEXT=''
GDLIB_CONFIG=''
GIHDIR='${datarootdir}/gnuplot/5.0'
GREP='/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
HAVE_LATEX_FALSE='#'
HAVE_LATEX_TRUE=''
HAVE_LRELEASE_FALSE='#'
HAVE_LRELEASE_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KPSEXPAND='kpsexpand'
LATEX='latex'
LDFLAGS=''
LIBCERF_CFLAGS=''
LIBCERF_LIBS=''
LIBOBJS=''
LIBRARIES_FOR_X=''
LIBS='-llua -ldl -lm '
LINUXSUID=''
LN_S='ln -s'
LRELEASE=''
LTLIBOBJS=''
LUA_CFLAGS=''
LUA_LIBS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKDIR_P='/bin/mkdir -p'
MOC=''
OBJC='gcc'
OBJCDEPMODE='depmode=gcc3'
OBJCFLAGS=''
OBJEXT='o'
PACKAGE='gnuplot'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gnuplot'
PACKAGE_STRING='gnuplot 5.0.1'
PACKAGE_TARNAME='gnuplot'
PACKAGE_URL=''
PACKAGE_VERSION='5.0.1'
PANGO_1_10_2_CFLAGS=''
PANGO_1_10_2_LIBS=''
PATH_SEPARATOR=':'
PDFLATEX='pdflatex'
PDFLIB_CONFIG=''
PKG_CONFIG='/usr/bin/pkg-config'
PLAINTEX='tex'
QT_CFLAGS=''
QT_LIBS=''
RCC=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
TERMLIBS=' -lreadline -ltermcap '
TERMXLIBS=''
TEXDIR='/usr/local/texlive/texmf-local/tex/latex/gnuplot'
TEXHASH='texhash'
TROFF='troff'
TUTORIAL='notutorial'
UIC=''
VERSION='5.0.1'
VERSION_MAJOR='5.0'
WX_CONFIG='no'
WX_LIBS=''
X11_APPDEFAULTS_DIR='/etc/X11/app-defaults/'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_OBJC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__fastdepOBJC_FALSE='#'
am__fastdepOBJC_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_alias=''
caca_CFLAGS=''
caca_LIBS=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/adriaan0913/Downloads/gnuplot-5.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gnuplot"
#define PACKAGE_TARNAME "gnuplot"
#define PACKAGE_VERSION "5.0.1"
#define PACKAGE_STRING "gnuplot 5.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gnuplot"
#define VERSION "5.0.1"
#define PROTOTYPES 1
#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 _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_STRINGIZE 1
#define HAVE_OFF_T 1
#define HAVE_FSEEKO 1
#define X_DISPLAY_MISSING 1
#define HAVE_LIBM 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MATH_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_MALLOC_H 1
#define HAVE_POLL_H 1
#define HAVE_SGTTY_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_VALUES_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
#define HAVE_EXTERNAL_FUNCTIONS 1
#define HAVE_UNISTD_H 1
#define HAVE_TIME_T_IN_TIME_H 1
#define RETSIGTYPE void
#define HAVE_ATEXIT 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_ON_EXIT 1
#define HAVE_BCOPY 1
#define HAVE_BZERO 1
#define HAVE_SETVBUF 1
#define HAVE_STRERROR 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_INDEX 1
#define HAVE_RINDEX 1
#define HAVE_ERF 1
#define HAVE_ERFC 1
#define HAVE_GAMMA 1
#define HAVE_LGAMMA 1
#define HAVE_GETCWD 1
#define HAVE_POLL 1
#define HAVE_PCLOSE 1
#define HAVE_POPEN 1
#define HAVE_FDOPEN 1
#define HAVE_SELECT 1
#define HAVE_SLEEP 1
#define HAVE_STPCPY 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRNDUP 1
#define HAVE_STRNLEN 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYSINFO 1
#define HAVE_TCGETATTR 1
#define HAVE_VFPRINTF 1
#define HAVE_USLEEP 1
#define HAVE_SNPRINTF 1
#define HAVE_DECL_SIGNGAM 1
#define HAVE_SIGSETJMP 1
#define PIPES 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_READLINE_RESET 1
#define HAVE_LIBREADLINE 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_READLINE_HISTORY_H 1
#define GNUPLOT_HISTORY 1
#define HAVE_ICONV 1
#define HAVE_LUA 1
#define HAVE_LUA_H 1
#define EXTERNAL_X11_WINDOW 1
#define EAM_BOXED_TEXT 1
#define EAM_OBJECTS 1
#define HIDDEN3D_QUADTREE 1
#define HIDDEN3D_VAR_PTSIZE 1
#define NO_BITMAP_SUPPORT 1
#define USE_STATS 1
#define MAX_PARALLEL_AXES 7
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment