Ticket #44923: config.log

File config.log, 176.2 KB (added by gdesjouis@…, 10 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by gnuplot configure 4.6.5, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-readline=/opt/local --with-gd=/opt/local --infodir=${prefix}/share/info --mandir=${prefix}/share/man --without-lisp-files --without-bitmap-terminals --without-latex --without-pdf --without-tutorial --with-aquaterm=/opt/local/Library/Frameworks --with-x --with-lua --with-wx-config=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = imac-5.local
14uname -m = x86_64
15uname -r = 13.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 4.00 gigabytes
33Default processor set: 173 tasks, 713 threads, 2 processors
34Load average: 1.58, Mach factor: 0.53
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2655: checking for a BSD-compatible install
52configure:2723: result: /usr/bin/install -c
53configure:2734: checking whether build environment is sane
54configure:2789: result: yes
55configure:2940: checking for a thread-safe mkdir -p
56configure:2979: result: ./install-sh -c -d
57configure:2986: checking for gawk
58configure:3016: result: no
59configure:2986: checking for mawk
60configure:3016: result: no
61configure:2986: checking for nawk
62configure:3016: result: no
63configure:2986: checking for awk
64configure:3002: found /usr/bin/awk
65configure:3013: result: awk
66configure:3024: checking whether make sets $(MAKE)
67configure:3046: result: yes
68configure:3075: checking whether make supports nested variables
69configure:3092: result: yes
70configure:3173: checking whether to enable maintainer-specific portions of Makefiles
71configure:3182: result: no
72configure:3215: checking for style of include used by make
73configure:3243: result: GNU
74configure:3314: checking for gcc
75configure:3341: result: /usr/bin/clang
76configure:3570: checking for C compiler version
77configure:3579: /usr/bin/clang --version >&5
78Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
79Target: x86_64-apple-darwin13.3.0
80Thread model: posix
81configure:3590: $? = 0
82configure:3579: /usr/bin/clang -v >&5
83Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
84Target: x86_64-apple-darwin13.3.0
85Thread model: posix
86configure:3590: $? = 0
87configure:3579: /usr/bin/clang -V >&5
88clang: error: argument to '-V' is missing (expected 1 value)
89clang: error: no input files
90configure:3590: $? = 1
91configure:3579: /usr/bin/clang -qversion >&5
92clang: error: no input files
93configure:3590: $? = 1
94configure:3610: checking whether the C compiler works
95configure:3632: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
96configure:3636: $? = 0
97configure:3684: result: yes
98configure:3687: checking for C compiler default output file name
99configure:3689: result: a.out
100configure:3695: checking for suffix of executables
101configure:3702: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
102configure:3706: $? = 0
103configure:3728: result:
104configure:3750: checking whether we are cross compiling
105configure:3758: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
106configure:3762: $? = 0
107configure:3769: ./conftest
108configure:3773: $? = 0
109configure:3788: result: no
110configure:3793: checking for suffix of object files
111configure:3815: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
112configure:3819: $? = 0
113configure:3840: result: o
114configure:3844: checking whether we are using the GNU C compiler
115configure:3863: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
116configure:3863: $? = 0
117configure:3872: result: yes
118configure:3881: checking whether /usr/bin/clang accepts -g
119configure:3901: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
120configure:3901: $? = 0
121configure:3942: result: yes
122configure:3959: checking for /usr/bin/clang option to accept ISO C89
123configure:4022: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
124conftest.c:12:10: fatal error: 'stdarg.h' file not found
125#include <stdarg.h>
126         ^
1271 error generated.
128configure:4022: $? = 1
129configure: failed program was:
130| /* confdefs.h */
131| #define PACKAGE_NAME "gnuplot"
132| #define PACKAGE_TARNAME "gnuplot"
133| #define PACKAGE_VERSION "4.6.5"
134| #define PACKAGE_STRING "gnuplot 4.6.5"
135| #define PACKAGE_BUGREPORT ""
136| #define PACKAGE_URL ""
137| #define PACKAGE "gnuplot"
138| #define VERSION "4.6.5"
139| #define PROTOTYPES 1
140| /* end confdefs.h.  */
141| #include <stdarg.h>
142| #include <stdio.h>
143| struct stat;
144| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
145| struct buf { int x; };
146| FILE * (*rcsopen) (struct buf *, struct stat *, int);
147| static char *e (p, i)
148|      char **p;
149|      int i;
150| {
151|   return p[i];
152| }
153| static char *f (char * (*g) (char **, int), char **p, ...)
154| {
155|   char *s;
156|   va_list v;
157|   va_start (v,p);
158|   s = g (p, va_arg (v,int));
159|   va_end (v);
160|   return s;
161| }
162|
163| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
164|    function prototypes and stuff, but not '\xHH' hex character constants.
165|    These don't provoke an error unfortunately, instead are silently treated
166|    as 'x'.  The following induces an error, until -std is added to get
167|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
168|    array size at least.  It's necessary to write '\x00'==0 to get something
169|    that's true only with -std.  */
170| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
171|
172| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
173|    inside strings and character constants.  */
174| #define FOO(x) 'x'
175| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
176|
177| int test (int i, double x);
178| struct s1 {int (*f) (int a);};
179| struct s2 {int (*f) (double a);};
180| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
181| int argc;
182| char **argv;
183| int
184| main ()
185| {
186| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
187|   ;
188|   return 0;
189| }
190configure:4022: /usr/bin/clang -qlanglvl=extc89 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
191clang: warning: argument unused during compilation: '-qlanglvl=extc89'
192conftest.c:12:10: fatal error: 'stdarg.h' file not found
193#include <stdarg.h>
194         ^
1951 error generated.
196configure:4022: $? = 1
197configure: failed program was:
198| /* confdefs.h */
199| #define PACKAGE_NAME "gnuplot"
200| #define PACKAGE_TARNAME "gnuplot"
201| #define PACKAGE_VERSION "4.6.5"
202| #define PACKAGE_STRING "gnuplot 4.6.5"
203| #define PACKAGE_BUGREPORT ""
204| #define PACKAGE_URL ""
205| #define PACKAGE "gnuplot"
206| #define VERSION "4.6.5"
207| #define PROTOTYPES 1
208| /* end confdefs.h.  */
209| #include <stdarg.h>
210| #include <stdio.h>
211| struct stat;
212| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
213| struct buf { int x; };
214| FILE * (*rcsopen) (struct buf *, struct stat *, int);
215| static char *e (p, i)
216|      char **p;
217|      int i;
218| {
219|   return p[i];
220| }
221| static char *f (char * (*g) (char **, int), char **p, ...)
222| {
223|   char *s;
224|   va_list v;
225|   va_start (v,p);
226|   s = g (p, va_arg (v,int));
227|   va_end (v);
228|   return s;
229| }
230|
231| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
232|    function prototypes and stuff, but not '\xHH' hex character constants.
233|    These don't provoke an error unfortunately, instead are silently treated
234|    as 'x'.  The following induces an error, until -std is added to get
235|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
236|    array size at least.  It's necessary to write '\x00'==0 to get something
237|    that's true only with -std.  */
238| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
239|
240| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
241|    inside strings and character constants.  */
242| #define FOO(x) 'x'
243| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
244|
245| int test (int i, double x);
246| struct s1 {int (*f) (int a);};
247| struct s2 {int (*f) (double a);};
248| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
249| int argc;
250| char **argv;
251| int
252| main ()
253| {
254| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
255|   ;
256|   return 0;
257| }
258configure:4022: /usr/bin/clang -qlanglvl=ansi -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
259clang: warning: argument unused during compilation: '-qlanglvl=ansi'
260conftest.c:12:10: fatal error: 'stdarg.h' file not found
261#include <stdarg.h>
262         ^
2631 error generated.
264configure:4022: $? = 1
265configure: failed program was:
266| /* confdefs.h */
267| #define PACKAGE_NAME "gnuplot"
268| #define PACKAGE_TARNAME "gnuplot"
269| #define PACKAGE_VERSION "4.6.5"
270| #define PACKAGE_STRING "gnuplot 4.6.5"
271| #define PACKAGE_BUGREPORT ""
272| #define PACKAGE_URL ""
273| #define PACKAGE "gnuplot"
274| #define VERSION "4.6.5"
275| #define PROTOTYPES 1
276| /* end confdefs.h.  */
277| #include <stdarg.h>
278| #include <stdio.h>
279| struct stat;
280| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
281| struct buf { int x; };
282| FILE * (*rcsopen) (struct buf *, struct stat *, int);
283| static char *e (p, i)
284|      char **p;
285|      int i;
286| {
287|   return p[i];
288| }
289| static char *f (char * (*g) (char **, int), char **p, ...)
290| {
291|   char *s;
292|   va_list v;
293|   va_start (v,p);
294|   s = g (p, va_arg (v,int));
295|   va_end (v);
296|   return s;
297| }
298|
299| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
300|    function prototypes and stuff, but not '\xHH' hex character constants.
301|    These don't provoke an error unfortunately, instead are silently treated
302|    as 'x'.  The following induces an error, until -std is added to get
303|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
304|    array size at least.  It's necessary to write '\x00'==0 to get something
305|    that's true only with -std.  */
306| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
307|
308| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
309|    inside strings and character constants.  */
310| #define FOO(x) 'x'
311| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
312|
313| int test (int i, double x);
314| struct s1 {int (*f) (int a);};
315| struct s2 {int (*f) (double a);};
316| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
317| int argc;
318| char **argv;
319| int
320| main ()
321| {
322| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
323|   ;
324|   return 0;
325| }
326configure:4022: /usr/bin/clang -std -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
327clang: warning: argument unused during compilation: '-std'
328conftest.c:12:10: fatal error: 'stdarg.h' file not found
329#include <stdarg.h>
330         ^
3311 error generated.
332configure:4022: $? = 1
333configure: failed program was:
334| /* confdefs.h */
335| #define PACKAGE_NAME "gnuplot"
336| #define PACKAGE_TARNAME "gnuplot"
337| #define PACKAGE_VERSION "4.6.5"
338| #define PACKAGE_STRING "gnuplot 4.6.5"
339| #define PACKAGE_BUGREPORT ""
340| #define PACKAGE_URL ""
341| #define PACKAGE "gnuplot"
342| #define VERSION "4.6.5"
343| #define PROTOTYPES 1
344| /* end confdefs.h.  */
345| #include <stdarg.h>
346| #include <stdio.h>
347| struct stat;
348| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
349| struct buf { int x; };
350| FILE * (*rcsopen) (struct buf *, struct stat *, int);
351| static char *e (p, i)
352|      char **p;
353|      int i;
354| {
355|   return p[i];
356| }
357| static char *f (char * (*g) (char **, int), char **p, ...)
358| {
359|   char *s;
360|   va_list v;
361|   va_start (v,p);
362|   s = g (p, va_arg (v,int));
363|   va_end (v);
364|   return s;
365| }
366|
367| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
368|    function prototypes and stuff, but not '\xHH' hex character constants.
369|    These don't provoke an error unfortunately, instead are silently treated
370|    as 'x'.  The following induces an error, until -std is added to get
371|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
372|    array size at least.  It's necessary to write '\x00'==0 to get something
373|    that's true only with -std.  */
374| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
375|
376| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
377|    inside strings and character constants.  */
378| #define FOO(x) 'x'
379| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
380|
381| int test (int i, double x);
382| struct s1 {int (*f) (int a);};
383| struct s2 {int (*f) (double a);};
384| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
385| int argc;
386| char **argv;
387| int
388| main ()
389| {
390| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
391|   ;
392|   return 0;
393| }
394configure:4022: /usr/bin/clang -Ae -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
395clang: warning: argument unused during compilation: '-A e'
396conftest.c:12:10: fatal error: 'stdarg.h' file not found
397#include <stdarg.h>
398         ^
3991 error generated.
400configure:4022: $? = 1
401configure: failed program was:
402| /* confdefs.h */
403| #define PACKAGE_NAME "gnuplot"
404| #define PACKAGE_TARNAME "gnuplot"
405| #define PACKAGE_VERSION "4.6.5"
406| #define PACKAGE_STRING "gnuplot 4.6.5"
407| #define PACKAGE_BUGREPORT ""
408| #define PACKAGE_URL ""
409| #define PACKAGE "gnuplot"
410| #define VERSION "4.6.5"
411| #define PROTOTYPES 1
412| /* end confdefs.h.  */
413| #include <stdarg.h>
414| #include <stdio.h>
415| struct stat;
416| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
417| struct buf { int x; };
418| FILE * (*rcsopen) (struct buf *, struct stat *, int);
419| static char *e (p, i)
420|      char **p;
421|      int i;
422| {
423|   return p[i];
424| }
425| static char *f (char * (*g) (char **, int), char **p, ...)
426| {
427|   char *s;
428|   va_list v;
429|   va_start (v,p);
430|   s = g (p, va_arg (v,int));
431|   va_end (v);
432|   return s;
433| }
434|
435| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
436|    function prototypes and stuff, but not '\xHH' hex character constants.
437|    These don't provoke an error unfortunately, instead are silently treated
438|    as 'x'.  The following induces an error, until -std is added to get
439|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
440|    array size at least.  It's necessary to write '\x00'==0 to get something
441|    that's true only with -std.  */
442| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
443|
444| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
445|    inside strings and character constants.  */
446| #define FOO(x) 'x'
447| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
448|
449| int test (int i, double x);
450| struct s1 {int (*f) (int a);};
451| struct s2 {int (*f) (double a);};
452| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
453| int argc;
454| char **argv;
455| int
456| main ()
457| {
458| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
459|   ;
460|   return 0;
461| }
462configure:4022: /usr/bin/clang -Aa -D_HPUX_SOURCE -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
463clang: warning: argument unused during compilation: '-A a'
464conftest.c:12:10: fatal error: 'stdarg.h' file not found
465#include <stdarg.h>
466         ^
4671 error generated.
468configure:4022: $? = 1
469configure: failed program was:
470| /* confdefs.h */
471| #define PACKAGE_NAME "gnuplot"
472| #define PACKAGE_TARNAME "gnuplot"
473| #define PACKAGE_VERSION "4.6.5"
474| #define PACKAGE_STRING "gnuplot 4.6.5"
475| #define PACKAGE_BUGREPORT ""
476| #define PACKAGE_URL ""
477| #define PACKAGE "gnuplot"
478| #define VERSION "4.6.5"
479| #define PROTOTYPES 1
480| /* end confdefs.h.  */
481| #include <stdarg.h>
482| #include <stdio.h>
483| struct stat;
484| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
485| struct buf { int x; };
486| FILE * (*rcsopen) (struct buf *, struct stat *, int);
487| static char *e (p, i)
488|      char **p;
489|      int i;
490| {
491|   return p[i];
492| }
493| static char *f (char * (*g) (char **, int), char **p, ...)
494| {
495|   char *s;
496|   va_list v;
497|   va_start (v,p);
498|   s = g (p, va_arg (v,int));
499|   va_end (v);
500|   return s;
501| }
502|
503| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
504|    function prototypes and stuff, but not '\xHH' hex character constants.
505|    These don't provoke an error unfortunately, instead are silently treated
506|    as 'x'.  The following induces an error, until -std is added to get
507|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
508|    array size at least.  It's necessary to write '\x00'==0 to get something
509|    that's true only with -std.  */
510| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
511|
512| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
513|    inside strings and character constants.  */
514| #define FOO(x) 'x'
515| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
516|
517| int test (int i, double x);
518| struct s1 {int (*f) (int a);};
519| struct s2 {int (*f) (double a);};
520| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
521| int argc;
522| char **argv;
523| int
524| main ()
525| {
526| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
527|   ;
528|   return 0;
529| }
530configure:4022: /usr/bin/clang -Xc -D__EXTENSIONS__ -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
531clang: warning: argument unused during compilation: '-Xc'
532conftest.c:12:10: fatal error: 'stdarg.h' file not found
533#include <stdarg.h>
534         ^
5351 error generated.
536configure:4022: $? = 1
537configure: failed program was:
538| /* confdefs.h */
539| #define PACKAGE_NAME "gnuplot"
540| #define PACKAGE_TARNAME "gnuplot"
541| #define PACKAGE_VERSION "4.6.5"
542| #define PACKAGE_STRING "gnuplot 4.6.5"
543| #define PACKAGE_BUGREPORT ""
544| #define PACKAGE_URL ""
545| #define PACKAGE "gnuplot"
546| #define VERSION "4.6.5"
547| #define PROTOTYPES 1
548| /* end confdefs.h.  */
549| #include <stdarg.h>
550| #include <stdio.h>
551| struct stat;
552| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
553| struct buf { int x; };
554| FILE * (*rcsopen) (struct buf *, struct stat *, int);
555| static char *e (p, i)
556|      char **p;
557|      int i;
558| {
559|   return p[i];
560| }
561| static char *f (char * (*g) (char **, int), char **p, ...)
562| {
563|   char *s;
564|   va_list v;
565|   va_start (v,p);
566|   s = g (p, va_arg (v,int));
567|   va_end (v);
568|   return s;
569| }
570|
571| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
572|    function prototypes and stuff, but not '\xHH' hex character constants.
573|    These don't provoke an error unfortunately, instead are silently treated
574|    as 'x'.  The following induces an error, until -std is added to get
575|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
576|    array size at least.  It's necessary to write '\x00'==0 to get something
577|    that's true only with -std.  */
578| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
579|
580| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
581|    inside strings and character constants.  */
582| #define FOO(x) 'x'
583| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
584|
585| int test (int i, double x);
586| struct s1 {int (*f) (int a);};
587| struct s2 {int (*f) (double a);};
588| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
589| int argc;
590| char **argv;
591| int
592| main ()
593| {
594| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
595|   ;
596|   return 0;
597| }
598configure:4038: result: unsupported
599configure:4057: checking dependency style of /usr/bin/clang
600configure:4168: result: gcc3
601configure:4189: checking how to run the C preprocessor
602configure:4220: /usr/bin/clang -E -I/opt/local/include conftest.c
603configure:4220: $? = 0
604configure:4234: /usr/bin/clang -E -I/opt/local/include conftest.c
605conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
606#include <ac_nonexistent.h>
607         ^
6081 error generated.
609configure:4234: $? = 1
610configure: failed program was:
611| /* confdefs.h */
612| #define PACKAGE_NAME "gnuplot"
613| #define PACKAGE_TARNAME "gnuplot"
614| #define PACKAGE_VERSION "4.6.5"
615| #define PACKAGE_STRING "gnuplot 4.6.5"
616| #define PACKAGE_BUGREPORT ""
617| #define PACKAGE_URL ""
618| #define PACKAGE "gnuplot"
619| #define VERSION "4.6.5"
620| #define PROTOTYPES 1
621| /* end confdefs.h.  */
622| #include <ac_nonexistent.h>
623configure:4259: result: /usr/bin/clang -E
624configure:4279: /usr/bin/clang -E -I/opt/local/include conftest.c
625configure:4279: $? = 0
626configure:4293: /usr/bin/clang -E -I/opt/local/include conftest.c
627conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
628#include <ac_nonexistent.h>
629         ^
6301 error generated.
631configure:4293: $? = 1
632configure: failed program was:
633| /* confdefs.h */
634| #define PACKAGE_NAME "gnuplot"
635| #define PACKAGE_TARNAME "gnuplot"
636| #define PACKAGE_VERSION "4.6.5"
637| #define PACKAGE_STRING "gnuplot 4.6.5"
638| #define PACKAGE_BUGREPORT ""
639| #define PACKAGE_URL ""
640| #define PACKAGE "gnuplot"
641| #define VERSION "4.6.5"
642| #define PROTOTYPES 1
643| /* end confdefs.h.  */
644| #include <ac_nonexistent.h>
645configure:4322: checking for grep that handles long lines and -e
646configure:4380: result: /usr/bin/grep
647configure:4385: checking for egrep
648configure:4447: result: /usr/bin/grep -E
649configure:4452: checking for ANSI C header files
650configure:4472: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
651conftest.c:13:10: fatal error: 'stdarg.h' file not found
652#include <stdarg.h>
653         ^
6541 error generated.
655configure:4472: $? = 1
656configure: failed program was:
657| /* confdefs.h */
658| #define PACKAGE_NAME "gnuplot"
659| #define PACKAGE_TARNAME "gnuplot"
660| #define PACKAGE_VERSION "4.6.5"
661| #define PACKAGE_STRING "gnuplot 4.6.5"
662| #define PACKAGE_BUGREPORT ""
663| #define PACKAGE_URL ""
664| #define PACKAGE "gnuplot"
665| #define VERSION "4.6.5"
666| #define PROTOTYPES 1
667| /* end confdefs.h.  */
668| #include <stdlib.h>
669| #include <stdarg.h>
670| #include <string.h>
671| #include <float.h>
672|
673| int
674| main ()
675| {
676|
677|   ;
678|   return 0;
679| }
680configure:4556: result: no
681configure:4569: checking for sys/types.h
682configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
683configure:4569: $? = 0
684configure:4569: result: yes
685configure:4569: checking for sys/stat.h
686configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
687configure:4569: $? = 0
688configure:4569: result: yes
689configure:4569: checking for stdlib.h
690configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
691configure:4569: $? = 0
692configure:4569: result: yes
693configure:4569: checking for string.h
694configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
695configure:4569: $? = 0
696configure:4569: result: yes
697configure:4569: checking for memory.h
698configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
699configure:4569: $? = 0
700configure:4569: result: yes
701configure:4569: checking for strings.h
702configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
703configure:4569: $? = 0
704configure:4569: result: yes
705configure:4569: checking for inttypes.h
706configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
707configure:4569: $? = 0
708configure:4569: result: yes
709configure:4569: checking for stdint.h
710configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
711configure:4569: $? = 0
712configure:4569: result: yes
713configure:4569: checking for unistd.h
714configure:4569: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
715configure:4569: $? = 0
716configure:4569: result: yes
717configure:4582: checking minix/config.h usability
718configure:4582: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
719conftest.c:54:10: fatal error: 'minix/config.h' file not found
720#include <minix/config.h>
721         ^
7221 error generated.
723configure:4582: $? = 1
724configure: failed program was:
725| /* confdefs.h */
726| #define PACKAGE_NAME "gnuplot"
727| #define PACKAGE_TARNAME "gnuplot"
728| #define PACKAGE_VERSION "4.6.5"
729| #define PACKAGE_STRING "gnuplot 4.6.5"
730| #define PACKAGE_BUGREPORT ""
731| #define PACKAGE_URL ""
732| #define PACKAGE "gnuplot"
733| #define VERSION "4.6.5"
734| #define PROTOTYPES 1
735| #define HAVE_SYS_TYPES_H 1
736| #define HAVE_SYS_STAT_H 1
737| #define HAVE_STDLIB_H 1
738| #define HAVE_STRING_H 1
739| #define HAVE_MEMORY_H 1
740| #define HAVE_STRINGS_H 1
741| #define HAVE_INTTYPES_H 1
742| #define HAVE_STDINT_H 1
743| #define HAVE_UNISTD_H 1
744| /* end confdefs.h.  */
745| #include <stdio.h>
746| #ifdef HAVE_SYS_TYPES_H
747| # include <sys/types.h>
748| #endif
749| #ifdef HAVE_SYS_STAT_H
750| # include <sys/stat.h>
751| #endif
752| #ifdef STDC_HEADERS
753| # include <stdlib.h>
754| # include <stddef.h>
755| #else
756| # ifdef HAVE_STDLIB_H
757| #  include <stdlib.h>
758| # endif
759| #endif
760| #ifdef HAVE_STRING_H
761| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
762| #  include <memory.h>
763| # endif
764| # include <string.h>
765| #endif
766| #ifdef HAVE_STRINGS_H
767| # include <strings.h>
768| #endif
769| #ifdef HAVE_INTTYPES_H
770| # include <inttypes.h>
771| #endif
772| #ifdef HAVE_STDINT_H
773| # include <stdint.h>
774| #endif
775| #ifdef HAVE_UNISTD_H
776| # include <unistd.h>
777| #endif
778| #include <minix/config.h>
779configure:4582: result: no
780configure:4582: checking minix/config.h presence
781configure:4582: /usr/bin/clang -E -I/opt/local/include conftest.c
782conftest.c:21:10: fatal error: 'minix/config.h' file not found
783#include <minix/config.h>
784         ^
7851 error generated.
786configure:4582: $? = 1
787configure: failed program was:
788| /* confdefs.h */
789| #define PACKAGE_NAME "gnuplot"
790| #define PACKAGE_TARNAME "gnuplot"
791| #define PACKAGE_VERSION "4.6.5"
792| #define PACKAGE_STRING "gnuplot 4.6.5"
793| #define PACKAGE_BUGREPORT ""
794| #define PACKAGE_URL ""
795| #define PACKAGE "gnuplot"
796| #define VERSION "4.6.5"
797| #define PROTOTYPES 1
798| #define HAVE_SYS_TYPES_H 1
799| #define HAVE_SYS_STAT_H 1
800| #define HAVE_STDLIB_H 1
801| #define HAVE_STRING_H 1
802| #define HAVE_MEMORY_H 1
803| #define HAVE_STRINGS_H 1
804| #define HAVE_INTTYPES_H 1
805| #define HAVE_STDINT_H 1
806| #define HAVE_UNISTD_H 1
807| /* end confdefs.h.  */
808| #include <minix/config.h>
809configure:4582: result: no
810configure:4582: checking for minix/config.h
811configure:4582: result: no
812configure:4603: checking whether it is safe to define __EXTENSIONS__
813configure:4621: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
814configure:4621: $? = 0
815configure:4628: result: yes
816configure:4691: checking for gcc
817configure:4718: result: /usr/bin/clang
818configure:4947: checking for C compiler version
819configure:4956: /usr/bin/clang --version >&5
820Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
821Target: x86_64-apple-darwin13.3.0
822Thread model: posix
823configure:4967: $? = 0
824configure:4956: /usr/bin/clang -v >&5
825Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
826Target: x86_64-apple-darwin13.3.0
827Thread model: posix
828configure:4967: $? = 0
829configure:4956: /usr/bin/clang -V >&5
830clang: error: argument to '-V' is missing (expected 1 value)
831clang: error: no input files
832configure:4967: $? = 1
833configure:4956: /usr/bin/clang -qversion >&5
834clang: error: no input files
835configure:4967: $? = 1
836configure:4971: checking whether we are using the GNU C compiler
837configure:4999: result: yes
838configure:5008: checking whether /usr/bin/clang accepts -g
839configure:5069: result: yes
840configure:5086: checking for /usr/bin/clang option to accept ISO C89
841configure:5165: result: unsupported
842configure:5184: checking dependency style of /usr/bin/clang
843configure:5295: result: gcc3
844configure:5315: checking how to run the C preprocessor
845configure:5385: result: /usr/bin/clang -E
846configure:5405: /usr/bin/clang -E -I/opt/local/include conftest.c
847configure:5405: $? = 0
848configure:5419: /usr/bin/clang -E -I/opt/local/include conftest.c
849conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found
850#include <ac_nonexistent.h>
851         ^
8521 error generated.
853configure:5419: $? = 1
854configure: failed program was:
855| /* confdefs.h */
856| #define PACKAGE_NAME "gnuplot"
857| #define PACKAGE_TARNAME "gnuplot"
858| #define PACKAGE_VERSION "4.6.5"
859| #define PACKAGE_STRING "gnuplot 4.6.5"
860| #define PACKAGE_BUGREPORT ""
861| #define PACKAGE_URL ""
862| #define PACKAGE "gnuplot"
863| #define VERSION "4.6.5"
864| #define PROTOTYPES 1
865| #define HAVE_SYS_TYPES_H 1
866| #define HAVE_SYS_STAT_H 1
867| #define HAVE_STDLIB_H 1
868| #define HAVE_STRING_H 1
869| #define HAVE_MEMORY_H 1
870| #define HAVE_STRINGS_H 1
871| #define HAVE_INTTYPES_H 1
872| #define HAVE_STDINT_H 1
873| #define HAVE_UNISTD_H 1
874| #define __EXTENSIONS__ 1
875| #define _ALL_SOURCE 1
876| #define _GNU_SOURCE 1
877| #define _POSIX_PTHREAD_SEMANTICS 1
878| #define _TANDEM_SOURCE 1
879| /* end confdefs.h.  */
880| #include <ac_nonexistent.h>
881configure:5553: checking for Objective C compiler version
882configure:5562: /usr/bin/clang --version >&5
883Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
884Target: x86_64-apple-darwin13.3.0
885Thread model: posix
886configure:5573: $? = 0
887configure:5562: /usr/bin/clang -v >&5
888Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
889Target: x86_64-apple-darwin13.3.0
890Thread model: posix
891configure:5573: $? = 0
892configure:5562: /usr/bin/clang -V >&5
893clang: error: argument to '-V' is missing (expected 1 value)
894clang: error: no input files
895configure:5573: $? = 1
896configure:5562: /usr/bin/clang -qversion >&5
897clang: error: no input files
898configure:5573: $? = 1
899configure:5577: checking whether we are using the GNU Objective C compiler
900configure:5596: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.m >&5
901configure:5596: $? = 0
902configure:5605: result: yes
903configure:5614: checking whether /usr/bin/clang accepts -g
904configure:5634: /usr/bin/clang -c -g -I/opt/local/include conftest.m >&5
905configure:5634: $? = 0
906configure:5675: result: yes
907configure:5700: checking dependency style of /usr/bin/clang
908configure:5809: result: gcc3
909configure:5824: checking for an ANSI C-conforming const
910configure:5890: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
911configure:5890: $? = 0
912configure:5897: result: yes
913configure:5905: checking for inline
914configure:5921: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
915configure:5921: $? = 0
916configure:5929: result: inline
917configure:5947: checking for preprocessor stringizing operator
918configure:5967: result: yes
919configure:5975: checking whether ln -s works
920configure:5979: result: yes
921configure:6046: checking for gcc
922configure:6073: result: /usr/bin/clang
923configure:6302: checking for C compiler version
924configure:6311: /usr/bin/clang --version >&5
925Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
926Target: x86_64-apple-darwin13.3.0
927Thread model: posix
928configure:6322: $? = 0
929configure:6311: /usr/bin/clang -v >&5
930Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
931Target: x86_64-apple-darwin13.3.0
932Thread model: posix
933configure:6322: $? = 0
934configure:6311: /usr/bin/clang -V >&5
935clang: error: argument to '-V' is missing (expected 1 value)
936clang: error: no input files
937configure:6322: $? = 1
938configure:6311: /usr/bin/clang -qversion >&5
939clang: error: no input files
940configure:6322: $? = 1
941configure:6326: checking whether we are using the GNU C compiler
942configure:6354: result: yes
943configure:6363: checking whether /usr/bin/clang accepts -g
944configure:6424: result: yes
945configure:6441: checking for /usr/bin/clang option to accept ISO C89
946configure:6520: result: unsupported
947configure:6539: checking dependency style of /usr/bin/clang
948configure:6650: result: gcc3
949configure:6701: checking for emacs
950configure:6717: found /usr/bin/emacs
951configure:6728: result: emacs
952configure:6747: checking for emacs
953configure:6774: result: emacs
954configure:6798: checking where .elc files should go
955configure:6811: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
956configure:6814: $? = 0
957configure:6827: result: ${datarootdir}/emacs/site-lisp
958configure:6992: checking for dvips
959configure:7022: result: no
960configure:7035: checking for troff
961configure:7051: found /usr/bin/troff
962configure:7062: result: troff
963configure:7087: checking for kpsexpand
964configure:7117: result: no
965configure:7130: checking for texhash
966configure:7160: result: no
967configure:7197: checking for X
968configure:7305: /usr/bin/clang -E -I/opt/local/include conftest.c
969configure:7305: $? = 0
970configure:7336: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11  >&5
971configure:7336: $? = 0
972configure:7386: result: libraries , headers
973configure:7485: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   -lX11 >&5
974configure:7485: $? = 0
975configure:7583: checking for gethostbyname
976configure:7583: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
977configure:7583: $? = 0
978configure:7583: result: yes
979configure:7680: checking for connect
980configure:7680: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
981configure:7680: $? = 0
982configure:7680: result: yes
983configure:7729: checking for remove
984configure:7729: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
985configure:7729: $? = 0
986configure:7729: result: yes
987configure:7778: checking for shmat
988configure:7778: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
989configure:7778: $? = 0
990configure:7778: result: yes
991configure:7836: checking for IceConnectionNumber in -lICE
992configure:7861: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lICE   >&5
993configure:7861: $? = 0
994configure:7870: result: yes
995configure:7951: checking for MS-DOS/djgpp/libGRX
996configure:8060: result: no
997configure:8067: checking for NeXT
998configure:8084: result: no
999configure:8091: checking for Apple Mac OS X
1000configure:8102: result: yes
1001configure:8151: checking for AquaTerm/AQTAdapter.h
1002configure:8167: /usr/bin/clang -c -pipe -Os -arch x86_64 -ObjC -F/opt/local/Library/Frameworks -I/opt/local/include  conftest.c >&5
1003In file included from conftest.c:28:
1004In file included from /opt/local/Library/Frameworks/AquaTerm.framework/Headers/AQTAdapter.h:9:
1005In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:8:
1006In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:7:
1007/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:8:10: fatal error: 'stdarg.h' file not found
1008#include <stdarg.h>
1009         ^
10101 error generated.
1011configure:8167: $? = 1
1012configure: failed program was:
1013| /* confdefs.h */
1014| #define PACKAGE_NAME "gnuplot"
1015| #define PACKAGE_TARNAME "gnuplot"
1016| #define PACKAGE_VERSION "4.6.5"
1017| #define PACKAGE_STRING "gnuplot 4.6.5"
1018| #define PACKAGE_BUGREPORT ""
1019| #define PACKAGE_URL ""
1020| #define PACKAGE "gnuplot"
1021| #define VERSION "4.6.5"
1022| #define PROTOTYPES 1
1023| #define HAVE_SYS_TYPES_H 1
1024| #define HAVE_SYS_STAT_H 1
1025| #define HAVE_STDLIB_H 1
1026| #define HAVE_STRING_H 1
1027| #define HAVE_MEMORY_H 1
1028| #define HAVE_STRINGS_H 1
1029| #define HAVE_INTTYPES_H 1
1030| #define HAVE_STDINT_H 1
1031| #define HAVE_UNISTD_H 1
1032| #define __EXTENSIONS__ 1
1033| #define _ALL_SOURCE 1
1034| #define _GNU_SOURCE 1
1035| #define _POSIX_PTHREAD_SEMANTICS 1
1036| #define _TANDEM_SOURCE 1
1037| #define HAVE_STRINGIZE 1
1038| #define X11 1
1039| /* end confdefs.h.  */
1040| #import <AquaTerm/AQTAdapter.h>
1041| int
1042| main ()
1043| {
1044|
1045|   ;
1046|   return 0;
1047| }
1048configure:8174: result: no
1049configure:8241: checking for BeOS
1050configure:8257: result: no
1051configure:8263: checking for Alpha/AXP CPU
1052configure:8282: result: no
1053configure:8297: checking for sin
1054configure:8297: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1055conftest.c:51:6: warning: incompatible redeclaration of library function 'sin'
1056char sin ();
1057     ^
1058conftest.c:51:6: note: 'sin' is a builtin with type 'double (double)'
10591 warning generated.
1060configure:8297: $? = 0
1061configure:8297: result: yes
1062configure:8349: checking for ANSI C header files
1063configure:8453: result: no
1064configure:8470: checking dirent.h usability
1065configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1066configure:8470: $? = 0
1067configure:8470: result: yes
1068configure:8470: checking dirent.h presence
1069configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1070configure:8470: $? = 0
1071configure:8470: result: yes
1072configure:8470: checking for dirent.h
1073configure:8470: result: yes
1074configure:8470: checking errno.h usability
1075configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1076configure:8470: $? = 0
1077configure:8470: result: yes
1078configure:8470: checking errno.h presence
1079configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1080configure:8470: $? = 0
1081configure:8470: result: yes
1082configure:8470: checking for errno.h
1083configure:8470: result: yes
1084configure:8470: checking float.h usability
1085configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1086conftest.c:63:10: fatal error: 'float.h' file not found
1087#include <float.h>
1088         ^
10891 error generated.
1090configure:8470: $? = 1
1091configure: failed program was:
1092| /* confdefs.h */
1093| #define PACKAGE_NAME "gnuplot"
1094| #define PACKAGE_TARNAME "gnuplot"
1095| #define PACKAGE_VERSION "4.6.5"
1096| #define PACKAGE_STRING "gnuplot 4.6.5"
1097| #define PACKAGE_BUGREPORT ""
1098| #define PACKAGE_URL ""
1099| #define PACKAGE "gnuplot"
1100| #define VERSION "4.6.5"
1101| #define PROTOTYPES 1
1102| #define HAVE_SYS_TYPES_H 1
1103| #define HAVE_SYS_STAT_H 1
1104| #define HAVE_STDLIB_H 1
1105| #define HAVE_STRING_H 1
1106| #define HAVE_MEMORY_H 1
1107| #define HAVE_STRINGS_H 1
1108| #define HAVE_INTTYPES_H 1
1109| #define HAVE_STDINT_H 1
1110| #define HAVE_UNISTD_H 1
1111| #define __EXTENSIONS__ 1
1112| #define _ALL_SOURCE 1
1113| #define _GNU_SOURCE 1
1114| #define _POSIX_PTHREAD_SEMANTICS 1
1115| #define _TANDEM_SOURCE 1
1116| #define HAVE_STRINGIZE 1
1117| #define X11 1
1118| #define HAVE_DIRENT_H 1
1119| #define HAVE_ERRNO_H 1
1120| /* end confdefs.h.  */
1121| #include <stdio.h>
1122| #ifdef HAVE_SYS_TYPES_H
1123| # include <sys/types.h>
1124| #endif
1125| #ifdef HAVE_SYS_STAT_H
1126| # include <sys/stat.h>
1127| #endif
1128| #ifdef STDC_HEADERS
1129| # include <stdlib.h>
1130| # include <stddef.h>
1131| #else
1132| # ifdef HAVE_STDLIB_H
1133| #  include <stdlib.h>
1134| # endif
1135| #endif
1136| #ifdef HAVE_STRING_H
1137| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1138| #  include <memory.h>
1139| # endif
1140| # include <string.h>
1141| #endif
1142| #ifdef HAVE_STRINGS_H
1143| # include <strings.h>
1144| #endif
1145| #ifdef HAVE_INTTYPES_H
1146| # include <inttypes.h>
1147| #endif
1148| #ifdef HAVE_STDINT_H
1149| # include <stdint.h>
1150| #endif
1151| #ifdef HAVE_UNISTD_H
1152| # include <unistd.h>
1153| #endif
1154| #include <float.h>
1155configure:8470: result: no
1156configure:8470: checking float.h presence
1157configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1158conftest.c:30:10: fatal error: 'float.h' file not found
1159#include <float.h>
1160         ^
11611 error generated.
1162configure:8470: $? = 1
1163configure: failed program was:
1164| /* confdefs.h */
1165| #define PACKAGE_NAME "gnuplot"
1166| #define PACKAGE_TARNAME "gnuplot"
1167| #define PACKAGE_VERSION "4.6.5"
1168| #define PACKAGE_STRING "gnuplot 4.6.5"
1169| #define PACKAGE_BUGREPORT ""
1170| #define PACKAGE_URL ""
1171| #define PACKAGE "gnuplot"
1172| #define VERSION "4.6.5"
1173| #define PROTOTYPES 1
1174| #define HAVE_SYS_TYPES_H 1
1175| #define HAVE_SYS_STAT_H 1
1176| #define HAVE_STDLIB_H 1
1177| #define HAVE_STRING_H 1
1178| #define HAVE_MEMORY_H 1
1179| #define HAVE_STRINGS_H 1
1180| #define HAVE_INTTYPES_H 1
1181| #define HAVE_STDINT_H 1
1182| #define HAVE_UNISTD_H 1
1183| #define __EXTENSIONS__ 1
1184| #define _ALL_SOURCE 1
1185| #define _GNU_SOURCE 1
1186| #define _POSIX_PTHREAD_SEMANTICS 1
1187| #define _TANDEM_SOURCE 1
1188| #define HAVE_STRINGIZE 1
1189| #define X11 1
1190| #define HAVE_DIRENT_H 1
1191| #define HAVE_ERRNO_H 1
1192| /* end confdefs.h.  */
1193| #include <float.h>
1194configure:8470: result: no
1195configure:8470: checking for float.h
1196configure:8470: result: no
1197configure:8470: checking langinfo.h usability
1198configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1199configure:8470: $? = 0
1200configure:8470: result: yes
1201configure:8470: checking langinfo.h presence
1202configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1203configure:8470: $? = 0
1204configure:8470: result: yes
1205configure:8470: checking for langinfo.h
1206configure:8470: result: yes
1207configure:8470: checking limits.h usability
1208configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1209configure:8470: $? = 0
1210configure:8470: result: yes
1211configure:8470: checking limits.h presence
1212configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1213configure:8470: $? = 0
1214configure:8470: result: yes
1215configure:8470: checking for limits.h
1216configure:8470: result: yes
1217configure:8470: checking locale.h usability
1218configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1219configure:8470: $? = 0
1220configure:8470: result: yes
1221configure:8470: checking locale.h presence
1222configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1223configure:8470: $? = 0
1224configure:8470: result: yes
1225configure:8470: checking for locale.h
1226configure:8470: result: yes
1227configure:8470: checking math.h usability
1228configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1229configure:8470: $? = 0
1230configure:8470: result: yes
1231configure:8470: checking math.h presence
1232configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1233configure:8470: $? = 0
1234configure:8470: result: yes
1235configure:8470: checking for math.h
1236configure:8470: result: yes
1237configure:8470: checking for stdlib.h
1238configure:8470: result: yes
1239configure:8470: checking for string.h
1240configure:8470: result: yes
1241configure:8470: checking time.h usability
1242configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1243configure:8470: $? = 0
1244configure:8470: result: yes
1245configure:8470: checking time.h presence
1246configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1247configure:8470: $? = 0
1248configure:8470: result: yes
1249configure:8470: checking for time.h
1250configure:8470: result: yes
1251configure:8470: checking sys/time.h usability
1252configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1253configure:8470: $? = 0
1254configure:8470: result: yes
1255configure:8470: checking sys/time.h presence
1256configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1257configure:8470: $? = 0
1258configure:8470: result: yes
1259configure:8470: checking for sys/time.h
1260configure:8470: result: yes
1261configure:8470: checking for sys/types.h
1262configure:8470: result: yes
1263configure:8470: checking sys/bsdtypes.h usability
1264configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1265conftest.c:72:10: fatal error: 'sys/bsdtypes.h' file not found
1266#include <sys/bsdtypes.h>
1267         ^
12681 error generated.
1269configure:8470: $? = 1
1270configure: failed program was:
1271| /* confdefs.h */
1272| #define PACKAGE_NAME "gnuplot"
1273| #define PACKAGE_TARNAME "gnuplot"
1274| #define PACKAGE_VERSION "4.6.5"
1275| #define PACKAGE_STRING "gnuplot 4.6.5"
1276| #define PACKAGE_BUGREPORT ""
1277| #define PACKAGE_URL ""
1278| #define PACKAGE "gnuplot"
1279| #define VERSION "4.6.5"
1280| #define PROTOTYPES 1
1281| #define HAVE_SYS_TYPES_H 1
1282| #define HAVE_SYS_STAT_H 1
1283| #define HAVE_STDLIB_H 1
1284| #define HAVE_STRING_H 1
1285| #define HAVE_MEMORY_H 1
1286| #define HAVE_STRINGS_H 1
1287| #define HAVE_INTTYPES_H 1
1288| #define HAVE_STDINT_H 1
1289| #define HAVE_UNISTD_H 1
1290| #define __EXTENSIONS__ 1
1291| #define _ALL_SOURCE 1
1292| #define _GNU_SOURCE 1
1293| #define _POSIX_PTHREAD_SEMANTICS 1
1294| #define _TANDEM_SOURCE 1
1295| #define HAVE_STRINGIZE 1
1296| #define X11 1
1297| #define HAVE_DIRENT_H 1
1298| #define HAVE_ERRNO_H 1
1299| #define HAVE_LANGINFO_H 1
1300| #define HAVE_LIMITS_H 1
1301| #define HAVE_LOCALE_H 1
1302| #define HAVE_MATH_H 1
1303| #define HAVE_STDLIB_H 1
1304| #define HAVE_STRING_H 1
1305| #define HAVE_TIME_H 1
1306| #define HAVE_SYS_TIME_H 1
1307| #define HAVE_SYS_TYPES_H 1
1308| /* end confdefs.h.  */
1309| #include <stdio.h>
1310| #ifdef HAVE_SYS_TYPES_H
1311| # include <sys/types.h>
1312| #endif
1313| #ifdef HAVE_SYS_STAT_H
1314| # include <sys/stat.h>
1315| #endif
1316| #ifdef STDC_HEADERS
1317| # include <stdlib.h>
1318| # include <stddef.h>
1319| #else
1320| # ifdef HAVE_STDLIB_H
1321| #  include <stdlib.h>
1322| # endif
1323| #endif
1324| #ifdef HAVE_STRING_H
1325| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1326| #  include <memory.h>
1327| # endif
1328| # include <string.h>
1329| #endif
1330| #ifdef HAVE_STRINGS_H
1331| # include <strings.h>
1332| #endif
1333| #ifdef HAVE_INTTYPES_H
1334| # include <inttypes.h>
1335| #endif
1336| #ifdef HAVE_STDINT_H
1337| # include <stdint.h>
1338| #endif
1339| #ifdef HAVE_UNISTD_H
1340| # include <unistd.h>
1341| #endif
1342| #include <sys/bsdtypes.h>
1343configure:8470: result: no
1344configure:8470: checking sys/bsdtypes.h presence
1345configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1346conftest.c:39:10: fatal error: 'sys/bsdtypes.h' file not found
1347#include <sys/bsdtypes.h>
1348         ^
13491 error generated.
1350configure:8470: $? = 1
1351configure: failed program was:
1352| /* confdefs.h */
1353| #define PACKAGE_NAME "gnuplot"
1354| #define PACKAGE_TARNAME "gnuplot"
1355| #define PACKAGE_VERSION "4.6.5"
1356| #define PACKAGE_STRING "gnuplot 4.6.5"
1357| #define PACKAGE_BUGREPORT ""
1358| #define PACKAGE_URL ""
1359| #define PACKAGE "gnuplot"
1360| #define VERSION "4.6.5"
1361| #define PROTOTYPES 1
1362| #define HAVE_SYS_TYPES_H 1
1363| #define HAVE_SYS_STAT_H 1
1364| #define HAVE_STDLIB_H 1
1365| #define HAVE_STRING_H 1
1366| #define HAVE_MEMORY_H 1
1367| #define HAVE_STRINGS_H 1
1368| #define HAVE_INTTYPES_H 1
1369| #define HAVE_STDINT_H 1
1370| #define HAVE_UNISTD_H 1
1371| #define __EXTENSIONS__ 1
1372| #define _ALL_SOURCE 1
1373| #define _GNU_SOURCE 1
1374| #define _POSIX_PTHREAD_SEMANTICS 1
1375| #define _TANDEM_SOURCE 1
1376| #define HAVE_STRINGIZE 1
1377| #define X11 1
1378| #define HAVE_DIRENT_H 1
1379| #define HAVE_ERRNO_H 1
1380| #define HAVE_LANGINFO_H 1
1381| #define HAVE_LIMITS_H 1
1382| #define HAVE_LOCALE_H 1
1383| #define HAVE_MATH_H 1
1384| #define HAVE_STDLIB_H 1
1385| #define HAVE_STRING_H 1
1386| #define HAVE_TIME_H 1
1387| #define HAVE_SYS_TIME_H 1
1388| #define HAVE_SYS_TYPES_H 1
1389| /* end confdefs.h.  */
1390| #include <sys/bsdtypes.h>
1391configure:8470: result: no
1392configure:8470: checking for sys/bsdtypes.h
1393configure:8470: result: no
1394configure:8470: checking sys/ioctl.h usability
1395configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1396configure:8470: $? = 0
1397configure:8470: result: yes
1398configure:8470: checking sys/ioctl.h presence
1399configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1400configure:8470: $? = 0
1401configure:8470: result: yes
1402configure:8470: checking for sys/ioctl.h
1403configure:8470: result: yes
1404configure:8470: checking sys/param.h usability
1405configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1406configure:8470: $? = 0
1407configure:8470: result: yes
1408configure:8470: checking sys/param.h presence
1409configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1410configure:8470: $? = 0
1411configure:8470: result: yes
1412configure:8470: checking for sys/param.h
1413configure:8470: result: yes
1414configure:8470: checking sys/select.h usability
1415configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1416configure:8470: $? = 0
1417configure:8470: result: yes
1418configure:8470: checking sys/select.h presence
1419configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1420configure:8470: $? = 0
1421configure:8470: result: yes
1422configure:8470: checking for sys/select.h
1423configure:8470: result: yes
1424configure:8470: checking sys/socket.h usability
1425configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1426configure:8470: $? = 0
1427configure:8470: result: yes
1428configure:8470: checking sys/socket.h presence
1429configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1430configure:8470: $? = 0
1431configure:8470: result: yes
1432configure:8470: checking for sys/socket.h
1433configure:8470: result: yes
1434configure:8470: checking for sys/stat.h
1435configure:8470: result: yes
1436configure:8470: checking sys/systeminfo.h usability
1437configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1438conftest.c:77:10: fatal error: 'sys/systeminfo.h' file not found
1439#include <sys/systeminfo.h>
1440         ^
14411 error generated.
1442configure:8470: $? = 1
1443configure: failed program was:
1444| /* confdefs.h */
1445| #define PACKAGE_NAME "gnuplot"
1446| #define PACKAGE_TARNAME "gnuplot"
1447| #define PACKAGE_VERSION "4.6.5"
1448| #define PACKAGE_STRING "gnuplot 4.6.5"
1449| #define PACKAGE_BUGREPORT ""
1450| #define PACKAGE_URL ""
1451| #define PACKAGE "gnuplot"
1452| #define VERSION "4.6.5"
1453| #define PROTOTYPES 1
1454| #define HAVE_SYS_TYPES_H 1
1455| #define HAVE_SYS_STAT_H 1
1456| #define HAVE_STDLIB_H 1
1457| #define HAVE_STRING_H 1
1458| #define HAVE_MEMORY_H 1
1459| #define HAVE_STRINGS_H 1
1460| #define HAVE_INTTYPES_H 1
1461| #define HAVE_STDINT_H 1
1462| #define HAVE_UNISTD_H 1
1463| #define __EXTENSIONS__ 1
1464| #define _ALL_SOURCE 1
1465| #define _GNU_SOURCE 1
1466| #define _POSIX_PTHREAD_SEMANTICS 1
1467| #define _TANDEM_SOURCE 1
1468| #define HAVE_STRINGIZE 1
1469| #define X11 1
1470| #define HAVE_DIRENT_H 1
1471| #define HAVE_ERRNO_H 1
1472| #define HAVE_LANGINFO_H 1
1473| #define HAVE_LIMITS_H 1
1474| #define HAVE_LOCALE_H 1
1475| #define HAVE_MATH_H 1
1476| #define HAVE_STDLIB_H 1
1477| #define HAVE_STRING_H 1
1478| #define HAVE_TIME_H 1
1479| #define HAVE_SYS_TIME_H 1
1480| #define HAVE_SYS_TYPES_H 1
1481| #define HAVE_SYS_IOCTL_H 1
1482| #define HAVE_SYS_PARAM_H 1
1483| #define HAVE_SYS_SELECT_H 1
1484| #define HAVE_SYS_SOCKET_H 1
1485| #define HAVE_SYS_STAT_H 1
1486| /* end confdefs.h.  */
1487| #include <stdio.h>
1488| #ifdef HAVE_SYS_TYPES_H
1489| # include <sys/types.h>
1490| #endif
1491| #ifdef HAVE_SYS_STAT_H
1492| # include <sys/stat.h>
1493| #endif
1494| #ifdef STDC_HEADERS
1495| # include <stdlib.h>
1496| # include <stddef.h>
1497| #else
1498| # ifdef HAVE_STDLIB_H
1499| #  include <stdlib.h>
1500| # endif
1501| #endif
1502| #ifdef HAVE_STRING_H
1503| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1504| #  include <memory.h>
1505| # endif
1506| # include <string.h>
1507| #endif
1508| #ifdef HAVE_STRINGS_H
1509| # include <strings.h>
1510| #endif
1511| #ifdef HAVE_INTTYPES_H
1512| # include <inttypes.h>
1513| #endif
1514| #ifdef HAVE_STDINT_H
1515| # include <stdint.h>
1516| #endif
1517| #ifdef HAVE_UNISTD_H
1518| # include <unistd.h>
1519| #endif
1520| #include <sys/systeminfo.h>
1521configure:8470: result: no
1522configure:8470: checking sys/systeminfo.h presence
1523configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1524conftest.c:44:10: fatal error: 'sys/systeminfo.h' file not found
1525#include <sys/systeminfo.h>
1526         ^
15271 error generated.
1528configure:8470: $? = 1
1529configure: failed program was:
1530| /* confdefs.h */
1531| #define PACKAGE_NAME "gnuplot"
1532| #define PACKAGE_TARNAME "gnuplot"
1533| #define PACKAGE_VERSION "4.6.5"
1534| #define PACKAGE_STRING "gnuplot 4.6.5"
1535| #define PACKAGE_BUGREPORT ""
1536| #define PACKAGE_URL ""
1537| #define PACKAGE "gnuplot"
1538| #define VERSION "4.6.5"
1539| #define PROTOTYPES 1
1540| #define HAVE_SYS_TYPES_H 1
1541| #define HAVE_SYS_STAT_H 1
1542| #define HAVE_STDLIB_H 1
1543| #define HAVE_STRING_H 1
1544| #define HAVE_MEMORY_H 1
1545| #define HAVE_STRINGS_H 1
1546| #define HAVE_INTTYPES_H 1
1547| #define HAVE_STDINT_H 1
1548| #define HAVE_UNISTD_H 1
1549| #define __EXTENSIONS__ 1
1550| #define _ALL_SOURCE 1
1551| #define _GNU_SOURCE 1
1552| #define _POSIX_PTHREAD_SEMANTICS 1
1553| #define _TANDEM_SOURCE 1
1554| #define HAVE_STRINGIZE 1
1555| #define X11 1
1556| #define HAVE_DIRENT_H 1
1557| #define HAVE_ERRNO_H 1
1558| #define HAVE_LANGINFO_H 1
1559| #define HAVE_LIMITS_H 1
1560| #define HAVE_LOCALE_H 1
1561| #define HAVE_MATH_H 1
1562| #define HAVE_STDLIB_H 1
1563| #define HAVE_STRING_H 1
1564| #define HAVE_TIME_H 1
1565| #define HAVE_SYS_TIME_H 1
1566| #define HAVE_SYS_TYPES_H 1
1567| #define HAVE_SYS_IOCTL_H 1
1568| #define HAVE_SYS_PARAM_H 1
1569| #define HAVE_SYS_SELECT_H 1
1570| #define HAVE_SYS_SOCKET_H 1
1571| #define HAVE_SYS_STAT_H 1
1572| /* end confdefs.h.  */
1573| #include <sys/systeminfo.h>
1574configure:8470: result: no
1575configure:8470: checking for sys/systeminfo.h
1576configure:8470: result: no
1577configure:8470: checking sys/timeb.h usability
1578configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1579configure:8470: $? = 0
1580configure:8470: result: yes
1581configure:8470: checking sys/timeb.h presence
1582configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1583configure:8470: $? = 0
1584configure:8470: result: yes
1585configure:8470: checking for sys/timeb.h
1586configure:8470: result: yes
1587configure:8470: checking sys/utsname.h usability
1588configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1589configure:8470: $? = 0
1590configure:8470: result: yes
1591configure:8470: checking sys/utsname.h presence
1592configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1593configure:8470: $? = 0
1594configure:8470: result: yes
1595configure:8470: checking for sys/utsname.h
1596configure:8470: result: yes
1597configure:8470: checking libc.h usability
1598configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1599In file included from conftest.c:79:
1600/usr/include/libc.h:40:10: fatal error: 'stdarg.h' file not found
1601#include <stdarg.h>
1602         ^
16031 error generated.
1604configure:8470: $? = 1
1605configure: failed program was:
1606| /* confdefs.h */
1607| #define PACKAGE_NAME "gnuplot"
1608| #define PACKAGE_TARNAME "gnuplot"
1609| #define PACKAGE_VERSION "4.6.5"
1610| #define PACKAGE_STRING "gnuplot 4.6.5"
1611| #define PACKAGE_BUGREPORT ""
1612| #define PACKAGE_URL ""
1613| #define PACKAGE "gnuplot"
1614| #define VERSION "4.6.5"
1615| #define PROTOTYPES 1
1616| #define HAVE_SYS_TYPES_H 1
1617| #define HAVE_SYS_STAT_H 1
1618| #define HAVE_STDLIB_H 1
1619| #define HAVE_STRING_H 1
1620| #define HAVE_MEMORY_H 1
1621| #define HAVE_STRINGS_H 1
1622| #define HAVE_INTTYPES_H 1
1623| #define HAVE_STDINT_H 1
1624| #define HAVE_UNISTD_H 1
1625| #define __EXTENSIONS__ 1
1626| #define _ALL_SOURCE 1
1627| #define _GNU_SOURCE 1
1628| #define _POSIX_PTHREAD_SEMANTICS 1
1629| #define _TANDEM_SOURCE 1
1630| #define HAVE_STRINGIZE 1
1631| #define X11 1
1632| #define HAVE_DIRENT_H 1
1633| #define HAVE_ERRNO_H 1
1634| #define HAVE_LANGINFO_H 1
1635| #define HAVE_LIMITS_H 1
1636| #define HAVE_LOCALE_H 1
1637| #define HAVE_MATH_H 1
1638| #define HAVE_STDLIB_H 1
1639| #define HAVE_STRING_H 1
1640| #define HAVE_TIME_H 1
1641| #define HAVE_SYS_TIME_H 1
1642| #define HAVE_SYS_TYPES_H 1
1643| #define HAVE_SYS_IOCTL_H 1
1644| #define HAVE_SYS_PARAM_H 1
1645| #define HAVE_SYS_SELECT_H 1
1646| #define HAVE_SYS_SOCKET_H 1
1647| #define HAVE_SYS_STAT_H 1
1648| #define HAVE_SYS_TIMEB_H 1
1649| #define HAVE_SYS_UTSNAME_H 1
1650| /* end confdefs.h.  */
1651| #include <stdio.h>
1652| #ifdef HAVE_SYS_TYPES_H
1653| # include <sys/types.h>
1654| #endif
1655| #ifdef HAVE_SYS_STAT_H
1656| # include <sys/stat.h>
1657| #endif
1658| #ifdef STDC_HEADERS
1659| # include <stdlib.h>
1660| # include <stddef.h>
1661| #else
1662| # ifdef HAVE_STDLIB_H
1663| #  include <stdlib.h>
1664| # endif
1665| #endif
1666| #ifdef HAVE_STRING_H
1667| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1668| #  include <memory.h>
1669| # endif
1670| # include <string.h>
1671| #endif
1672| #ifdef HAVE_STRINGS_H
1673| # include <strings.h>
1674| #endif
1675| #ifdef HAVE_INTTYPES_H
1676| # include <inttypes.h>
1677| #endif
1678| #ifdef HAVE_STDINT_H
1679| # include <stdint.h>
1680| #endif
1681| #ifdef HAVE_UNISTD_H
1682| # include <unistd.h>
1683| #endif
1684| #include <libc.h>
1685configure:8470: result: no
1686configure:8470: checking libc.h presence
1687configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1688In file included from conftest.c:46:
1689/usr/include/libc.h:40:10: fatal error: 'stdarg.h' file not found
1690#include <stdarg.h>
1691         ^
16921 error generated.
1693configure:8470: $? = 1
1694configure: failed program was:
1695| /* confdefs.h */
1696| #define PACKAGE_NAME "gnuplot"
1697| #define PACKAGE_TARNAME "gnuplot"
1698| #define PACKAGE_VERSION "4.6.5"
1699| #define PACKAGE_STRING "gnuplot 4.6.5"
1700| #define PACKAGE_BUGREPORT ""
1701| #define PACKAGE_URL ""
1702| #define PACKAGE "gnuplot"
1703| #define VERSION "4.6.5"
1704| #define PROTOTYPES 1
1705| #define HAVE_SYS_TYPES_H 1
1706| #define HAVE_SYS_STAT_H 1
1707| #define HAVE_STDLIB_H 1
1708| #define HAVE_STRING_H 1
1709| #define HAVE_MEMORY_H 1
1710| #define HAVE_STRINGS_H 1
1711| #define HAVE_INTTYPES_H 1
1712| #define HAVE_STDINT_H 1
1713| #define HAVE_UNISTD_H 1
1714| #define __EXTENSIONS__ 1
1715| #define _ALL_SOURCE 1
1716| #define _GNU_SOURCE 1
1717| #define _POSIX_PTHREAD_SEMANTICS 1
1718| #define _TANDEM_SOURCE 1
1719| #define HAVE_STRINGIZE 1
1720| #define X11 1
1721| #define HAVE_DIRENT_H 1
1722| #define HAVE_ERRNO_H 1
1723| #define HAVE_LANGINFO_H 1
1724| #define HAVE_LIMITS_H 1
1725| #define HAVE_LOCALE_H 1
1726| #define HAVE_MATH_H 1
1727| #define HAVE_STDLIB_H 1
1728| #define HAVE_STRING_H 1
1729| #define HAVE_TIME_H 1
1730| #define HAVE_SYS_TIME_H 1
1731| #define HAVE_SYS_TYPES_H 1
1732| #define HAVE_SYS_IOCTL_H 1
1733| #define HAVE_SYS_PARAM_H 1
1734| #define HAVE_SYS_SELECT_H 1
1735| #define HAVE_SYS_SOCKET_H 1
1736| #define HAVE_SYS_STAT_H 1
1737| #define HAVE_SYS_TIMEB_H 1
1738| #define HAVE_SYS_UTSNAME_H 1
1739| /* end confdefs.h.  */
1740| #include <libc.h>
1741configure:8470: result: no
1742configure:8470: checking for libc.h
1743configure:8470: result: no
1744configure:8470: checking malloc.h usability
1745configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1746conftest.c:79:10: fatal error: 'malloc.h' file not found
1747#include <malloc.h>
1748         ^
17491 error generated.
1750configure:8470: $? = 1
1751configure: failed program was:
1752| /* confdefs.h */
1753| #define PACKAGE_NAME "gnuplot"
1754| #define PACKAGE_TARNAME "gnuplot"
1755| #define PACKAGE_VERSION "4.6.5"
1756| #define PACKAGE_STRING "gnuplot 4.6.5"
1757| #define PACKAGE_BUGREPORT ""
1758| #define PACKAGE_URL ""
1759| #define PACKAGE "gnuplot"
1760| #define VERSION "4.6.5"
1761| #define PROTOTYPES 1
1762| #define HAVE_SYS_TYPES_H 1
1763| #define HAVE_SYS_STAT_H 1
1764| #define HAVE_STDLIB_H 1
1765| #define HAVE_STRING_H 1
1766| #define HAVE_MEMORY_H 1
1767| #define HAVE_STRINGS_H 1
1768| #define HAVE_INTTYPES_H 1
1769| #define HAVE_STDINT_H 1
1770| #define HAVE_UNISTD_H 1
1771| #define __EXTENSIONS__ 1
1772| #define _ALL_SOURCE 1
1773| #define _GNU_SOURCE 1
1774| #define _POSIX_PTHREAD_SEMANTICS 1
1775| #define _TANDEM_SOURCE 1
1776| #define HAVE_STRINGIZE 1
1777| #define X11 1
1778| #define HAVE_DIRENT_H 1
1779| #define HAVE_ERRNO_H 1
1780| #define HAVE_LANGINFO_H 1
1781| #define HAVE_LIMITS_H 1
1782| #define HAVE_LOCALE_H 1
1783| #define HAVE_MATH_H 1
1784| #define HAVE_STDLIB_H 1
1785| #define HAVE_STRING_H 1
1786| #define HAVE_TIME_H 1
1787| #define HAVE_SYS_TIME_H 1
1788| #define HAVE_SYS_TYPES_H 1
1789| #define HAVE_SYS_IOCTL_H 1
1790| #define HAVE_SYS_PARAM_H 1
1791| #define HAVE_SYS_SELECT_H 1
1792| #define HAVE_SYS_SOCKET_H 1
1793| #define HAVE_SYS_STAT_H 1
1794| #define HAVE_SYS_TIMEB_H 1
1795| #define HAVE_SYS_UTSNAME_H 1
1796| /* end confdefs.h.  */
1797| #include <stdio.h>
1798| #ifdef HAVE_SYS_TYPES_H
1799| # include <sys/types.h>
1800| #endif
1801| #ifdef HAVE_SYS_STAT_H
1802| # include <sys/stat.h>
1803| #endif
1804| #ifdef STDC_HEADERS
1805| # include <stdlib.h>
1806| # include <stddef.h>
1807| #else
1808| # ifdef HAVE_STDLIB_H
1809| #  include <stdlib.h>
1810| # endif
1811| #endif
1812| #ifdef HAVE_STRING_H
1813| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1814| #  include <memory.h>
1815| # endif
1816| # include <string.h>
1817| #endif
1818| #ifdef HAVE_STRINGS_H
1819| # include <strings.h>
1820| #endif
1821| #ifdef HAVE_INTTYPES_H
1822| # include <inttypes.h>
1823| #endif
1824| #ifdef HAVE_STDINT_H
1825| # include <stdint.h>
1826| #endif
1827| #ifdef HAVE_UNISTD_H
1828| # include <unistd.h>
1829| #endif
1830| #include <malloc.h>
1831configure:8470: result: no
1832configure:8470: checking malloc.h presence
1833configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1834conftest.c:46:10: fatal error: 'malloc.h' file not found
1835#include <malloc.h>
1836         ^
18371 error generated.
1838configure:8470: $? = 1
1839configure: failed program was:
1840| /* confdefs.h */
1841| #define PACKAGE_NAME "gnuplot"
1842| #define PACKAGE_TARNAME "gnuplot"
1843| #define PACKAGE_VERSION "4.6.5"
1844| #define PACKAGE_STRING "gnuplot 4.6.5"
1845| #define PACKAGE_BUGREPORT ""
1846| #define PACKAGE_URL ""
1847| #define PACKAGE "gnuplot"
1848| #define VERSION "4.6.5"
1849| #define PROTOTYPES 1
1850| #define HAVE_SYS_TYPES_H 1
1851| #define HAVE_SYS_STAT_H 1
1852| #define HAVE_STDLIB_H 1
1853| #define HAVE_STRING_H 1
1854| #define HAVE_MEMORY_H 1
1855| #define HAVE_STRINGS_H 1
1856| #define HAVE_INTTYPES_H 1
1857| #define HAVE_STDINT_H 1
1858| #define HAVE_UNISTD_H 1
1859| #define __EXTENSIONS__ 1
1860| #define _ALL_SOURCE 1
1861| #define _GNU_SOURCE 1
1862| #define _POSIX_PTHREAD_SEMANTICS 1
1863| #define _TANDEM_SOURCE 1
1864| #define HAVE_STRINGIZE 1
1865| #define X11 1
1866| #define HAVE_DIRENT_H 1
1867| #define HAVE_ERRNO_H 1
1868| #define HAVE_LANGINFO_H 1
1869| #define HAVE_LIMITS_H 1
1870| #define HAVE_LOCALE_H 1
1871| #define HAVE_MATH_H 1
1872| #define HAVE_STDLIB_H 1
1873| #define HAVE_STRING_H 1
1874| #define HAVE_TIME_H 1
1875| #define HAVE_SYS_TIME_H 1
1876| #define HAVE_SYS_TYPES_H 1
1877| #define HAVE_SYS_IOCTL_H 1
1878| #define HAVE_SYS_PARAM_H 1
1879| #define HAVE_SYS_SELECT_H 1
1880| #define HAVE_SYS_SOCKET_H 1
1881| #define HAVE_SYS_STAT_H 1
1882| #define HAVE_SYS_TIMEB_H 1
1883| #define HAVE_SYS_UTSNAME_H 1
1884| /* end confdefs.h.  */
1885| #include <malloc.h>
1886configure:8470: result: no
1887configure:8470: checking for malloc.h
1888configure:8470: result: no
1889configure:8470: checking poll.h usability
1890configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1891configure:8470: $? = 0
1892configure:8470: result: yes
1893configure:8470: checking poll.h presence
1894configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1895configure:8470: $? = 0
1896configure:8470: result: yes
1897configure:8470: checking for poll.h
1898configure:8470: result: yes
1899configure:8470: checking sgtty.h usability
1900configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1901configure:8470: $? = 0
1902configure:8470: result: yes
1903configure:8470: checking sgtty.h presence
1904configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1905configure:8470: $? = 0
1906configure:8470: result: yes
1907configure:8470: checking for sgtty.h
1908configure:8470: result: yes
1909configure:8470: checking termios.h usability
1910configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1911configure:8470: $? = 0
1912configure:8470: result: yes
1913configure:8470: checking termios.h presence
1914configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
1915configure:8470: $? = 0
1916configure:8470: result: yes
1917configure:8470: checking for termios.h
1918configure:8470: result: yes
1919configure:8470: checking values.h usability
1920configure:8470: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
1921conftest.c:82:10: fatal error: 'values.h' file not found
1922#include <values.h>
1923         ^
19241 error generated.
1925configure:8470: $? = 1
1926configure: failed program was:
1927| /* confdefs.h */
1928| #define PACKAGE_NAME "gnuplot"
1929| #define PACKAGE_TARNAME "gnuplot"
1930| #define PACKAGE_VERSION "4.6.5"
1931| #define PACKAGE_STRING "gnuplot 4.6.5"
1932| #define PACKAGE_BUGREPORT ""
1933| #define PACKAGE_URL ""
1934| #define PACKAGE "gnuplot"
1935| #define VERSION "4.6.5"
1936| #define PROTOTYPES 1
1937| #define HAVE_SYS_TYPES_H 1
1938| #define HAVE_SYS_STAT_H 1
1939| #define HAVE_STDLIB_H 1
1940| #define HAVE_STRING_H 1
1941| #define HAVE_MEMORY_H 1
1942| #define HAVE_STRINGS_H 1
1943| #define HAVE_INTTYPES_H 1
1944| #define HAVE_STDINT_H 1
1945| #define HAVE_UNISTD_H 1
1946| #define __EXTENSIONS__ 1
1947| #define _ALL_SOURCE 1
1948| #define _GNU_SOURCE 1
1949| #define _POSIX_PTHREAD_SEMANTICS 1
1950| #define _TANDEM_SOURCE 1
1951| #define HAVE_STRINGIZE 1
1952| #define X11 1
1953| #define HAVE_DIRENT_H 1
1954| #define HAVE_ERRNO_H 1
1955| #define HAVE_LANGINFO_H 1
1956| #define HAVE_LIMITS_H 1
1957| #define HAVE_LOCALE_H 1
1958| #define HAVE_MATH_H 1
1959| #define HAVE_STDLIB_H 1
1960| #define HAVE_STRING_H 1
1961| #define HAVE_TIME_H 1
1962| #define HAVE_SYS_TIME_H 1
1963| #define HAVE_SYS_TYPES_H 1
1964| #define HAVE_SYS_IOCTL_H 1
1965| #define HAVE_SYS_PARAM_H 1
1966| #define HAVE_SYS_SELECT_H 1
1967| #define HAVE_SYS_SOCKET_H 1
1968| #define HAVE_SYS_STAT_H 1
1969| #define HAVE_SYS_TIMEB_H 1
1970| #define HAVE_SYS_UTSNAME_H 1
1971| #define HAVE_POLL_H 1
1972| #define HAVE_SGTTY_H 1
1973| #define HAVE_TERMIOS_H 1
1974| /* end confdefs.h.  */
1975| #include <stdio.h>
1976| #ifdef HAVE_SYS_TYPES_H
1977| # include <sys/types.h>
1978| #endif
1979| #ifdef HAVE_SYS_STAT_H
1980| # include <sys/stat.h>
1981| #endif
1982| #ifdef STDC_HEADERS
1983| # include <stdlib.h>
1984| # include <stddef.h>
1985| #else
1986| # ifdef HAVE_STDLIB_H
1987| #  include <stdlib.h>
1988| # endif
1989| #endif
1990| #ifdef HAVE_STRING_H
1991| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1992| #  include <memory.h>
1993| # endif
1994| # include <string.h>
1995| #endif
1996| #ifdef HAVE_STRINGS_H
1997| # include <strings.h>
1998| #endif
1999| #ifdef HAVE_INTTYPES_H
2000| # include <inttypes.h>
2001| #endif
2002| #ifdef HAVE_STDINT_H
2003| # include <stdint.h>
2004| #endif
2005| #ifdef HAVE_UNISTD_H
2006| # include <unistd.h>
2007| #endif
2008| #include <values.h>
2009configure:8470: result: no
2010configure:8470: checking values.h presence
2011configure:8470: /usr/bin/clang -E -I/opt/local/include  conftest.c
2012conftest.c:49:10: fatal error: 'values.h' file not found
2013#include <values.h>
2014         ^
20151 error generated.
2016configure:8470: $? = 1
2017configure: failed program was:
2018| /* confdefs.h */
2019| #define PACKAGE_NAME "gnuplot"
2020| #define PACKAGE_TARNAME "gnuplot"
2021| #define PACKAGE_VERSION "4.6.5"
2022| #define PACKAGE_STRING "gnuplot 4.6.5"
2023| #define PACKAGE_BUGREPORT ""
2024| #define PACKAGE_URL ""
2025| #define PACKAGE "gnuplot"
2026| #define VERSION "4.6.5"
2027| #define PROTOTYPES 1
2028| #define HAVE_SYS_TYPES_H 1
2029| #define HAVE_SYS_STAT_H 1
2030| #define HAVE_STDLIB_H 1
2031| #define HAVE_STRING_H 1
2032| #define HAVE_MEMORY_H 1
2033| #define HAVE_STRINGS_H 1
2034| #define HAVE_INTTYPES_H 1
2035| #define HAVE_STDINT_H 1
2036| #define HAVE_UNISTD_H 1
2037| #define __EXTENSIONS__ 1
2038| #define _ALL_SOURCE 1
2039| #define _GNU_SOURCE 1
2040| #define _POSIX_PTHREAD_SEMANTICS 1
2041| #define _TANDEM_SOURCE 1
2042| #define HAVE_STRINGIZE 1
2043| #define X11 1
2044| #define HAVE_DIRENT_H 1
2045| #define HAVE_ERRNO_H 1
2046| #define HAVE_LANGINFO_H 1
2047| #define HAVE_LIMITS_H 1
2048| #define HAVE_LOCALE_H 1
2049| #define HAVE_MATH_H 1
2050| #define HAVE_STDLIB_H 1
2051| #define HAVE_STRING_H 1
2052| #define HAVE_TIME_H 1
2053| #define HAVE_SYS_TIME_H 1
2054| #define HAVE_SYS_TYPES_H 1
2055| #define HAVE_SYS_IOCTL_H 1
2056| #define HAVE_SYS_PARAM_H 1
2057| #define HAVE_SYS_SELECT_H 1
2058| #define HAVE_SYS_SOCKET_H 1
2059| #define HAVE_SYS_STAT_H 1
2060| #define HAVE_SYS_TIMEB_H 1
2061| #define HAVE_SYS_UTSNAME_H 1
2062| #define HAVE_POLL_H 1
2063| #define HAVE_SGTTY_H 1
2064| #define HAVE_TERMIOS_H 1
2065| /* end confdefs.h.  */
2066| #include <values.h>
2067configure:8470: result: no
2068configure:8470: checking for values.h
2069configure:8470: result: no
2070configure:8470: checking for dirent.h
2071configure:8470: result: yes
2072configure:8481: checking for stdbool.h that conforms to C99
2073configure:8548: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2074configure:8548: $? = 0
2075configure:8555: result: yes
2076configure:8557: checking for _Bool
2077configure:8557: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2078configure:8557: $? = 0
2079configure:8557: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2080conftest.c:86:20: error: expected expression
2081if (sizeof ((_Bool)))
2082                   ^
20831 error generated.
2084configure:8557: $? = 1
2085configure: failed program was:
2086| /* confdefs.h */
2087| #define PACKAGE_NAME "gnuplot"
2088| #define PACKAGE_TARNAME "gnuplot"
2089| #define PACKAGE_VERSION "4.6.5"
2090| #define PACKAGE_STRING "gnuplot 4.6.5"
2091| #define PACKAGE_BUGREPORT ""
2092| #define PACKAGE_URL ""
2093| #define PACKAGE "gnuplot"
2094| #define VERSION "4.6.5"
2095| #define PROTOTYPES 1
2096| #define HAVE_SYS_TYPES_H 1
2097| #define HAVE_SYS_STAT_H 1
2098| #define HAVE_STDLIB_H 1
2099| #define HAVE_STRING_H 1
2100| #define HAVE_MEMORY_H 1
2101| #define HAVE_STRINGS_H 1
2102| #define HAVE_INTTYPES_H 1
2103| #define HAVE_STDINT_H 1
2104| #define HAVE_UNISTD_H 1
2105| #define __EXTENSIONS__ 1
2106| #define _ALL_SOURCE 1
2107| #define _GNU_SOURCE 1
2108| #define _POSIX_PTHREAD_SEMANTICS 1
2109| #define _TANDEM_SOURCE 1
2110| #define HAVE_STRINGIZE 1
2111| #define X11 1
2112| #define HAVE_DIRENT_H 1
2113| #define HAVE_ERRNO_H 1
2114| #define HAVE_LANGINFO_H 1
2115| #define HAVE_LIMITS_H 1
2116| #define HAVE_LOCALE_H 1
2117| #define HAVE_MATH_H 1
2118| #define HAVE_STDLIB_H 1
2119| #define HAVE_STRING_H 1
2120| #define HAVE_TIME_H 1
2121| #define HAVE_SYS_TIME_H 1
2122| #define HAVE_SYS_TYPES_H 1
2123| #define HAVE_SYS_IOCTL_H 1
2124| #define HAVE_SYS_PARAM_H 1
2125| #define HAVE_SYS_SELECT_H 1
2126| #define HAVE_SYS_SOCKET_H 1
2127| #define HAVE_SYS_STAT_H 1
2128| #define HAVE_SYS_TIMEB_H 1
2129| #define HAVE_SYS_UTSNAME_H 1
2130| #define HAVE_POLL_H 1
2131| #define HAVE_SGTTY_H 1
2132| #define HAVE_TERMIOS_H 1
2133| #define HAVE_DIRENT_H 1
2134| /* end confdefs.h.  */
2135| #include <stdio.h>
2136| #ifdef HAVE_SYS_TYPES_H
2137| # include <sys/types.h>
2138| #endif
2139| #ifdef HAVE_SYS_STAT_H
2140| # include <sys/stat.h>
2141| #endif
2142| #ifdef STDC_HEADERS
2143| # include <stdlib.h>
2144| # include <stddef.h>
2145| #else
2146| # ifdef HAVE_STDLIB_H
2147| #  include <stdlib.h>
2148| # endif
2149| #endif
2150| #ifdef HAVE_STRING_H
2151| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2152| #  include <memory.h>
2153| # endif
2154| # include <string.h>
2155| #endif
2156| #ifdef HAVE_STRINGS_H
2157| # include <strings.h>
2158| #endif
2159| #ifdef HAVE_INTTYPES_H
2160| # include <inttypes.h>
2161| #endif
2162| #ifdef HAVE_STDINT_H
2163| # include <stdint.h>
2164| #endif
2165| #ifdef HAVE_UNISTD_H
2166| # include <unistd.h>
2167| #endif
2168| int
2169| main ()
2170| {
2171| if (sizeof ((_Bool)))
2172|           return 0;
2173|   ;
2174|   return 0;
2175| }
2176configure:8557: result: yes
2177configure:8576: checking for struct exception in math.h
2178configure:8589: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2179conftest.c:56:25: warning: expression result unused [-Wunused-value]
2180struct exception *x; x->type; x->name;
2181                     ~  ^~~~
2182conftest.c:56:34: warning: expression result unused [-Wunused-value]
2183struct exception *x; x->type; x->name;
2184                              ~  ^~~~
21852 warnings generated.
2186configure:8589: $? = 0
2187configure:8590: result: yes
2188configure:8604: checking whether stat file-mode macros are broken
2189configure:8631: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2190configure:8631: $? = 0
2191configure:8638: result: no
2192configure:8648: checking for unistd.h
2193configure:8658: result: yes
2194configure:8667: checking if errno variable is declared
2195configure:8683: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2196configure:8683: $? = 0
2197configure:8684: result: yes
2198configure:8696: checking for size_t
2199configure:8696: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2200configure:8696: $? = 0
2201configure:8696: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2202conftest.c:90:21: error: expected expression
2203if (sizeof ((size_t)))
2204                    ^
22051 error generated.
2206configure:8696: $? = 1
2207configure: failed program was:
2208| /* confdefs.h */
2209| #define PACKAGE_NAME "gnuplot"
2210| #define PACKAGE_TARNAME "gnuplot"
2211| #define PACKAGE_VERSION "4.6.5"
2212| #define PACKAGE_STRING "gnuplot 4.6.5"
2213| #define PACKAGE_BUGREPORT ""
2214| #define PACKAGE_URL ""
2215| #define PACKAGE "gnuplot"
2216| #define VERSION "4.6.5"
2217| #define PROTOTYPES 1
2218| #define HAVE_SYS_TYPES_H 1
2219| #define HAVE_SYS_STAT_H 1
2220| #define HAVE_STDLIB_H 1
2221| #define HAVE_STRING_H 1
2222| #define HAVE_MEMORY_H 1
2223| #define HAVE_STRINGS_H 1
2224| #define HAVE_INTTYPES_H 1
2225| #define HAVE_STDINT_H 1
2226| #define HAVE_UNISTD_H 1
2227| #define __EXTENSIONS__ 1
2228| #define _ALL_SOURCE 1
2229| #define _GNU_SOURCE 1
2230| #define _POSIX_PTHREAD_SEMANTICS 1
2231| #define _TANDEM_SOURCE 1
2232| #define HAVE_STRINGIZE 1
2233| #define X11 1
2234| #define HAVE_DIRENT_H 1
2235| #define HAVE_ERRNO_H 1
2236| #define HAVE_LANGINFO_H 1
2237| #define HAVE_LIMITS_H 1
2238| #define HAVE_LOCALE_H 1
2239| #define HAVE_MATH_H 1
2240| #define HAVE_STDLIB_H 1
2241| #define HAVE_STRING_H 1
2242| #define HAVE_TIME_H 1
2243| #define HAVE_SYS_TIME_H 1
2244| #define HAVE_SYS_TYPES_H 1
2245| #define HAVE_SYS_IOCTL_H 1
2246| #define HAVE_SYS_PARAM_H 1
2247| #define HAVE_SYS_SELECT_H 1
2248| #define HAVE_SYS_SOCKET_H 1
2249| #define HAVE_SYS_STAT_H 1
2250| #define HAVE_SYS_TIMEB_H 1
2251| #define HAVE_SYS_UTSNAME_H 1
2252| #define HAVE_POLL_H 1
2253| #define HAVE_SGTTY_H 1
2254| #define HAVE_TERMIOS_H 1
2255| #define HAVE_DIRENT_H 1
2256| #define HAVE__BOOL 1
2257| #define HAVE_STDBOOL_H 1
2258| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
2259| #define HAVE_UNISTD_H 1
2260| /* end confdefs.h.  */
2261| #include <stdio.h>
2262| #ifdef HAVE_SYS_TYPES_H
2263| # include <sys/types.h>
2264| #endif
2265| #ifdef HAVE_SYS_STAT_H
2266| # include <sys/stat.h>
2267| #endif
2268| #ifdef STDC_HEADERS
2269| # include <stdlib.h>
2270| # include <stddef.h>
2271| #else
2272| # ifdef HAVE_STDLIB_H
2273| #  include <stdlib.h>
2274| # endif
2275| #endif
2276| #ifdef HAVE_STRING_H
2277| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2278| #  include <memory.h>
2279| # endif
2280| # include <string.h>
2281| #endif
2282| #ifdef HAVE_STRINGS_H
2283| # include <strings.h>
2284| #endif
2285| #ifdef HAVE_INTTYPES_H
2286| # include <inttypes.h>
2287| #endif
2288| #ifdef HAVE_STDINT_H
2289| # include <stdint.h>
2290| #endif
2291| #ifdef HAVE_UNISTD_H
2292| # include <unistd.h>
2293| #endif
2294| int
2295| main ()
2296| {
2297| if (sizeof ((size_t)))
2298|           return 0;
2299|   ;
2300|   return 0;
2301| }
2302configure:8696: result: yes
2303configure:8707: checking for time_t in time.h
2304configure:8716: result: yes
2305configure:8724: checking return type of signal handlers
2306configure:8742: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
2307conftest.c:61:8: error: indirection requires pointer operand ('void' invalid)
2308return *(signal (0, 0)) (0) == 1;
2309       ^~~~~~~~~~~~~~~~~~~~
23101 error generated.
2311configure:8742: $? = 1
2312configure: failed program was:
2313| /* confdefs.h */
2314| #define PACKAGE_NAME "gnuplot"
2315| #define PACKAGE_TARNAME "gnuplot"
2316| #define PACKAGE_VERSION "4.6.5"
2317| #define PACKAGE_STRING "gnuplot 4.6.5"
2318| #define PACKAGE_BUGREPORT ""
2319| #define PACKAGE_URL ""
2320| #define PACKAGE "gnuplot"
2321| #define VERSION "4.6.5"
2322| #define PROTOTYPES 1
2323| #define HAVE_SYS_TYPES_H 1
2324| #define HAVE_SYS_STAT_H 1
2325| #define HAVE_STDLIB_H 1
2326| #define HAVE_STRING_H 1
2327| #define HAVE_MEMORY_H 1
2328| #define HAVE_STRINGS_H 1
2329| #define HAVE_INTTYPES_H 1
2330| #define HAVE_STDINT_H 1
2331| #define HAVE_UNISTD_H 1
2332| #define __EXTENSIONS__ 1
2333| #define _ALL_SOURCE 1
2334| #define _GNU_SOURCE 1
2335| #define _POSIX_PTHREAD_SEMANTICS 1
2336| #define _TANDEM_SOURCE 1
2337| #define HAVE_STRINGIZE 1
2338| #define X11 1
2339| #define HAVE_DIRENT_H 1
2340| #define HAVE_ERRNO_H 1
2341| #define HAVE_LANGINFO_H 1
2342| #define HAVE_LIMITS_H 1
2343| #define HAVE_LOCALE_H 1
2344| #define HAVE_MATH_H 1
2345| #define HAVE_STDLIB_H 1
2346| #define HAVE_STRING_H 1
2347| #define HAVE_TIME_H 1
2348| #define HAVE_SYS_TIME_H 1
2349| #define HAVE_SYS_TYPES_H 1
2350| #define HAVE_SYS_IOCTL_H 1
2351| #define HAVE_SYS_PARAM_H 1
2352| #define HAVE_SYS_SELECT_H 1
2353| #define HAVE_SYS_SOCKET_H 1
2354| #define HAVE_SYS_STAT_H 1
2355| #define HAVE_SYS_TIMEB_H 1
2356| #define HAVE_SYS_UTSNAME_H 1
2357| #define HAVE_POLL_H 1
2358| #define HAVE_SGTTY_H 1
2359| #define HAVE_TERMIOS_H 1
2360| #define HAVE_DIRENT_H 1
2361| #define HAVE__BOOL 1
2362| #define HAVE_STDBOOL_H 1
2363| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
2364| #define HAVE_UNISTD_H 1
2365| #define HAVE_TIME_T_IN_TIME_H 1
2366| /* end confdefs.h.  */
2367| #include <sys/types.h>
2368| #include <signal.h>
2369|
2370| int
2371| main ()
2372| {
2373| return *(signal (0, 0)) (0) == 1;
2374|   ;
2375|   return 0;
2376| }
2377configure:8749: result: void
2378configure:8771: checking for atexit
2379configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2380configure:8771: $? = 0
2381configure:8771: result: yes
2382configure:8771: checking for memcpy
2383configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2384conftest.c:80:6: warning: incompatible redeclaration of library function 'memcpy'
2385char memcpy ();
2386     ^
2387conftest.c:80:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
23881 warning generated.
2389configure:8771: $? = 0
2390configure:8771: result: yes
2391configure:8771: checking for memmove
2392configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2393conftest.c:81:6: warning: incompatible redeclaration of library function 'memmove'
2394char memmove ();
2395     ^
2396conftest.c:81:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
23971 warning generated.
2398configure:8771: $? = 0
2399configure:8771: result: yes
2400configure:8771: checking for memset
2401configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2402conftest.c:82:6: warning: incompatible redeclaration of library function 'memset'
2403char memset ();
2404     ^
2405conftest.c:82:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
24061 warning generated.
2407configure:8771: $? = 0
2408configure:8771: result: yes
2409configure:8771: checking for on_exit
2410configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2411Undefined symbols for architecture x86_64:
2412  "_on_exit", referenced from:
2413      _main in cc-lv8SJf.o
2414ld: symbol(s) not found for architecture x86_64
2415clang: error: linker command failed with exit code 1 (use -v to see invocation)
2416configure:8771: $? = 1
2417configure: failed program was:
2418| /* confdefs.h */
2419| #define PACKAGE_NAME "gnuplot"
2420| #define PACKAGE_TARNAME "gnuplot"
2421| #define PACKAGE_VERSION "4.6.5"
2422| #define PACKAGE_STRING "gnuplot 4.6.5"
2423| #define PACKAGE_BUGREPORT ""
2424| #define PACKAGE_URL ""
2425| #define PACKAGE "gnuplot"
2426| #define VERSION "4.6.5"
2427| #define PROTOTYPES 1
2428| #define HAVE_SYS_TYPES_H 1
2429| #define HAVE_SYS_STAT_H 1
2430| #define HAVE_STDLIB_H 1
2431| #define HAVE_STRING_H 1
2432| #define HAVE_MEMORY_H 1
2433| #define HAVE_STRINGS_H 1
2434| #define HAVE_INTTYPES_H 1
2435| #define HAVE_STDINT_H 1
2436| #define HAVE_UNISTD_H 1
2437| #define __EXTENSIONS__ 1
2438| #define _ALL_SOURCE 1
2439| #define _GNU_SOURCE 1
2440| #define _POSIX_PTHREAD_SEMANTICS 1
2441| #define _TANDEM_SOURCE 1
2442| #define HAVE_STRINGIZE 1
2443| #define X11 1
2444| #define HAVE_DIRENT_H 1
2445| #define HAVE_ERRNO_H 1
2446| #define HAVE_LANGINFO_H 1
2447| #define HAVE_LIMITS_H 1
2448| #define HAVE_LOCALE_H 1
2449| #define HAVE_MATH_H 1
2450| #define HAVE_STDLIB_H 1
2451| #define HAVE_STRING_H 1
2452| #define HAVE_TIME_H 1
2453| #define HAVE_SYS_TIME_H 1
2454| #define HAVE_SYS_TYPES_H 1
2455| #define HAVE_SYS_IOCTL_H 1
2456| #define HAVE_SYS_PARAM_H 1
2457| #define HAVE_SYS_SELECT_H 1
2458| #define HAVE_SYS_SOCKET_H 1
2459| #define HAVE_SYS_STAT_H 1
2460| #define HAVE_SYS_TIMEB_H 1
2461| #define HAVE_SYS_UTSNAME_H 1
2462| #define HAVE_POLL_H 1
2463| #define HAVE_SGTTY_H 1
2464| #define HAVE_TERMIOS_H 1
2465| #define HAVE_DIRENT_H 1
2466| #define HAVE__BOOL 1
2467| #define HAVE_STDBOOL_H 1
2468| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
2469| #define HAVE_UNISTD_H 1
2470| #define HAVE_TIME_T_IN_TIME_H 1
2471| #define RETSIGTYPE void
2472| #define HAVE_ATEXIT 1
2473| #define HAVE_MEMCPY 1
2474| #define HAVE_MEMMOVE 1
2475| #define HAVE_MEMSET 1
2476| /* end confdefs.h.  */
2477| /* Define on_exit to an innocuous variant, in case <limits.h> declares on_exit.
2478|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2479| #define on_exit innocuous_on_exit
2480|
2481| /* System header to define __stub macros and hopefully few prototypes,
2482|     which can conflict with char on_exit (); below.
2483|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2484|     <limits.h> exists even on freestanding compilers.  */
2485|
2486| #ifdef __STDC__
2487| # include <limits.h>
2488| #else
2489| # include <assert.h>
2490| #endif
2491|
2492| #undef on_exit
2493|
2494| /* Override any GCC internal prototype to avoid an error.
2495|    Use char because int might match the return type of a GCC
2496|    builtin and then its argument prototype would still apply.  */
2497| #ifdef __cplusplus
2498| extern "C"
2499| #endif
2500| char on_exit ();
2501| /* The GNU C library defines this for functions which it implements
2502|     to always fail with ENOSYS.  Some functions are actually named
2503|     something starting with __ and the normal name is an alias.  */
2504| #if defined __stub_on_exit || defined __stub___on_exit
2505| choke me
2506| #endif
2507|
2508| int
2509| main ()
2510| {
2511| return on_exit ();
2512|   ;
2513|   return 0;
2514| }
2515configure:8771: result: no
2516configure:8771: checking for bcopy
2517configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2518configure:8771: $? = 0
2519configure:8771: result: yes
2520configure:8771: checking for bzero
2521configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2522conftest.c:84:6: warning: incompatible redeclaration of library function 'bzero'
2523char bzero ();
2524     ^
2525conftest.c:84:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
25261 warning generated.
2527configure:8771: $? = 0
2528configure:8771: result: yes
2529configure:8771: checking for setvbuf
2530configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2531configure:8771: $? = 0
2532configure:8771: result: yes
2533configure:8771: checking for strerror
2534configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2535conftest.c:86:6: warning: incompatible redeclaration of library function 'strerror'
2536char strerror ();
2537     ^
2538conftest.c:86:6: note: 'strerror' is a builtin with type 'char *(int)'
25391 warning generated.
2540configure:8771: $? = 0
2541configure:8771: result: yes
2542configure:8771: checking for strchr
2543configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2544conftest.c:87:6: warning: incompatible redeclaration of library function 'strchr'
2545char strchr ();
2546     ^
2547conftest.c:87:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
25481 warning generated.
2549configure:8771: $? = 0
2550configure:8771: result: yes
2551configure:8771: checking for strrchr
2552configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2553conftest.c:88:6: warning: incompatible redeclaration of library function 'strrchr'
2554char strrchr ();
2555     ^
2556conftest.c:88:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
25571 warning generated.
2558configure:8771: $? = 0
2559configure:8771: result: yes
2560configure:8771: checking for strstr
2561configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2562conftest.c:89:6: warning: incompatible redeclaration of library function 'strstr'
2563char strstr ();
2564     ^
2565conftest.c:89:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
25661 warning generated.
2567configure:8771: $? = 0
2568configure:8771: result: yes
2569configure:8771: checking for index
2570configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2571conftest.c:90:6: warning: incompatible redeclaration of library function 'index'
2572char index ();
2573     ^
2574conftest.c:90:6: note: 'index' is a builtin with type 'char *(const char *, int)'
25751 warning generated.
2576configure:8771: $? = 0
2577configure:8771: result: yes
2578configure:8771: checking for rindex
2579configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2580conftest.c:91:6: warning: incompatible redeclaration of library function 'rindex'
2581char rindex ();
2582     ^
2583conftest.c:91:6: note: 'rindex' is a builtin with type 'char *(const char *, int)'
25841 warning generated.
2585configure:8771: $? = 0
2586configure:8771: result: yes
2587configure:8771: checking for erf
2588configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2589configure:8771: $? = 0
2590configure:8771: result: yes
2591configure:8771: checking for erfc
2592configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2593configure:8771: $? = 0
2594configure:8771: result: yes
2595configure:8771: checking for gamma
2596configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2597configure:8771: $? = 0
2598configure:8771: result: yes
2599configure:8771: checking for lgamma
2600configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2601configure:8771: $? = 0
2602configure:8771: result: yes
2603configure:8771: checking for getcwd
2604configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2605configure:8771: $? = 0
2606configure:8771: result: yes
2607configure:8771: checking for poll
2608configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2609configure:8771: $? = 0
2610configure:8771: result: yes
2611configure:8771: checking for pclose
2612configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2613configure:8771: $? = 0
2614configure:8771: result: yes
2615configure:8771: checking for popen
2616configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2617configure:8771: $? = 0
2618configure:8771: result: yes
2619configure:8771: checking for fdopen
2620configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2621configure:8771: $? = 0
2622configure:8771: result: yes
2623configure:8771: checking for select
2624configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2625configure:8771: $? = 0
2626configure:8771: result: yes
2627configure:8771: checking for sleep
2628configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2629configure:8771: $? = 0
2630configure:8771: result: yes
2631configure:8771: checking for stpcpy
2632configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2633conftest.c:103:6: warning: incompatible redeclaration of library function 'stpcpy'
2634char stpcpy ();
2635     ^
2636conftest.c:103:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
26371 warning generated.
2638configure:8771: $? = 0
2639configure:8771: result: yes
2640configure:8771: checking for strcspn
2641configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2642conftest.c:104:6: warning: incompatible redeclaration of library function 'strcspn'
2643char strcspn ();
2644     ^
2645conftest.c:104:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
26461 warning generated.
2647configure:8771: $? = 0
2648configure:8771: result: yes
2649configure:8771: checking for strdup
2650configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2651conftest.c:105:6: warning: incompatible redeclaration of library function 'strdup'
2652char strdup ();
2653     ^
2654conftest.c:105:6: note: 'strdup' is a builtin with type 'char *(const char *)'
26551 warning generated.
2656configure:8771: $? = 0
2657configure:8771: result: yes
2658configure:8771: checking for strndup
2659configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2660conftest.c:106:6: warning: incompatible redeclaration of library function 'strndup'
2661char strndup ();
2662     ^
2663conftest.c:106:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
26641 warning generated.
2665configure:8771: $? = 0
2666configure:8771: result: yes
2667configure:8771: checking for strnlen
2668configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2669configure:8771: $? = 0
2670configure:8771: result: yes
2671configure:8771: checking for strcasecmp
2672configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2673configure:8771: $? = 0
2674configure:8771: result: yes
2675configure:8771: checking for stricmp
2676configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2677Undefined symbols for architecture x86_64:
2678  "_stricmp", referenced from:
2679      _main in cc-pzudMS.o
2680ld: symbol(s) not found for architecture x86_64
2681clang: error: linker command failed with exit code 1 (use -v to see invocation)
2682configure:8771: $? = 1
2683configure: failed program was:
2684| /* confdefs.h */
2685| #define PACKAGE_NAME "gnuplot"
2686| #define PACKAGE_TARNAME "gnuplot"
2687| #define PACKAGE_VERSION "4.6.5"
2688| #define PACKAGE_STRING "gnuplot 4.6.5"
2689| #define PACKAGE_BUGREPORT ""
2690| #define PACKAGE_URL ""
2691| #define PACKAGE "gnuplot"
2692| #define VERSION "4.6.5"
2693| #define PROTOTYPES 1
2694| #define HAVE_SYS_TYPES_H 1
2695| #define HAVE_SYS_STAT_H 1
2696| #define HAVE_STDLIB_H 1
2697| #define HAVE_STRING_H 1
2698| #define HAVE_MEMORY_H 1
2699| #define HAVE_STRINGS_H 1
2700| #define HAVE_INTTYPES_H 1
2701| #define HAVE_STDINT_H 1
2702| #define HAVE_UNISTD_H 1
2703| #define __EXTENSIONS__ 1
2704| #define _ALL_SOURCE 1
2705| #define _GNU_SOURCE 1
2706| #define _POSIX_PTHREAD_SEMANTICS 1
2707| #define _TANDEM_SOURCE 1
2708| #define HAVE_STRINGIZE 1
2709| #define X11 1
2710| #define HAVE_DIRENT_H 1
2711| #define HAVE_ERRNO_H 1
2712| #define HAVE_LANGINFO_H 1
2713| #define HAVE_LIMITS_H 1
2714| #define HAVE_LOCALE_H 1
2715| #define HAVE_MATH_H 1
2716| #define HAVE_STDLIB_H 1
2717| #define HAVE_STRING_H 1
2718| #define HAVE_TIME_H 1
2719| #define HAVE_SYS_TIME_H 1
2720| #define HAVE_SYS_TYPES_H 1
2721| #define HAVE_SYS_IOCTL_H 1
2722| #define HAVE_SYS_PARAM_H 1
2723| #define HAVE_SYS_SELECT_H 1
2724| #define HAVE_SYS_SOCKET_H 1
2725| #define HAVE_SYS_STAT_H 1
2726| #define HAVE_SYS_TIMEB_H 1
2727| #define HAVE_SYS_UTSNAME_H 1
2728| #define HAVE_POLL_H 1
2729| #define HAVE_SGTTY_H 1
2730| #define HAVE_TERMIOS_H 1
2731| #define HAVE_DIRENT_H 1
2732| #define HAVE__BOOL 1
2733| #define HAVE_STDBOOL_H 1
2734| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
2735| #define HAVE_UNISTD_H 1
2736| #define HAVE_TIME_T_IN_TIME_H 1
2737| #define RETSIGTYPE void
2738| #define HAVE_ATEXIT 1
2739| #define HAVE_MEMCPY 1
2740| #define HAVE_MEMMOVE 1
2741| #define HAVE_MEMSET 1
2742| #define HAVE_BCOPY 1
2743| #define HAVE_BZERO 1
2744| #define HAVE_SETVBUF 1
2745| #define HAVE_STRERROR 1
2746| #define HAVE_STRCHR 1
2747| #define HAVE_STRRCHR 1
2748| #define HAVE_STRSTR 1
2749| #define HAVE_INDEX 1
2750| #define HAVE_RINDEX 1
2751| #define HAVE_ERF 1
2752| #define HAVE_ERFC 1
2753| #define HAVE_GAMMA 1
2754| #define HAVE_LGAMMA 1
2755| #define HAVE_GETCWD 1
2756| #define HAVE_POLL 1
2757| #define HAVE_PCLOSE 1
2758| #define HAVE_POPEN 1
2759| #define HAVE_FDOPEN 1
2760| #define HAVE_SELECT 1
2761| #define HAVE_SLEEP 1
2762| #define HAVE_STPCPY 1
2763| #define HAVE_STRCSPN 1
2764| #define HAVE_STRDUP 1
2765| #define HAVE_STRNDUP 1
2766| #define HAVE_STRNLEN 1
2767| #define HAVE_STRCASECMP 1
2768| /* end confdefs.h.  */
2769| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
2770|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2771| #define stricmp innocuous_stricmp
2772|
2773| /* System header to define __stub macros and hopefully few prototypes,
2774|     which can conflict with char stricmp (); below.
2775|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2776|     <limits.h> exists even on freestanding compilers.  */
2777|
2778| #ifdef __STDC__
2779| # include <limits.h>
2780| #else
2781| # include <assert.h>
2782| #endif
2783|
2784| #undef stricmp
2785|
2786| /* Override any GCC internal prototype to avoid an error.
2787|    Use char because int might match the return type of a GCC
2788|    builtin and then its argument prototype would still apply.  */
2789| #ifdef __cplusplus
2790| extern "C"
2791| #endif
2792| char stricmp ();
2793| /* The GNU C library defines this for functions which it implements
2794|     to always fail with ENOSYS.  Some functions are actually named
2795|     something starting with __ and the normal name is an alias.  */
2796| #if defined __stub_stricmp || defined __stub___stricmp
2797| choke me
2798| #endif
2799|
2800| int
2801| main ()
2802| {
2803| return stricmp ();
2804|   ;
2805|   return 0;
2806| }
2807configure:8771: result: no
2808configure:8771: checking for strncasecmp
2809configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2810configure:8771: $? = 0
2811configure:8771: result: yes
2812configure:8771: checking for strnicmp
2813configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2814Undefined symbols for architecture x86_64:
2815  "_strnicmp", referenced from:
2816      _main in cc-Sejsqy.o
2817ld: symbol(s) not found for architecture x86_64
2818clang: error: linker command failed with exit code 1 (use -v to see invocation)
2819configure:8771: $? = 1
2820configure: failed program was:
2821| /* confdefs.h */
2822| #define PACKAGE_NAME "gnuplot"
2823| #define PACKAGE_TARNAME "gnuplot"
2824| #define PACKAGE_VERSION "4.6.5"
2825| #define PACKAGE_STRING "gnuplot 4.6.5"
2826| #define PACKAGE_BUGREPORT ""
2827| #define PACKAGE_URL ""
2828| #define PACKAGE "gnuplot"
2829| #define VERSION "4.6.5"
2830| #define PROTOTYPES 1
2831| #define HAVE_SYS_TYPES_H 1
2832| #define HAVE_SYS_STAT_H 1
2833| #define HAVE_STDLIB_H 1
2834| #define HAVE_STRING_H 1
2835| #define HAVE_MEMORY_H 1
2836| #define HAVE_STRINGS_H 1
2837| #define HAVE_INTTYPES_H 1
2838| #define HAVE_STDINT_H 1
2839| #define HAVE_UNISTD_H 1
2840| #define __EXTENSIONS__ 1
2841| #define _ALL_SOURCE 1
2842| #define _GNU_SOURCE 1
2843| #define _POSIX_PTHREAD_SEMANTICS 1
2844| #define _TANDEM_SOURCE 1
2845| #define HAVE_STRINGIZE 1
2846| #define X11 1
2847| #define HAVE_DIRENT_H 1
2848| #define HAVE_ERRNO_H 1
2849| #define HAVE_LANGINFO_H 1
2850| #define HAVE_LIMITS_H 1
2851| #define HAVE_LOCALE_H 1
2852| #define HAVE_MATH_H 1
2853| #define HAVE_STDLIB_H 1
2854| #define HAVE_STRING_H 1
2855| #define HAVE_TIME_H 1
2856| #define HAVE_SYS_TIME_H 1
2857| #define HAVE_SYS_TYPES_H 1
2858| #define HAVE_SYS_IOCTL_H 1
2859| #define HAVE_SYS_PARAM_H 1
2860| #define HAVE_SYS_SELECT_H 1
2861| #define HAVE_SYS_SOCKET_H 1
2862| #define HAVE_SYS_STAT_H 1
2863| #define HAVE_SYS_TIMEB_H 1
2864| #define HAVE_SYS_UTSNAME_H 1
2865| #define HAVE_POLL_H 1
2866| #define HAVE_SGTTY_H 1
2867| #define HAVE_TERMIOS_H 1
2868| #define HAVE_DIRENT_H 1
2869| #define HAVE__BOOL 1
2870| #define HAVE_STDBOOL_H 1
2871| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
2872| #define HAVE_UNISTD_H 1
2873| #define HAVE_TIME_T_IN_TIME_H 1
2874| #define RETSIGTYPE void
2875| #define HAVE_ATEXIT 1
2876| #define HAVE_MEMCPY 1
2877| #define HAVE_MEMMOVE 1
2878| #define HAVE_MEMSET 1
2879| #define HAVE_BCOPY 1
2880| #define HAVE_BZERO 1
2881| #define HAVE_SETVBUF 1
2882| #define HAVE_STRERROR 1
2883| #define HAVE_STRCHR 1
2884| #define HAVE_STRRCHR 1
2885| #define HAVE_STRSTR 1
2886| #define HAVE_INDEX 1
2887| #define HAVE_RINDEX 1
2888| #define HAVE_ERF 1
2889| #define HAVE_ERFC 1
2890| #define HAVE_GAMMA 1
2891| #define HAVE_LGAMMA 1
2892| #define HAVE_GETCWD 1
2893| #define HAVE_POLL 1
2894| #define HAVE_PCLOSE 1
2895| #define HAVE_POPEN 1
2896| #define HAVE_FDOPEN 1
2897| #define HAVE_SELECT 1
2898| #define HAVE_SLEEP 1
2899| #define HAVE_STPCPY 1
2900| #define HAVE_STRCSPN 1
2901| #define HAVE_STRDUP 1
2902| #define HAVE_STRNDUP 1
2903| #define HAVE_STRNLEN 1
2904| #define HAVE_STRCASECMP 1
2905| #define HAVE_STRNCASECMP 1
2906| /* end confdefs.h.  */
2907| /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
2908|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2909| #define strnicmp innocuous_strnicmp
2910|
2911| /* System header to define __stub macros and hopefully few prototypes,
2912|     which can conflict with char strnicmp (); below.
2913|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2914|     <limits.h> exists even on freestanding compilers.  */
2915|
2916| #ifdef __STDC__
2917| # include <limits.h>
2918| #else
2919| # include <assert.h>
2920| #endif
2921|
2922| #undef strnicmp
2923|
2924| /* Override any GCC internal prototype to avoid an error.
2925|    Use char because int might match the return type of a GCC
2926|    builtin and then its argument prototype would still apply.  */
2927| #ifdef __cplusplus
2928| extern "C"
2929| #endif
2930| char strnicmp ();
2931| /* The GNU C library defines this for functions which it implements
2932|     to always fail with ENOSYS.  Some functions are actually named
2933|     something starting with __ and the normal name is an alias.  */
2934| #if defined __stub_strnicmp || defined __stub___strnicmp
2935| choke me
2936| #endif
2937|
2938| int
2939| main ()
2940| {
2941| return strnicmp ();
2942|   ;
2943|   return 0;
2944| }
2945configure:8771: result: no
2946configure:8771: checking for sysinfo
2947configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2948Undefined symbols for architecture x86_64:
2949  "_sysinfo", referenced from:
2950      _main in cc-h7rf83.o
2951ld: symbol(s) not found for architecture x86_64
2952clang: error: linker command failed with exit code 1 (use -v to see invocation)
2953configure:8771: $? = 1
2954configure: failed program was:
2955| /* confdefs.h */
2956| #define PACKAGE_NAME "gnuplot"
2957| #define PACKAGE_TARNAME "gnuplot"
2958| #define PACKAGE_VERSION "4.6.5"
2959| #define PACKAGE_STRING "gnuplot 4.6.5"
2960| #define PACKAGE_BUGREPORT ""
2961| #define PACKAGE_URL ""
2962| #define PACKAGE "gnuplot"
2963| #define VERSION "4.6.5"
2964| #define PROTOTYPES 1
2965| #define HAVE_SYS_TYPES_H 1
2966| #define HAVE_SYS_STAT_H 1
2967| #define HAVE_STDLIB_H 1
2968| #define HAVE_STRING_H 1
2969| #define HAVE_MEMORY_H 1
2970| #define HAVE_STRINGS_H 1
2971| #define HAVE_INTTYPES_H 1
2972| #define HAVE_STDINT_H 1
2973| #define HAVE_UNISTD_H 1
2974| #define __EXTENSIONS__ 1
2975| #define _ALL_SOURCE 1
2976| #define _GNU_SOURCE 1
2977| #define _POSIX_PTHREAD_SEMANTICS 1
2978| #define _TANDEM_SOURCE 1
2979| #define HAVE_STRINGIZE 1
2980| #define X11 1
2981| #define HAVE_DIRENT_H 1
2982| #define HAVE_ERRNO_H 1
2983| #define HAVE_LANGINFO_H 1
2984| #define HAVE_LIMITS_H 1
2985| #define HAVE_LOCALE_H 1
2986| #define HAVE_MATH_H 1
2987| #define HAVE_STDLIB_H 1
2988| #define HAVE_STRING_H 1
2989| #define HAVE_TIME_H 1
2990| #define HAVE_SYS_TIME_H 1
2991| #define HAVE_SYS_TYPES_H 1
2992| #define HAVE_SYS_IOCTL_H 1
2993| #define HAVE_SYS_PARAM_H 1
2994| #define HAVE_SYS_SELECT_H 1
2995| #define HAVE_SYS_SOCKET_H 1
2996| #define HAVE_SYS_STAT_H 1
2997| #define HAVE_SYS_TIMEB_H 1
2998| #define HAVE_SYS_UTSNAME_H 1
2999| #define HAVE_POLL_H 1
3000| #define HAVE_SGTTY_H 1
3001| #define HAVE_TERMIOS_H 1
3002| #define HAVE_DIRENT_H 1
3003| #define HAVE__BOOL 1
3004| #define HAVE_STDBOOL_H 1
3005| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
3006| #define HAVE_UNISTD_H 1
3007| #define HAVE_TIME_T_IN_TIME_H 1
3008| #define RETSIGTYPE void
3009| #define HAVE_ATEXIT 1
3010| #define HAVE_MEMCPY 1
3011| #define HAVE_MEMMOVE 1
3012| #define HAVE_MEMSET 1
3013| #define HAVE_BCOPY 1
3014| #define HAVE_BZERO 1
3015| #define HAVE_SETVBUF 1
3016| #define HAVE_STRERROR 1
3017| #define HAVE_STRCHR 1
3018| #define HAVE_STRRCHR 1
3019| #define HAVE_STRSTR 1
3020| #define HAVE_INDEX 1
3021| #define HAVE_RINDEX 1
3022| #define HAVE_ERF 1
3023| #define HAVE_ERFC 1
3024| #define HAVE_GAMMA 1
3025| #define HAVE_LGAMMA 1
3026| #define HAVE_GETCWD 1
3027| #define HAVE_POLL 1
3028| #define HAVE_PCLOSE 1
3029| #define HAVE_POPEN 1
3030| #define HAVE_FDOPEN 1
3031| #define HAVE_SELECT 1
3032| #define HAVE_SLEEP 1
3033| #define HAVE_STPCPY 1
3034| #define HAVE_STRCSPN 1
3035| #define HAVE_STRDUP 1
3036| #define HAVE_STRNDUP 1
3037| #define HAVE_STRNLEN 1
3038| #define HAVE_STRCASECMP 1
3039| #define HAVE_STRNCASECMP 1
3040| /* end confdefs.h.  */
3041| /* Define sysinfo to an innocuous variant, in case <limits.h> declares sysinfo.
3042|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3043| #define sysinfo innocuous_sysinfo
3044|
3045| /* System header to define __stub macros and hopefully few prototypes,
3046|     which can conflict with char sysinfo (); below.
3047|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3048|     <limits.h> exists even on freestanding compilers.  */
3049|
3050| #ifdef __STDC__
3051| # include <limits.h>
3052| #else
3053| # include <assert.h>
3054| #endif
3055|
3056| #undef sysinfo
3057|
3058| /* Override any GCC internal prototype to avoid an error.
3059|    Use char because int might match the return type of a GCC
3060|    builtin and then its argument prototype would still apply.  */
3061| #ifdef __cplusplus
3062| extern "C"
3063| #endif
3064| char sysinfo ();
3065| /* The GNU C library defines this for functions which it implements
3066|     to always fail with ENOSYS.  Some functions are actually named
3067|     something starting with __ and the normal name is an alias.  */
3068| #if defined __stub_sysinfo || defined __stub___sysinfo
3069| choke me
3070| #endif
3071|
3072| int
3073| main ()
3074| {
3075| return sysinfo ();
3076|   ;
3077|   return 0;
3078| }
3079configure:8771: result: no
3080configure:8771: checking for tcgetattr
3081configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3082configure:8771: $? = 0
3083configure:8771: result: yes
3084configure:8771: checking for vfprintf
3085configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3086conftest.c:111:6: warning: incompatible redeclaration of library function 'vfprintf'
3087char vfprintf ();
3088     ^
3089conftest.c:111:6: note: 'vfprintf' is a builtin with type 'int ()'
30901 warning generated.
3091configure:8771: $? = 0
3092configure:8771: result: yes
3093configure:8771: checking for doprnt
3094configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3095Undefined symbols for architecture x86_64:
3096  "_doprnt", referenced from:
3097      _main in cc-32Xfen.o
3098ld: symbol(s) not found for architecture x86_64
3099clang: error: linker command failed with exit code 1 (use -v to see invocation)
3100configure:8771: $? = 1
3101configure: failed program was:
3102| /* confdefs.h */
3103| #define PACKAGE_NAME "gnuplot"
3104| #define PACKAGE_TARNAME "gnuplot"
3105| #define PACKAGE_VERSION "4.6.5"
3106| #define PACKAGE_STRING "gnuplot 4.6.5"
3107| #define PACKAGE_BUGREPORT ""
3108| #define PACKAGE_URL ""
3109| #define PACKAGE "gnuplot"
3110| #define VERSION "4.6.5"
3111| #define PROTOTYPES 1
3112| #define HAVE_SYS_TYPES_H 1
3113| #define HAVE_SYS_STAT_H 1
3114| #define HAVE_STDLIB_H 1
3115| #define HAVE_STRING_H 1
3116| #define HAVE_MEMORY_H 1
3117| #define HAVE_STRINGS_H 1
3118| #define HAVE_INTTYPES_H 1
3119| #define HAVE_STDINT_H 1
3120| #define HAVE_UNISTD_H 1
3121| #define __EXTENSIONS__ 1
3122| #define _ALL_SOURCE 1
3123| #define _GNU_SOURCE 1
3124| #define _POSIX_PTHREAD_SEMANTICS 1
3125| #define _TANDEM_SOURCE 1
3126| #define HAVE_STRINGIZE 1
3127| #define X11 1
3128| #define HAVE_DIRENT_H 1
3129| #define HAVE_ERRNO_H 1
3130| #define HAVE_LANGINFO_H 1
3131| #define HAVE_LIMITS_H 1
3132| #define HAVE_LOCALE_H 1
3133| #define HAVE_MATH_H 1
3134| #define HAVE_STDLIB_H 1
3135| #define HAVE_STRING_H 1
3136| #define HAVE_TIME_H 1
3137| #define HAVE_SYS_TIME_H 1
3138| #define HAVE_SYS_TYPES_H 1
3139| #define HAVE_SYS_IOCTL_H 1
3140| #define HAVE_SYS_PARAM_H 1
3141| #define HAVE_SYS_SELECT_H 1
3142| #define HAVE_SYS_SOCKET_H 1
3143| #define HAVE_SYS_STAT_H 1
3144| #define HAVE_SYS_TIMEB_H 1
3145| #define HAVE_SYS_UTSNAME_H 1
3146| #define HAVE_POLL_H 1
3147| #define HAVE_SGTTY_H 1
3148| #define HAVE_TERMIOS_H 1
3149| #define HAVE_DIRENT_H 1
3150| #define HAVE__BOOL 1
3151| #define HAVE_STDBOOL_H 1
3152| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
3153| #define HAVE_UNISTD_H 1
3154| #define HAVE_TIME_T_IN_TIME_H 1
3155| #define RETSIGTYPE void
3156| #define HAVE_ATEXIT 1
3157| #define HAVE_MEMCPY 1
3158| #define HAVE_MEMMOVE 1
3159| #define HAVE_MEMSET 1
3160| #define HAVE_BCOPY 1
3161| #define HAVE_BZERO 1
3162| #define HAVE_SETVBUF 1
3163| #define HAVE_STRERROR 1
3164| #define HAVE_STRCHR 1
3165| #define HAVE_STRRCHR 1
3166| #define HAVE_STRSTR 1
3167| #define HAVE_INDEX 1
3168| #define HAVE_RINDEX 1
3169| #define HAVE_ERF 1
3170| #define HAVE_ERFC 1
3171| #define HAVE_GAMMA 1
3172| #define HAVE_LGAMMA 1
3173| #define HAVE_GETCWD 1
3174| #define HAVE_POLL 1
3175| #define HAVE_PCLOSE 1
3176| #define HAVE_POPEN 1
3177| #define HAVE_FDOPEN 1
3178| #define HAVE_SELECT 1
3179| #define HAVE_SLEEP 1
3180| #define HAVE_STPCPY 1
3181| #define HAVE_STRCSPN 1
3182| #define HAVE_STRDUP 1
3183| #define HAVE_STRNDUP 1
3184| #define HAVE_STRNLEN 1
3185| #define HAVE_STRCASECMP 1
3186| #define HAVE_STRNCASECMP 1
3187| #define HAVE_TCGETATTR 1
3188| #define HAVE_VFPRINTF 1
3189| /* end confdefs.h.  */
3190| /* Define doprnt to an innocuous variant, in case <limits.h> declares doprnt.
3191|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3192| #define doprnt innocuous_doprnt
3193|
3194| /* System header to define __stub macros and hopefully few prototypes,
3195|     which can conflict with char doprnt (); below.
3196|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3197|     <limits.h> exists even on freestanding compilers.  */
3198|
3199| #ifdef __STDC__
3200| # include <limits.h>
3201| #else
3202| # include <assert.h>
3203| #endif
3204|
3205| #undef doprnt
3206|
3207| /* Override any GCC internal prototype to avoid an error.
3208|    Use char because int might match the return type of a GCC
3209|    builtin and then its argument prototype would still apply.  */
3210| #ifdef __cplusplus
3211| extern "C"
3212| #endif
3213| char doprnt ();
3214| /* The GNU C library defines this for functions which it implements
3215|     to always fail with ENOSYS.  Some functions are actually named
3216|     something starting with __ and the normal name is an alias.  */
3217| #if defined __stub_doprnt || defined __stub___doprnt
3218| choke me
3219| #endif
3220|
3221| int
3222| main ()
3223| {
3224| return doprnt ();
3225|   ;
3226|   return 0;
3227| }
3228configure:8771: result: no
3229configure:8771: checking for usleep
3230configure:8771: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3231configure:8771: $? = 0
3232configure:8771: result: yes
3233configure:8783: checking for snprintf
3234configure:8783: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3235conftest.c:113:6: warning: incompatible redeclaration of library function 'snprintf'
3236char snprintf ();
3237     ^
3238conftest.c:113:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
32391 warning generated.
3240configure:8783: $? = 0
3241configure:8783: result: yes
3242configure:8808: checking whether signgam is declared
3243configure:8808: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
3244configure:8808: $? = 0
3245configure:8808: result: yes
3246configure:8824: checking for sigsetjmp
3247configure:8837: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3248configure:8837: $? = 0
3249configure:8838: result: yes
3250configure:8856: checking if malloc(0) returns 0
3251configure:8875: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3252configure:8875: $? = 0
3253configure:8875: ./conftest
3254configure:8875: $? = 0
3255configure:8884: result: no
3256configure:8895: checking for sys/select.h
3257configure:8895: result: yes
3258configure:8895: checking for sys/socket.h
3259configure:8895: result: yes
3260configure:8905: checking types of arguments for select
3261configure:8933: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  conftest.c >&5
3262configure:8933: $? = 0
3263configure:8944: result: int,fd_set *,struct timeval *
3264configure:9375: checking for tputs in -lncurses
3265configure:9400: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lncurses   >&5
3266configure:9400: $? = 0
3267configure:9410: result: yes
3268configure:9472: checking for remove_history in -lreadline
3269configure:9497: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c -lreadline  -lncurses  >&5
3270configure:9497: $? = 0
3271configure:9506: result: yes
3272configure:9563: checking for library containing rl_ding
3273configure:9594: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c  >&5
3274Undefined symbols for architecture x86_64:
3275  "_rl_ding", referenced from:
3276      _main in cc-CwpIi4.o
3277ld: symbol(s) not found for architecture x86_64
3278clang: error: linker command failed with exit code 1 (use -v to see invocation)
3279configure:9594: $? = 1
3280configure: failed program was:
3281| /* confdefs.h */
3282| #define PACKAGE_NAME "gnuplot"
3283| #define PACKAGE_TARNAME "gnuplot"
3284| #define PACKAGE_VERSION "4.6.5"
3285| #define PACKAGE_STRING "gnuplot 4.6.5"
3286| #define PACKAGE_BUGREPORT ""
3287| #define PACKAGE_URL ""
3288| #define PACKAGE "gnuplot"
3289| #define VERSION "4.6.5"
3290| #define PROTOTYPES 1
3291| #define HAVE_SYS_TYPES_H 1
3292| #define HAVE_SYS_STAT_H 1
3293| #define HAVE_STDLIB_H 1
3294| #define HAVE_STRING_H 1
3295| #define HAVE_MEMORY_H 1
3296| #define HAVE_STRINGS_H 1
3297| #define HAVE_INTTYPES_H 1
3298| #define HAVE_STDINT_H 1
3299| #define HAVE_UNISTD_H 1
3300| #define __EXTENSIONS__ 1
3301| #define _ALL_SOURCE 1
3302| #define _GNU_SOURCE 1
3303| #define _POSIX_PTHREAD_SEMANTICS 1
3304| #define _TANDEM_SOURCE 1
3305| #define HAVE_STRINGIZE 1
3306| #define X11 1
3307| #define HAVE_DIRENT_H 1
3308| #define HAVE_ERRNO_H 1
3309| #define HAVE_LANGINFO_H 1
3310| #define HAVE_LIMITS_H 1
3311| #define HAVE_LOCALE_H 1
3312| #define HAVE_MATH_H 1
3313| #define HAVE_STDLIB_H 1
3314| #define HAVE_STRING_H 1
3315| #define HAVE_TIME_H 1
3316| #define HAVE_SYS_TIME_H 1
3317| #define HAVE_SYS_TYPES_H 1
3318| #define HAVE_SYS_IOCTL_H 1
3319| #define HAVE_SYS_PARAM_H 1
3320| #define HAVE_SYS_SELECT_H 1
3321| #define HAVE_SYS_SOCKET_H 1
3322| #define HAVE_SYS_STAT_H 1
3323| #define HAVE_SYS_TIMEB_H 1
3324| #define HAVE_SYS_UTSNAME_H 1
3325| #define HAVE_POLL_H 1
3326| #define HAVE_SGTTY_H 1
3327| #define HAVE_TERMIOS_H 1
3328| #define HAVE_DIRENT_H 1
3329| #define HAVE__BOOL 1
3330| #define HAVE_STDBOOL_H 1
3331| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
3332| #define HAVE_UNISTD_H 1
3333| #define HAVE_TIME_T_IN_TIME_H 1
3334| #define RETSIGTYPE void
3335| #define HAVE_ATEXIT 1
3336| #define HAVE_MEMCPY 1
3337| #define HAVE_MEMMOVE 1
3338| #define HAVE_MEMSET 1
3339| #define HAVE_BCOPY 1
3340| #define HAVE_BZERO 1
3341| #define HAVE_SETVBUF 1
3342| #define HAVE_STRERROR 1
3343| #define HAVE_STRCHR 1
3344| #define HAVE_STRRCHR 1
3345| #define HAVE_STRSTR 1
3346| #define HAVE_INDEX 1
3347| #define HAVE_RINDEX 1
3348| #define HAVE_ERF 1
3349| #define HAVE_ERFC 1
3350| #define HAVE_GAMMA 1
3351| #define HAVE_LGAMMA 1
3352| #define HAVE_GETCWD 1
3353| #define HAVE_POLL 1
3354| #define HAVE_PCLOSE 1
3355| #define HAVE_POPEN 1
3356| #define HAVE_FDOPEN 1
3357| #define HAVE_SELECT 1
3358| #define HAVE_SLEEP 1
3359| #define HAVE_STPCPY 1
3360| #define HAVE_STRCSPN 1
3361| #define HAVE_STRDUP 1
3362| #define HAVE_STRNDUP 1
3363| #define HAVE_STRNLEN 1
3364| #define HAVE_STRCASECMP 1
3365| #define HAVE_STRNCASECMP 1
3366| #define HAVE_TCGETATTR 1
3367| #define HAVE_VFPRINTF 1
3368| #define HAVE_USLEEP 1
3369| #define HAVE_SNPRINTF 1
3370| #define HAVE_DECL_SIGNGAM 1
3371| #define HAVE_SIGSETJMP 1
3372| #define PIPES 1
3373| #define HAVE_SYS_SELECT_H 1
3374| #define HAVE_SYS_SOCKET_H 1
3375| #define SELECT_TYPE_ARG1 int
3376| #define SELECT_TYPE_ARG234 (fd_set *)
3377| #define SELECT_TYPE_ARG5 (struct timeval *)
3378| /* end confdefs.h.  */
3379|
3380| /* Override any GCC internal prototype to avoid an error.
3381|    Use char because int might match the return type of a GCC
3382|    builtin and then its argument prototype would still apply.  */
3383| #ifdef __cplusplus
3384| extern "C"
3385| #endif
3386| char rl_ding ();
3387| int
3388| main ()
3389| {
3390| return rl_ding ();
3391|   ;
3392|   return 0;
3393| }
3394configure:9594: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c -lreadline -lreadline  -lncurses   >&5
3395configure:9594: $? = 0
3396configure:9611: result: -lreadline
3397configure:9623: checking for library containing rl_forced_update_display
3398configure:9654: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c -lreadline  >&5
3399configure:9654: $? = 0
3400configure:9671: result: none required
3401configure:9683: checking for library containing rl_reset_after_signal
3402configure:9714: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c -lreadline  >&5
3403configure:9714: $? = 0
3404configure:9731: result: none required
3405configure:9743: checking for library containing rl_complete_with_tilde_expansion
3406configure:9774: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c -lreadline  >&5
3407configure:9774: $? = 0
3408configure:9791: result: none required
3409configure:9816: checking readline/readline.h usability
3410configure:9816: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include conftest.c >&5
3411configure:9816: $? = 0
3412configure:9816: result: yes
3413configure:9816: checking readline/readline.h presence
3414configure:9816: /usr/bin/clang -E -I/opt/local/include  -I/opt/local/include conftest.c
3415configure:9816: $? = 0
3416configure:9816: result: yes
3417configure:9816: checking for readline/readline.h
3418configure:9816: result: yes
3419configure:9833: checking readline/history.h usability
3420configure:9833: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include conftest.c >&5
3421configure:9833: $? = 0
3422configure:9833: result: yes
3423configure:9833: checking readline/history.h presence
3424configure:9833: /usr/bin/clang -E -I/opt/local/include  -I/opt/local/include conftest.c
3425configure:9833: $? = 0
3426configure:9833: result: yes
3427configure:9833: checking for readline/history.h
3428configure:9833: result: yes
3429configure:9901: checking for deflate in -lz
3430configure:9926: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib conftest.c -lz   >&5
3431configure:9926: $? = 0
3432configure:9935: result: yes
3433configure:9942: checking zlib.h usability
3434configure:9942: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include conftest.c >&5
3435In file included from conftest.c:138:
3436In file included from /opt/local/include/zlib.h:34:
3437/opt/local/include/zconf.h:427:14: fatal error: 'stdarg.h' file not found
3438#    include <stdarg.h>         /* for va_list */
3439             ^
34401 error generated.
3441configure:9942: $? = 1
3442configure: failed program was:
3443| /* confdefs.h */
3444| #define PACKAGE_NAME "gnuplot"
3445| #define PACKAGE_TARNAME "gnuplot"
3446| #define PACKAGE_VERSION "4.6.5"
3447| #define PACKAGE_STRING "gnuplot 4.6.5"
3448| #define PACKAGE_BUGREPORT ""
3449| #define PACKAGE_URL ""
3450| #define PACKAGE "gnuplot"
3451| #define VERSION "4.6.5"
3452| #define PROTOTYPES 1
3453| #define HAVE_SYS_TYPES_H 1
3454| #define HAVE_SYS_STAT_H 1
3455| #define HAVE_STDLIB_H 1
3456| #define HAVE_STRING_H 1
3457| #define HAVE_MEMORY_H 1
3458| #define HAVE_STRINGS_H 1
3459| #define HAVE_INTTYPES_H 1
3460| #define HAVE_STDINT_H 1
3461| #define HAVE_UNISTD_H 1
3462| #define __EXTENSIONS__ 1
3463| #define _ALL_SOURCE 1
3464| #define _GNU_SOURCE 1
3465| #define _POSIX_PTHREAD_SEMANTICS 1
3466| #define _TANDEM_SOURCE 1
3467| #define HAVE_STRINGIZE 1
3468| #define X11 1
3469| #define HAVE_DIRENT_H 1
3470| #define HAVE_ERRNO_H 1
3471| #define HAVE_LANGINFO_H 1
3472| #define HAVE_LIMITS_H 1
3473| #define HAVE_LOCALE_H 1
3474| #define HAVE_MATH_H 1
3475| #define HAVE_STDLIB_H 1
3476| #define HAVE_STRING_H 1
3477| #define HAVE_TIME_H 1
3478| #define HAVE_SYS_TIME_H 1
3479| #define HAVE_SYS_TYPES_H 1
3480| #define HAVE_SYS_IOCTL_H 1
3481| #define HAVE_SYS_PARAM_H 1
3482| #define HAVE_SYS_SELECT_H 1
3483| #define HAVE_SYS_SOCKET_H 1
3484| #define HAVE_SYS_STAT_H 1
3485| #define HAVE_SYS_TIMEB_H 1
3486| #define HAVE_SYS_UTSNAME_H 1
3487| #define HAVE_POLL_H 1
3488| #define HAVE_SGTTY_H 1
3489| #define HAVE_TERMIOS_H 1
3490| #define HAVE_DIRENT_H 1
3491| #define HAVE__BOOL 1
3492| #define HAVE_STDBOOL_H 1
3493| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
3494| #define HAVE_UNISTD_H 1
3495| #define HAVE_TIME_T_IN_TIME_H 1
3496| #define RETSIGTYPE void
3497| #define HAVE_ATEXIT 1
3498| #define HAVE_MEMCPY 1
3499| #define HAVE_MEMMOVE 1
3500| #define HAVE_MEMSET 1
3501| #define HAVE_BCOPY 1
3502| #define HAVE_BZERO 1
3503| #define HAVE_SETVBUF 1
3504| #define HAVE_STRERROR 1
3505| #define HAVE_STRCHR 1
3506| #define HAVE_STRRCHR 1
3507| #define HAVE_STRSTR 1
3508| #define HAVE_INDEX 1
3509| #define HAVE_RINDEX 1
3510| #define HAVE_ERF 1
3511| #define HAVE_ERFC 1
3512| #define HAVE_GAMMA 1
3513| #define HAVE_LGAMMA 1
3514| #define HAVE_GETCWD 1
3515| #define HAVE_POLL 1
3516| #define HAVE_PCLOSE 1
3517| #define HAVE_POPEN 1
3518| #define HAVE_FDOPEN 1
3519| #define HAVE_SELECT 1
3520| #define HAVE_SLEEP 1
3521| #define HAVE_STPCPY 1
3522| #define HAVE_STRCSPN 1
3523| #define HAVE_STRDUP 1
3524| #define HAVE_STRNDUP 1
3525| #define HAVE_STRNLEN 1
3526| #define HAVE_STRCASECMP 1
3527| #define HAVE_STRNCASECMP 1
3528| #define HAVE_TCGETATTR 1
3529| #define HAVE_VFPRINTF 1
3530| #define HAVE_USLEEP 1
3531| #define HAVE_SNPRINTF 1
3532| #define HAVE_DECL_SIGNGAM 1
3533| #define HAVE_SIGSETJMP 1
3534| #define PIPES 1
3535| #define HAVE_SYS_SELECT_H 1
3536| #define HAVE_SYS_SOCKET_H 1
3537| #define SELECT_TYPE_ARG1 int
3538| #define SELECT_TYPE_ARG234 (fd_set *)
3539| #define SELECT_TYPE_ARG5 (struct timeval *)
3540| #define HAVE_READLINE_RESET 1
3541| #define HAVE_LIBREADLINE 1
3542| #define HAVE_READLINE_READLINE_H 1
3543| #define HAVE_READLINE_HISTORY_H 1
3544| #define GNUPLOT_HISTORY 1
3545| #define HAVE_LIBZ 1
3546| /* end confdefs.h.  */
3547| #include <stdio.h>
3548| #ifdef HAVE_SYS_TYPES_H
3549| # include <sys/types.h>
3550| #endif
3551| #ifdef HAVE_SYS_STAT_H
3552| # include <sys/stat.h>
3553| #endif
3554| #ifdef STDC_HEADERS
3555| # include <stdlib.h>
3556| # include <stddef.h>
3557| #else
3558| # ifdef HAVE_STDLIB_H
3559| #  include <stdlib.h>
3560| # endif
3561| #endif
3562| #ifdef HAVE_STRING_H
3563| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3564| #  include <memory.h>
3565| # endif
3566| # include <string.h>
3567| #endif
3568| #ifdef HAVE_STRINGS_H
3569| # include <strings.h>
3570| #endif
3571| #ifdef HAVE_INTTYPES_H
3572| # include <inttypes.h>
3573| #endif
3574| #ifdef HAVE_STDINT_H
3575| # include <stdint.h>
3576| #endif
3577| #ifdef HAVE_UNISTD_H
3578| # include <unistd.h>
3579| #endif
3580| #include <zlib.h>
3581configure:9942: result: no
3582configure:9942: checking zlib.h presence
3583configure:9942: /usr/bin/clang -E -I/opt/local/include  -I/opt/local/include conftest.c
3584In file included from conftest.c:105:
3585In file included from /opt/local/include/zlib.h:34:
3586/opt/local/include/zconf.h:427:14: fatal error: 'stdarg.h' file not found
3587#    include <stdarg.h>         /* for va_list */
3588             ^
35891 error generated.
3590configure:9942: $? = 1
3591configure: failed program was:
3592| /* confdefs.h */
3593| #define PACKAGE_NAME "gnuplot"
3594| #define PACKAGE_TARNAME "gnuplot"
3595| #define PACKAGE_VERSION "4.6.5"
3596| #define PACKAGE_STRING "gnuplot 4.6.5"
3597| #define PACKAGE_BUGREPORT ""
3598| #define PACKAGE_URL ""
3599| #define PACKAGE "gnuplot"
3600| #define VERSION "4.6.5"
3601| #define PROTOTYPES 1
3602| #define HAVE_SYS_TYPES_H 1
3603| #define HAVE_SYS_STAT_H 1
3604| #define HAVE_STDLIB_H 1
3605| #define HAVE_STRING_H 1
3606| #define HAVE_MEMORY_H 1
3607| #define HAVE_STRINGS_H 1
3608| #define HAVE_INTTYPES_H 1
3609| #define HAVE_STDINT_H 1
3610| #define HAVE_UNISTD_H 1
3611| #define __EXTENSIONS__ 1
3612| #define _ALL_SOURCE 1
3613| #define _GNU_SOURCE 1
3614| #define _POSIX_PTHREAD_SEMANTICS 1
3615| #define _TANDEM_SOURCE 1
3616| #define HAVE_STRINGIZE 1
3617| #define X11 1
3618| #define HAVE_DIRENT_H 1
3619| #define HAVE_ERRNO_H 1
3620| #define HAVE_LANGINFO_H 1
3621| #define HAVE_LIMITS_H 1
3622| #define HAVE_LOCALE_H 1
3623| #define HAVE_MATH_H 1
3624| #define HAVE_STDLIB_H 1
3625| #define HAVE_STRING_H 1
3626| #define HAVE_TIME_H 1
3627| #define HAVE_SYS_TIME_H 1
3628| #define HAVE_SYS_TYPES_H 1
3629| #define HAVE_SYS_IOCTL_H 1
3630| #define HAVE_SYS_PARAM_H 1
3631| #define HAVE_SYS_SELECT_H 1
3632| #define HAVE_SYS_SOCKET_H 1
3633| #define HAVE_SYS_STAT_H 1
3634| #define HAVE_SYS_TIMEB_H 1
3635| #define HAVE_SYS_UTSNAME_H 1
3636| #define HAVE_POLL_H 1
3637| #define HAVE_SGTTY_H 1
3638| #define HAVE_TERMIOS_H 1
3639| #define HAVE_DIRENT_H 1
3640| #define HAVE__BOOL 1
3641| #define HAVE_STDBOOL_H 1
3642| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
3643| #define HAVE_UNISTD_H 1
3644| #define HAVE_TIME_T_IN_TIME_H 1
3645| #define RETSIGTYPE void
3646| #define HAVE_ATEXIT 1
3647| #define HAVE_MEMCPY 1
3648| #define HAVE_MEMMOVE 1
3649| #define HAVE_MEMSET 1
3650| #define HAVE_BCOPY 1
3651| #define HAVE_BZERO 1
3652| #define HAVE_SETVBUF 1
3653| #define HAVE_STRERROR 1
3654| #define HAVE_STRCHR 1
3655| #define HAVE_STRRCHR 1
3656| #define HAVE_STRSTR 1
3657| #define HAVE_INDEX 1
3658| #define HAVE_RINDEX 1
3659| #define HAVE_ERF 1
3660| #define HAVE_ERFC 1
3661| #define HAVE_GAMMA 1
3662| #define HAVE_LGAMMA 1
3663| #define HAVE_GETCWD 1
3664| #define HAVE_POLL 1
3665| #define HAVE_PCLOSE 1
3666| #define HAVE_POPEN 1
3667| #define HAVE_FDOPEN 1
3668| #define HAVE_SELECT 1
3669| #define HAVE_SLEEP 1
3670| #define HAVE_STPCPY 1
3671| #define HAVE_STRCSPN 1
3672| #define HAVE_STRDUP 1
3673| #define HAVE_STRNDUP 1
3674| #define HAVE_STRNLEN 1
3675| #define HAVE_STRCASECMP 1
3676| #define HAVE_STRNCASECMP 1
3677| #define HAVE_TCGETATTR 1
3678| #define HAVE_VFPRINTF 1
3679| #define HAVE_USLEEP 1
3680| #define HAVE_SNPRINTF 1
3681| #define HAVE_DECL_SIGNGAM 1
3682| #define HAVE_SIGSETJMP 1
3683| #define PIPES 1
3684| #define HAVE_SYS_SELECT_H 1
3685| #define HAVE_SYS_SOCKET_H 1
3686| #define SELECT_TYPE_ARG1 int
3687| #define SELECT_TYPE_ARG234 (fd_set *)
3688| #define SELECT_TYPE_ARG5 (struct timeval *)
3689| #define HAVE_READLINE_RESET 1
3690| #define HAVE_LIBREADLINE 1
3691| #define HAVE_READLINE_READLINE_H 1
3692| #define HAVE_READLINE_HISTORY_H 1
3693| #define GNUPLOT_HISTORY 1
3694| #define HAVE_LIBZ 1
3695| /* end confdefs.h.  */
3696| #include <zlib.h>
3697configure:9942: result: no
3698configure:9942: checking for zlib.h
3699configure:9942: result: no
3700configure:9947: WARNING: found z library but not zlib.h
3701please add path to zlib.h to CPPFLAGS in Makefile
3702configure:9971: checking for gdlib-config
3703configure:9989: found /opt/local/bin/gdlib-config
3704configure:10001: result: /opt/local/bin/gdlib-config
3705configure:10023: checking for gdImageCreateTrueColor in -lgd
3706configure:10048: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c -lgd   >&5
3707configure:10048: $? = 0
3708configure:10057: result: yes
3709configure:10065: checking gd.h usability
3710configure:10065: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include conftest.c >&5
3711In file included from conftest.c:139:
3712/opt/local/include/gd.h:80:10: fatal error: 'stdarg.h' file not found
3713#include <stdarg.h>
3714         ^
37151 error generated.
3716configure:10065: $? = 1
3717configure: failed program was:
3718| /* confdefs.h */
3719| #define PACKAGE_NAME "gnuplot"
3720| #define PACKAGE_TARNAME "gnuplot"
3721| #define PACKAGE_VERSION "4.6.5"
3722| #define PACKAGE_STRING "gnuplot 4.6.5"
3723| #define PACKAGE_BUGREPORT ""
3724| #define PACKAGE_URL ""
3725| #define PACKAGE "gnuplot"
3726| #define VERSION "4.6.5"
3727| #define PROTOTYPES 1
3728| #define HAVE_SYS_TYPES_H 1
3729| #define HAVE_SYS_STAT_H 1
3730| #define HAVE_STDLIB_H 1
3731| #define HAVE_STRING_H 1
3732| #define HAVE_MEMORY_H 1
3733| #define HAVE_STRINGS_H 1
3734| #define HAVE_INTTYPES_H 1
3735| #define HAVE_STDINT_H 1
3736| #define HAVE_UNISTD_H 1
3737| #define __EXTENSIONS__ 1
3738| #define _ALL_SOURCE 1
3739| #define _GNU_SOURCE 1
3740| #define _POSIX_PTHREAD_SEMANTICS 1
3741| #define _TANDEM_SOURCE 1
3742| #define HAVE_STRINGIZE 1
3743| #define X11 1
3744| #define HAVE_DIRENT_H 1
3745| #define HAVE_ERRNO_H 1
3746| #define HAVE_LANGINFO_H 1
3747| #define HAVE_LIMITS_H 1
3748| #define HAVE_LOCALE_H 1
3749| #define HAVE_MATH_H 1
3750| #define HAVE_STDLIB_H 1
3751| #define HAVE_STRING_H 1
3752| #define HAVE_TIME_H 1
3753| #define HAVE_SYS_TIME_H 1
3754| #define HAVE_SYS_TYPES_H 1
3755| #define HAVE_SYS_IOCTL_H 1
3756| #define HAVE_SYS_PARAM_H 1
3757| #define HAVE_SYS_SELECT_H 1
3758| #define HAVE_SYS_SOCKET_H 1
3759| #define HAVE_SYS_STAT_H 1
3760| #define HAVE_SYS_TIMEB_H 1
3761| #define HAVE_SYS_UTSNAME_H 1
3762| #define HAVE_POLL_H 1
3763| #define HAVE_SGTTY_H 1
3764| #define HAVE_TERMIOS_H 1
3765| #define HAVE_DIRENT_H 1
3766| #define HAVE__BOOL 1
3767| #define HAVE_STDBOOL_H 1
3768| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
3769| #define HAVE_UNISTD_H 1
3770| #define HAVE_TIME_T_IN_TIME_H 1
3771| #define RETSIGTYPE void
3772| #define HAVE_ATEXIT 1
3773| #define HAVE_MEMCPY 1
3774| #define HAVE_MEMMOVE 1
3775| #define HAVE_MEMSET 1
3776| #define HAVE_BCOPY 1
3777| #define HAVE_BZERO 1
3778| #define HAVE_SETVBUF 1
3779| #define HAVE_STRERROR 1
3780| #define HAVE_STRCHR 1
3781| #define HAVE_STRRCHR 1
3782| #define HAVE_STRSTR 1
3783| #define HAVE_INDEX 1
3784| #define HAVE_RINDEX 1
3785| #define HAVE_ERF 1
3786| #define HAVE_ERFC 1
3787| #define HAVE_GAMMA 1
3788| #define HAVE_LGAMMA 1
3789| #define HAVE_GETCWD 1
3790| #define HAVE_POLL 1
3791| #define HAVE_PCLOSE 1
3792| #define HAVE_POPEN 1
3793| #define HAVE_FDOPEN 1
3794| #define HAVE_SELECT 1
3795| #define HAVE_SLEEP 1
3796| #define HAVE_STPCPY 1
3797| #define HAVE_STRCSPN 1
3798| #define HAVE_STRDUP 1
3799| #define HAVE_STRNDUP 1
3800| #define HAVE_STRNLEN 1
3801| #define HAVE_STRCASECMP 1
3802| #define HAVE_STRNCASECMP 1
3803| #define HAVE_TCGETATTR 1
3804| #define HAVE_VFPRINTF 1
3805| #define HAVE_USLEEP 1
3806| #define HAVE_SNPRINTF 1
3807| #define HAVE_DECL_SIGNGAM 1
3808| #define HAVE_SIGSETJMP 1
3809| #define PIPES 1
3810| #define HAVE_SYS_SELECT_H 1
3811| #define HAVE_SYS_SOCKET_H 1
3812| #define SELECT_TYPE_ARG1 int
3813| #define SELECT_TYPE_ARG234 (fd_set *)
3814| #define SELECT_TYPE_ARG5 (struct timeval *)
3815| #define HAVE_READLINE_RESET 1
3816| #define HAVE_LIBREADLINE 1
3817| #define HAVE_READLINE_READLINE_H 1
3818| #define HAVE_READLINE_HISTORY_H 1
3819| #define GNUPLOT_HISTORY 1
3820| #define HAVE_LIBZ 1
3821| #define HAVE_LIBGD 1
3822| /* end confdefs.h.  */
3823| #include <stdio.h>
3824| #ifdef HAVE_SYS_TYPES_H
3825| # include <sys/types.h>
3826| #endif
3827| #ifdef HAVE_SYS_STAT_H
3828| # include <sys/stat.h>
3829| #endif
3830| #ifdef STDC_HEADERS
3831| # include <stdlib.h>
3832| # include <stddef.h>
3833| #else
3834| # ifdef HAVE_STDLIB_H
3835| #  include <stdlib.h>
3836| # endif
3837| #endif
3838| #ifdef HAVE_STRING_H
3839| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3840| #  include <memory.h>
3841| # endif
3842| # include <string.h>
3843| #endif
3844| #ifdef HAVE_STRINGS_H
3845| # include <strings.h>
3846| #endif
3847| #ifdef HAVE_INTTYPES_H
3848| # include <inttypes.h>
3849| #endif
3850| #ifdef HAVE_STDINT_H
3851| # include <stdint.h>
3852| #endif
3853| #ifdef HAVE_UNISTD_H
3854| # include <unistd.h>
3855| #endif
3856| #include <gd.h>
3857configure:10065: result: no
3858configure:10065: checking gd.h presence
3859configure:10065: /usr/bin/clang -E -I/opt/local/include  -I/opt/local/include -I/opt/local/include conftest.c
3860In file included from conftest.c:106:
3861/opt/local/include/gd.h:80:10: fatal error: 'stdarg.h' file not found
3862#include <stdarg.h>
3863         ^
38641 error generated.
3865configure:10065: $? = 1
3866configure: failed program was:
3867| /* confdefs.h */
3868| #define PACKAGE_NAME "gnuplot"
3869| #define PACKAGE_TARNAME "gnuplot"
3870| #define PACKAGE_VERSION "4.6.5"
3871| #define PACKAGE_STRING "gnuplot 4.6.5"
3872| #define PACKAGE_BUGREPORT ""
3873| #define PACKAGE_URL ""
3874| #define PACKAGE "gnuplot"
3875| #define VERSION "4.6.5"
3876| #define PROTOTYPES 1
3877| #define HAVE_SYS_TYPES_H 1
3878| #define HAVE_SYS_STAT_H 1
3879| #define HAVE_STDLIB_H 1
3880| #define HAVE_STRING_H 1
3881| #define HAVE_MEMORY_H 1
3882| #define HAVE_STRINGS_H 1
3883| #define HAVE_INTTYPES_H 1
3884| #define HAVE_STDINT_H 1
3885| #define HAVE_UNISTD_H 1
3886| #define __EXTENSIONS__ 1
3887| #define _ALL_SOURCE 1
3888| #define _GNU_SOURCE 1
3889| #define _POSIX_PTHREAD_SEMANTICS 1
3890| #define _TANDEM_SOURCE 1
3891| #define HAVE_STRINGIZE 1
3892| #define X11 1
3893| #define HAVE_DIRENT_H 1
3894| #define HAVE_ERRNO_H 1
3895| #define HAVE_LANGINFO_H 1
3896| #define HAVE_LIMITS_H 1
3897| #define HAVE_LOCALE_H 1
3898| #define HAVE_MATH_H 1
3899| #define HAVE_STDLIB_H 1
3900| #define HAVE_STRING_H 1
3901| #define HAVE_TIME_H 1
3902| #define HAVE_SYS_TIME_H 1
3903| #define HAVE_SYS_TYPES_H 1
3904| #define HAVE_SYS_IOCTL_H 1
3905| #define HAVE_SYS_PARAM_H 1
3906| #define HAVE_SYS_SELECT_H 1
3907| #define HAVE_SYS_SOCKET_H 1
3908| #define HAVE_SYS_STAT_H 1
3909| #define HAVE_SYS_TIMEB_H 1
3910| #define HAVE_SYS_UTSNAME_H 1
3911| #define HAVE_POLL_H 1
3912| #define HAVE_SGTTY_H 1
3913| #define HAVE_TERMIOS_H 1
3914| #define HAVE_DIRENT_H 1
3915| #define HAVE__BOOL 1
3916| #define HAVE_STDBOOL_H 1
3917| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
3918| #define HAVE_UNISTD_H 1
3919| #define HAVE_TIME_T_IN_TIME_H 1
3920| #define RETSIGTYPE void
3921| #define HAVE_ATEXIT 1
3922| #define HAVE_MEMCPY 1
3923| #define HAVE_MEMMOVE 1
3924| #define HAVE_MEMSET 1
3925| #define HAVE_BCOPY 1
3926| #define HAVE_BZERO 1
3927| #define HAVE_SETVBUF 1
3928| #define HAVE_STRERROR 1
3929| #define HAVE_STRCHR 1
3930| #define HAVE_STRRCHR 1
3931| #define HAVE_STRSTR 1
3932| #define HAVE_INDEX 1
3933| #define HAVE_RINDEX 1
3934| #define HAVE_ERF 1
3935| #define HAVE_ERFC 1
3936| #define HAVE_GAMMA 1
3937| #define HAVE_LGAMMA 1
3938| #define HAVE_GETCWD 1
3939| #define HAVE_POLL 1
3940| #define HAVE_PCLOSE 1
3941| #define HAVE_POPEN 1
3942| #define HAVE_FDOPEN 1
3943| #define HAVE_SELECT 1
3944| #define HAVE_SLEEP 1
3945| #define HAVE_STPCPY 1
3946| #define HAVE_STRCSPN 1
3947| #define HAVE_STRDUP 1
3948| #define HAVE_STRNDUP 1
3949| #define HAVE_STRNLEN 1
3950| #define HAVE_STRCASECMP 1
3951| #define HAVE_STRNCASECMP 1
3952| #define HAVE_TCGETATTR 1
3953| #define HAVE_VFPRINTF 1
3954| #define HAVE_USLEEP 1
3955| #define HAVE_SNPRINTF 1
3956| #define HAVE_DECL_SIGNGAM 1
3957| #define HAVE_SIGSETJMP 1
3958| #define PIPES 1
3959| #define HAVE_SYS_SELECT_H 1
3960| #define HAVE_SYS_SOCKET_H 1
3961| #define SELECT_TYPE_ARG1 int
3962| #define SELECT_TYPE_ARG234 (fd_set *)
3963| #define SELECT_TYPE_ARG5 (struct timeval *)
3964| #define HAVE_READLINE_RESET 1
3965| #define HAVE_LIBREADLINE 1
3966| #define HAVE_READLINE_READLINE_H 1
3967| #define HAVE_READLINE_HISTORY_H 1
3968| #define GNUPLOT_HISTORY 1
3969| #define HAVE_LIBZ 1
3970| #define HAVE_LIBGD 1
3971| /* end confdefs.h.  */
3972| #include <gd.h>
3973configure:10065: result: no
3974configure:10065: checking for gd.h
3975configure:10065: result: no
3976configure:10072: WARNING: please add path to gd.h to CPPFLAGS in Makefile
3977configure:10079: checking for gdImageGif in -lgd
3978configure:10104: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c -lgd   >&5
3979configure:10104: $? = 0
3980configure:10113: result: yes
3981configure:10121: checking for gdImageGifAnimBegin in -lgd
3982configure:10146: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c -lgd   >&5
3983configure:10146: $? = 0
3984configure:10155: result: yes
3985configure:10166: checking for gdImageJpeg in -lgd
3986configure:10191: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c -lgd   -ljpeg >&5
3987configure:10191: $? = 0
3988configure:10200: result: yes
3989configure:10211: checking for gdImageStringFT in -lgd
3990configure:10236: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c -lgd   -lgd -ljpeg -lz -L/opt/local/lib -lpng16 -L/opt/local/lib -lfreetype -lz -lbz2 -lpng16 -L/opt/local/lib -lfontconfig -lfontconfig -L/opt/local/lib -lXpm -L/opt/local/lib -lvpx -L/opt/local/lib -ltiff -liconv -ljpeg -lfreetype >&5
3991configure:10236: $? = 0
3992configure:10245: result: yes
3993configure:10304: checking for gdImagePng in -lgd
3994configure:10329: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c -lgd   -lgd -ljpeg -lz -L/opt/local/lib -lpng16 -L/opt/local/lib -lfreetype -lz -lbz2 -lpng16 -L/opt/local/lib -lfontconfig -lfontconfig -L/opt/local/lib -lXpm -L/opt/local/lib -lvpx -L/opt/local/lib -ltiff -liconv -ljpeg -lfreetype -lpng >&5
3995configure:10329: $? = 0
3996configure:10338: result: yes
3997configure:10367: checking for library containing iconv_open
3998configure:10398: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c  >&5
3999Undefined symbols for architecture x86_64:
4000  "_iconv_open", referenced from:
4001      _main in cc-8f8Krb.o
4002ld: symbol(s) not found for architecture x86_64
4003clang: error: linker command failed with exit code 1 (use -v to see invocation)
4004configure:10398: $? = 1
4005configure: failed program was:
4006| /* confdefs.h */
4007| #define PACKAGE_NAME "gnuplot"
4008| #define PACKAGE_TARNAME "gnuplot"
4009| #define PACKAGE_VERSION "4.6.5"
4010| #define PACKAGE_STRING "gnuplot 4.6.5"
4011| #define PACKAGE_BUGREPORT ""
4012| #define PACKAGE_URL ""
4013| #define PACKAGE "gnuplot"
4014| #define VERSION "4.6.5"
4015| #define PROTOTYPES 1
4016| #define HAVE_SYS_TYPES_H 1
4017| #define HAVE_SYS_STAT_H 1
4018| #define HAVE_STDLIB_H 1
4019| #define HAVE_STRING_H 1
4020| #define HAVE_MEMORY_H 1
4021| #define HAVE_STRINGS_H 1
4022| #define HAVE_INTTYPES_H 1
4023| #define HAVE_STDINT_H 1
4024| #define HAVE_UNISTD_H 1
4025| #define __EXTENSIONS__ 1
4026| #define _ALL_SOURCE 1
4027| #define _GNU_SOURCE 1
4028| #define _POSIX_PTHREAD_SEMANTICS 1
4029| #define _TANDEM_SOURCE 1
4030| #define HAVE_STRINGIZE 1
4031| #define X11 1
4032| #define HAVE_DIRENT_H 1
4033| #define HAVE_ERRNO_H 1
4034| #define HAVE_LANGINFO_H 1
4035| #define HAVE_LIMITS_H 1
4036| #define HAVE_LOCALE_H 1
4037| #define HAVE_MATH_H 1
4038| #define HAVE_STDLIB_H 1
4039| #define HAVE_STRING_H 1
4040| #define HAVE_TIME_H 1
4041| #define HAVE_SYS_TIME_H 1
4042| #define HAVE_SYS_TYPES_H 1
4043| #define HAVE_SYS_IOCTL_H 1
4044| #define HAVE_SYS_PARAM_H 1
4045| #define HAVE_SYS_SELECT_H 1
4046| #define HAVE_SYS_SOCKET_H 1
4047| #define HAVE_SYS_STAT_H 1
4048| #define HAVE_SYS_TIMEB_H 1
4049| #define HAVE_SYS_UTSNAME_H 1
4050| #define HAVE_POLL_H 1
4051| #define HAVE_SGTTY_H 1
4052| #define HAVE_TERMIOS_H 1
4053| #define HAVE_DIRENT_H 1
4054| #define HAVE__BOOL 1
4055| #define HAVE_STDBOOL_H 1
4056| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
4057| #define HAVE_UNISTD_H 1
4058| #define HAVE_TIME_T_IN_TIME_H 1
4059| #define RETSIGTYPE void
4060| #define HAVE_ATEXIT 1
4061| #define HAVE_MEMCPY 1
4062| #define HAVE_MEMMOVE 1
4063| #define HAVE_MEMSET 1
4064| #define HAVE_BCOPY 1
4065| #define HAVE_BZERO 1
4066| #define HAVE_SETVBUF 1
4067| #define HAVE_STRERROR 1
4068| #define HAVE_STRCHR 1
4069| #define HAVE_STRRCHR 1
4070| #define HAVE_STRSTR 1
4071| #define HAVE_INDEX 1
4072| #define HAVE_RINDEX 1
4073| #define HAVE_ERF 1
4074| #define HAVE_ERFC 1
4075| #define HAVE_GAMMA 1
4076| #define HAVE_LGAMMA 1
4077| #define HAVE_GETCWD 1
4078| #define HAVE_POLL 1
4079| #define HAVE_PCLOSE 1
4080| #define HAVE_POPEN 1
4081| #define HAVE_FDOPEN 1
4082| #define HAVE_SELECT 1
4083| #define HAVE_SLEEP 1
4084| #define HAVE_STPCPY 1
4085| #define HAVE_STRCSPN 1
4086| #define HAVE_STRDUP 1
4087| #define HAVE_STRNDUP 1
4088| #define HAVE_STRNLEN 1
4089| #define HAVE_STRCASECMP 1
4090| #define HAVE_STRNCASECMP 1
4091| #define HAVE_TCGETATTR 1
4092| #define HAVE_VFPRINTF 1
4093| #define HAVE_USLEEP 1
4094| #define HAVE_SNPRINTF 1
4095| #define HAVE_DECL_SIGNGAM 1
4096| #define HAVE_SIGSETJMP 1
4097| #define PIPES 1
4098| #define HAVE_SYS_SELECT_H 1
4099| #define HAVE_SYS_SOCKET_H 1
4100| #define SELECT_TYPE_ARG1 int
4101| #define SELECT_TYPE_ARG234 (fd_set *)
4102| #define SELECT_TYPE_ARG5 (struct timeval *)
4103| #define HAVE_READLINE_RESET 1
4104| #define HAVE_LIBREADLINE 1
4105| #define HAVE_READLINE_READLINE_H 1
4106| #define HAVE_READLINE_HISTORY_H 1
4107| #define GNUPLOT_HISTORY 1
4108| #define HAVE_LIBZ 1
4109| #define HAVE_LIBGD 1
4110| #define HAVE_GD_GIF 1
4111| #define GIF_ANIMATION 1
4112| #define HAVE_GD_JPEG 1
4113| #define HAVE_GD_TTF 1
4114| #define HAVE_GD_PNG 1
4115| /* end confdefs.h.  */
4116|
4117| /* Override any GCC internal prototype to avoid an error.
4118|    Use char because int might match the return type of a GCC
4119|    builtin and then its argument prototype would still apply.  */
4120| #ifdef __cplusplus
4121| extern "C"
4122| #endif
4123| char iconv_open ();
4124| int
4125| main ()
4126| {
4127| return iconv_open ();
4128|   ;
4129|   return 0;
4130| }
4131configure:10398: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib conftest.c -liconv   >&5
4132Undefined symbols for architecture x86_64:
4133  "_iconv_open", referenced from:
4134      _main in cc-AGaw4t.o
4135ld: symbol(s) not found for architecture x86_64
4136clang: error: linker command failed with exit code 1 (use -v to see invocation)
4137configure:10398: $? = 1
4138configure: failed program was:
4139| /* confdefs.h */
4140| #define PACKAGE_NAME "gnuplot"
4141| #define PACKAGE_TARNAME "gnuplot"
4142| #define PACKAGE_VERSION "4.6.5"
4143| #define PACKAGE_STRING "gnuplot 4.6.5"
4144| #define PACKAGE_BUGREPORT ""
4145| #define PACKAGE_URL ""
4146| #define PACKAGE "gnuplot"
4147| #define VERSION "4.6.5"
4148| #define PROTOTYPES 1
4149| #define HAVE_SYS_TYPES_H 1
4150| #define HAVE_SYS_STAT_H 1
4151| #define HAVE_STDLIB_H 1
4152| #define HAVE_STRING_H 1
4153| #define HAVE_MEMORY_H 1
4154| #define HAVE_STRINGS_H 1
4155| #define HAVE_INTTYPES_H 1
4156| #define HAVE_STDINT_H 1
4157| #define HAVE_UNISTD_H 1
4158| #define __EXTENSIONS__ 1
4159| #define _ALL_SOURCE 1
4160| #define _GNU_SOURCE 1
4161| #define _POSIX_PTHREAD_SEMANTICS 1
4162| #define _TANDEM_SOURCE 1
4163| #define HAVE_STRINGIZE 1
4164| #define X11 1
4165| #define HAVE_DIRENT_H 1
4166| #define HAVE_ERRNO_H 1
4167| #define HAVE_LANGINFO_H 1
4168| #define HAVE_LIMITS_H 1
4169| #define HAVE_LOCALE_H 1
4170| #define HAVE_MATH_H 1
4171| #define HAVE_STDLIB_H 1
4172| #define HAVE_STRING_H 1
4173| #define HAVE_TIME_H 1
4174| #define HAVE_SYS_TIME_H 1
4175| #define HAVE_SYS_TYPES_H 1
4176| #define HAVE_SYS_IOCTL_H 1
4177| #define HAVE_SYS_PARAM_H 1
4178| #define HAVE_SYS_SELECT_H 1
4179| #define HAVE_SYS_SOCKET_H 1
4180| #define HAVE_SYS_STAT_H 1
4181| #define HAVE_SYS_TIMEB_H 1
4182| #define HAVE_SYS_UTSNAME_H 1
4183| #define HAVE_POLL_H 1
4184| #define HAVE_SGTTY_H 1
4185| #define HAVE_TERMIOS_H 1
4186| #define HAVE_DIRENT_H 1
4187| #define HAVE__BOOL 1
4188| #define HAVE_STDBOOL_H 1
4189| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
4190| #define HAVE_UNISTD_H 1
4191| #define HAVE_TIME_T_IN_TIME_H 1
4192| #define RETSIGTYPE void
4193| #define HAVE_ATEXIT 1
4194| #define HAVE_MEMCPY 1
4195| #define HAVE_MEMMOVE 1
4196| #define HAVE_MEMSET 1
4197| #define HAVE_BCOPY 1
4198| #define HAVE_BZERO 1
4199| #define HAVE_SETVBUF 1
4200| #define HAVE_STRERROR 1
4201| #define HAVE_STRCHR 1
4202| #define HAVE_STRRCHR 1
4203| #define HAVE_STRSTR 1
4204| #define HAVE_INDEX 1
4205| #define HAVE_RINDEX 1
4206| #define HAVE_ERF 1
4207| #define HAVE_ERFC 1
4208| #define HAVE_GAMMA 1
4209| #define HAVE_LGAMMA 1
4210| #define HAVE_GETCWD 1
4211| #define HAVE_POLL 1
4212| #define HAVE_PCLOSE 1
4213| #define HAVE_POPEN 1
4214| #define HAVE_FDOPEN 1
4215| #define HAVE_SELECT 1
4216| #define HAVE_SLEEP 1
4217| #define HAVE_STPCPY 1
4218| #define HAVE_STRCSPN 1
4219| #define HAVE_STRDUP 1
4220| #define HAVE_STRNDUP 1
4221| #define HAVE_STRNLEN 1
4222| #define HAVE_STRCASECMP 1
4223| #define HAVE_STRNCASECMP 1
4224| #define HAVE_TCGETATTR 1
4225| #define HAVE_VFPRINTF 1
4226| #define HAVE_USLEEP 1
4227| #define HAVE_SNPRINTF 1
4228| #define HAVE_DECL_SIGNGAM 1
4229| #define HAVE_SIGSETJMP 1
4230| #define PIPES 1
4231| #define HAVE_SYS_SELECT_H 1
4232| #define HAVE_SYS_SOCKET_H 1
4233| #define SELECT_TYPE_ARG1 int
4234| #define SELECT_TYPE_ARG234 (fd_set *)
4235| #define SELECT_TYPE_ARG5 (struct timeval *)
4236| #define HAVE_READLINE_RESET 1
4237| #define HAVE_LIBREADLINE 1
4238| #define HAVE_READLINE_READLINE_H 1
4239| #define HAVE_READLINE_HISTORY_H 1
4240| #define GNUPLOT_HISTORY 1
4241| #define HAVE_LIBZ 1
4242| #define HAVE_LIBGD 1
4243| #define HAVE_GD_GIF 1
4244| #define GIF_ANIMATION 1
4245| #define HAVE_GD_JPEG 1
4246| #define HAVE_GD_TTF 1
4247| #define HAVE_GD_PNG 1
4248| /* end confdefs.h.  */
4249|
4250| /* Override any GCC internal prototype to avoid an error.
4251|    Use char because int might match the return type of a GCC
4252|    builtin and then its argument prototype would still apply.  */
4253| #ifdef __cplusplus
4254| extern "C"
4255| #endif
4256| char iconv_open ();
4257| int
4258| main ()
4259| {
4260| return iconv_open ();
4261|   ;
4262|   return 0;
4263| }
4264configure:10415: result: no
4265configure:10793: checking for pkg-config
4266configure:10811: found /opt/local/bin/pkg-config
4267configure:10823: result: /opt/local/bin/pkg-config
4268configure:10848: checking pkg-config is at least version 0.9.0
4269configure:10851: result: yes
4270configure:10862: checking for LUA
4271configure:10870: $PKG_CONFIG --exists --print-errors "lua"
4272configure:10873: $? = 0
4273configure:10888: $PKG_CONFIG --exists --print-errors "lua"
4274configure:10891: $? = 0
4275configure:11073: result: yes
4276configure:11152: checking lua.h usability
4277configure:11152: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  conftest.c >&5
4278In file included from conftest.c:145:
4279/opt/local/include/lua.h:12:10: fatal error: 'stdarg.h' file not found
4280#include <stdarg.h>
4281         ^
42821 error generated.
4283configure:11152: $? = 1
4284configure: failed program was:
4285| /* confdefs.h */
4286| #define PACKAGE_NAME "gnuplot"
4287| #define PACKAGE_TARNAME "gnuplot"
4288| #define PACKAGE_VERSION "4.6.5"
4289| #define PACKAGE_STRING "gnuplot 4.6.5"
4290| #define PACKAGE_BUGREPORT ""
4291| #define PACKAGE_URL ""
4292| #define PACKAGE "gnuplot"
4293| #define VERSION "4.6.5"
4294| #define PROTOTYPES 1
4295| #define HAVE_SYS_TYPES_H 1
4296| #define HAVE_SYS_STAT_H 1
4297| #define HAVE_STDLIB_H 1
4298| #define HAVE_STRING_H 1
4299| #define HAVE_MEMORY_H 1
4300| #define HAVE_STRINGS_H 1
4301| #define HAVE_INTTYPES_H 1
4302| #define HAVE_STDINT_H 1
4303| #define HAVE_UNISTD_H 1
4304| #define __EXTENSIONS__ 1
4305| #define _ALL_SOURCE 1
4306| #define _GNU_SOURCE 1
4307| #define _POSIX_PTHREAD_SEMANTICS 1
4308| #define _TANDEM_SOURCE 1
4309| #define HAVE_STRINGIZE 1
4310| #define X11 1
4311| #define HAVE_DIRENT_H 1
4312| #define HAVE_ERRNO_H 1
4313| #define HAVE_LANGINFO_H 1
4314| #define HAVE_LIMITS_H 1
4315| #define HAVE_LOCALE_H 1
4316| #define HAVE_MATH_H 1
4317| #define HAVE_STDLIB_H 1
4318| #define HAVE_STRING_H 1
4319| #define HAVE_TIME_H 1
4320| #define HAVE_SYS_TIME_H 1
4321| #define HAVE_SYS_TYPES_H 1
4322| #define HAVE_SYS_IOCTL_H 1
4323| #define HAVE_SYS_PARAM_H 1
4324| #define HAVE_SYS_SELECT_H 1
4325| #define HAVE_SYS_SOCKET_H 1
4326| #define HAVE_SYS_STAT_H 1
4327| #define HAVE_SYS_TIMEB_H 1
4328| #define HAVE_SYS_UTSNAME_H 1
4329| #define HAVE_POLL_H 1
4330| #define HAVE_SGTTY_H 1
4331| #define HAVE_TERMIOS_H 1
4332| #define HAVE_DIRENT_H 1
4333| #define HAVE__BOOL 1
4334| #define HAVE_STDBOOL_H 1
4335| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
4336| #define HAVE_UNISTD_H 1
4337| #define HAVE_TIME_T_IN_TIME_H 1
4338| #define RETSIGTYPE void
4339| #define HAVE_ATEXIT 1
4340| #define HAVE_MEMCPY 1
4341| #define HAVE_MEMMOVE 1
4342| #define HAVE_MEMSET 1
4343| #define HAVE_BCOPY 1
4344| #define HAVE_BZERO 1
4345| #define HAVE_SETVBUF 1
4346| #define HAVE_STRERROR 1
4347| #define HAVE_STRCHR 1
4348| #define HAVE_STRRCHR 1
4349| #define HAVE_STRSTR 1
4350| #define HAVE_INDEX 1
4351| #define HAVE_RINDEX 1
4352| #define HAVE_ERF 1
4353| #define HAVE_ERFC 1
4354| #define HAVE_GAMMA 1
4355| #define HAVE_LGAMMA 1
4356| #define HAVE_GETCWD 1
4357| #define HAVE_POLL 1
4358| #define HAVE_PCLOSE 1
4359| #define HAVE_POPEN 1
4360| #define HAVE_FDOPEN 1
4361| #define HAVE_SELECT 1
4362| #define HAVE_SLEEP 1
4363| #define HAVE_STPCPY 1
4364| #define HAVE_STRCSPN 1
4365| #define HAVE_STRDUP 1
4366| #define HAVE_STRNDUP 1
4367| #define HAVE_STRNLEN 1
4368| #define HAVE_STRCASECMP 1
4369| #define HAVE_STRNCASECMP 1
4370| #define HAVE_TCGETATTR 1
4371| #define HAVE_VFPRINTF 1
4372| #define HAVE_USLEEP 1
4373| #define HAVE_SNPRINTF 1
4374| #define HAVE_DECL_SIGNGAM 1
4375| #define HAVE_SIGSETJMP 1
4376| #define PIPES 1
4377| #define HAVE_SYS_SELECT_H 1
4378| #define HAVE_SYS_SOCKET_H 1
4379| #define SELECT_TYPE_ARG1 int
4380| #define SELECT_TYPE_ARG234 (fd_set *)
4381| #define SELECT_TYPE_ARG5 (struct timeval *)
4382| #define HAVE_READLINE_RESET 1
4383| #define HAVE_LIBREADLINE 1
4384| #define HAVE_READLINE_READLINE_H 1
4385| #define HAVE_READLINE_HISTORY_H 1
4386| #define GNUPLOT_HISTORY 1
4387| #define HAVE_LIBZ 1
4388| #define HAVE_LIBGD 1
4389| #define HAVE_GD_GIF 1
4390| #define GIF_ANIMATION 1
4391| #define HAVE_GD_JPEG 1
4392| #define HAVE_GD_TTF 1
4393| #define HAVE_GD_PNG 1
4394| #define HAVE_LUA 1
4395| /* end confdefs.h.  */
4396| #include <stdio.h>
4397| #ifdef HAVE_SYS_TYPES_H
4398| # include <sys/types.h>
4399| #endif
4400| #ifdef HAVE_SYS_STAT_H
4401| # include <sys/stat.h>
4402| #endif
4403| #ifdef STDC_HEADERS
4404| # include <stdlib.h>
4405| # include <stddef.h>
4406| #else
4407| # ifdef HAVE_STDLIB_H
4408| #  include <stdlib.h>
4409| # endif
4410| #endif
4411| #ifdef HAVE_STRING_H
4412| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4413| #  include <memory.h>
4414| # endif
4415| # include <string.h>
4416| #endif
4417| #ifdef HAVE_STRINGS_H
4418| # include <strings.h>
4419| #endif
4420| #ifdef HAVE_INTTYPES_H
4421| # include <inttypes.h>
4422| #endif
4423| #ifdef HAVE_STDINT_H
4424| # include <stdint.h>
4425| #endif
4426| #ifdef HAVE_UNISTD_H
4427| # include <unistd.h>
4428| #endif
4429| #include <lua.h>
4430configure:11152: result: no
4431configure:11152: checking lua.h presence
4432configure:11152: /usr/bin/clang -E -I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  conftest.c
4433In file included from conftest.c:112:
4434/opt/local/include/lua.h:12:10: fatal error: 'stdarg.h' file not found
4435#include <stdarg.h>
4436         ^
44371 error generated.
4438configure:11152: $? = 1
4439configure: failed program was:
4440| /* confdefs.h */
4441| #define PACKAGE_NAME "gnuplot"
4442| #define PACKAGE_TARNAME "gnuplot"
4443| #define PACKAGE_VERSION "4.6.5"
4444| #define PACKAGE_STRING "gnuplot 4.6.5"
4445| #define PACKAGE_BUGREPORT ""
4446| #define PACKAGE_URL ""
4447| #define PACKAGE "gnuplot"
4448| #define VERSION "4.6.5"
4449| #define PROTOTYPES 1
4450| #define HAVE_SYS_TYPES_H 1
4451| #define HAVE_SYS_STAT_H 1
4452| #define HAVE_STDLIB_H 1
4453| #define HAVE_STRING_H 1
4454| #define HAVE_MEMORY_H 1
4455| #define HAVE_STRINGS_H 1
4456| #define HAVE_INTTYPES_H 1
4457| #define HAVE_STDINT_H 1
4458| #define HAVE_UNISTD_H 1
4459| #define __EXTENSIONS__ 1
4460| #define _ALL_SOURCE 1
4461| #define _GNU_SOURCE 1
4462| #define _POSIX_PTHREAD_SEMANTICS 1
4463| #define _TANDEM_SOURCE 1
4464| #define HAVE_STRINGIZE 1
4465| #define X11 1
4466| #define HAVE_DIRENT_H 1
4467| #define HAVE_ERRNO_H 1
4468| #define HAVE_LANGINFO_H 1
4469| #define HAVE_LIMITS_H 1
4470| #define HAVE_LOCALE_H 1
4471| #define HAVE_MATH_H 1
4472| #define HAVE_STDLIB_H 1
4473| #define HAVE_STRING_H 1
4474| #define HAVE_TIME_H 1
4475| #define HAVE_SYS_TIME_H 1
4476| #define HAVE_SYS_TYPES_H 1
4477| #define HAVE_SYS_IOCTL_H 1
4478| #define HAVE_SYS_PARAM_H 1
4479| #define HAVE_SYS_SELECT_H 1
4480| #define HAVE_SYS_SOCKET_H 1
4481| #define HAVE_SYS_STAT_H 1
4482| #define HAVE_SYS_TIMEB_H 1
4483| #define HAVE_SYS_UTSNAME_H 1
4484| #define HAVE_POLL_H 1
4485| #define HAVE_SGTTY_H 1
4486| #define HAVE_TERMIOS_H 1
4487| #define HAVE_DIRENT_H 1
4488| #define HAVE__BOOL 1
4489| #define HAVE_STDBOOL_H 1
4490| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
4491| #define HAVE_UNISTD_H 1
4492| #define HAVE_TIME_T_IN_TIME_H 1
4493| #define RETSIGTYPE void
4494| #define HAVE_ATEXIT 1
4495| #define HAVE_MEMCPY 1
4496| #define HAVE_MEMMOVE 1
4497| #define HAVE_MEMSET 1
4498| #define HAVE_BCOPY 1
4499| #define HAVE_BZERO 1
4500| #define HAVE_SETVBUF 1
4501| #define HAVE_STRERROR 1
4502| #define HAVE_STRCHR 1
4503| #define HAVE_STRRCHR 1
4504| #define HAVE_STRSTR 1
4505| #define HAVE_INDEX 1
4506| #define HAVE_RINDEX 1
4507| #define HAVE_ERF 1
4508| #define HAVE_ERFC 1
4509| #define HAVE_GAMMA 1
4510| #define HAVE_LGAMMA 1
4511| #define HAVE_GETCWD 1
4512| #define HAVE_POLL 1
4513| #define HAVE_PCLOSE 1
4514| #define HAVE_POPEN 1
4515| #define HAVE_FDOPEN 1
4516| #define HAVE_SELECT 1
4517| #define HAVE_SLEEP 1
4518| #define HAVE_STPCPY 1
4519| #define HAVE_STRCSPN 1
4520| #define HAVE_STRDUP 1
4521| #define HAVE_STRNDUP 1
4522| #define HAVE_STRNLEN 1
4523| #define HAVE_STRCASECMP 1
4524| #define HAVE_STRNCASECMP 1
4525| #define HAVE_TCGETATTR 1
4526| #define HAVE_VFPRINTF 1
4527| #define HAVE_USLEEP 1
4528| #define HAVE_SNPRINTF 1
4529| #define HAVE_DECL_SIGNGAM 1
4530| #define HAVE_SIGSETJMP 1
4531| #define PIPES 1
4532| #define HAVE_SYS_SELECT_H 1
4533| #define HAVE_SYS_SOCKET_H 1
4534| #define SELECT_TYPE_ARG1 int
4535| #define SELECT_TYPE_ARG234 (fd_set *)
4536| #define SELECT_TYPE_ARG5 (struct timeval *)
4537| #define HAVE_READLINE_RESET 1
4538| #define HAVE_LIBREADLINE 1
4539| #define HAVE_READLINE_READLINE_H 1
4540| #define HAVE_READLINE_HISTORY_H 1
4541| #define GNUPLOT_HISTORY 1
4542| #define HAVE_LIBZ 1
4543| #define HAVE_LIBGD 1
4544| #define HAVE_GD_GIF 1
4545| #define GIF_ANIMATION 1
4546| #define HAVE_GD_JPEG 1
4547| #define HAVE_GD_TTF 1
4548| #define HAVE_GD_PNG 1
4549| #define HAVE_LUA 1
4550| /* end confdefs.h.  */
4551| #include <lua.h>
4552configure:11152: result: no
4553configure:11152: checking for lua.h
4554configure:11152: result: no
4555configure:11159: WARNING: please add path to lua.h to CPPFLAGS in Makefile
4556configure:11368: checking for multi-byte support in x11
4557configure:11370: checking for XmbDrawString in -lX11
4558configure:11395: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib  -lX11  conftest.c -lX11   >&5
4559configure:11395: $? = 0
4560configure:11404: result: yes
4561configure:11723: checking for pkg-config
4562configure:11753: result: /opt/local/bin/pkg-config
4563configure:11778: checking pkg-config is at least version 0.9.0
4564configure:11781: result: yes
4565configure:11906: checking for C++ compiler version
4566configure:11915: /usr/bin/clang++ --version >&5
4567Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
4568Target: x86_64-apple-darwin13.3.0
4569Thread model: posix
4570configure:11926: $? = 0
4571configure:11915: /usr/bin/clang++ -v >&5
4572Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
4573Target: x86_64-apple-darwin13.3.0
4574Thread model: posix
4575configure:11926: $? = 0
4576configure:11915: /usr/bin/clang++ -V >&5
4577clang: error: argument to '-V' is missing (expected 1 value)
4578clang: error: no input files
4579configure:11926: $? = 1
4580configure:11915: /usr/bin/clang++ -qversion >&5
4581clang: error: no input files
4582configure:11926: $? = 1
4583configure:11930: checking whether we are using the GNU C++ compiler
4584configure:11949: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  conftest.cpp >&5
4585configure:11949: $? = 0
4586configure:11958: result: yes
4587configure:11967: checking whether /usr/bin/clang++ accepts -g
4588configure:11987: /usr/bin/clang++ -c -g -I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  conftest.cpp >&5
4589configure:11987: $? = 0
4590configure:12028: result: yes
4591configure:12053: checking dependency style of /usr/bin/clang++
4592configure:12164: result: gcc3
4593configure:12200: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  conftest.cpp >&5
4594conftest.cpp:121:10: fatal error: 'iostream' file not found
4595#include <iostream>
4596         ^
45971 error generated.
4598configure:12200: $? = 1
4599configure: failed program was:
4600| /* confdefs.h */
4601| #define PACKAGE_NAME "gnuplot"
4602| #define PACKAGE_TARNAME "gnuplot"
4603| #define PACKAGE_VERSION "4.6.5"
4604| #define PACKAGE_STRING "gnuplot 4.6.5"
4605| #define PACKAGE_BUGREPORT ""
4606| #define PACKAGE_URL ""
4607| #define PACKAGE "gnuplot"
4608| #define VERSION "4.6.5"
4609| #define PROTOTYPES 1
4610| #define HAVE_SYS_TYPES_H 1
4611| #define HAVE_SYS_STAT_H 1
4612| #define HAVE_STDLIB_H 1
4613| #define HAVE_STRING_H 1
4614| #define HAVE_MEMORY_H 1
4615| #define HAVE_STRINGS_H 1
4616| #define HAVE_INTTYPES_H 1
4617| #define HAVE_STDINT_H 1
4618| #define HAVE_UNISTD_H 1
4619| #define __EXTENSIONS__ 1
4620| #define _ALL_SOURCE 1
4621| #define _GNU_SOURCE 1
4622| #define _POSIX_PTHREAD_SEMANTICS 1
4623| #define _TANDEM_SOURCE 1
4624| #define HAVE_STRINGIZE 1
4625| #define X11 1
4626| #define HAVE_DIRENT_H 1
4627| #define HAVE_ERRNO_H 1
4628| #define HAVE_LANGINFO_H 1
4629| #define HAVE_LIMITS_H 1
4630| #define HAVE_LOCALE_H 1
4631| #define HAVE_MATH_H 1
4632| #define HAVE_STDLIB_H 1
4633| #define HAVE_STRING_H 1
4634| #define HAVE_TIME_H 1
4635| #define HAVE_SYS_TIME_H 1
4636| #define HAVE_SYS_TYPES_H 1
4637| #define HAVE_SYS_IOCTL_H 1
4638| #define HAVE_SYS_PARAM_H 1
4639| #define HAVE_SYS_SELECT_H 1
4640| #define HAVE_SYS_SOCKET_H 1
4641| #define HAVE_SYS_STAT_H 1
4642| #define HAVE_SYS_TIMEB_H 1
4643| #define HAVE_SYS_UTSNAME_H 1
4644| #define HAVE_POLL_H 1
4645| #define HAVE_SGTTY_H 1
4646| #define HAVE_TERMIOS_H 1
4647| #define HAVE_DIRENT_H 1
4648| #define HAVE__BOOL 1
4649| #define HAVE_STDBOOL_H 1
4650| #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
4651| #define HAVE_UNISTD_H 1
4652| #define HAVE_TIME_T_IN_TIME_H 1
4653| #define RETSIGTYPE void
4654| #define HAVE_ATEXIT 1
4655| #define HAVE_MEMCPY 1
4656| #define HAVE_MEMMOVE 1
4657| #define HAVE_MEMSET 1
4658| #define HAVE_BCOPY 1
4659| #define HAVE_BZERO 1
4660| #define HAVE_SETVBUF 1
4661| #define HAVE_STRERROR 1
4662| #define HAVE_STRCHR 1
4663| #define HAVE_STRRCHR 1
4664| #define HAVE_STRSTR 1
4665| #define HAVE_INDEX 1
4666| #define HAVE_RINDEX 1
4667| #define HAVE_ERF 1
4668| #define HAVE_ERFC 1
4669| #define HAVE_GAMMA 1
4670| #define HAVE_LGAMMA 1
4671| #define HAVE_GETCWD 1
4672| #define HAVE_POLL 1
4673| #define HAVE_PCLOSE 1
4674| #define HAVE_POPEN 1
4675| #define HAVE_FDOPEN 1
4676| #define HAVE_SELECT 1
4677| #define HAVE_SLEEP 1
4678| #define HAVE_STPCPY 1
4679| #define HAVE_STRCSPN 1
4680| #define HAVE_STRDUP 1
4681| #define HAVE_STRNDUP 1
4682| #define HAVE_STRNLEN 1
4683| #define HAVE_STRCASECMP 1
4684| #define HAVE_STRNCASECMP 1
4685| #define HAVE_TCGETATTR 1
4686| #define HAVE_VFPRINTF 1
4687| #define HAVE_USLEEP 1
4688| #define HAVE_SNPRINTF 1
4689| #define HAVE_DECL_SIGNGAM 1
4690| #define HAVE_SIGSETJMP 1
4691| #define PIPES 1
4692| #define HAVE_SYS_SELECT_H 1
4693| #define HAVE_SYS_SOCKET_H 1
4694| #define SELECT_TYPE_ARG1 int
4695| #define SELECT_TYPE_ARG234 (fd_set *)
4696| #define SELECT_TYPE_ARG5 (struct timeval *)
4697| #define HAVE_READLINE_RESET 1
4698| #define HAVE_LIBREADLINE 1
4699| #define HAVE_READLINE_READLINE_H 1
4700| #define HAVE_READLINE_HISTORY_H 1
4701| #define GNUPLOT_HISTORY 1
4702| #define HAVE_LIBZ 1
4703| #define HAVE_LIBGD 1
4704| #define HAVE_GD_GIF 1
4705| #define GIF_ANIMATION 1
4706| #define HAVE_GD_JPEG 1
4707| #define HAVE_GD_TTF 1
4708| #define HAVE_GD_PNG 1
4709| #define HAVE_LUA 1
4710| #define USE_MOUSE 1
4711| #define PIPE_IPC 1
4712| #define USE_X11_MULTIBYTE 1
4713| #define EXTERNAL_X11_WINDOW 1
4714| #define VOLATILE_REFRESH 1
4715| #define EAM_OBJECTS 1
4716| #define GP_MACROS 1
4717| #define HIDDEN3D_QUADTREE 1
4718| #define HIDDEN3D_VAR_PTSIZE 1
4719| /* end confdefs.h.  */
4720| #include <iostream>
4721| int
4722| main ()
4723| {
4724| const char hw[] = "Hello, World\n"; std::cout << hw;
4725|   ;
4726|   return 0;
4727| }
4728configure:12360: WARNING: No C++ compiler found. The wxWidgets terminal will not be compiled.
4729configure:12377: checking for wx-config
4730configure:12395: found /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config
4731configure:12408: result: /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config
4732configure:12437: checking for CAIROPANGO
4733configure:12445: $PKG_CONFIG --exists --print-errors "cairo >= 0.9.0 pango >= 1.10 pangocairo >= 1.10"
4734configure:12448: $? = 0
4735configure:12463: $PKG_CONFIG --exists --print-errors "cairo >= 0.9.0 pango >= 1.10 pangocairo >= 1.10"
4736configure:12466: $? = 0
4737configure:12542: result: yes
4738configure:12554: checking for PANGO_1_10_2
4739configure:12562: $PKG_CONFIG --exists --print-errors "pango = 1.10.2"
4740Requested 'pango = 1.10.2' but version of Pango is 1.36.7
4741configure:12565: $? = 1
4742configure:12580: $PKG_CONFIG --exists --print-errors "pango = 1.10.2"
4743Requested 'pango = 1.10.2' but version of Pango is 1.36.7
4744configure:12583: $? = 1
4745Requested 'pango = 1.10.2' but version of Pango is 1.36.7
4746configure:12611: result: no
4747configure:13082: checking for CAIROPDF
4748configure:13090: $PKG_CONFIG --exists --print-errors "       cairo >= 1.2 cairo-pdf >= 1.2 pango >= 1.10 pangocairo >= 1.10 glib-2.0"
4749configure:13093: $? = 0
4750configure:13108: $PKG_CONFIG --exists --print-errors "       cairo >= 1.2 cairo-pdf >= 1.2 pango >= 1.10 pangocairo >= 1.10 glib-2.0"
4751configure:13111: $? = 0
4752configure:13187: result: yes
4753configure:13204: checking for CAIROEPS
4754configure:13212: $PKG_CONFIG --exists --print-errors "cairo >= 1.6.0"
4755configure:13215: $? = 0
4756configure:13230: $PKG_CONFIG --exists --print-errors "cairo >= 1.6.0"
4757configure:13233: $? = 0
4758configure:13273: result: yes
4759configure:13887: checking that generated files are newer than configure
4760configure:13893: result: done
4761configure:13976: creating ./config.status
4762
4763## ---------------------- ##
4764## Running config.status. ##
4765## ---------------------- ##
4766
4767This file was extended by gnuplot config.status 4.6.5, which was
4768generated by GNU Autoconf 2.69.  Invocation command line was
4769
4770  CONFIG_FILES    =
4771  CONFIG_HEADERS  =
4772  CONFIG_LINKS    =
4773  CONFIG_COMMANDS =
4774  $ ./config.status
4775
4776on imac-5.local
4777
4778config.status:1079: creating Makefile
4779config.status:1079: creating config/Makefile
4780config.status:1079: creating demo/Makefile
4781config.status:1079: creating docs/Makefile
4782config.status:1079: creating m4/Makefile
4783config.status:1079: creating man/Makefile
4784config.status:1079: creating share/Makefile
4785config.status:1079: creating share/LaTeX/Makefile
4786config.status:1079: creating src/Makefile
4787config.status:1079: creating src/beos/Makefile
4788config.status:1079: creating src/wxterminal/Makefile
4789config.status:1079: creating src/qtterminal/Makefile
4790config.status:1079: creating term/Makefile
4791config.status:1079: creating tutorial/Makefile
4792config.status:1079: creating config.h
4793config.status:1308: executing depfiles commands
4794config.status:1308: executing default commands
4795configure:15454: result:
4796configure:15456: result: ** Configuration summary for gnuplot 4.6.5:
4797configure:15458: result:
4798configure:15461: result: gnuplot will be compiled with the following terminals:
4799configure:15463: result:
4800configure:15466: result:   Standalone terminals: yes (always builtin)
4801configure:15468: result:     canvas, cgm, context, corel, dumb, dxf, eepic, emf, emtex,
4802configure:15470: result:     epslatex, fig, gpic, hp2623a, hp2648, hpgl, imagen,
4803configure:15472: result:     latex, metafont, metapost, mif, pcl5, postscript, pslatex,
4804configure:15474: result:     pstex, pstricks, qms, regis, svg,
4805configure:15476: result:     tek40xx, tek410x, texdraw, tgif, tkcanvas, tpic, vttek
4806configure:15478: result:
4807configure:15485: result:   dot-matrix terminals: no
4808configure:15488: result:     epson, nec, okidata, tandy, and seiko dp414 printers
4809configure:15490: result:     hp500c, hpdj, hpljii, hppj, pbm, starc
4810configure:15492: result:
4811configure:15496: result:   X Window System terminal: yes
4812configure:15499: result:     (with multi-byte fonts)
4813configure:15507: result:     (enable plotting to windows opened by external apps)
4814configure:15514: result:     (with application defaults, in /etc/X11/app-defaults/)
4815configure:15522: result:   jpeg terminal: yes
4816configure:15531: result:   gif terminal: yes (with animated gif)
4817configure:15544: result:   png terminal: yes
4818configure:15552: result:     (jpeg, gif and png terminals can use TTF fonts)
4819configure:15571: result:   pdf terminal: no (requires libpdf)
4820configure:15588: result:   linux terminal (vga console): no (use --with-linux-vga to enable,
4821configure:15590: result:                                        requires SVGAlib)
4822configure:15592: result:   vgagl terminal ((s)vga console): no (use --with-linux-vga to enable,
4823configure:15594: result:                                        requires SVGAlib with vgagl)
4824configure:15607: result:   ggi terminal: no (use --with-ggi to enable, requires libggi)
4825configure:15615: result:   svga terminal (MSDOS/djgpp): no
4826configure:15623: result:   be terminal (BeOS): no
4827configure:15631: result:   next terminal: no
4828configure:15639: result:   aqua terminal: no
4829configure:15652: result:   wxt terminal: no (requires C++, wxWidgets>2.6, cairo>0.9, pango>1.10)
4830configure:15657: result:   cairo-based pdf and png terminals: yes
4831configure:15665: result:   lua/TikZ terminal: yes
4832configure:15676: result:   Qt terminal: no (requires C++, Qt >= 4.5)
4833configure:15680: result:
4834configure:15682: result:   Additional terminals are availaible in platform-specific makefiles:
4835configure:15684: result:    cgi (makefile.unx), pm (makefile.os2),
4836configure:15686: result:    sun (makefile.unx), unixpc (makefile.unx), windows (various Windows
4837configure:15688: result:    makefiles)
4838configure:15691: result:
4839configure:15693: result: gnuplot will be compiled with the following features:
4840configure:15695: result:
4841configure:15699: result:   Mouse support in interactive terminals: yes
4842configure:15707: result:   Zooming or refresh of volatile data: yes
4843configure:15715: result:   Typing <space> in plot window raises console
4844configure:15723: result:   Command line macros: yes
4845configure:15731: result:   Placement of rectangles and other objects: yes
4846configure:15738: result:
4847configure:15740: result: gnuplot will be compiled with the following options:
4848configure:15742: result:
4849configure:15762: result:   Readline library: GNU readline library with  -lncurses
4850configure:15779: result:   Command-line history file: yes
4851configure:15790: result:   Check current directory for .gnuplot file: no (use --with-cwdrc to enable)
4852configure:15798: result:   Sort help/subtopic tables by column: no (use --without-row-help to enable)
4853configure:15806: result:   Use TeX kpsexpand to search for fonts: no (use --with-kpsexpand to enable)
4854configure:15818: result:   Hidden3d optimization: quadtree
4855configure:15827: result:   Deprecated syntax and terminal options: no (use --enable-backwards-compatibility)
4856configure:15832: result:   Generate statistical summary of data: yes
4857configure:15840: result:
4858configure:15842: result: gnuplot will install the following additional materials:
4859configure:15844: result:
4860configure:15856: result:   gnuplot-mode for X/Emacs: no
4861configure:15864: result:   LaTeX tutorial: no
4862configure:15883: result:   cfg file for epslatex terminal: no
4863configure:15885: result:   TeX *.sty for lua/tikz terminal: no
4864configure:15889: result:   Help file: yes (always), in ${datarootdir}/gnuplot/4.6/gnuplot.gih
4865configure:15892: result:   PostScript prologue files: yes (always)
4866
4867## ---------------- ##
4868## Cache variables. ##
4869## ---------------- ##
4870
4871ac_cv_c_compiler_gnu=yes
4872ac_cv_c_const=yes
4873ac_cv_c_inline=inline
4874ac_cv_c_stringize=yes
4875ac_cv_cxx_compiler_gnu=yes
4876ac_cv_env_CAIROEPS_CFLAGS_set=
4877ac_cv_env_CAIROEPS_CFLAGS_value=
4878ac_cv_env_CAIROEPS_LIBS_set=
4879ac_cv_env_CAIROEPS_LIBS_value=
4880ac_cv_env_CAIROPANGO_CFLAGS_set=
4881ac_cv_env_CAIROPANGO_CFLAGS_value=
4882ac_cv_env_CAIROPANGO_LIBS_set=
4883ac_cv_env_CAIROPANGO_LIBS_value=
4884ac_cv_env_CAIROPDF_CFLAGS_set=
4885ac_cv_env_CAIROPDF_CFLAGS_value=
4886ac_cv_env_CAIROPDF_LIBS_set=
4887ac_cv_env_CAIROPDF_LIBS_value=
4888ac_cv_env_CCC_set=
4889ac_cv_env_CCC_value=
4890ac_cv_env_CC_set=set
4891ac_cv_env_CC_value=/usr/bin/clang
4892ac_cv_env_CFLAGS_set=set
4893ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
4894ac_cv_env_CPPFLAGS_set=set
4895ac_cv_env_CPPFLAGS_value=-I/opt/local/include
4896ac_cv_env_CPP_set=
4897ac_cv_env_CPP_value=
4898ac_cv_env_CXXCPP_set=
4899ac_cv_env_CXXCPP_value=
4900ac_cv_env_CXXFLAGS_set=set
4901ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
4902ac_cv_env_CXX_set=set
4903ac_cv_env_CXX_value=/usr/bin/clang++
4904ac_cv_env_DIST_CONTACT_set=
4905ac_cv_env_DIST_CONTACT_value=
4906ac_cv_env_EMACSLOADPATH_set=
4907ac_cv_env_EMACSLOADPATH_value=
4908ac_cv_env_EMACS_set=
4909ac_cv_env_EMACS_value=
4910ac_cv_env_GTK28_CFLAGS_set=
4911ac_cv_env_GTK28_CFLAGS_value=
4912ac_cv_env_GTK28_LIBS_set=
4913ac_cv_env_GTK28_LIBS_value=
4914ac_cv_env_GTK_CFLAGS_set=
4915ac_cv_env_GTK_CFLAGS_value=
4916ac_cv_env_GTK_LIBS_set=
4917ac_cv_env_GTK_LIBS_value=
4918ac_cv_env_LDFLAGS_set=set
4919ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
4920ac_cv_env_LIBS_set=
4921ac_cv_env_LIBS_value=
4922ac_cv_env_LUA_CFLAGS_set=
4923ac_cv_env_LUA_CFLAGS_value=
4924ac_cv_env_LUA_LIBS_set=
4925ac_cv_env_LUA_LIBS_value=
4926ac_cv_env_OBJCFLAGS_set=set
4927ac_cv_env_OBJCFLAGS_value='-pipe -Os -arch x86_64'
4928ac_cv_env_OBJC_set=set
4929ac_cv_env_OBJC_value=/usr/bin/clang
4930ac_cv_env_PANGO_1_10_2_CFLAGS_set=
4931ac_cv_env_PANGO_1_10_2_CFLAGS_value=
4932ac_cv_env_PANGO_1_10_2_LIBS_set=
4933ac_cv_env_PANGO_1_10_2_LIBS_value=
4934ac_cv_env_PKG_CONFIG_set=
4935ac_cv_env_PKG_CONFIG_value=
4936ac_cv_env_QT_CFLAGS_set=
4937ac_cv_env_QT_CFLAGS_value=
4938ac_cv_env_QT_LIBS_set=
4939ac_cv_env_QT_LIBS_value=
4940ac_cv_env_XMKMF_set=
4941ac_cv_env_XMKMF_value=
4942ac_cv_env_build_alias_set=
4943ac_cv_env_build_alias_value=
4944ac_cv_env_host_alias_set=
4945ac_cv_env_host_alias_value=
4946ac_cv_env_target_alias_set=
4947ac_cv_env_target_alias_value=
4948ac_cv_func_atexit=yes
4949ac_cv_func_bcopy=yes
4950ac_cv_func_bzero=yes
4951ac_cv_func_connect=yes
4952ac_cv_func_doprnt=no
4953ac_cv_func_erf=yes
4954ac_cv_func_erfc=yes
4955ac_cv_func_fdopen=yes
4956ac_cv_func_gamma=yes
4957ac_cv_func_getcwd=yes
4958ac_cv_func_gethostbyname=yes
4959ac_cv_func_index=yes
4960ac_cv_func_lgamma=yes
4961ac_cv_func_memcpy=yes
4962ac_cv_func_memmove=yes
4963ac_cv_func_memset=yes
4964ac_cv_func_on_exit=no
4965ac_cv_func_pclose=yes
4966ac_cv_func_poll=yes
4967ac_cv_func_popen=yes
4968ac_cv_func_remove=yes
4969ac_cv_func_rindex=yes
4970ac_cv_func_select=yes
4971ac_cv_func_select_args='int,fd_set *,struct timeval *'
4972ac_cv_func_setvbuf=yes
4973ac_cv_func_shmat=yes
4974ac_cv_func_sin=yes
4975ac_cv_func_sleep=yes
4976ac_cv_func_snprintf=yes
4977ac_cv_func_stpcpy=yes
4978ac_cv_func_strcasecmp=yes
4979ac_cv_func_strchr=yes
4980ac_cv_func_strcspn=yes
4981ac_cv_func_strdup=yes
4982ac_cv_func_strerror=yes
4983ac_cv_func_stricmp=no
4984ac_cv_func_strncasecmp=yes
4985ac_cv_func_strndup=yes
4986ac_cv_func_strnicmp=no
4987ac_cv_func_strnlen=yes
4988ac_cv_func_strrchr=yes
4989ac_cv_func_strstr=yes
4990ac_cv_func_sysinfo=no
4991ac_cv_func_tcgetattr=yes
4992ac_cv_func_usleep=yes
4993ac_cv_func_vfprintf=yes
4994ac_cv_have_decl_signgam=yes
4995ac_cv_have_x='have_x=yes        ac_x_includes='\'''\''  ac_x_libraries='\'''\'''
4996ac_cv_header_aquaterm_aqtadapter_h=no
4997ac_cv_header_dirent_h=yes
4998ac_cv_header_errno_h=yes
4999ac_cv_header_float_h=no
5000ac_cv_header_gd_h=no
5001ac_cv_header_inttypes_h=yes
5002ac_cv_header_langinfo_h=yes
5003ac_cv_header_libc_h=no
5004ac_cv_header_limits_h=yes
5005ac_cv_header_locale_h=yes
5006ac_cv_header_lua_h=no
5007ac_cv_header_malloc_h=no
5008ac_cv_header_math_h=yes
5009ac_cv_header_memory_h=yes
5010ac_cv_header_minix_config_h=no
5011ac_cv_header_poll_h=yes
5012ac_cv_header_readline_history_h=yes
5013ac_cv_header_readline_readline_h=yes
5014ac_cv_header_sgtty_h=yes
5015ac_cv_header_stat_broken=no
5016ac_cv_header_stdbool_h=yes
5017ac_cv_header_stdc=no
5018ac_cv_header_stdint_h=yes
5019ac_cv_header_stdlib_h=yes
5020ac_cv_header_string_h=yes
5021ac_cv_header_strings_h=yes
5022ac_cv_header_sys_bsdtypes_h=no
5023ac_cv_header_sys_ioctl_h=yes
5024ac_cv_header_sys_param_h=yes
5025ac_cv_header_sys_select_h=yes
5026ac_cv_header_sys_socket_h=yes
5027ac_cv_header_sys_stat_h=yes
5028ac_cv_header_sys_systeminfo_h=no
5029ac_cv_header_sys_time_h=yes
5030ac_cv_header_sys_timeb_h=yes
5031ac_cv_header_sys_types_h=yes
5032ac_cv_header_sys_utsname_h=yes
5033ac_cv_header_termios_h=yes
5034ac_cv_header_time_h=yes
5035ac_cv_header_unistd_h=yes
5036ac_cv_header_values_h=no
5037ac_cv_header_zlib_h=no
5038ac_cv_lib_ICE_IceConnectionNumber=yes
5039ac_cv_lib_X11_XmbDrawString=yes
5040ac_cv_lib_gd_gdImageCreateTrueColor=yes
5041ac_cv_lib_gd_gdImageGif=yes
5042ac_cv_lib_gd_gdImageGifAnimBegin=yes
5043ac_cv_lib_gd_gdImageJpeg=yes
5044ac_cv_lib_gd_gdImagePng=yes
5045ac_cv_lib_gd_gdImageStringFT=yes
5046ac_cv_lib_ncurses___tputs=yes
5047ac_cv_lib_readline_remove_history=yes
5048ac_cv_lib_z_deflate=yes
5049ac_cv_objc_compiler_gnu=yes
5050ac_cv_objext=o
5051ac_cv_path_EGREP='/usr/bin/grep -E'
5052ac_cv_path_GDLIB_CONFIG=/opt/local/bin/gdlib-config
5053ac_cv_path_GREP=/usr/bin/grep
5054ac_cv_path_WX_CONFIG=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config
5055ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
5056ac_cv_prog_AWK=awk
5057ac_cv_prog_CPP='/usr/bin/clang -E'
5058ac_cv_prog_EMACS=emacs
5059ac_cv_prog_TROFF=troff
5060ac_cv_prog_ac_ct_CC=/usr/bin/clang
5061ac_cv_prog_cc_c89=no
5062ac_cv_prog_cc_g=yes
5063ac_cv_prog_cxx_g=yes
5064ac_cv_prog_make_make_set=yes
5065ac_cv_prog_objc_g=yes
5066ac_cv_safe_to_define___extensions__=yes
5067ac_cv_search_iconv_open=no
5068ac_cv_search_rl_complete_with_tilde_expansion='none required'
5069ac_cv_search_rl_ding=-lreadline
5070ac_cv_search_rl_forced_update_display='none required'
5071ac_cv_search_rl_reset_after_signal='none required'
5072ac_cv_type__Bool=yes
5073ac_cv_type_signal=void
5074ac_cv_type_size_t=yes
5075am_cv_CC_dependencies_compiler_type=gcc3
5076am_cv_CXX_dependencies_compiler_type=gcc3
5077am_cv_OBJC_dependencies_compiler_type=gcc3
5078am_cv_lispdir='${datarootdir}/emacs/site-lisp'
5079am_cv_make_support_nested_variables=yes
5080pkg_cv_CAIROEPS_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include '
5081pkg_cv_CAIROEPS_LIBS='-L/opt/local/lib -lcairo '
5082pkg_cv_CAIROPANGO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 '
5083pkg_cv_CAIROPANGO_LIBS='-L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype '
5084pkg_cv_CAIROPDF_CFLAGS='-D_REENTRANT -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include '
5085pkg_cv_CAIROPDF_LIBS='-L/opt/local/lib -lz -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lfontconfig -lfreetype -lglib-2.0 -lintl '
5086pkg_cv_LUA_CFLAGS='-I/opt/local/include '
5087pkg_cv_LUA_LIBS='-L/opt/local/lib -llua -lm '
5088
5089## ----------------- ##
5090## Output variables. ##
5091## ----------------- ##
5092
5093ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.5/missing aclocal-1.13'
5094AMDEPBACKSLASH='\'
5095AMDEP_FALSE='#'
5096AMDEP_TRUE=''
5097AMTAR='$${TAR-tar}'
5098AM_BACKSLASH='\'
5099AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
5100AM_DEFAULT_VERBOSITY='1'
5101AM_V='$(V)'
5102AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.5/missing autoconf'
5103AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.5/missing autoheader'
5104AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.5/missing automake-1.13'
5105AWK='awk'
5106BUILD_BITMAP_FALSE=''
5107BUILD_BITMAP_TRUE='#'
5108BUILD_GNUPLOT_X11_FALSE='#'
5109BUILD_GNUPLOT_X11_TRUE=''
5110BUILD_GPCAIRO_FALSE='#'
5111BUILD_GPCAIRO_TRUE=''
5112BUILD_LUA_FALSE='#'
5113BUILD_LUA_TRUE=''
5114BUILD_ON_APPLE_FALSE='#'
5115BUILD_ON_APPLE_TRUE=''
5116BUILD_QT_FALSE=''
5117BUILD_QT_TRUE='#'
5118BUILD_SRC_BEOS_SUBDIR_FALSE=''
5119BUILD_SRC_BEOS_SUBDIR_TRUE='#'
5120BUILD_WXWIDGETS_FALSE=''
5121BUILD_WXWIDGETS_TRUE='#'
5122CAIROEPS_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include '
5123CAIROEPS_LIBS='-L/opt/local/lib -lcairo '
5124CAIROPANGO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 '
5125CAIROPANGO_LIBS='-L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype '
5126CAIROPDF_CFLAGS='-D_REENTRANT -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include '
5127CAIROPDF_LIBS='-L/opt/local/lib -lz -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lfontconfig -lfreetype -lglib-2.0 -lintl '
5128CC='/usr/bin/clang'
5129CCDEPMODE='depmode=gcc3'
5130CC_FOR_BUILD='/usr/bin/clang'
5131CFLAGS='-pipe -Os -arch x86_64'
5132CPP='/usr/bin/clang -E'
5133CPPFLAGS='-I/opt/local/include  -I/opt/local/include -I/opt/local/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include '
5134CXX='/usr/bin/clang'
5135CXXCPP=''
5136CXXDEPMODE='depmode=gcc3'
5137CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
5138CYGPATH_W='echo'
5139DEFS='-DHAVE_CONFIG_H'
5140DEPDIR='.deps'
5141DIST_CONTACT=''
5142DVIPS='no'
5143ECHO_C='\c'
5144ECHO_N=''
5145ECHO_T=''
5146EGREP='/usr/bin/grep -E'
5147EMACS='emacs'
5148EMACSLOADPATH=''
5149EXEEXT=''
5150GDLIB_CONFIG='/opt/local/bin/gdlib-config'
5151GIHDIR='${datarootdir}/gnuplot/4.6'
5152GREP='/usr/bin/grep'
5153GTK28_CFLAGS=''
5154GTK28_LIBS=''
5155GTK_CFLAGS=''
5156GTK_LIBS=''
5157HAVE_LATEX_FALSE=''
5158HAVE_LATEX_TRUE='#'
5159HAVE_LRELEASE_FALSE='#'
5160HAVE_LRELEASE_TRUE=''
5161INSTALL_DATA='${INSTALL} -m 644'
5162INSTALL_PROGRAM='${INSTALL}'
5163INSTALL_SCRIPT='${INSTALL}'
5164INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
5165KPSEXPAND='no'
5166LASERGNU='lasergnu-noinstall'
5167LATEX='no'
5168LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib'
5169LIBOBJS=''
5170LIBRARIES_FOR_X=' -lX11 '
5171LIBS=' -L/opt/local/lib -lz -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lfontconfig -lfreetype -lglib-2.0 -lintl '
5172LINUXSUID=''
5173LISPDIR=''
5174LN_S='ln -s'
5175LRELEASE=''
5176LTLIBOBJS=''
5177LUA_CFLAGS='-I/opt/local/include '
5178LUA_LIBS='-L/opt/local/lib -llua -lm '
5179MAINT='#'
5180MAINTAINER_MODE_FALSE=''
5181MAINTAINER_MODE_TRUE='#'
5182MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.5/missing makeinfo'
5183MKDIR_P='./install-sh -c -d'
5184MOC=''
5185OBJC='/usr/bin/clang'
5186OBJCDEPMODE='depmode=gcc3'
5187OBJCFLAGS='-pipe -Os -arch x86_64'
5188OBJEXT='o'
5189PACKAGE='gnuplot'
5190PACKAGE_BUGREPORT=''
5191PACKAGE_NAME='gnuplot'
5192PACKAGE_STRING='gnuplot 4.6.5'
5193PACKAGE_TARNAME='gnuplot'
5194PACKAGE_URL=''
5195PACKAGE_VERSION='4.6.5'
5196PANGO_1_10_2_CFLAGS=''
5197PANGO_1_10_2_LIBS=''
5198PATH_SEPARATOR=':'
5199PDFLATEX='no'
5200PDFLIB_CONFIG=''
5201PKG_CONFIG='/opt/local/bin/pkg-config'
5202PLAINTEX='no'
5203QT_CFLAGS=''
5204QT_LIBS=''
5205RCC=''
5206SET_MAKE=''
5207SHELL='/bin/sh'
5208STRIP=''
5209TERMLIBS=' -lreadline  -lncurses  -lz -lgd -lgd -ljpeg -lz -L/opt/local/lib -lpng16 -L/opt/local/lib -lfreetype -lz -lbz2 -lpng16 -L/opt/local/lib -lfontconfig -lfontconfig -L/opt/local/lib -lXpm -L/opt/local/lib -lvpx -L/opt/local/lib -ltiff -liconv -ljpeg -lfreetype -lpng -L/opt/local/lib -llua -lm '
5210TERMXLIBS=''
5211TEXDIR='no'
5212TEXHASH='true'
5213TROFF='troff'
5214TUTORIAL='notutorial'
5215UIC=''
5216VERSION='4.6.5'
5217VERSION_MAJOR='4.6'
5218WX_CONFIG='/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config'
5219WX_LIBS=''
5220X11_APPDEFAULTS_DIR='/etc/X11/app-defaults/'
5221XMKMF=''
5222X_CFLAGS=''
5223X_EXTRA_LIBS=''
5224X_LIBS=''
5225X_PRE_LIBS=' -lSM -lICE'
5226ac_ct_CC='/usr/bin/clang'
5227ac_ct_CXX=''
5228ac_ct_OBJC=''
5229am__EXEEXT_FALSE=''
5230am__EXEEXT_TRUE='#'
5231am__fastdepCC_FALSE='#'
5232am__fastdepCC_TRUE=''
5233am__fastdepCXX_FALSE='#'
5234am__fastdepCXX_TRUE=''
5235am__fastdepOBJC_FALSE='#'
5236am__fastdepOBJC_TRUE=''
5237am__include='include'
5238am__isrc=''
5239am__leading_dot='.'
5240am__nodep='_no'
5241am__quote=''
5242am__tar='$${TAR-tar} chof - "$$tardir"'
5243am__untar='$${TAR-tar} xf -'
5244bindir='${exec_prefix}/bin'
5245build_alias=''
5246datadir='${datarootdir}'
5247datarootdir='${prefix}/share'
5248docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
5249dvidir='${docdir}'
5250exec_prefix='${prefix}'
5251host_alias=''
5252htmldir='${docdir}'
5253includedir='${prefix}/include'
5254infodir='${prefix}/share/info'
5255install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/work/gnuplot-4.6.5/install-sh'
5256libdir='${exec_prefix}/lib'
5257libexecdir='${exec_prefix}/libexec'
5258lispdir='${datarootdir}/emacs/site-lisp'
5259localedir='${datarootdir}/locale'
5260localstatedir='${prefix}/var'
5261mandir='${prefix}/share/man'
5262mkdir_p='$(MKDIR_P)'
5263oldincludedir='/usr/include'
5264pdfdir='${docdir}'
5265prefix='/opt/local'
5266program_transform_name='s,x,x,'
5267psdir='${docdir}'
5268sbindir='${exec_prefix}/sbin'
5269sharedstatedir='${prefix}/com'
5270subdirs=''
5271sysconfdir='${prefix}/etc'
5272target_alias=''
5273
5274## ----------- ##
5275## confdefs.h. ##
5276## ----------- ##
5277
5278/* confdefs.h */
5279#define PACKAGE_NAME "gnuplot"
5280#define PACKAGE_TARNAME "gnuplot"
5281#define PACKAGE_VERSION "4.6.5"
5282#define PACKAGE_STRING "gnuplot 4.6.5"
5283#define PACKAGE_BUGREPORT ""
5284#define PACKAGE_URL ""
5285#define PACKAGE "gnuplot"
5286#define VERSION "4.6.5"
5287#define PROTOTYPES 1
5288#define HAVE_SYS_TYPES_H 1
5289#define HAVE_SYS_STAT_H 1
5290#define HAVE_STDLIB_H 1
5291#define HAVE_STRING_H 1
5292#define HAVE_MEMORY_H 1
5293#define HAVE_STRINGS_H 1
5294#define HAVE_INTTYPES_H 1
5295#define HAVE_STDINT_H 1
5296#define HAVE_UNISTD_H 1
5297#define __EXTENSIONS__ 1
5298#define _ALL_SOURCE 1
5299#define _GNU_SOURCE 1
5300#define _POSIX_PTHREAD_SEMANTICS 1
5301#define _TANDEM_SOURCE 1
5302#define HAVE_STRINGIZE 1
5303#define X11 1
5304#define HAVE_DIRENT_H 1
5305#define HAVE_ERRNO_H 1
5306#define HAVE_LANGINFO_H 1
5307#define HAVE_LIMITS_H 1
5308#define HAVE_LOCALE_H 1
5309#define HAVE_MATH_H 1
5310#define HAVE_STDLIB_H 1
5311#define HAVE_STRING_H 1
5312#define HAVE_TIME_H 1
5313#define HAVE_SYS_TIME_H 1
5314#define HAVE_SYS_TYPES_H 1
5315#define HAVE_SYS_IOCTL_H 1
5316#define HAVE_SYS_PARAM_H 1
5317#define HAVE_SYS_SELECT_H 1
5318#define HAVE_SYS_SOCKET_H 1
5319#define HAVE_SYS_STAT_H 1
5320#define HAVE_SYS_TIMEB_H 1
5321#define HAVE_SYS_UTSNAME_H 1
5322#define HAVE_POLL_H 1
5323#define HAVE_SGTTY_H 1
5324#define HAVE_TERMIOS_H 1
5325#define HAVE_DIRENT_H 1
5326#define HAVE__BOOL 1
5327#define HAVE_STDBOOL_H 1
5328#define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
5329#define HAVE_UNISTD_H 1
5330#define HAVE_TIME_T_IN_TIME_H 1
5331#define RETSIGTYPE void
5332#define HAVE_ATEXIT 1
5333#define HAVE_MEMCPY 1
5334#define HAVE_MEMMOVE 1
5335#define HAVE_MEMSET 1
5336#define HAVE_BCOPY 1
5337#define HAVE_BZERO 1
5338#define HAVE_SETVBUF 1
5339#define HAVE_STRERROR 1
5340#define HAVE_STRCHR 1
5341#define HAVE_STRRCHR 1
5342#define HAVE_STRSTR 1
5343#define HAVE_INDEX 1
5344#define HAVE_RINDEX 1
5345#define HAVE_ERF 1
5346#define HAVE_ERFC 1
5347#define HAVE_GAMMA 1
5348#define HAVE_LGAMMA 1
5349#define HAVE_GETCWD 1
5350#define HAVE_POLL 1
5351#define HAVE_PCLOSE 1
5352#define HAVE_POPEN 1
5353#define HAVE_FDOPEN 1
5354#define HAVE_SELECT 1
5355#define HAVE_SLEEP 1
5356#define HAVE_STPCPY 1
5357#define HAVE_STRCSPN 1
5358#define HAVE_STRDUP 1
5359#define HAVE_STRNDUP 1
5360#define HAVE_STRNLEN 1
5361#define HAVE_STRCASECMP 1
5362#define HAVE_STRNCASECMP 1
5363#define HAVE_TCGETATTR 1
5364#define HAVE_VFPRINTF 1
5365#define HAVE_USLEEP 1
5366#define HAVE_SNPRINTF 1
5367#define HAVE_DECL_SIGNGAM 1
5368#define HAVE_SIGSETJMP 1
5369#define PIPES 1
5370#define HAVE_SYS_SELECT_H 1
5371#define HAVE_SYS_SOCKET_H 1
5372#define SELECT_TYPE_ARG1 int
5373#define SELECT_TYPE_ARG234 (fd_set *)
5374#define SELECT_TYPE_ARG5 (struct timeval *)
5375#define HAVE_READLINE_RESET 1
5376#define HAVE_LIBREADLINE 1
5377#define HAVE_READLINE_READLINE_H 1
5378#define HAVE_READLINE_HISTORY_H 1
5379#define GNUPLOT_HISTORY 1
5380#define HAVE_LIBZ 1
5381#define HAVE_LIBGD 1
5382#define HAVE_GD_GIF 1
5383#define GIF_ANIMATION 1
5384#define HAVE_GD_JPEG 1
5385#define HAVE_GD_TTF 1
5386#define HAVE_GD_PNG 1
5387#define HAVE_LUA 1
5388#define USE_MOUSE 1
5389#define PIPE_IPC 1
5390#define USE_X11_MULTIBYTE 1
5391#define EXTERNAL_X11_WINDOW 1
5392#define VOLATILE_REFRESH 1
5393#define EAM_OBJECTS 1
5394#define GP_MACROS 1
5395#define HIDDEN3D_QUADTREE 1
5396#define HIDDEN3D_VAR_PTSIZE 1
5397#define NO_BITMAP_SUPPORT 1
5398#define HAVE_CAIROPDF 1
5399#define HAVE_CAIROEPS 1
5400#define USE_STATS 1
5401
5402configure: exit 0
5403