Ticket #50551: config.2.log

File config.2.log, 240.6 KB (added by shigemi.ohta@…, 8 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 GNU Octave configure 3.8.2, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --with-umfpack=-lumfpack -lSuiteSparse --enable-docs --enable-strict-warning-flags --disable-silent-rules --without-x --with-opengl --disable-gui --disable-java --with-cholmod=-lcholmod --with-blas=-lcblas -lf77blas -latlas --with-lapack=-llapack
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = shigemi.local
14uname -m = x86_64
15uname -r = 15.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~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 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 344 tasks, 1868 threads, 4 processors
34Load average: 7.48, Mach factor: 0.56
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:5027: checking for a BSD-compatible install
52configure:5095: result: /usr/bin/install -c
53configure:5106: checking whether build environment is sane
54configure:5161: result: yes
55configure:5312: checking for a thread-safe mkdir -p
56configure:5351: result: /opt/local/bin/gmkdir -p
57configure:5358: checking for gawk
58configure:5385: result: /opt/local/bin/gawk
59configure:5396: checking whether make sets $(MAKE)
60configure:5418: result: yes
61configure:5447: checking whether make supports nested variables
62configure:5464: result: yes
63configure:5553: checking whether UID '503' is supported by ustar format
64configure:5556: result: yes
65configure:5563: checking whether GID '501' is supported by ustar format
66configure:5566: result: yes
67configure:5574: checking how to create a ustar tar archive
68configure:5585: tar --version
69bsdtar 2.8.3 - libarchive 2.8.3
70configure:5588: $? = 0
71configure:5628: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
72configure:5631: $? = 0
73configure:5635: tar -xf - <conftest.tar
74configure:5638: $? = 0
75configure:5640: cat conftest.dir/file
76GrepMe
77configure:5643: $? = 0
78configure:5656: result: gnutar
79configure:5720: checking whether make supports nested variables
80configure:5737: result: yes
81configure:5753: checking build system type
82configure:5767: result: x86_64-apple-darwin15.3.0
83configure:5787: checking host system type
84configure:5800: result: x86_64-apple-darwin15.3.0
85configure:5856: checking for style of include used by make
86configure:5884: result: GNU
87configure:5955: checking for gcc
88configure:5982: result: /usr/bin/clang
89configure:6211: checking for C compiler version
90configure:6220: /usr/bin/clang --version >&5
91Apple LLVM version 7.0.2 (clang-700.1.81)
92Target: x86_64-apple-darwin15.3.0
93Thread model: posix
94configure:6231: $? = 0
95configure:6220: /usr/bin/clang -v >&5
96Apple LLVM version 7.0.2 (clang-700.1.81)
97Target: x86_64-apple-darwin15.3.0
98Thread model: posix
99configure:6231: $? = 0
100configure:6220: /usr/bin/clang -V >&5
101clang: error: argument to '-V' is missing (expected 1 value)
102clang: error: no input files
103configure:6231: $? = 1
104configure:6220: /usr/bin/clang -qversion >&5
105clang: error: unknown argument: '-qversion'
106clang: error: no input files
107configure:6231: $? = 1
108configure:6251: checking whether the C compiler works
109configure:6273: /usr/bin/clang -pipe -Os -arch x86_64   conftest.c  >&5
110configure:6277: $? = 0
111configure:6325: result: yes
112configure:6328: checking for C compiler default output file name
113configure:6330: result: a.out
114configure:6336: checking for suffix of executables
115configure:6343: /usr/bin/clang -o conftest -pipe -Os -arch x86_64   conftest.c  >&5
116configure:6347: $? = 0
117configure:6369: result:
118configure:6391: checking whether we are cross compiling
119configure:6399: /usr/bin/clang -o conftest -pipe -Os -arch x86_64   conftest.c  >&5
120configure:6403: $? = 0
121configure:6410: ./conftest
122configure:6414: $? = 0
123configure:6429: result: no
124configure:6434: checking for suffix of object files
125configure:6456: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
126configure:6460: $? = 0
127configure:6481: result: o
128configure:6485: checking whether we are using the GNU C compiler
129configure:6504: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
130configure:6504: $? = 0
131configure:6513: result: yes
132configure:6522: checking whether /usr/bin/clang accepts -g
133configure:6542: /usr/bin/clang -c -g  conftest.c >&5
134configure:6542: $? = 0
135configure:6583: result: yes
136configure:6600: checking for /usr/bin/clang option to accept ISO C89
137configure:6663: /usr/bin/clang  -c -pipe -Os -arch x86_64  conftest.c >&5
138configure:6663: $? = 0
139configure:6676: result: none needed
140configure:6701: checking whether /usr/bin/clang understands -c and -o together
141configure:6723: /usr/bin/clang -c conftest.c -o conftest2.o
142configure:6726: $? = 0
143configure:6723: /usr/bin/clang -c conftest.c -o conftest2.o
144configure:6726: $? = 0
145configure:6738: result: yes
146configure:6757: checking dependency style of /usr/bin/clang
147configure:6868: result: none
148configure:6889: checking how to run the C preprocessor
149configure:6920: /usr/bin/clang -E  conftest.c
150configure:6920: $? = 0
151configure:6934: /usr/bin/clang -E  conftest.c
152conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
153#include <ac_nonexistent.h>
154         ^
1551 error generated.
156configure:6934: $? = 1
157configure: failed program was:
158| /* confdefs.h */
159| #define PACKAGE_NAME "GNU Octave"
160| #define PACKAGE_TARNAME "octave"
161| #define PACKAGE_VERSION "3.8.2"
162| #define PACKAGE_STRING "GNU Octave 3.8.2"
163| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
164| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
165| #define PACKAGE "octave"
166| #define VERSION "3.8.2"
167| #define OCTAVE_SOURCE 1
168| /* end confdefs.h.  */
169| #include <ac_nonexistent.h>
170configure:6959: result: /usr/bin/clang -E
171configure:6979: /usr/bin/clang -E  conftest.c
172configure:6979: $? = 0
173configure:6993: /usr/bin/clang -E  conftest.c
174conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
175#include <ac_nonexistent.h>
176         ^
1771 error generated.
178configure:6993: $? = 1
179configure: failed program was:
180| /* confdefs.h */
181| #define PACKAGE_NAME "GNU Octave"
182| #define PACKAGE_TARNAME "octave"
183| #define PACKAGE_VERSION "3.8.2"
184| #define PACKAGE_STRING "GNU Octave 3.8.2"
185| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
186| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
187| #define PACKAGE "octave"
188| #define VERSION "3.8.2"
189| #define OCTAVE_SOURCE 1
190| /* end confdefs.h.  */
191| #include <ac_nonexistent.h>
192configure:7022: checking for grep that handles long lines and -e
193configure:7080: result: /opt/local/bin/grep
194configure:7085: checking for egrep
195configure:7147: result: /opt/local/bin/grep -E
196configure:7152: checking for ANSI C header files
197configure:7172: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
198configure:7172: $? = 0
199configure:7245: /usr/bin/clang -o conftest -pipe -Os -arch x86_64   conftest.c  >&5
200configure:7245: $? = 0
201configure:7245: ./conftest
202configure:7245: $? = 0
203configure:7256: result: yes
204configure:7269: checking for sys/types.h
205configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
206configure:7269: $? = 0
207configure:7269: result: yes
208configure:7269: checking for sys/stat.h
209configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
210configure:7269: $? = 0
211configure:7269: result: yes
212configure:7269: checking for stdlib.h
213configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
214configure:7269: $? = 0
215configure:7269: result: yes
216configure:7269: checking for string.h
217configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
218configure:7269: $? = 0
219configure:7269: result: yes
220configure:7269: checking for memory.h
221configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
222configure:7269: $? = 0
223configure:7269: result: yes
224configure:7269: checking for strings.h
225configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
226configure:7269: $? = 0
227configure:7269: result: yes
228configure:7269: checking for inttypes.h
229configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
230configure:7269: $? = 0
231configure:7269: result: yes
232configure:7269: checking for stdint.h
233configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
234configure:7269: $? = 0
235configure:7269: result: yes
236configure:7269: checking for unistd.h
237configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
238configure:7269: $? = 0
239configure:7269: result: yes
240configure:7282: checking minix/config.h usability
241configure:7282: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
242conftest.c:55:10: fatal error: 'minix/config.h' file not found
243#include <minix/config.h>
244         ^
2451 error generated.
246configure:7282: $? = 1
247configure: failed program was:
248| /* confdefs.h */
249| #define PACKAGE_NAME "GNU Octave"
250| #define PACKAGE_TARNAME "octave"
251| #define PACKAGE_VERSION "3.8.2"
252| #define PACKAGE_STRING "GNU Octave 3.8.2"
253| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
254| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
255| #define PACKAGE "octave"
256| #define VERSION "3.8.2"
257| #define OCTAVE_SOURCE 1
258| #define STDC_HEADERS 1
259| #define HAVE_SYS_TYPES_H 1
260| #define HAVE_SYS_STAT_H 1
261| #define HAVE_STDLIB_H 1
262| #define HAVE_STRING_H 1
263| #define HAVE_MEMORY_H 1
264| #define HAVE_STRINGS_H 1
265| #define HAVE_INTTYPES_H 1
266| #define HAVE_STDINT_H 1
267| #define HAVE_UNISTD_H 1
268| /* end confdefs.h.  */
269| #include <stdio.h>
270| #ifdef HAVE_SYS_TYPES_H
271| # include <sys/types.h>
272| #endif
273| #ifdef HAVE_SYS_STAT_H
274| # include <sys/stat.h>
275| #endif
276| #ifdef STDC_HEADERS
277| # include <stdlib.h>
278| # include <stddef.h>
279| #else
280| # ifdef HAVE_STDLIB_H
281| #  include <stdlib.h>
282| # endif
283| #endif
284| #ifdef HAVE_STRING_H
285| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
286| #  include <memory.h>
287| # endif
288| # include <string.h>
289| #endif
290| #ifdef HAVE_STRINGS_H
291| # include <strings.h>
292| #endif
293| #ifdef HAVE_INTTYPES_H
294| # include <inttypes.h>
295| #endif
296| #ifdef HAVE_STDINT_H
297| # include <stdint.h>
298| #endif
299| #ifdef HAVE_UNISTD_H
300| # include <unistd.h>
301| #endif
302| #include <minix/config.h>
303configure:7282: result: no
304configure:7282: checking minix/config.h presence
305configure:7282: /usr/bin/clang -E  conftest.c
306conftest.c:22:10: fatal error: 'minix/config.h' file not found
307#include <minix/config.h>
308         ^
3091 error generated.
310configure:7282: $? = 1
311configure: failed program was:
312| /* confdefs.h */
313| #define PACKAGE_NAME "GNU Octave"
314| #define PACKAGE_TARNAME "octave"
315| #define PACKAGE_VERSION "3.8.2"
316| #define PACKAGE_STRING "GNU Octave 3.8.2"
317| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
318| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
319| #define PACKAGE "octave"
320| #define VERSION "3.8.2"
321| #define OCTAVE_SOURCE 1
322| #define STDC_HEADERS 1
323| #define HAVE_SYS_TYPES_H 1
324| #define HAVE_SYS_STAT_H 1
325| #define HAVE_STDLIB_H 1
326| #define HAVE_STRING_H 1
327| #define HAVE_MEMORY_H 1
328| #define HAVE_STRINGS_H 1
329| #define HAVE_INTTYPES_H 1
330| #define HAVE_STDINT_H 1
331| #define HAVE_UNISTD_H 1
332| /* end confdefs.h.  */
333| #include <minix/config.h>
334configure:7282: result: no
335configure:7282: checking for minix/config.h
336configure:7282: result: no
337configure:7306: checking whether it is safe to define __EXTENSIONS__
338configure:7324: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
339configure:7324: $? = 0
340configure:7331: result: yes
341configure:7346: checking whether _XOPEN_SOURCE should be defined
342configure:7365: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
343configure:7365: $? = 0
344configure:7389: result: no
345configure:7405: result: defining octlibdir to be $(libdir)/octave/$(version)
346configure:7411: result: defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type)
347configure:7417: result: defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type)
348configure:7423: result: defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)
349configure:7429: result: defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)
350configure:7435: result: defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type)
351configure:7441: result: defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type)
352configure:7447: result: defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type)
353configure:7453: result: defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type)
354configure:7459: result: defining octincludedir to be $(includedir)/octave-$(version)/octave
355configure:7465: result: defining fcnfiledir to be $(datadir)/octave/$(version)/m
356configure:7471: result: defining localfcnfiledir to be $(datadir)/octave/site/m
357configure:7477: result: defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m
358configure:7483: result: defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m
359configure:7489: result: defining octetcdir to be $(datadir)/octave/$(version)/etc
360configure:7495: result: defining octlocaledir to be $(datadir)/octave/$(version)/locale
361configure:7501: result: defining doc_cache_file to be $(octetcdir)/doc-cache
362configure:7507: result: defining octtestsdir to be $(octetcdir)/tests
363configure:7513: result: defining texi_macros_file to be $(octetcdir)/macros.texi
364configure:7519: result: defining imagedir to be $(datadir)/octave/$(version)/imagelib
365configure:7525: result: defining man1dir to be $(mandir)/man1
366configure:7531: result: defining man1ext to be .1
367configure:7537: result: defining infofile to be $(infodir)/octave.info
368configure:7595: checking for pkg-config
369configure:7613: found /opt/local/bin/pkg-config
370configure:7625: result: /opt/local/bin/pkg-config
371configure:7650: checking pkg-config is at least version 0.9.0
372configure:7653: result: yes
373configure:7668: checking for gawk
374configure:7695: result: /opt/local/bin/gawk
375configure:7706: checking for grep that handles long lines and -e
376configure:7764: result: /opt/local/bin/grep
377configure:7774: checking for gfind
378configure:7790: found /opt/local/bin/gfind
379configure:7801: result: gfind
380configure:7814: checking for a usable sed
381configure:7892: result: /opt/local/bin/gsed
382configure:7898: checking for perl
383configure:7925: result: /opt/local/bin/perl
384configure:7940: checking for gperf
385configure:7956: found /opt/local/bin/gperf
386configure:7967: result: gperf
387configure:7996: checking for flex
388configure:8012: found /opt/local/bin/flex
389configure:8023: result: flex
390configure:8061: flex conftest.l
391configure:8065: $? = 0
392configure:8067: checking lex output file root
393configure:8081: result: lex.yy
394configure:8086: checking lex library
395configure:8100: /usr/bin/clang -o conftest -pipe -Os -arch x86_64   conftest.c   >&5
396Undefined symbols for architecture x86_64:
397  "_yywrap", referenced from:
398      _yylex in conftest-e30d9b.o
399      _main in conftest-e30d9b.o
400ld: symbol(s) not found for architecture x86_64
401clang: error: linker command failed with exit code 1 (use -v to see invocation)
402configure:8100: $? = 1
403configure: failed program was:
404| /* confdefs.h */
405| #define PACKAGE_NAME "GNU Octave"
406| #define PACKAGE_TARNAME "octave"
407| #define PACKAGE_VERSION "3.8.2"
408| #define PACKAGE_STRING "GNU Octave 3.8.2"
409| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
410| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
411| #define PACKAGE "octave"
412| #define VERSION "3.8.2"
413| #define OCTAVE_SOURCE 1
414| #define STDC_HEADERS 1
415| #define HAVE_SYS_TYPES_H 1
416| #define HAVE_SYS_STAT_H 1
417| #define HAVE_STDLIB_H 1
418| #define HAVE_STRING_H 1
419| #define HAVE_MEMORY_H 1
420| #define HAVE_STRINGS_H 1
421| #define HAVE_INTTYPES_H 1
422| #define HAVE_STDINT_H 1
423| #define HAVE_UNISTD_H 1
424| #define __EXTENSIONS__ 1
425| #define _ALL_SOURCE 1
426| #define _DARWIN_C_SOURCE 1
427| #define _GNU_SOURCE 1
428| #define _POSIX_PTHREAD_SEMANTICS 1
429| #define _TANDEM_SOURCE 1
430| /* end confdefs.h.  */
431|
432| #line 3 "lex.yy.c"
433|
434| #define  YY_INT_ALIGNED short int
435|
436| /* A lexical scanner generated by flex */
437|
438| #define FLEX_SCANNER
439| #define YY_FLEX_MAJOR_VERSION 2
440| #define YY_FLEX_MINOR_VERSION 6
441| #define YY_FLEX_SUBMINOR_VERSION 0
442| #if YY_FLEX_SUBMINOR_VERSION > 0
443| #define FLEX_BETA
444| #endif
445|
446| /* First, we deal with  platform-specific or compiler-specific issues. */
447|
448| /* begin standard C headers. */
449| #include <stdio.h>
450| #include <string.h>
451| #include <errno.h>
452| #include <stdlib.h>
453|
454| /* end standard C headers. */
455|
456| /* flex integer type definitions */
457|
458| #ifndef FLEXINT_H
459| #define FLEXINT_H
460|
461| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
462|
463| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
464|
465| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
466|  * if you want the limit (max/min) macros for int types.
467|  */
468| #ifndef __STDC_LIMIT_MACROS
469| #define __STDC_LIMIT_MACROS 1
470| #endif
471|
472| #include <inttypes.h>
473| typedef int8_t flex_int8_t;
474| typedef uint8_t flex_uint8_t;
475| typedef int16_t flex_int16_t;
476| typedef uint16_t flex_uint16_t;
477| typedef int32_t flex_int32_t;
478| typedef uint32_t flex_uint32_t;
479| #else
480| typedef signed char flex_int8_t;
481| typedef short int flex_int16_t;
482| typedef int flex_int32_t;
483| typedef unsigned char flex_uint8_t;
484| typedef unsigned short int flex_uint16_t;
485| typedef unsigned int flex_uint32_t;
486|
487| /* Limits of integral types. */
488| #ifndef INT8_MIN
489| #define INT8_MIN               (-128)
490| #endif
491| #ifndef INT16_MIN
492| #define INT16_MIN              (-32767-1)
493| #endif
494| #ifndef INT32_MIN
495| #define INT32_MIN              (-2147483647-1)
496| #endif
497| #ifndef INT8_MAX
498| #define INT8_MAX               (127)
499| #endif
500| #ifndef INT16_MAX
501| #define INT16_MAX              (32767)
502| #endif
503| #ifndef INT32_MAX
504| #define INT32_MAX              (2147483647)
505| #endif
506| #ifndef UINT8_MAX
507| #define UINT8_MAX              (255U)
508| #endif
509| #ifndef UINT16_MAX
510| #define UINT16_MAX             (65535U)
511| #endif
512| #ifndef UINT32_MAX
513| #define UINT32_MAX             (4294967295U)
514| #endif
515|
516| #endif /* ! C99 */
517|
518| #endif /* ! FLEXINT_H */
519|
520| #ifdef __cplusplus
521|
522| /* The "const" storage-class-modifier is valid. */
523| #define YY_USE_CONST
524|
525| #else /* ! __cplusplus */
526|
527| /* C99 requires __STDC__ to be defined as 1. */
528| #if defined (__STDC__)
529|
530| #define YY_USE_CONST
531|
532| #endif        /* defined (__STDC__) */
533| #endif        /* ! __cplusplus */
534|
535| #ifdef YY_USE_CONST
536| #define yyconst const
537| #else
538| #define yyconst
539| #endif
540|
541| /* Returned upon end-of-file. */
542| #define YY_NULL 0
543|
544| /* Promotes a possibly negative, possibly signed char to an unsigned
545|  * integer for use as an array index.  If the signed char is negative,
546|  * we want to instead treat it as an 8-bit unsigned char, hence the
547|  * double cast.
548|  */
549| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
550|
551| /* Enter a start condition.  This macro really ought to take a parameter,
552|  * but we do it the disgusting crufty way forced on us by the ()-less
553|  * definition of BEGIN.
554|  */
555| #define BEGIN (yy_start) = 1 + 2 *
556|
557| /* Translate the current start state into a value that can be later handed
558|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
559|  * compatibility.
560|  */
561| #define YY_START (((yy_start) - 1) / 2)
562| #define YYSTATE YY_START
563|
564| /* Action number for EOF rule of a given start state. */
565| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
566|
567| /* Special action meaning "start processing a new file". */
568| #define YY_NEW_FILE yyrestart(yyin  )
569|
570| #define YY_END_OF_BUFFER_CHAR 0
571|
572| /* Size of default input buffer. */
573| #ifndef YY_BUF_SIZE
574| #ifdef __ia64__
575| /* On IA-64, the buffer size is 16k, not 8k.
576|  * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
577|  * Ditto for the __ia64__ case accordingly.
578|  */
579| #define YY_BUF_SIZE 32768
580| #else
581| #define YY_BUF_SIZE 16384
582| #endif /* __ia64__ */
583| #endif
584|
585| /* The state buf must be large enough to hold one state per character in the main buffer.
586|  */
587| #define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
588|
589| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
590| #define YY_TYPEDEF_YY_BUFFER_STATE
591| typedef struct yy_buffer_state *YY_BUFFER_STATE;
592| #endif
593|
594| #ifndef YY_TYPEDEF_YY_SIZE_T
595| #define YY_TYPEDEF_YY_SIZE_T
596| typedef size_t yy_size_t;
597| #endif
598|
599| extern yy_size_t yyleng;
600|
601| extern FILE *yyin, *yyout;
602|
603| #define EOB_ACT_CONTINUE_SCAN 0
604| #define EOB_ACT_END_OF_FILE 1
605| #define EOB_ACT_LAST_MATCH 2
606|
607|     #define YY_LESS_LINENO(n)
608|     #define YY_LINENO_REWIND_TO(ptr)
609|     
610| /* Return all but the first "n" matched characters back to the input stream. */
611| #define yyless(n) \
612|       do \
613|               { \
614|               /* Undo effects of setting up yytext. */ \
615|         int yyless_macro_arg = (n); \
616|         YY_LESS_LINENO(yyless_macro_arg);\
617|               *yy_cp = (yy_hold_char); \
618|               YY_RESTORE_YY_MORE_OFFSET \
619|               (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
620|               YY_DO_BEFORE_ACTION; /* set up yytext again */ \
621|               } \
622|       while ( 0 )
623|
624| #define unput(c) yyunput( c, (yytext_ptr)  )
625|
626| #ifndef YY_STRUCT_YY_BUFFER_STATE
627| #define YY_STRUCT_YY_BUFFER_STATE
628| struct yy_buffer_state
629|       {
630|       FILE *yy_input_file;
631|
632|       char *yy_ch_buf;                /* input buffer */
633|       char *yy_buf_pos;               /* current position in input buffer */
634|
635|       /* Size of input buffer in bytes, not including room for EOB
636|        * characters.
637|        */
638|       yy_size_t yy_buf_size;
639|
640|       /* Number of characters read into yy_ch_buf, not including EOB
641|        * characters.
642|        */
643|       yy_size_t yy_n_chars;
644|
645|       /* Whether we "own" the buffer - i.e., we know we created it,
646|        * and can realloc() it to grow it, and should free() it to
647|        * delete it.
648|        */
649|       int yy_is_our_buffer;
650|
651|       /* Whether this is an "interactive" input source; if so, and
652|        * if we're using stdio for input, then we want to use getc()
653|        * instead of fread(), to make sure we stop fetching input after
654|        * each newline.
655|        */
656|       int yy_is_interactive;
657|
658|       /* Whether we're considered to be at the beginning of a line.
659|        * If so, '^' rules will be active on the next match, otherwise
660|        * not.
661|        */
662|       int yy_at_bol;
663|
664|     int yy_bs_lineno; /**< The line count. */
665|     int yy_bs_column; /**< The column count. */
666|     
667|       /* Whether to try to fill the input buffer when we reach the
668|        * end of it.
669|        */
670|       int yy_fill_buffer;
671|
672|       int yy_buffer_status;
673|
674| #define YY_BUFFER_NEW 0
675| #define YY_BUFFER_NORMAL 1
676|       /* When an EOF's been seen but there's still some text to process
677|        * then we mark the buffer as YY_EOF_PENDING, to indicate that we
678|        * shouldn't try reading from the input source any more.  We might
679|        * still have a bunch of tokens to match, though, because of
680|        * possible backing-up.
681|        *
682|        * When we actually see the EOF, we change the status to "new"
683|        * (via yyrestart()), so that the user can continue scanning by
684|        * just pointing yyin at a new input file.
685|        */
686| #define YY_BUFFER_EOF_PENDING 2
687|
688|       };
689| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
690|
691| /* Stack of input buffers. */
692| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
693| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
694| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
695|
696| /* We provide macros for accessing buffer states in case in the
697|  * future we want to put the buffer states in a more general
698|  * "scanner state".
699|  *
700|  * Returns the top of the stack, or NULL.
701|  */
702| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
703|                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
704|                           : NULL)
705|
706| /* Same as previous macro, but useful when we know that the buffer stack is not
707|  * NULL or when we need an lvalue. For internal use only.
708|  */
709| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
710|
711| /* yy_hold_char holds the character lost when yytext is formed. */
712| static char yy_hold_char;
713| static yy_size_t yy_n_chars;          /* number of characters read into yy_ch_buf */
714| yy_size_t yyleng;
715|
716| /* Points to current character in buffer. */
717| static char *yy_c_buf_p = (char *) 0;
718| static int yy_init = 0;               /* whether we need to initialize */
719| static int yy_start = 0;      /* start state number */
720|
721| /* Flag which is used to allow yywrap()'s to do buffer switches
722|  * instead of setting up a fresh yyin.  A bit of a hack ...
723|  */
724| static int yy_did_buffer_switch_on_eof;
725|
726| void yyrestart (FILE *input_file  );
727| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
728| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
729| void yy_delete_buffer (YY_BUFFER_STATE b  );
730| void yy_flush_buffer (YY_BUFFER_STATE b  );
731| void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
732| void yypop_buffer_state (void );
733|
734| static void yyensure_buffer_stack (void );
735| static void yy_load_buffer_state (void );
736| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
737|
738| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
739|
740| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
741| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
742| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len  );
743|
744| void *yyalloc (yy_size_t  );
745| void *yyrealloc (void *,yy_size_t  );
746| void yyfree (void *  );
747|
748| #define yy_new_buffer yy_create_buffer
749|
750| #define yy_set_interactive(is_interactive) \
751|       { \
752|       if ( ! YY_CURRENT_BUFFER ){ \
753|         yyensure_buffer_stack (); \
754|               YY_CURRENT_BUFFER_LVALUE =    \
755|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
756|       } \
757|       YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
758|       }
759|
760| #define yy_set_bol(at_bol) \
761|       { \
762|       if ( ! YY_CURRENT_BUFFER ){\
763|         yyensure_buffer_stack (); \
764|               YY_CURRENT_BUFFER_LVALUE =    \
765|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
766|       } \
767|       YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
768|       }
769|
770| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
771|
772| /* Begin user sect3 */
773|
774| typedef unsigned char YY_CHAR;
775|
776| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
777|
778| typedef int yy_state_type;
779|
780| extern int yylineno;
781|
782| int yylineno = 1;
783|
784| extern char *yytext;
785| #ifdef yytext_ptr
786| #undef yytext_ptr
787| #endif
788| #define yytext_ptr yytext
789|
790| static yy_state_type yy_get_previous_state (void );
791| static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
792| static int yy_get_next_buffer (void );
793| #if defined(__GNUC__) && __GNUC__ >= 3
794| __attribute__((__noreturn__))
795| #endif
796| static void yy_fatal_error (yyconst char msg[]  );
797|
798| /* Done after the current pattern has been matched and before the
799|  * corresponding action - sets up yytext.
800|  */
801| #define YY_DO_BEFORE_ACTION \
802|       (yytext_ptr) = yy_bp; \
803|       (yytext_ptr) -= (yy_more_len); \
804|       yyleng = (size_t) (yy_cp - (yytext_ptr)); \
805|       (yy_hold_char) = *yy_cp; \
806|       *yy_cp = '\0'; \
807|       (yy_c_buf_p) = yy_cp;
808|
809| #define YY_NUM_RULES 8
810| #define YY_END_OF_BUFFER 9
811| /* This struct is not used in this scanner,
812|    but its presence is necessary. */
813| struct yy_trans_info
814|       {
815|       flex_int32_t yy_verify;
816|       flex_int32_t yy_nxt;
817|       };
818| static yyconst flex_int16_t yy_acclist[23] =
819|     {   0,
820|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
821|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
822|         7,    8
823|     } ;
824|
825| static yyconst flex_int16_t yy_accept[14] =
826|     {   0,
827|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
828|        20,   23,   23
829|     } ;
830|
831| static yyconst YY_CHAR yy_ec[256] =
832|     {   0,
833|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
834|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
835|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
836|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
837|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
838|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
839|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
840|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
841|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
842|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
843|
844|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
845|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
846|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
847|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
848|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
849|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
850|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
851|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
852|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
853|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
854|
855|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
856|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
857|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
858|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
859|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
860|         1,    1,    1,    1,    1
861|     } ;
862|
863| static yyconst YY_CHAR yy_meta[9] =
864|     {   0,
865|         1,    1,    1,    1,    1,    1,    1,    1
866|     } ;
867|
868| static yyconst flex_uint16_t yy_base[13] =
869|     {   0,
870|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
871|        10,   10
872|     } ;
873|
874| static yyconst flex_int16_t yy_def[13] =
875|     {   0,
876|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
877|        12,    0
878|     } ;
879|
880| static yyconst flex_uint16_t yy_nxt[19] =
881|     {   0,
882|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
883|        12,   12,   12,   12,   12,   12,   12,   12
884|     } ;
885|
886| static yyconst flex_int16_t yy_chk[19] =
887|     {   0,
888|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
889|        12,   12,   12,   12,   12,   12,   12,   12
890|     } ;
891|
892| extern int yy_flex_debug;
893| int yy_flex_debug = 0;
894|
895| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
896| static char *yy_full_match;
897| static int yy_lp;
898| #define REJECT \
899| { \
900| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
901| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
902| ++(yy_lp); \
903| goto find_rule; \
904| }
905|
906| static int yy_more_flag = 0;
907| static int yy_more_len = 0;
908| #define yymore() ((yy_more_flag) = 1)
909| #define YY_MORE_ADJ (yy_more_len)
910| #define YY_RESTORE_YY_MORE_OFFSET
911| char *yytext;
912| #line 1 "conftest.l"
913| #line 484 "lex.yy.c"
914|
915| #define INITIAL 0
916|
917| #ifndef YY_NO_UNISTD_H
918| /* Special case for "unistd.h", since it is non-ANSI. We include it way
919|  * down here because we want the user's section 1 to have been scanned first.
920|  * The user has a chance to override it with an option.
921|  */
922| #include <unistd.h>
923| #endif
924|
925| #ifndef YY_EXTRA_TYPE
926| #define YY_EXTRA_TYPE void *
927| #endif
928|
929| static int yy_init_globals (void );
930|
931| /* Accessor methods to globals.
932|    These are made visible to non-reentrant scanners for convenience. */
933|
934| int yylex_destroy (void );
935|
936| int yyget_debug (void );
937|
938| void yyset_debug (int debug_flag  );
939|
940| YY_EXTRA_TYPE yyget_extra (void );
941|
942| void yyset_extra (YY_EXTRA_TYPE user_defined  );
943|
944| FILE *yyget_in (void );
945|
946| void yyset_in  (FILE * _in_str  );
947|
948| FILE *yyget_out (void );
949|
950| void yyset_out  (FILE * _out_str  );
951|
952| yy_size_t yyget_leng (void );
953|
954| char *yyget_text (void );
955|
956| int yyget_lineno (void );
957|
958| void yyset_lineno (int _line_number  );
959|
960| /* Macros after this point can all be overridden by user definitions in
961|  * section 1.
962|  */
963|
964| #ifndef YY_SKIP_YYWRAP
965| #ifdef __cplusplus
966| extern "C" int yywrap (void );
967| #else
968| extern int yywrap (void );
969| #endif
970| #endif
971|
972| #ifndef YY_NO_UNPUT
973|     
974|     static void yyunput (int c,char *buf_ptr  );
975|     
976| #endif
977|
978| #ifndef yytext_ptr
979| static void yy_flex_strncpy (char *,yyconst char *,int );
980| #endif
981|
982| #ifdef YY_NEED_STRLEN
983| static int yy_flex_strlen (yyconst char * );
984| #endif
985|
986| #ifndef YY_NO_INPUT
987|
988| #ifdef __cplusplus
989| static int yyinput (void );
990| #else
991| static int input (void );
992| #endif
993|
994| #endif
995|
996| /* Amount of stuff to slurp up with each read. */
997| #ifndef YY_READ_BUF_SIZE
998| #ifdef __ia64__
999| /* On IA-64, the buffer size is 16k, not 8k */
1000| #define YY_READ_BUF_SIZE 16384
1001| #else
1002| #define YY_READ_BUF_SIZE 8192
1003| #endif /* __ia64__ */
1004| #endif
1005|
1006| /* Copy whatever the last rule matched to the standard output. */
1007| #ifndef ECHO
1008| /* This used to be an fputs(), but since the string might contain NUL's,
1009|  * we now use fwrite().
1010|  */
1011| #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1012| #endif
1013|
1014| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
1015|  * is returned in "result".
1016|  */
1017| #ifndef YY_INPUT
1018| #define YY_INPUT(buf,result,max_size) \
1019|       if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1020|               { \
1021|               int c = '*'; \
1022|               size_t n; \
1023|               for ( n = 0; n < max_size && \
1024|                            (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1025|                       buf[n] = (char) c; \
1026|               if ( c == '\n' ) \
1027|                       buf[n++] = (char) c; \
1028|               if ( c == EOF && ferror( yyin ) ) \
1029|                       YY_FATAL_ERROR( "input in flex scanner failed" ); \
1030|               result = n; \
1031|               } \
1032|       else \
1033|               { \
1034|               errno=0; \
1035|               while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
1036|                       { \
1037|                       if( errno != EINTR) \
1038|                               { \
1039|                               YY_FATAL_ERROR( "input in flex scanner failed" ); \
1040|                               break; \
1041|                               } \
1042|                       errno=0; \
1043|                       clearerr(yyin); \
1044|                       } \
1045|               }\
1046| \
1047|
1048| #endif
1049|
1050| /* No semi-colon after return; correct usage is to write "yyterminate();" -
1051|  * we don't want an extra ';' after the "return" because that will cause
1052|  * some compilers to complain about unreachable statements.
1053|  */
1054| #ifndef yyterminate
1055| #define yyterminate() return YY_NULL
1056| #endif
1057|
1058| /* Number of entries by which start-condition stack grows. */
1059| #ifndef YY_START_STACK_INCR
1060| #define YY_START_STACK_INCR 25
1061| #endif
1062|
1063| /* Report a fatal error. */
1064| #ifndef YY_FATAL_ERROR
1065| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1066| #endif
1067|
1068| /* end tables serialization structures and prototypes */
1069|
1070| /* Default declaration of generated scanner - a define so the user can
1071|  * easily add parameters.
1072|  */
1073| #ifndef YY_DECL
1074| #define YY_DECL_IS_OURS 1
1075|
1076| extern int yylex (void);
1077|
1078| #define YY_DECL int yylex (void)
1079| #endif /* !YY_DECL */
1080|
1081| /* Code executed at the beginning of each rule, after yytext and yyleng
1082|  * have been set up.
1083|  */
1084| #ifndef YY_USER_ACTION
1085| #define YY_USER_ACTION
1086| #endif
1087|
1088| /* Code executed at the end of each rule. */
1089| #ifndef YY_BREAK
1090| #define YY_BREAK /*LINTED*/break;
1091| #endif
1092|
1093| #define YY_RULE_SETUP \
1094|       YY_USER_ACTION
1095|
1096| /** The main scanner function which does all the work.
1097|  */
1098| YY_DECL
1099| {
1100|       yy_state_type yy_current_state;
1101|       char *yy_cp, *yy_bp;
1102|       int yy_act;
1103|     
1104|       if ( !(yy_init) )
1105|               {
1106|               (yy_init) = 1;
1107|
1108| #ifdef YY_USER_INIT
1109|               YY_USER_INIT;
1110| #endif
1111|
1112|         /* Create the reject buffer large enough to save one state per allowed character. */
1113|         if ( ! (yy_state_buf) )
1114|             (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE  );
1115|             if ( ! (yy_state_buf) )
1116|                 YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
1117|
1118|               if ( ! (yy_start) )
1119|                       (yy_start) = 1; /* first start state */
1120|
1121|               if ( ! yyin )
1122|                       yyin = stdin;
1123|
1124|               if ( ! yyout )
1125|                       yyout = stdout;
1126|
1127|               if ( ! YY_CURRENT_BUFFER ) {
1128|                       yyensure_buffer_stack ();
1129|                       YY_CURRENT_BUFFER_LVALUE =
1130|                               yy_create_buffer(yyin,YY_BUF_SIZE );
1131|               }
1132|
1133|               yy_load_buffer_state( );
1134|               }
1135|
1136|       {
1137| #line 1 "conftest.l"
1138|
1139| #line 710 "lex.yy.c"
1140|
1141|       while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
1142|               {
1143|               (yy_more_len) = 0;
1144|               if ( (yy_more_flag) )
1145|                       {
1146|                       (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
1147|                       (yy_more_flag) = 0;
1148|                       }
1149|               yy_cp = (yy_c_buf_p);
1150|
1151|               /* Support of yytext. */
1152|               *yy_cp = (yy_hold_char);
1153|
1154|               /* yy_bp points to the position in yy_ch_buf of the start of
1155|                * the current run.
1156|                */
1157|               yy_bp = yy_cp;
1158|
1159|               yy_current_state = (yy_start);
1160|
1161|               (yy_state_ptr) = (yy_state_buf);
1162|               *(yy_state_ptr)++ = yy_current_state;
1163|
1164| yy_match:
1165|               do
1166|                       {
1167|                       YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
1168|                       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1169|                               {
1170|                               yy_current_state = (int) yy_def[yy_current_state];
1171|                               if ( yy_current_state >= 13 )
1172|                                       yy_c = yy_meta[(unsigned int) yy_c];
1173|                               }
1174|                       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1175|                       *(yy_state_ptr)++ = yy_current_state;
1176|                       ++yy_cp;
1177|                       }
1178|               while ( yy_base[yy_current_state] != 10 );
1179|
1180| yy_find_action:
1181|               yy_current_state = *--(yy_state_ptr);
1182|               (yy_lp) = yy_accept[yy_current_state];
1183| find_rule: /* we branch to this label when backing up */
1184|               for ( ; ; ) /* until we find what rule we matched */
1185|                       {
1186|                       if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
1187|                               {
1188|                               yy_act = yy_acclist[(yy_lp)];
1189|                                       {
1190|                                       (yy_full_match) = yy_cp;
1191|                                       break;
1192|                                       }
1193|                               }
1194|                       --yy_cp;
1195|                       yy_current_state = *--(yy_state_ptr);
1196|                       (yy_lp) = yy_accept[yy_current_state];
1197|                       }
1198|
1199|               YY_DO_BEFORE_ACTION;
1200|
1201| do_action:    /* This label is used only to access EOF actions. */
1202|
1203|               switch ( yy_act )
1204|       { /* beginning of action switch */
1205| case 1:
1206| YY_RULE_SETUP
1207| #line 2 "conftest.l"
1208| { ECHO; }
1209|       YY_BREAK
1210| case 2:
1211| YY_RULE_SETUP
1212| #line 3 "conftest.l"
1213| { REJECT; }
1214|       YY_BREAK
1215| case 3:
1216| YY_RULE_SETUP
1217| #line 4 "conftest.l"
1218| { yymore (); }
1219|       YY_BREAK
1220| case 4:
1221| YY_RULE_SETUP
1222| #line 5 "conftest.l"
1223| { yyless (1); }
1224|       YY_BREAK
1225| case 5:
1226| YY_RULE_SETUP
1227| #line 6 "conftest.l"
1228| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
1229|     yyless ((input () != 0)); }
1230|       YY_BREAK
1231| case 6:
1232| YY_RULE_SETUP
1233| #line 8 "conftest.l"
1234| { unput (yytext[0]); }
1235|       YY_BREAK
1236| case 7:
1237| YY_RULE_SETUP
1238| #line 9 "conftest.l"
1239| { BEGIN INITIAL; }
1240|       YY_BREAK
1241| case 8:
1242| YY_RULE_SETUP
1243| #line 10 "conftest.l"
1244| ECHO;
1245|       YY_BREAK
1246| #line 817 "lex.yy.c"
1247|                       case YY_STATE_EOF(INITIAL):
1248|                               yyterminate();
1249|
1250|       case YY_END_OF_BUFFER:
1251|               {
1252|               /* Amount of text matched not including the EOB char. */
1253|               int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1254|
1255|               /* Undo the effects of YY_DO_BEFORE_ACTION. */
1256|               *yy_cp = (yy_hold_char);
1257|               YY_RESTORE_YY_MORE_OFFSET
1258|
1259|               if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1260|                       {
1261|                       /* We're scanning a new file or input source.  It's
1262|                        * possible that this happened because the user
1263|                        * just pointed yyin at a new source and called
1264|                        * yylex().  If so, then we have to assure
1265|                        * consistency between YY_CURRENT_BUFFER and our
1266|                        * globals.  Here is the right place to do so, because
1267|                        * this is the first action (other than possibly a
1268|                        * back-up) that will match for the new input source.
1269|                        */
1270|                       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1271|                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
1272|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1273|                       }
1274|
1275|               /* Note that here we test for yy_c_buf_p "<=" to the position
1276|                * of the first EOB in the buffer, since yy_c_buf_p will
1277|                * already have been incremented past the NUL character
1278|                * (since all states make transitions on EOB to the
1279|                * end-of-buffer state).  Contrast this with the test
1280|                * in input().
1281|                */
1282|               if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1283|                       { /* This was really a NUL. */
1284|                       yy_state_type yy_next_state;
1285|
1286|                       (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1287|
1288|                       yy_current_state = yy_get_previous_state(  );
1289|
1290|                       /* Okay, we're now positioned to make the NUL
1291|                        * transition.  We couldn't have
1292|                        * yy_get_previous_state() go ahead and do it
1293|                        * for us because it doesn't know how to deal
1294|                        * with the possibility of jamming (and we don't
1295|                        * want to build jamming into it because then it
1296|                        * will run more slowly).
1297|                        */
1298|
1299|                       yy_next_state = yy_try_NUL_trans( yy_current_state );
1300|
1301|                       yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1302|
1303|                       if ( yy_next_state )
1304|                               {
1305|                               /* Consume the NUL. */
1306|                               yy_cp = ++(yy_c_buf_p);
1307|                               yy_current_state = yy_next_state;
1308|                               goto yy_match;
1309|                               }
1310|
1311|                       else
1312|                               {
1313|                               yy_cp = (yy_c_buf_p);
1314|                               goto yy_find_action;
1315|                               }
1316|                       }
1317|
1318|               else switch ( yy_get_next_buffer(  ) )
1319|                       {
1320|                       case EOB_ACT_END_OF_FILE:
1321|                               {
1322|                               (yy_did_buffer_switch_on_eof) = 0;
1323|
1324|                               if ( yywrap( ) )
1325|                                       {
1326|                                       /* Note: because we've taken care in
1327|                                        * yy_get_next_buffer() to have set up
1328|                                        * yytext, we can now set up
1329|                                        * yy_c_buf_p so that if some total
1330|                                        * hoser (like flex itself) wants to
1331|                                        * call the scanner after we return the
1332|                                        * YY_NULL, it'll still work - another
1333|                                        * YY_NULL will get returned.
1334|                                        */
1335|                                       (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1336|
1337|                                       yy_act = YY_STATE_EOF(YY_START);
1338|                                       goto do_action;
1339|                                       }
1340|
1341|                               else
1342|                                       {
1343|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1344|                                               YY_NEW_FILE;
1345|                                       }
1346|                               break;
1347|                               }
1348|
1349|                       case EOB_ACT_CONTINUE_SCAN:
1350|                               (yy_c_buf_p) =
1351|                                       (yytext_ptr) + yy_amount_of_matched_text;
1352|
1353|                               yy_current_state = yy_get_previous_state(  );
1354|
1355|                               yy_cp = (yy_c_buf_p);
1356|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1357|                               goto yy_match;
1358|
1359|                       case EOB_ACT_LAST_MATCH:
1360|                               (yy_c_buf_p) =
1361|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1362|
1363|                               yy_current_state = yy_get_previous_state(  );
1364|
1365|                               yy_cp = (yy_c_buf_p);
1366|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1367|                               goto yy_find_action;
1368|                       }
1369|               break;
1370|               }
1371|
1372|       default:
1373|               YY_FATAL_ERROR(
1374|                       "fatal flex scanner internal error--no action found" );
1375|       } /* end of action switch */
1376|               } /* end of scanning one token */
1377|       } /* end of user's declarations */
1378| } /* end of yylex */
1379|
1380| /* yy_get_next_buffer - try to read in a new buffer
1381|  *
1382|  * Returns a code representing an action:
1383|  *    EOB_ACT_LAST_MATCH -
1384|  *    EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1385|  *    EOB_ACT_END_OF_FILE - end of file
1386|  */
1387| static int yy_get_next_buffer (void)
1388| {
1389|       char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1390|       char *source = (yytext_ptr);
1391|       yy_size_t number_to_move, i;
1392|       int ret_val;
1393|
1394|       if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1395|               YY_FATAL_ERROR(
1396|               "fatal flex scanner internal error--end of buffer missed" );
1397|
1398|       if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1399|               { /* Don't try to fill the buffer, so this is an EOF. */
1400|               if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1401|                       {
1402|                       /* We matched a single character, the EOB, so
1403|                        * treat this as a final EOF.
1404|                        */
1405|                       return EOB_ACT_END_OF_FILE;
1406|                       }
1407|
1408|               else
1409|                       {
1410|                       /* We matched some text prior to the EOB, first
1411|                        * process it.
1412|                        */
1413|                       return EOB_ACT_LAST_MATCH;
1414|                       }
1415|               }
1416|
1417|       /* Try to read more data. */
1418|
1419|       /* First move last chars to start of buffer. */
1420|       number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1421|
1422|       for ( i = 0; i < number_to_move; ++i )
1423|               *(dest++) = *(source++);
1424|
1425|       if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1426|               /* don't do the read, it's not guaranteed to return an EOF,
1427|                * just force an EOF
1428|                */
1429|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1430|
1431|       else
1432|               {
1433|                       yy_size_t num_to_read =
1434|                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1435|
1436|               while ( num_to_read <= 0 )
1437|                       { /* Not enough room in the buffer - grow it. */
1438|
1439|                       YY_FATAL_ERROR(
1440| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
1441|
1442|                       }
1443|
1444|               if ( num_to_read > YY_READ_BUF_SIZE )
1445|                       num_to_read = YY_READ_BUF_SIZE;
1446|
1447|               /* Read in more data. */
1448|               YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1449|                       (yy_n_chars), num_to_read );
1450|
1451|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1452|               }
1453|
1454|       if ( (yy_n_chars) == 0 )
1455|               {
1456|               if ( number_to_move == YY_MORE_ADJ )
1457|                       {
1458|                       ret_val = EOB_ACT_END_OF_FILE;
1459|                       yyrestart(yyin  );
1460|                       }
1461|
1462|               else
1463|                       {
1464|                       ret_val = EOB_ACT_LAST_MATCH;
1465|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1466|                               YY_BUFFER_EOF_PENDING;
1467|                       }
1468|               }
1469|
1470|       else
1471|               ret_val = EOB_ACT_CONTINUE_SCAN;
1472|
1473|       if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1474|               /* Extend the array by 50%, plus the number we really need. */
1475|               yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1476|               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
1477|               if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1478|                       YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1479|       }
1480|
1481|       (yy_n_chars) += number_to_move;
1482|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1483|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1484|
1485|       (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1486|
1487|       return ret_val;
1488| }
1489|
1490| /* yy_get_previous_state - get the state just before the EOB char was reached */
1491|
1492|     static yy_state_type yy_get_previous_state (void)
1493| {
1494|       yy_state_type yy_current_state;
1495|       char *yy_cp;
1496|     
1497|       yy_current_state = (yy_start);
1498|
1499|       (yy_state_ptr) = (yy_state_buf);
1500|       *(yy_state_ptr)++ = yy_current_state;
1501|
1502|       for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1503|               {
1504|               YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1505|               while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1506|                       {
1507|                       yy_current_state = (int) yy_def[yy_current_state];
1508|                       if ( yy_current_state >= 13 )
1509|                               yy_c = yy_meta[(unsigned int) yy_c];
1510|                       }
1511|               yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1512|               *(yy_state_ptr)++ = yy_current_state;
1513|               }
1514|
1515|       return yy_current_state;
1516| }
1517|
1518| /* yy_try_NUL_trans - try to make a transition on the NUL character
1519|  *
1520|  * synopsis
1521|  *    next_state = yy_try_NUL_trans( current_state );
1522|  */
1523|     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
1524| {
1525|       int yy_is_jam;
1526|     
1527|       YY_CHAR yy_c = 1;
1528|       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1529|               {
1530|               yy_current_state = (int) yy_def[yy_current_state];
1531|               if ( yy_current_state >= 13 )
1532|                       yy_c = yy_meta[(unsigned int) yy_c];
1533|               }
1534|       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1535|       yy_is_jam = (yy_current_state == 12);
1536|       if ( ! yy_is_jam )
1537|               *(yy_state_ptr)++ = yy_current_state;
1538|
1539|               return yy_is_jam ? 0 : yy_current_state;
1540| }
1541|
1542| #ifndef YY_NO_UNPUT
1543|
1544|     static void yyunput (int c, char * yy_bp )
1545| {
1546|       char *yy_cp;
1547|     
1548|     yy_cp = (yy_c_buf_p);
1549|
1550|       /* undo effects of setting up yytext */
1551|       *yy_cp = (yy_hold_char);
1552|
1553|       if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1554|               { /* need to shift things up to make room */
1555|               /* +2 for EOB chars. */
1556|               yy_size_t number_to_move = (yy_n_chars) + 2;
1557|               char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1558|                                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1559|               char *source =
1560|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1561|
1562|               while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1563|                       *--dest = *--source;
1564|
1565|               yy_cp += (int) (dest - source);
1566|               yy_bp += (int) (dest - source);
1567|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1568|                       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1569|
1570|               if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1571|                       YY_FATAL_ERROR( "flex scanner push-back overflow" );
1572|               }
1573|
1574|       *--yy_cp = (char) c;
1575|
1576|       (yytext_ptr) = yy_bp;
1577|       (yy_hold_char) = *yy_cp;
1578|       (yy_c_buf_p) = yy_cp;
1579| }
1580|
1581| #endif
1582|
1583| #ifndef YY_NO_INPUT
1584| #ifdef __cplusplus
1585|     static int yyinput (void)
1586| #else
1587|     static int input  (void)
1588| #endif
1589|
1590| {
1591|       int c;
1592|     
1593|       *(yy_c_buf_p) = (yy_hold_char);
1594|
1595|       if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1596|               {
1597|               /* yy_c_buf_p now points to the character we want to return.
1598|                * If this occurs *before* the EOB characters, then it's a
1599|                * valid NUL; if not, then we've hit the end of the buffer.
1600|                */
1601|               if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1602|                       /* This was really a NUL. */
1603|                       *(yy_c_buf_p) = '\0';
1604|
1605|               else
1606|                       { /* need more input */
1607|                       yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
1608|                       ++(yy_c_buf_p);
1609|
1610|                       switch ( yy_get_next_buffer(  ) )
1611|                               {
1612|                               case EOB_ACT_LAST_MATCH:
1613|                                       /* This happens because yy_g_n_b()
1614|                                        * sees that we've accumulated a
1615|                                        * token and flags that we need to
1616|                                        * try matching the token before
1617|                                        * proceeding.  But for input(),
1618|                                        * there's no matching to consider.
1619|                                        * So convert the EOB_ACT_LAST_MATCH
1620|                                        * to EOB_ACT_END_OF_FILE.
1621|                                        */
1622|
1623|                                       /* Reset buffer status. */
1624|                                       yyrestart(yyin );
1625|
1626|                                       /*FALLTHROUGH*/
1627|
1628|                               case EOB_ACT_END_OF_FILE:
1629|                                       {
1630|                                       if ( yywrap( ) )
1631|                                               return EOF;
1632|
1633|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1634|                                               YY_NEW_FILE;
1635| #ifdef __cplusplus
1636|                                       return yyinput();
1637| #else
1638|                                       return input();
1639| #endif
1640|                                       }
1641|
1642|                               case EOB_ACT_CONTINUE_SCAN:
1643|                                       (yy_c_buf_p) = (yytext_ptr) + offset;
1644|                                       break;
1645|                               }
1646|                       }
1647|               }
1648|
1649|       c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
1650|       *(yy_c_buf_p) = '\0';   /* preserve yytext */
1651|       (yy_hold_char) = *++(yy_c_buf_p);
1652|
1653|       return c;
1654| }
1655| #endif        /* ifndef YY_NO_INPUT */
1656|
1657| /** Immediately switch to a different input stream.
1658|  * @param input_file A readable stream.
1659|  *
1660|  * @note This function does not reset the start condition to @c INITIAL .
1661|  */
1662|     void yyrestart  (FILE * input_file )
1663| {
1664|     
1665|       if ( ! YY_CURRENT_BUFFER ){
1666|         yyensure_buffer_stack ();
1667|               YY_CURRENT_BUFFER_LVALUE =
1668|             yy_create_buffer(yyin,YY_BUF_SIZE );
1669|       }
1670|
1671|       yy_init_buffer(YY_CURRENT_BUFFER,input_file );
1672|       yy_load_buffer_state( );
1673| }
1674|
1675| /** Switch to a different input buffer.
1676|  * @param new_buffer The new input buffer.
1677|  *
1678|  */
1679|     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
1680| {
1681|     
1682|       /* TODO. We should be able to replace this entire function body
1683|        * with
1684|        *              yypop_buffer_state();
1685|        *              yypush_buffer_state(new_buffer);
1686|      */
1687|       yyensure_buffer_stack ();
1688|       if ( YY_CURRENT_BUFFER == new_buffer )
1689|               return;
1690|
1691|       if ( YY_CURRENT_BUFFER )
1692|               {
1693|               /* Flush out information for old buffer. */
1694|               *(yy_c_buf_p) = (yy_hold_char);
1695|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1696|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1697|               }
1698|
1699|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1700|       yy_load_buffer_state( );
1701|
1702|       /* We don't actually know whether we did this switch during
1703|        * EOF (yywrap()) processing, but the only time this flag
1704|        * is looked at is after yywrap() is called, so it's safe
1705|        * to go ahead and always set it.
1706|        */
1707|       (yy_did_buffer_switch_on_eof) = 1;
1708| }
1709|
1710| static void yy_load_buffer_state  (void)
1711| {
1712|       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1713|       (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1714|       yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1715|       (yy_hold_char) = *(yy_c_buf_p);
1716| }
1717|
1718| /** Allocate and initialize an input buffer state.
1719|  * @param file A readable stream.
1720|  * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1721|  *
1722|  * @return the allocated buffer state.
1723|  */
1724|     YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
1725| {
1726|       YY_BUFFER_STATE b;
1727|     
1728|       b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
1729|       if ( ! b )
1730|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1731|
1732|       b->yy_buf_size = (yy_size_t)size;
1733|
1734|       /* yy_ch_buf has to be 2 characters longer than the size given because
1735|        * we need to put in 2 end-of-buffer characters.
1736|        */
1737|       b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
1738|       if ( ! b->yy_ch_buf )
1739|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1740|
1741|       b->yy_is_our_buffer = 1;
1742|
1743|       yy_init_buffer(b,file );
1744|
1745|       return b;
1746| }
1747|
1748| /** Destroy the buffer.
1749|  * @param b a buffer created with yy_create_buffer()
1750|  *
1751|  */
1752|     void yy_delete_buffer (YY_BUFFER_STATE  b )
1753| {
1754|     
1755|       if ( ! b )
1756|               return;
1757|
1758|       if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1759|               YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1760|
1761|       if ( b->yy_is_our_buffer )
1762|               yyfree((void *) b->yy_ch_buf  );
1763|
1764|       yyfree((void *) b  );
1765| }
1766|
1767| /* Initializes or reinitializes a buffer.
1768|  * This function is sometimes called more than once on the same buffer,
1769|  * such as during a yyrestart() or at EOF.
1770|  */
1771|     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
1772|
1773| {
1774|       int oerrno = errno;
1775|     
1776|       yy_flush_buffer(b );
1777|
1778|       b->yy_input_file = file;
1779|       b->yy_fill_buffer = 1;
1780|
1781|     /* If b is the current buffer, then yy_init_buffer was _probably_
1782|      * called from yyrestart() or through yy_get_next_buffer.
1783|      * In that case, we don't want to reset the lineno or column.
1784|      */
1785|     if (b != YY_CURRENT_BUFFER){
1786|         b->yy_bs_lineno = 1;
1787|         b->yy_bs_column = 0;
1788|     }
1789|
1790|         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1791|     
1792|       errno = oerrno;
1793| }
1794|
1795| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1796|  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1797|  *
1798|  */
1799|     void yy_flush_buffer (YY_BUFFER_STATE  b )
1800| {
1801|       if ( ! b )
1802|               return;
1803|
1804|       b->yy_n_chars = 0;
1805|
1806|       /* We always need two end-of-buffer characters.  The first causes
1807|        * a transition to the end-of-buffer state.  The second causes
1808|        * a jam in that state.
1809|        */
1810|       b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1811|       b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1812|
1813|       b->yy_buf_pos = &b->yy_ch_buf[0];
1814|
1815|       b->yy_at_bol = 1;
1816|       b->yy_buffer_status = YY_BUFFER_NEW;
1817|
1818|       if ( b == YY_CURRENT_BUFFER )
1819|               yy_load_buffer_state( );
1820| }
1821|
1822| /** Pushes the new state onto the stack. The new state becomes
1823|  *  the current state. This function will allocate the stack
1824|  *  if necessary.
1825|  *  @param new_buffer The new state.
1826|  * 
1827|  */
1828| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1829| {
1830|       if (new_buffer == NULL)
1831|               return;
1832|
1833|       yyensure_buffer_stack();
1834|
1835|       /* This block is copied from yy_switch_to_buffer. */
1836|       if ( YY_CURRENT_BUFFER )
1837|               {
1838|               /* Flush out information for old buffer. */
1839|               *(yy_c_buf_p) = (yy_hold_char);
1840|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1841|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1842|               }
1843|
1844|       /* Only push if top exists. Otherwise, replace top. */
1845|       if (YY_CURRENT_BUFFER)
1846|               (yy_buffer_stack_top)++;
1847|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1848|
1849|       /* copied from yy_switch_to_buffer. */
1850|       yy_load_buffer_state( );
1851|       (yy_did_buffer_switch_on_eof) = 1;
1852| }
1853|
1854| /** Removes and deletes the top of the stack, if present.
1855|  *  The next element becomes the new top.
1856|  * 
1857|  */
1858| void yypop_buffer_state (void)
1859| {
1860|       if (!YY_CURRENT_BUFFER)
1861|               return;
1862|
1863|       yy_delete_buffer(YY_CURRENT_BUFFER );
1864|       YY_CURRENT_BUFFER_LVALUE = NULL;
1865|       if ((yy_buffer_stack_top) > 0)
1866|               --(yy_buffer_stack_top);
1867|
1868|       if (YY_CURRENT_BUFFER) {
1869|               yy_load_buffer_state( );
1870|               (yy_did_buffer_switch_on_eof) = 1;
1871|       }
1872| }
1873|
1874| /* Allocates the stack if it does not exist.
1875|  *  Guarantees space for at least one push.
1876|  */
1877| static void yyensure_buffer_stack (void)
1878| {
1879|       yy_size_t num_to_alloc;
1880|     
1881|       if (!(yy_buffer_stack)) {
1882|
1883|               /* First allocation is just for 2 elements, since we don't know if this
1884|                * scanner will even need a stack. We use 2 instead of 1 to avoid an
1885|                * immediate realloc on the next call.
1886|          */
1887|               num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
1888|               (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1889|                                                               (num_to_alloc * sizeof(struct yy_buffer_state*)
1890|                                                               );
1891|               if ( ! (yy_buffer_stack) )
1892|                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1893|                                                                 
1894|               memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1895|                               
1896|               (yy_buffer_stack_max) = num_to_alloc;
1897|               (yy_buffer_stack_top) = 0;
1898|               return;
1899|       }
1900|
1901|       if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1902|
1903|               /* Increase the buffer to prepare for a possible push. */
1904|               yy_size_t grow_size = 8 /* arbitrary grow size */;
1905|
1906|               num_to_alloc = (yy_buffer_stack_max) + grow_size;
1907|               (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1908|                                                               ((yy_buffer_stack),
1909|                                                               num_to_alloc * sizeof(struct yy_buffer_state*)
1910|                                                               );
1911|               if ( ! (yy_buffer_stack) )
1912|                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1913|
1914|               /* zero only the new slots.*/
1915|               memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1916|               (yy_buffer_stack_max) = num_to_alloc;
1917|       }
1918| }
1919|
1920| /** Setup the input buffer state to scan directly from a user-specified character buffer.
1921|  * @param base the character buffer
1922|  * @param size the size in bytes of the character buffer
1923|  *
1924|  * @return the newly allocated buffer state object.
1925|  */
1926| YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
1927| {
1928|       YY_BUFFER_STATE b;
1929|     
1930|       if ( size < 2 ||
1931|            base[size-2] != YY_END_OF_BUFFER_CHAR ||
1932|            base[size-1] != YY_END_OF_BUFFER_CHAR )
1933|               /* They forgot to leave room for the EOB's. */
1934|               return 0;
1935|
1936|       b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
1937|       if ( ! b )
1938|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1939|
1940|       b->yy_buf_size = size - 2;      /* "- 2" to take care of EOB's */
1941|       b->yy_buf_pos = b->yy_ch_buf = base;
1942|       b->yy_is_our_buffer = 0;
1943|       b->yy_input_file = 0;
1944|       b->yy_n_chars = b->yy_buf_size;
1945|       b->yy_is_interactive = 0;
1946|       b->yy_at_bol = 1;
1947|       b->yy_fill_buffer = 0;
1948|       b->yy_buffer_status = YY_BUFFER_NEW;
1949|
1950|       yy_switch_to_buffer(b  );
1951|
1952|       return b;
1953| }
1954|
1955| /** Setup the input buffer state to scan a string. The next call to yylex() will
1956|  * scan from a @e copy of @a str.
1957|  * @param yystr a NUL-terminated string to scan
1958|  *
1959|  * @return the newly allocated buffer state object.
1960|  * @note If you want to scan bytes that may contain NUL values, then use
1961|  *       yy_scan_bytes() instead.
1962|  */
1963| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1964| {
1965|     
1966|       return yy_scan_bytes(yystr,strlen(yystr) );
1967| }
1968|
1969| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1970|  * scan from a @e copy of @a bytes.
1971|  * @param yybytes the byte buffer to scan
1972|  * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
1973|  *
1974|  * @return the newly allocated buffer state object.
1975|  */
1976| YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, yy_size_t  _yybytes_len )
1977| {
1978|       YY_BUFFER_STATE b;
1979|       char *buf;
1980|       yy_size_t n;
1981|       yy_size_t i;
1982|     
1983|       /* Get memory for full buffer, including space for trailing EOB's. */
1984|       n = _yybytes_len + 2;
1985|       buf = (char *) yyalloc(n  );
1986|       if ( ! buf )
1987|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1988|
1989|       for ( i = 0; i < _yybytes_len; ++i )
1990|               buf[i] = yybytes[i];
1991|
1992|       buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
1993|
1994|       b = yy_scan_buffer(buf,n );
1995|       if ( ! b )
1996|               YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
1997|
1998|       /* It's okay to grow etc. this buffer, and we should throw it
1999|        * away when we're done.
2000|        */
2001|       b->yy_is_our_buffer = 1;
2002|
2003|       return b;
2004| }
2005|
2006| #ifndef YY_EXIT_FAILURE
2007| #define YY_EXIT_FAILURE 2
2008| #endif
2009|
2010| static void yy_fatal_error (yyconst char* msg )
2011| {
2012|                       (void) fprintf( stderr, "%s\n", msg );
2013|       exit( YY_EXIT_FAILURE );
2014| }
2015|
2016| /* Redefine yyless() so it works in section 3 code. */
2017|
2018| #undef yyless
2019| #define yyless(n) \
2020|       do \
2021|               { \
2022|               /* Undo effects of setting up yytext. */ \
2023|         int yyless_macro_arg = (n); \
2024|         YY_LESS_LINENO(yyless_macro_arg);\
2025|               yytext[yyleng] = (yy_hold_char); \
2026|               (yy_c_buf_p) = yytext + yyless_macro_arg; \
2027|               (yy_hold_char) = *(yy_c_buf_p); \
2028|               *(yy_c_buf_p) = '\0'; \
2029|               yyleng = yyless_macro_arg; \
2030|               } \
2031|       while ( 0 )
2032|
2033| /* Accessor  methods (get/set functions) to struct members. */
2034|
2035| /** Get the current line number.
2036|  *
2037|  */
2038| int yyget_lineno  (void)
2039| {
2040|         
2041|     return yylineno;
2042| }
2043|
2044| /** Get the input stream.
2045|  *
2046|  */
2047| FILE *yyget_in  (void)
2048| {
2049|         return yyin;
2050| }
2051|
2052| /** Get the output stream.
2053|  *
2054|  */
2055| FILE *yyget_out  (void)
2056| {
2057|         return yyout;
2058| }
2059|
2060| /** Get the length of the current token.
2061|  *
2062|  */
2063| yy_size_t yyget_leng  (void)
2064| {
2065|         return yyleng;
2066| }
2067|
2068| /** Get the current token.
2069|  *
2070|  */
2071|
2072| char *yyget_text  (void)
2073| {
2074|         return yytext;
2075| }
2076|
2077| /** Set the current line number.
2078|  * @param _line_number line number
2079|  *
2080|  */
2081| void yyset_lineno (int  _line_number )
2082| {
2083|     
2084|     yylineno = _line_number;
2085| }
2086|
2087| /** Set the input stream. This does not discard the current
2088|  * input buffer.
2089|  * @param _in_str A readable stream.
2090|  *
2091|  * @see yy_switch_to_buffer
2092|  */
2093| void yyset_in (FILE *  _in_str )
2094| {
2095|         yyin = _in_str ;
2096| }
2097|
2098| void yyset_out (FILE *  _out_str )
2099| {
2100|         yyout = _out_str ;
2101| }
2102|
2103| int yyget_debug  (void)
2104| {
2105|         return yy_flex_debug;
2106| }
2107|
2108| void yyset_debug (int  _bdebug )
2109| {
2110|         yy_flex_debug = _bdebug ;
2111| }
2112|
2113| static int yy_init_globals (void)
2114| {
2115|         /* Initialization is the same as for the non-reentrant scanner.
2116|      * This function is called from yylex_destroy(), so don't allocate here.
2117|      */
2118|
2119|     (yy_buffer_stack) = 0;
2120|     (yy_buffer_stack_top) = 0;
2121|     (yy_buffer_stack_max) = 0;
2122|     (yy_c_buf_p) = (char *) 0;
2123|     (yy_init) = 0;
2124|     (yy_start) = 0;
2125|
2126|     (yy_state_buf) = 0;
2127|     (yy_state_ptr) = 0;
2128|     (yy_full_match) = 0;
2129|     (yy_lp) = 0;
2130|
2131| /* Defined in main.c */
2132| #ifdef YY_STDINIT
2133|     yyin = stdin;
2134|     yyout = stdout;
2135| #else
2136|     yyin = (FILE *) 0;
2137|     yyout = (FILE *) 0;
2138| #endif
2139|
2140|     /* For future reference: Set errno on error, since we are called by
2141|      * yylex_init()
2142|      */
2143|     return 0;
2144| }
2145|
2146| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2147| int yylex_destroy  (void)
2148| {
2149|     
2150|     /* Pop the buffer stack, destroying each element. */
2151|       while(YY_CURRENT_BUFFER){
2152|               yy_delete_buffer(YY_CURRENT_BUFFER  );
2153|               YY_CURRENT_BUFFER_LVALUE = NULL;
2154|               yypop_buffer_state();
2155|       }
2156|
2157|       /* Destroy the stack itself. */
2158|       yyfree((yy_buffer_stack) );
2159|       (yy_buffer_stack) = NULL;
2160|
2161|     yyfree ( (yy_state_buf) );
2162|     (yy_state_buf)  = NULL;
2163|
2164|     /* Reset the globals. This is important in a non-reentrant scanner so the next time
2165|      * yylex() is called, initialization will occur. */
2166|     yy_init_globals( );
2167|
2168|     return 0;
2169| }
2170|
2171| /*
2172|  * Internal utility routines.
2173|  */
2174|
2175| #ifndef yytext_ptr
2176| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2177| {
2178|               
2179|       int i;
2180|       for ( i = 0; i < n; ++i )
2181|               s1[i] = s2[i];
2182| }
2183| #endif
2184|
2185| #ifdef YY_NEED_STRLEN
2186| static int yy_flex_strlen (yyconst char * s )
2187| {
2188|       int n;
2189|       for ( n = 0; s[n]; ++n )
2190|               ;
2191|
2192|       return n;
2193| }
2194| #endif
2195|
2196| void *yyalloc (yy_size_t  size )
2197| {
2198|                       return (void *) malloc( size );
2199| }
2200|
2201| void *yyrealloc  (void * ptr, yy_size_t  size )
2202| {
2203|               
2204|       /* The cast to (char *) in the following accommodates both
2205|        * implementations that use char* generic pointers, and those
2206|        * that use void* generic pointers.  It works with the latter
2207|        * because both ANSI C and C++ allow castless assignment from
2208|        * any pointer type to void*, and deal with argument conversions
2209|        * as though doing an assignment.
2210|        */
2211|       return (void *) realloc( (char *) ptr, size );
2212| }
2213|
2214| void yyfree (void * ptr )
2215| {
2216|                       free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
2217| }
2218|
2219| #define YYTABLES_NAME "yytables"
2220|
2221| #line 10 "conftest.l"
2222|
2223|
2224| #ifdef YYTEXT_POINTER
2225| extern char *yytext;
2226| #endif
2227| int
2228| main (void)
2229| {
2230|   return ! yylex () + ! yywrap ();
2231| }
2232configure:8100: /usr/bin/clang -o conftest -pipe -Os -arch x86_64   conftest.c -lfl  >&5
2233configure:8100: $? = 0
2234configure:8110: result: -lfl
2235configure:8116: checking whether yytext is a pointer
2236configure:8133: /usr/bin/clang -o conftest -pipe -Os -arch x86_64   conftest.c -lfl  >&5
2237configure:8133: $? = 0
2238configure:8141: result: yes
2239configure:8161: result: defining LFLAGS to be -I
2240configure:8189: checking for bison
2241configure:8205: found /opt/local/bin/bison
2242configure:8216: result: bison -y
2243configure:8235: checking syntax of bison api.prefix (or name-prefix) declaration
2244configure:8268: result: api
2245configure:8290: checking syntax of bison push/pull declaration
2246configure:8334: result: dash
2247configure:8374: checking for makeinfo
2248configure:8390: found /opt/local/bin/makeinfo
2249configure:8401: result: makeinfo
2250configure:8425: checking for texi2dvi
2251configure:8452: result: /opt/local/bin/texi2dvi
2252configure:8480: checking for texi2pdf
2253configure:8507: result: /opt/local/bin/texi2pdf
2254configure:8542: checking whether ln -s works
2255configure:8546: result: yes
2256configure:8562: checking for desktop-file-install
2257configure:8578: found /opt/local/bin/desktop-file-install
2258configure:8589: result: desktop-file-install
2259configure:8614: checking for gs
2260configure:8630: found /opt/local/bin/gs
2261configure:8641: result: gs
2262configure:8680: checking for gnuplot
2263configure:8696: found /opt/local/bin/gnuplot
2264configure:8707: result: gnuplot
2265configure:8753: checking for less
2266configure:8769: found /opt/local/bin/less
2267configure:8780: result: less
2268configure:8804: checking for python
2269configure:8831: result: ' '
2270configure:9154: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
2271configure:9274: checking for C++ compiler version
2272configure:9283: /usr/bin/clang++ --version >&5
2273Apple LLVM version 7.0.2 (clang-700.1.81)
2274Target: x86_64-apple-darwin15.3.0
2275Thread model: posix
2276configure:9294: $? = 0
2277configure:9283: /usr/bin/clang++ -v >&5
2278Apple LLVM version 7.0.2 (clang-700.1.81)
2279Target: x86_64-apple-darwin15.3.0
2280Thread model: posix
2281configure:9294: $? = 0
2282configure:9283: /usr/bin/clang++ -V >&5
2283clang: error: argument to '-V' is missing (expected 1 value)
2284clang: error: no input files
2285configure:9294: $? = 1
2286configure:9283: /usr/bin/clang++ -qversion >&5
2287clang: error: unknown argument: '-qversion'
2288clang: error: no input files
2289configure:9294: $? = 1
2290configure:9298: checking whether we are using the GNU C++ compiler
2291configure:9317: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++  conftest.cpp >&5
2292configure:9317: $? = 0
2293configure:9326: result: yes
2294configure:9335: checking whether /usr/bin/clang++ accepts -g
2295configure:9355: /usr/bin/clang++ -c -g  conftest.cpp >&5
2296configure:9355: $? = 0
2297configure:9396: result: yes
2298configure:9421: checking dependency style of /usr/bin/clang++
2299configure:9532: result: none
2300configure:9552: checking how to run the C++ preprocessor
2301configure:9579: /usr/bin/clang++ -E  conftest.cpp
2302configure:9579: $? = 0
2303configure:9593: /usr/bin/clang++ -E  conftest.cpp
2304conftest.cpp:34:10: fatal error: 'ac_nonexistent.h' file not found
2305#include <ac_nonexistent.h>
2306         ^
23071 error generated.
2308configure:9593: $? = 1
2309configure: failed program was:
2310| /* confdefs.h */
2311| #define PACKAGE_NAME "GNU Octave"
2312| #define PACKAGE_TARNAME "octave"
2313| #define PACKAGE_VERSION "3.8.2"
2314| #define PACKAGE_STRING "GNU Octave 3.8.2"
2315| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
2316| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
2317| #define PACKAGE "octave"
2318| #define VERSION "3.8.2"
2319| #define OCTAVE_SOURCE 1
2320| #define STDC_HEADERS 1
2321| #define HAVE_SYS_TYPES_H 1
2322| #define HAVE_SYS_STAT_H 1
2323| #define HAVE_STDLIB_H 1
2324| #define HAVE_STRING_H 1
2325| #define HAVE_MEMORY_H 1
2326| #define HAVE_STRINGS_H 1
2327| #define HAVE_INTTYPES_H 1
2328| #define HAVE_STDINT_H 1
2329| #define HAVE_UNISTD_H 1
2330| #define __EXTENSIONS__ 1
2331| #define _ALL_SOURCE 1
2332| #define _DARWIN_C_SOURCE 1
2333| #define _GNU_SOURCE 1
2334| #define _POSIX_PTHREAD_SEMANTICS 1
2335| #define _TANDEM_SOURCE 1
2336| #define YYTEXT_POINTER 1
2337| #define SEPCHAR ':'
2338| #define SEPCHAR_STR ":"
2339| #define SHELL_PATH "/bin/sh"
2340| #define OCTAVE_IDX_TYPE int
2341| #define __NO_MATH_INLINES 1
2342| /* end confdefs.h.  */
2343| #include <ac_nonexistent.h>
2344configure:9618: result: /usr/bin/clang++ -E
2345configure:9638: /usr/bin/clang++ -E  conftest.cpp
2346configure:9638: $? = 0
2347configure:9652: /usr/bin/clang++ -E  conftest.cpp
2348conftest.cpp:34:10: fatal error: 'ac_nonexistent.h' file not found
2349#include <ac_nonexistent.h>
2350         ^
23511 error generated.
2352configure:9652: $? = 1
2353configure: failed program was:
2354| /* confdefs.h */
2355| #define PACKAGE_NAME "GNU Octave"
2356| #define PACKAGE_TARNAME "octave"
2357| #define PACKAGE_VERSION "3.8.2"
2358| #define PACKAGE_STRING "GNU Octave 3.8.2"
2359| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
2360| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
2361| #define PACKAGE "octave"
2362| #define VERSION "3.8.2"
2363| #define OCTAVE_SOURCE 1
2364| #define STDC_HEADERS 1
2365| #define HAVE_SYS_TYPES_H 1
2366| #define HAVE_SYS_STAT_H 1
2367| #define HAVE_STDLIB_H 1
2368| #define HAVE_STRING_H 1
2369| #define HAVE_MEMORY_H 1
2370| #define HAVE_STRINGS_H 1
2371| #define HAVE_INTTYPES_H 1
2372| #define HAVE_STDINT_H 1
2373| #define HAVE_UNISTD_H 1
2374| #define __EXTENSIONS__ 1
2375| #define _ALL_SOURCE 1
2376| #define _DARWIN_C_SOURCE 1
2377| #define _GNU_SOURCE 1
2378| #define _POSIX_PTHREAD_SEMANTICS 1
2379| #define _TANDEM_SOURCE 1
2380| #define YYTEXT_POINTER 1
2381| #define SEPCHAR ':'
2382| #define SEPCHAR_STR ":"
2383| #define SHELL_PATH "/bin/sh"
2384| #define OCTAVE_IDX_TYPE int
2385| #define __NO_MATH_INLINES 1
2386| /* end confdefs.h.  */
2387| #include <ac_nonexistent.h>
2388configure:9782: checking for gcc
2389configure:9809: result: /usr/bin/clang
2390configure:10038: checking for C compiler version
2391configure:10047: /usr/bin/clang --version >&5
2392Apple LLVM version 7.0.2 (clang-700.1.81)
2393Target: x86_64-apple-darwin15.3.0
2394Thread model: posix
2395configure:10058: $? = 0
2396configure:10047: /usr/bin/clang -v >&5
2397Apple LLVM version 7.0.2 (clang-700.1.81)
2398Target: x86_64-apple-darwin15.3.0
2399Thread model: posix
2400configure:10058: $? = 0
2401configure:10047: /usr/bin/clang -V >&5
2402clang: error: argument to '-V' is missing (expected 1 value)
2403clang: error: no input files
2404configure:10058: $? = 1
2405configure:10047: /usr/bin/clang -qversion >&5
2406clang: error: unknown argument: '-qversion'
2407clang: error: no input files
2408configure:10058: $? = 1
2409configure:10062: checking whether we are using the GNU C compiler
2410configure:10090: result: yes
2411configure:10099: checking whether /usr/bin/clang accepts -g
2412configure:10160: result: yes
2413configure:10177: checking for /usr/bin/clang option to accept ISO C89
2414configure:10253: result: none needed
2415configure:10278: checking whether /usr/bin/clang understands -c and -o together
2416configure:10315: result: yes
2417configure:10334: checking dependency style of /usr/bin/clang
2418configure:10445: result: none
2419configure:10465: checking how to run the C preprocessor
2420configure:10535: result: /usr/bin/clang -E
2421configure:10555: /usr/bin/clang -E  conftest.c
2422configure:10555: $? = 0
2423configure:10569: /usr/bin/clang -E  conftest.c
2424conftest.c:34:10: fatal error: 'ac_nonexistent.h' file not found
2425#include <ac_nonexistent.h>
2426         ^
24271 error generated.
2428configure:10569: $? = 1
2429configure: failed program was:
2430| /* confdefs.h */
2431| #define PACKAGE_NAME "GNU Octave"
2432| #define PACKAGE_TARNAME "octave"
2433| #define PACKAGE_VERSION "3.8.2"
2434| #define PACKAGE_STRING "GNU Octave 3.8.2"
2435| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
2436| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
2437| #define PACKAGE "octave"
2438| #define VERSION "3.8.2"
2439| #define OCTAVE_SOURCE 1
2440| #define STDC_HEADERS 1
2441| #define HAVE_SYS_TYPES_H 1
2442| #define HAVE_SYS_STAT_H 1
2443| #define HAVE_STDLIB_H 1
2444| #define HAVE_STRING_H 1
2445| #define HAVE_MEMORY_H 1
2446| #define HAVE_STRINGS_H 1
2447| #define HAVE_INTTYPES_H 1
2448| #define HAVE_STDINT_H 1
2449| #define HAVE_UNISTD_H 1
2450| #define __EXTENSIONS__ 1
2451| #define _ALL_SOURCE 1
2452| #define _DARWIN_C_SOURCE 1
2453| #define _GNU_SOURCE 1
2454| #define _POSIX_PTHREAD_SEMANTICS 1
2455| #define _TANDEM_SOURCE 1
2456| #define YYTEXT_POINTER 1
2457| #define SEPCHAR ':'
2458| #define SEPCHAR_STR ":"
2459| #define SHELL_PATH "/bin/sh"
2460| #define OCTAVE_IDX_TYPE int
2461| #define __NO_MATH_INLINES 1
2462| /* end confdefs.h.  */
2463| #include <ac_nonexistent.h>
2464configure:10598: checking whether /usr/bin/clang needs -traditional
2465conftest.c:34:10: fatal error: 'termio.h' file not found
2466#include <termio.h>
2467         ^
24681 error generated.
2469configure:10632: result: no
2470configure:10673: checking for Minix Amsterdam compiler
2471configure:10697: result: no
2472configure:10749: checking for ar
2473configure:10765: found /opt/local/bin/ar
2474configure:10776: result: ar
2475configure:10856: checking for ranlib
2476configure:10872: found /opt/local/bin/ranlib
2477configure:10883: result: ranlib
2478configure:10915: checking for _LARGEFILE_SOURCE value needed for large files
2479configure:10934: /usr/bin/clang -o conftest -pipe -Os -arch x86_64   conftest.c  >&5
2480configure:10934: $? = 0
2481configure:10962: result: no
2482configure:11019: checking for special C compiler options needed for large files
2483configure:11064: result: no
2484configure:11070: checking for _FILE_OFFSET_BITS value needed for large files
2485configure:11095: /usr/bin/clang -c -pipe -Os -arch x86_64  conftest.c >&5
2486configure:11095: $? = 0
2487configure:11127: result: no
2488configure:11432: checking C compiler version number
2489configure:11479: result:
2490configure:11493: checking C++ compiler version number
2491configure:11540: result:
2492configure:11547: checking whether stl_algo.h is broken
2493configure:11620: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++   conftest.cpp  >&5
2494configure:11620: $? = 0
2495configure:11620: ./conftest
2496configure:11620: $? = 0
2497configure:11637: result: no
2498configure:11842: checking whether pthreads work with -pthread
2499configure:11930: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread   conftest.c   >&5
2500configure:11930: $? = 0
2501configure:11939: result: yes
2502configure:11958: checking for joinable pthread attribute
2503configure:11973: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread   conftest.c   >&5
2504configure:11973: $? = 0
2505configure:11979: result: PTHREAD_CREATE_JOINABLE
2506configure:11989: checking if more special flags are required for pthreads
2507configure:12003: result: -D_THREAD_SAFE
2508configure:12009: checking for PTHREAD_PRIO_INHERIT
2509configure:12027: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread   conftest.c   >&5
2510configure:12027: $? = 0
2511configure:12036: result: yes
2512configure:12799: checking for sin in -lm
2513configure:12824: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lm    >&5
2514conftest.c:46:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
2515char sin ();
2516     ^
2517conftest.c:46:6: note: 'sin' is a builtin with type 'double (double)'
25181 warning generated.
2519configure:12824: $? = 0
2520configure:12833: result: yes
2521configure:12959: checking for Fortran 77 compiler version
2522configure:12968: /opt/local/bin/gfortran-mp-5 --version >&5
2523GNU Fortran (MacPorts gcc5 5.3.0_0) 5.3.0
2524Copyright (C) 2015 Free Software Foundation, Inc.
2525
2526GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
2527You may redistribute copies of GNU Fortran
2528under the terms of the GNU General Public License.
2529For more information about these matters, see the file named COPYING
2530
2531configure:12979: $? = 0
2532configure:12968: /opt/local/bin/gfortran-mp-5 -v >&5
2533Using built-in specs.
2534COLLECT_GCC=/opt/local/bin/gfortran-mp-5
2535COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin15/5.3.0/lto-wrapper
2536Target: x86_64-apple-darwin15
2537Configured with: /opt/local/var/macports/build/_opt_mports_dports_lang_gcc5/gcc5/work/gcc-5.3.0/configure --prefix=/opt/local --build=x86_64-apple-darwin15 --enable-languages=c,c++,objc,obj-c++,lto,fortran,java --libdir=/opt/local/lib/gcc5 --includedir=/opt/local/include/gcc5 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-5 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-5 --with-gxx-include-dir=/opt/local/include/gcc5/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion='MacPorts gcc5 5.3.0_0'
2538Thread model: posix
2539gcc version 5.3.0 (MacPorts gcc5 5.3.0_0)
2540configure:12979: $? = 0
2541configure:12968: /opt/local/bin/gfortran-mp-5 -V >&5
2542gfortran-mp-5: error: unrecognized command line option '-V'
2543gfortran-mp-5: fatal error: no input files
2544compilation terminated.
2545configure:12979: $? = 1
2546configure:12968: /opt/local/bin/gfortran-mp-5 -qversion >&5
2547gfortran-mp-5: error: unrecognized command line option '-qversion'
2548gfortran-mp-5: fatal error: no input files
2549compilation terminated.
2550configure:12979: $? = 1
2551configure:12988: checking whether we are using the GNU Fortran 77 compiler
2552configure:13001: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.F >&5
2553configure:13001: $? = 0
2554configure:13010: result: yes
2555configure:13016: checking whether /opt/local/bin/gfortran-mp-5 accepts -g
2556configure:13027: /opt/local/bin/gfortran-mp-5 -c -g conftest.f >&5
2557configure:13027: $? = 0
2558configure:13035: result: yes
2559configure:13069: checking how to get verbose linking output from /opt/local/bin/gfortran-mp-5
2560configure:13079: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.f >&5
2561configure:13079: $? = 0
2562configure:13097: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os -v conftest.f -lm
2563Using built-in specs.
2564Target: x86_64-apple-darwin15
2565Thread model: posix
2566gcc version 5.3.0 (MacPorts gcc5 5.3.0_0)
2567 /opt/local/libexec/gcc/x86_64-apple-darwin15/5.3.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -mmacosx-version-min=10.11 -mtune=core2 -auxbase conftest -Os -version -fintrinsic-modules-path /opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/finclude -o - |
2568 /opt/local/bin/as -v -arch x86_64 -force_cpusubtype_ALL -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccVuKL8F.o
2569GNU Fortran (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin15)
2570        compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3
2571GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2572GNU Fortran2008 (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin15)
2573        compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3
2574GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2575Apple Inc version cctools-877.5, GNU assembler version 1.38
2576Reading specs from /opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../../libgfortran.spec
2577rename spec lib to liborig
2578 /opt/local/libexec/gcc/x86_64-apple-darwin15/5.3.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccVuKL8F.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
2579collect2 version 5.3.0
2580/opt/local/bin/ld -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccVuKL8F.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
2581@(#)PROGRAM:ld  PROJECT:ld64-253.3
2582configured to support archs: i386 x86_64 x86_64h armv6 armv7 armv7s armv7m armv7k arm64 (tvOS)
2583Library search paths:
2584        /opt/local/lib
2585        /opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0
2586        /opt/local/lib/gcc5
2587        /usr/lib
2588        /usr/local/lib
2589Framework search paths:
2590        /Library/Frameworks/
2591        /System/Library/Frameworks/
2592 /opt/local/bin/nm -n /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccVuKL8F.o
2593configure:13180: result: -v
2594configure:13182: checking for Fortran 77 libraries of /opt/local/bin/gfortran-mp-5
2595configure:13205: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os -v conftest.f -lm
2596Using built-in specs.
2597Target: x86_64-apple-darwin15
2598Thread model: posix
2599gcc version 5.3.0 (MacPorts gcc5 5.3.0_0)
2600 /opt/local/libexec/gcc/x86_64-apple-darwin15/5.3.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -mmacosx-version-min=10.11 -mtune=core2 -auxbase conftest -Os -version -fintrinsic-modules-path /opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/finclude -o - |
2601 /opt/local/bin/as -v -arch x86_64 -force_cpusubtype_ALL -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/cc6OLw83.o
2602GNU Fortran (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin15)
2603        compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3
2604GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2605GNU Fortran2008 (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin15)
2606        compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3
2607GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2608Apple Inc version cctools-877.5, GNU assembler version 1.38
2609Reading specs from /opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../../libgfortran.spec
2610rename spec lib to liborig
2611 /opt/local/libexec/gcc/x86_64-apple-darwin15/5.3.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/cc6OLw83.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
2612collect2 version 5.3.0
2613/opt/local/bin/ld -dynamic -arch x86_64 -macosx_version_min 10.11 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/cc6OLw83.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
2614@(#)PROGRAM:ld  PROJECT:ld64-253.3
2615configured to support archs: i386 x86_64 x86_64h armv6 armv7 armv7s armv7m armv7k arm64 (tvOS)
2616Library search paths:
2617        /opt/local/lib
2618        /opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0
2619        /opt/local/lib/gcc5
2620        /usr/lib
2621        /usr/local/lib
2622Framework search paths:
2623        /Library/Frameworks/
2624        /System/Library/Frameworks/
2625 /opt/local/bin/nm -n /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/cc6OLw83.o
2626configure:13401: result:  -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm
2627configure:13417: checking for dummy main to link with Fortran 77 libraries
2628configure:13451: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
2629configure:13451: $? = 0
2630configure:13496: result: none
2631configure:13529: checking for Fortran 77 name-mangling scheme
2632configure:13542: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.f >&5
2633configure:13542: $? = 0
2634configure:13583: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c cfortran_test.o -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
2635Undefined symbols for architecture x86_64:
2636  "_foobar", referenced from:
2637      _main in conftest-d6ee00.o
2638     (maybe you meant: _foobar_)
2639ld: symbol(s) not found for architecture x86_64
2640clang: error: linker command failed with exit code 1 (use -v to see invocation)
2641configure:13583: $? = 1
2642configure: failed program was:
2643| /* confdefs.h */
2644| #define PACKAGE_NAME "GNU Octave"
2645| #define PACKAGE_TARNAME "octave"
2646| #define PACKAGE_VERSION "3.8.2"
2647| #define PACKAGE_STRING "GNU Octave 3.8.2"
2648| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
2649| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
2650| #define PACKAGE "octave"
2651| #define VERSION "3.8.2"
2652| #define OCTAVE_SOURCE 1
2653| #define STDC_HEADERS 1
2654| #define HAVE_SYS_TYPES_H 1
2655| #define HAVE_SYS_STAT_H 1
2656| #define HAVE_STDLIB_H 1
2657| #define HAVE_STRING_H 1
2658| #define HAVE_MEMORY_H 1
2659| #define HAVE_STRINGS_H 1
2660| #define HAVE_INTTYPES_H 1
2661| #define HAVE_STDINT_H 1
2662| #define HAVE_UNISTD_H 1
2663| #define __EXTENSIONS__ 1
2664| #define _ALL_SOURCE 1
2665| #define _DARWIN_C_SOURCE 1
2666| #define _GNU_SOURCE 1
2667| #define _POSIX_PTHREAD_SEMANTICS 1
2668| #define _TANDEM_SOURCE 1
2669| #define YYTEXT_POINTER 1
2670| #define SEPCHAR ':'
2671| #define SEPCHAR_STR ":"
2672| #define SHELL_PATH "/bin/sh"
2673| #define OCTAVE_IDX_TYPE int
2674| #define __NO_MATH_INLINES 1
2675| #define HAVE_FSEEKO 1
2676| #define _DARWIN_USE_64_BIT_INODE 1
2677| #define HAVE_PTHREAD_PRIO_INHERIT 1
2678| #define HAVE_PTHREAD 1
2679| #define FLOAT_TRUNCATE
2680| #define HAVE_LIBM 1
2681| /* end confdefs.h.  */
2682|
2683| /* Override any GCC internal prototype to avoid an error.
2684|    Use char because int might match the return type of a GCC
2685|    builtin and then its argument prototype would still apply.  */
2686| #ifdef __cplusplus
2687| extern "C"
2688| #endif
2689| char foobar ();
2690| #ifdef F77_DUMMY_MAIN
2691|
2692| #  ifdef __cplusplus
2693|      extern "C"
2694| #  endif
2695|    int F77_DUMMY_MAIN() { return 1; }
2696|
2697| #endif
2698| int
2699| main ()
2700| {
2701| return foobar ();
2702|   ;
2703|   return 0;
2704| }
2705configure:13583: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c cfortran_test.o -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
2706configure:13583: $? = 0
2707configure:13641: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c cfortran_test.o -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
2708configure:13641: $? = 0
2709configure:13683: result: lower case, underscore, no extra underscore
2710configure:13976: defining FFLAGS to be -pipe -Os
2711configure:13989: checking whether /opt/local/bin/gfortran-mp-5 has the intrinsic function ISNAN
2712configure:14014: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.f >&5
2713configure:14014: $? = 0
2714configure:14028: result: yes
2715configure:14040: checking whether /opt/local/bin/gfortran-mp-5 generates correct size integers
2716configure:14064: /opt/local/bin/gfortran-mp-5 -c -pipe -Os  conftest.f >&5
2717configure:14064: $? = 0
2718configure:14112: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c fintsize.o  -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
2719conftest.c:68:11: warning: implicit declaration of function 'foo_' is invalid in C99 [-Wimplicit-function-declaration]
2720          F77_FUNC(foo,FOO) (&n, &in, &out);
2721          ^
2722conftest.c:39:29: note: expanded from macro 'F77_FUNC'
2723#define F77_FUNC(name,NAME) name ## _
2724                            ^
2725<scratch space>:6:1: note: expanded from here
2726foo_
2727^
27281 warning generated.
2729configure:14112: $? = 0
2730configure:14112: ./conftest
2731configure:14112: $? = 0
2732configure:14146: result: yes
2733configure:14303: checking whether /opt/local/bin/gfortran-mp-5 accepts -ffloat-store
2734configure:14321: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os -ffloat-store  conftest.f -lm   >&5
2735configure:14321: $? = 0
2736configure:14339: result: yes
2737configure:14342: result: setting F77_FLOAT_STORE_FLAG to -ffloat-store
2738configure:14414: checking libqhull/libqhull.h usability
2739configure:14414: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c >&5
2740configure:14414: $? = 0
2741configure:14414: result: yes
2742configure:14414: checking libqhull/libqhull.h presence
2743configure:14414: /usr/bin/clang -E   conftest.c
2744configure:14414: $? = 0
2745configure:14414: result: yes
2746configure:14414: checking for libqhull/libqhull.h
2747configure:14414: result: yes
2748configure:14425: checking for qh_qhull in -lqhull
2749configure:14456: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lqhull -lm   >&5
2750configure:14456: $? = 0
2751configure:14465: result: yes
2752configure:14470: checking for qh_version in -lqhull
2753configure:14525: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lqhull -lm   >&5
2754configure:14525: $? = 0
2755configure:14534: result: yes
2756configure:14543: checking whether the qhull library works
2757configure:14608: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lqhull -lm   >&5
2758configure:14608: $? = 0
2759configure:14608: ./conftest
2760configure:14608: $? = 0
2761configure:14619: result: yes
2762configure:14658: checking pcre.h usability
2763configure:14658: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
2764configure:14658: $? = 0
2765configure:14658: result: yes
2766configure:14658: checking pcre.h presence
2767configure:14658: /usr/bin/clang -E  conftest.c
2768configure:14658: $? = 0
2769configure:14658: result: yes
2770configure:14658: checking for pcre.h
2771configure:14658: result: yes
2772configure:14658: checking pcre/pcre.h usability
2773configure:14658: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
2774conftest.c:78:10: fatal error: 'pcre/pcre.h' file not found
2775#include <pcre/pcre.h>
2776         ^
27771 error generated.
2778configure:14658: $? = 1
2779configure: failed program was:
2780| /* confdefs.h */
2781| #define PACKAGE_NAME "GNU Octave"
2782| #define PACKAGE_TARNAME "octave"
2783| #define PACKAGE_VERSION "3.8.2"
2784| #define PACKAGE_STRING "GNU Octave 3.8.2"
2785| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
2786| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
2787| #define PACKAGE "octave"
2788| #define VERSION "3.8.2"
2789| #define OCTAVE_SOURCE 1
2790| #define STDC_HEADERS 1
2791| #define HAVE_SYS_TYPES_H 1
2792| #define HAVE_SYS_STAT_H 1
2793| #define HAVE_STDLIB_H 1
2794| #define HAVE_STRING_H 1
2795| #define HAVE_MEMORY_H 1
2796| #define HAVE_STRINGS_H 1
2797| #define HAVE_INTTYPES_H 1
2798| #define HAVE_STDINT_H 1
2799| #define HAVE_UNISTD_H 1
2800| #define __EXTENSIONS__ 1
2801| #define _ALL_SOURCE 1
2802| #define _DARWIN_C_SOURCE 1
2803| #define _GNU_SOURCE 1
2804| #define _POSIX_PTHREAD_SEMANTICS 1
2805| #define _TANDEM_SOURCE 1
2806| #define YYTEXT_POINTER 1
2807| #define SEPCHAR ':'
2808| #define SEPCHAR_STR ":"
2809| #define SHELL_PATH "/bin/sh"
2810| #define OCTAVE_IDX_TYPE int
2811| #define __NO_MATH_INLINES 1
2812| #define HAVE_FSEEKO 1
2813| #define _DARWIN_USE_64_BIT_INODE 1
2814| #define HAVE_PTHREAD_PRIO_INHERIT 1
2815| #define HAVE_PTHREAD 1
2816| #define FLOAT_TRUNCATE
2817| #define HAVE_LIBM 1
2818| #define F77_FUNC(name,NAME) name ## _
2819| #define F77_FUNC_(name,NAME) name ## _
2820| #define HAVE_LIBQHULL_LIBQHULL_H 1
2821| #define HAVE_QHULL 1
2822| #define HAVE_PCRE_H 1
2823| /* end confdefs.h.  */
2824| #include <stdio.h>
2825| #ifdef HAVE_SYS_TYPES_H
2826| # include <sys/types.h>
2827| #endif
2828| #ifdef HAVE_SYS_STAT_H
2829| # include <sys/stat.h>
2830| #endif
2831| #ifdef STDC_HEADERS
2832| # include <stdlib.h>
2833| # include <stddef.h>
2834| #else
2835| # ifdef HAVE_STDLIB_H
2836| #  include <stdlib.h>
2837| # endif
2838| #endif
2839| #ifdef HAVE_STRING_H
2840| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2841| #  include <memory.h>
2842| # endif
2843| # include <string.h>
2844| #endif
2845| #ifdef HAVE_STRINGS_H
2846| # include <strings.h>
2847| #endif
2848| #ifdef HAVE_INTTYPES_H
2849| # include <inttypes.h>
2850| #endif
2851| #ifdef HAVE_STDINT_H
2852| # include <stdint.h>
2853| #endif
2854| #ifdef HAVE_UNISTD_H
2855| # include <unistd.h>
2856| #endif
2857| #include <pcre/pcre.h>
2858configure:14658: result: no
2859configure:14658: checking pcre/pcre.h presence
2860configure:14658: /usr/bin/clang -E  conftest.c
2861conftest.c:45:10: fatal error: 'pcre/pcre.h' file not found
2862#include <pcre/pcre.h>
2863         ^
28641 error generated.
2865configure:14658: $? = 1
2866configure: failed program was:
2867| /* confdefs.h */
2868| #define PACKAGE_NAME "GNU Octave"
2869| #define PACKAGE_TARNAME "octave"
2870| #define PACKAGE_VERSION "3.8.2"
2871| #define PACKAGE_STRING "GNU Octave 3.8.2"
2872| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
2873| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
2874| #define PACKAGE "octave"
2875| #define VERSION "3.8.2"
2876| #define OCTAVE_SOURCE 1
2877| #define STDC_HEADERS 1
2878| #define HAVE_SYS_TYPES_H 1
2879| #define HAVE_SYS_STAT_H 1
2880| #define HAVE_STDLIB_H 1
2881| #define HAVE_STRING_H 1
2882| #define HAVE_MEMORY_H 1
2883| #define HAVE_STRINGS_H 1
2884| #define HAVE_INTTYPES_H 1
2885| #define HAVE_STDINT_H 1
2886| #define HAVE_UNISTD_H 1
2887| #define __EXTENSIONS__ 1
2888| #define _ALL_SOURCE 1
2889| #define _DARWIN_C_SOURCE 1
2890| #define _GNU_SOURCE 1
2891| #define _POSIX_PTHREAD_SEMANTICS 1
2892| #define _TANDEM_SOURCE 1
2893| #define YYTEXT_POINTER 1
2894| #define SEPCHAR ':'
2895| #define SEPCHAR_STR ":"
2896| #define SHELL_PATH "/bin/sh"
2897| #define OCTAVE_IDX_TYPE int
2898| #define __NO_MATH_INLINES 1
2899| #define HAVE_FSEEKO 1
2900| #define _DARWIN_USE_64_BIT_INODE 1
2901| #define HAVE_PTHREAD_PRIO_INHERIT 1
2902| #define HAVE_PTHREAD 1
2903| #define FLOAT_TRUNCATE
2904| #define HAVE_LIBM 1
2905| #define F77_FUNC(name,NAME) name ## _
2906| #define F77_FUNC_(name,NAME) name ## _
2907| #define HAVE_LIBQHULL_LIBQHULL_H 1
2908| #define HAVE_QHULL 1
2909| #define HAVE_PCRE_H 1
2910| /* end confdefs.h.  */
2911| #include <pcre/pcre.h>
2912configure:14658: result: no
2913configure:14658: checking for pcre/pcre.h
2914configure:14658: result: no
2915configure:14669: checking whether pcre.h defines the macros we need
2916configure:14698: result: yes
2917configure:14705: checking for pcre-config
2918configure:14721: found /opt/local/bin/pcre-config
2919configure:14733: result: yes
2920configure:14751: checking for pcre_compile
2921configure:14751: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -L/opt/local/lib -lpcre -lm   >&5
2922configure:14751: $? = 0
2923configure:14751: result: yes
2924configure:14827: checking zlib.h usability
2925configure:14827: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c >&5
2926configure:14827: $? = 0
2927configure:14827: result: yes
2928configure:14827: checking zlib.h presence
2929configure:14827: /usr/bin/clang -E   conftest.c
2930configure:14827: $? = 0
2931configure:14827: result: yes
2932configure:14827: checking for zlib.h
2933configure:14827: result: yes
2934configure:14838: checking for gzclearerr in -lz
2935configure:14869: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lz -lm   >&5
2936configure:14869: $? = 0
2937configure:14878: result: yes
2938configure:15472: checking hdf5.h usability
2939configure:15472: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread    conftest.c >&5
2940configure:15472: $? = 0
2941configure:15472: result: yes
2942configure:15472: checking hdf5.h presence
2943configure:15472: /usr/bin/clang -E    conftest.c
2944configure:15472: $? = 0
2945configure:15472: result: yes
2946configure:15472: checking for hdf5.h
2947configure:15472: result: yes
2948configure:15483: checking for H5Gget_num_objs in -lhdf5
2949configure:15514: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread      conftest.c -lhdf5  -lz -lm   >&5
2950configure:15514: $? = 0
2951configure:15523: result: yes
2952configure:15528: checking whether HDF5 library has enforced version 1.6 API
2953configure:15556: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread      conftest.c -lhdf5  -lz -lm   >&5
2954conftest.c:65:24: error: too few arguments to function call, expected 3, have 2
2955      H5Eset_auto (0, 0);
2956      ~~~~~~~~~~~      ^
2957/opt/local/include/H5Epublic.h:174:8: note: 'H5Eset_auto2' declared here
2958H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
2959       ^
29601 error generated.
2961configure:15556: $? = 1
2962configure: failed program was:
2963| /* confdefs.h */
2964| #define PACKAGE_NAME "GNU Octave"
2965| #define PACKAGE_TARNAME "octave"
2966| #define PACKAGE_VERSION "3.8.2"
2967| #define PACKAGE_STRING "GNU Octave 3.8.2"
2968| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
2969| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
2970| #define PACKAGE "octave"
2971| #define VERSION "3.8.2"
2972| #define OCTAVE_SOURCE 1
2973| #define STDC_HEADERS 1
2974| #define HAVE_SYS_TYPES_H 1
2975| #define HAVE_SYS_STAT_H 1
2976| #define HAVE_STDLIB_H 1
2977| #define HAVE_STRING_H 1
2978| #define HAVE_MEMORY_H 1
2979| #define HAVE_STRINGS_H 1
2980| #define HAVE_INTTYPES_H 1
2981| #define HAVE_STDINT_H 1
2982| #define HAVE_UNISTD_H 1
2983| #define __EXTENSIONS__ 1
2984| #define _ALL_SOURCE 1
2985| #define _DARWIN_C_SOURCE 1
2986| #define _GNU_SOURCE 1
2987| #define _POSIX_PTHREAD_SEMANTICS 1
2988| #define _TANDEM_SOURCE 1
2989| #define YYTEXT_POINTER 1
2990| #define SEPCHAR ':'
2991| #define SEPCHAR_STR ":"
2992| #define SHELL_PATH "/bin/sh"
2993| #define OCTAVE_IDX_TYPE int
2994| #define __NO_MATH_INLINES 1
2995| #define HAVE_FSEEKO 1
2996| #define _DARWIN_USE_64_BIT_INODE 1
2997| #define HAVE_PTHREAD_PRIO_INHERIT 1
2998| #define HAVE_PTHREAD 1
2999| #define FLOAT_TRUNCATE
3000| #define HAVE_LIBM 1
3001| #define F77_FUNC(name,NAME) name ## _
3002| #define F77_FUNC_(name,NAME) name ## _
3003| #define HAVE_LIBQHULL_LIBQHULL_H 1
3004| #define HAVE_QHULL 1
3005| #define HAVE_PCRE_H 1
3006| #define HAVE_PCRE_COMPILE 1
3007| #define HAVE_ZLIB_H 1
3008| #define HAVE_Z 1
3009| #define HAVE_ZLIB 1
3010| #define HAVE_HDF5_H 1
3011| /* end confdefs.h.  */
3012|
3013|       #include <hdf5.h>
3014|
3015| #ifdef F77_DUMMY_MAIN
3016|
3017| #  ifdef __cplusplus
3018|      extern "C"
3019| #  endif
3020|    int F77_DUMMY_MAIN() { return 1; }
3021|
3022| #endif
3023| int
3024| main ()
3025| {
3026|
3027|       H5Eset_auto (0, 0);
3028|
3029|   ;
3030|   return 0;
3031| }
3032configure:15565: result: no
3033configure:15743: checking fftw3.h usability
3034configure:15743: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c >&5
3035configure:15743: $? = 0
3036configure:15743: result: yes
3037configure:15743: checking fftw3.h presence
3038configure:15743: /usr/bin/clang -E   conftest.c
3039configure:15743: $? = 0
3040configure:15743: result: yes
3041configure:15743: checking for fftw3.h
3042configure:15743: result: yes
3043configure:15754: checking for fftw_plan_dft_1d in -lfftw3
3044configure:15785: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lfftw3 -lm   >&5
3045configure:15785: $? = 0
3046configure:15794: result: yes
3047configure:15877: checking for fftw3.h
3048configure:15877: result: yes
3049configure:15888: checking for fftwf_plan_dft_1d in -lfftw3f
3050configure:15919: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lfftw3f -lm   >&5
3051configure:15919: $? = 0
3052configure:15928: result: yes
3053configure:15973: checking for fftw3 multi-threading support
3054configure:16001: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lfftw3 -lm   >&5
3055Undefined symbols for architecture x86_64:
3056  "_fftw_plan_with_nthreads", referenced from:
3057      _main in conftest-4c6577.o
3058ld: symbol(s) not found for architecture x86_64
3059clang: error: linker command failed with exit code 1 (use -v to see invocation)
3060configure:16001: $? = 1
3061configure: failed program was:
3062| /* confdefs.h */
3063| #define PACKAGE_NAME "GNU Octave"
3064| #define PACKAGE_TARNAME "octave"
3065| #define PACKAGE_VERSION "3.8.2"
3066| #define PACKAGE_STRING "GNU Octave 3.8.2"
3067| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
3068| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
3069| #define PACKAGE "octave"
3070| #define VERSION "3.8.2"
3071| #define OCTAVE_SOURCE 1
3072| #define STDC_HEADERS 1
3073| #define HAVE_SYS_TYPES_H 1
3074| #define HAVE_SYS_STAT_H 1
3075| #define HAVE_STDLIB_H 1
3076| #define HAVE_STRING_H 1
3077| #define HAVE_MEMORY_H 1
3078| #define HAVE_STRINGS_H 1
3079| #define HAVE_INTTYPES_H 1
3080| #define HAVE_STDINT_H 1
3081| #define HAVE_UNISTD_H 1
3082| #define __EXTENSIONS__ 1
3083| #define _ALL_SOURCE 1
3084| #define _DARWIN_C_SOURCE 1
3085| #define _GNU_SOURCE 1
3086| #define _POSIX_PTHREAD_SEMANTICS 1
3087| #define _TANDEM_SOURCE 1
3088| #define YYTEXT_POINTER 1
3089| #define SEPCHAR ':'
3090| #define SEPCHAR_STR ":"
3091| #define SHELL_PATH "/bin/sh"
3092| #define OCTAVE_IDX_TYPE int
3093| #define __NO_MATH_INLINES 1
3094| #define HAVE_FSEEKO 1
3095| #define _DARWIN_USE_64_BIT_INODE 1
3096| #define HAVE_PTHREAD_PRIO_INHERIT 1
3097| #define HAVE_PTHREAD 1
3098| #define FLOAT_TRUNCATE
3099| #define HAVE_LIBM 1
3100| #define F77_FUNC(name,NAME) name ## _
3101| #define F77_FUNC_(name,NAME) name ## _
3102| #define HAVE_LIBQHULL_LIBQHULL_H 1
3103| #define HAVE_QHULL 1
3104| #define HAVE_PCRE_H 1
3105| #define HAVE_PCRE_COMPILE 1
3106| #define HAVE_ZLIB_H 1
3107| #define HAVE_Z 1
3108| #define HAVE_ZLIB 1
3109| #define HAVE_HDF5_H 1
3110| #define HAVE_HDF5_18 1
3111| #define HAVE_HDF5 1
3112| #define HAVE_FFTW3_H 1
3113| #define HAVE_FFTW3 1
3114| #define HAVE_FFTW3_H 1
3115| #define HAVE_FFTW3F 1
3116| /* end confdefs.h.  */
3117|
3118|       #include <fftw3.h>
3119|
3120| #ifdef F77_DUMMY_MAIN
3121|
3122| #  ifdef __cplusplus
3123|      extern "C"
3124| #  endif
3125|    int F77_DUMMY_MAIN() { return 1; }
3126|
3127| #endif
3128| int
3129| main ()
3130| {
3131|
3132|       fftw_plan_with_nthreads (2);
3133|
3134|   ;
3135|   return 0;
3136| }
3137configure:16028: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lfftw3_threads -lfftw3 -lm   >&5
3138configure:16028: $? = 0
3139configure:16041: result: -lfftw3_threads
3140configure:16070: checking for fftw3f multi-threading support
3141configure:16098: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lfftw3f -lm   >&5
3142Undefined symbols for architecture x86_64:
3143  "_fftwf_plan_with_nthreads", referenced from:
3144      _main in conftest-7fd31a.o
3145ld: symbol(s) not found for architecture x86_64
3146clang: error: linker command failed with exit code 1 (use -v to see invocation)
3147configure:16098: $? = 1
3148configure: failed program was:
3149| /* confdefs.h */
3150| #define PACKAGE_NAME "GNU Octave"
3151| #define PACKAGE_TARNAME "octave"
3152| #define PACKAGE_VERSION "3.8.2"
3153| #define PACKAGE_STRING "GNU Octave 3.8.2"
3154| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
3155| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
3156| #define PACKAGE "octave"
3157| #define VERSION "3.8.2"
3158| #define OCTAVE_SOURCE 1
3159| #define STDC_HEADERS 1
3160| #define HAVE_SYS_TYPES_H 1
3161| #define HAVE_SYS_STAT_H 1
3162| #define HAVE_STDLIB_H 1
3163| #define HAVE_STRING_H 1
3164| #define HAVE_MEMORY_H 1
3165| #define HAVE_STRINGS_H 1
3166| #define HAVE_INTTYPES_H 1
3167| #define HAVE_STDINT_H 1
3168| #define HAVE_UNISTD_H 1
3169| #define __EXTENSIONS__ 1
3170| #define _ALL_SOURCE 1
3171| #define _DARWIN_C_SOURCE 1
3172| #define _GNU_SOURCE 1
3173| #define _POSIX_PTHREAD_SEMANTICS 1
3174| #define _TANDEM_SOURCE 1
3175| #define YYTEXT_POINTER 1
3176| #define SEPCHAR ':'
3177| #define SEPCHAR_STR ":"
3178| #define SHELL_PATH "/bin/sh"
3179| #define OCTAVE_IDX_TYPE int
3180| #define __NO_MATH_INLINES 1
3181| #define HAVE_FSEEKO 1
3182| #define _DARWIN_USE_64_BIT_INODE 1
3183| #define HAVE_PTHREAD_PRIO_INHERIT 1
3184| #define HAVE_PTHREAD 1
3185| #define FLOAT_TRUNCATE
3186| #define HAVE_LIBM 1
3187| #define F77_FUNC(name,NAME) name ## _
3188| #define F77_FUNC_(name,NAME) name ## _
3189| #define HAVE_LIBQHULL_LIBQHULL_H 1
3190| #define HAVE_QHULL 1
3191| #define HAVE_PCRE_H 1
3192| #define HAVE_PCRE_COMPILE 1
3193| #define HAVE_ZLIB_H 1
3194| #define HAVE_Z 1
3195| #define HAVE_ZLIB 1
3196| #define HAVE_HDF5_H 1
3197| #define HAVE_HDF5_18 1
3198| #define HAVE_HDF5 1
3199| #define HAVE_FFTW3_H 1
3200| #define HAVE_FFTW3 1
3201| #define HAVE_FFTW3_H 1
3202| #define HAVE_FFTW3F 1
3203| #define HAVE_FFTW3_THREADS 1
3204| /* end confdefs.h.  */
3205|
3206|       #include <fftw3.h>
3207|
3208| #ifdef F77_DUMMY_MAIN
3209|
3210| #  ifdef __cplusplus
3211|      extern "C"
3212| #  endif
3213|    int F77_DUMMY_MAIN() { return 1; }
3214|
3215| #endif
3216| int
3217| main ()
3218| {
3219|
3220|       fftwf_plan_with_nthreads (2);
3221|
3222|   ;
3223|   return 0;
3224| }
3225configure:16125: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread     conftest.c -lfftw3f_threads -lfftw3f -lm   >&5
3226configure:16125: $? = 0
3227configure:16138: result: -lfftw3f_threads
3228configure:16248: checking glpk/glpk.h usability
3229configure:16248: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread    conftest.c >&5
3230conftest.c:92:10: fatal error: 'glpk/glpk.h' file not found
3231#include <glpk/glpk.h>
3232         ^
32331 error generated.
3234configure:16248: $? = 1
3235configure: failed program was:
3236| /* confdefs.h */
3237| #define PACKAGE_NAME "GNU Octave"
3238| #define PACKAGE_TARNAME "octave"
3239| #define PACKAGE_VERSION "3.8.2"
3240| #define PACKAGE_STRING "GNU Octave 3.8.2"
3241| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
3242| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
3243| #define PACKAGE "octave"
3244| #define VERSION "3.8.2"
3245| #define OCTAVE_SOURCE 1
3246| #define STDC_HEADERS 1
3247| #define HAVE_SYS_TYPES_H 1
3248| #define HAVE_SYS_STAT_H 1
3249| #define HAVE_STDLIB_H 1
3250| #define HAVE_STRING_H 1
3251| #define HAVE_MEMORY_H 1
3252| #define HAVE_STRINGS_H 1
3253| #define HAVE_INTTYPES_H 1
3254| #define HAVE_STDINT_H 1
3255| #define HAVE_UNISTD_H 1
3256| #define __EXTENSIONS__ 1
3257| #define _ALL_SOURCE 1
3258| #define _DARWIN_C_SOURCE 1
3259| #define _GNU_SOURCE 1
3260| #define _POSIX_PTHREAD_SEMANTICS 1
3261| #define _TANDEM_SOURCE 1
3262| #define YYTEXT_POINTER 1
3263| #define SEPCHAR ':'
3264| #define SEPCHAR_STR ":"
3265| #define SHELL_PATH "/bin/sh"
3266| #define OCTAVE_IDX_TYPE int
3267| #define __NO_MATH_INLINES 1
3268| #define HAVE_FSEEKO 1
3269| #define _DARWIN_USE_64_BIT_INODE 1
3270| #define HAVE_PTHREAD_PRIO_INHERIT 1
3271| #define HAVE_PTHREAD 1
3272| #define FLOAT_TRUNCATE
3273| #define HAVE_LIBM 1
3274| #define F77_FUNC(name,NAME) name ## _
3275| #define F77_FUNC_(name,NAME) name ## _
3276| #define HAVE_LIBQHULL_LIBQHULL_H 1
3277| #define HAVE_QHULL 1
3278| #define HAVE_PCRE_H 1
3279| #define HAVE_PCRE_COMPILE 1
3280| #define HAVE_ZLIB_H 1
3281| #define HAVE_Z 1
3282| #define HAVE_ZLIB 1
3283| #define HAVE_HDF5_H 1
3284| #define HAVE_HDF5_18 1
3285| #define HAVE_HDF5 1
3286| #define HAVE_FFTW3_H 1
3287| #define HAVE_FFTW3 1
3288| #define HAVE_FFTW3_H 1
3289| #define HAVE_FFTW3F 1
3290| #define HAVE_FFTW3_THREADS 1
3291| #define HAVE_FFTW3F_THREADS 1
3292| #define HAVE_FFTW 1
3293| /* end confdefs.h.  */
3294| #include <stdio.h>
3295| #ifdef HAVE_SYS_TYPES_H
3296| # include <sys/types.h>
3297| #endif
3298| #ifdef HAVE_SYS_STAT_H
3299| # include <sys/stat.h>
3300| #endif
3301| #ifdef STDC_HEADERS
3302| # include <stdlib.h>
3303| # include <stddef.h>
3304| #else
3305| # ifdef HAVE_STDLIB_H
3306| #  include <stdlib.h>
3307| # endif
3308| #endif
3309| #ifdef HAVE_STRING_H
3310| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3311| #  include <memory.h>
3312| # endif
3313| # include <string.h>
3314| #endif
3315| #ifdef HAVE_STRINGS_H
3316| # include <strings.h>
3317| #endif
3318| #ifdef HAVE_INTTYPES_H
3319| # include <inttypes.h>
3320| #endif
3321| #ifdef HAVE_STDINT_H
3322| # include <stdint.h>
3323| #endif
3324| #ifdef HAVE_UNISTD_H
3325| # include <unistd.h>
3326| #endif
3327| #include <glpk/glpk.h>
3328configure:16248: result: no
3329configure:16248: checking glpk/glpk.h presence
3330configure:16248: /usr/bin/clang -E    conftest.c
3331conftest.c:59:10: fatal error: 'glpk/glpk.h' file not found
3332#include <glpk/glpk.h>
3333         ^
33341 error generated.
3335configure:16248: $? = 1
3336configure: failed program was:
3337| /* confdefs.h */
3338| #define PACKAGE_NAME "GNU Octave"
3339| #define PACKAGE_TARNAME "octave"
3340| #define PACKAGE_VERSION "3.8.2"
3341| #define PACKAGE_STRING "GNU Octave 3.8.2"
3342| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
3343| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
3344| #define PACKAGE "octave"
3345| #define VERSION "3.8.2"
3346| #define OCTAVE_SOURCE 1
3347| #define STDC_HEADERS 1
3348| #define HAVE_SYS_TYPES_H 1
3349| #define HAVE_SYS_STAT_H 1
3350| #define HAVE_STDLIB_H 1
3351| #define HAVE_STRING_H 1
3352| #define HAVE_MEMORY_H 1
3353| #define HAVE_STRINGS_H 1
3354| #define HAVE_INTTYPES_H 1
3355| #define HAVE_STDINT_H 1
3356| #define HAVE_UNISTD_H 1
3357| #define __EXTENSIONS__ 1
3358| #define _ALL_SOURCE 1
3359| #define _DARWIN_C_SOURCE 1
3360| #define _GNU_SOURCE 1
3361| #define _POSIX_PTHREAD_SEMANTICS 1
3362| #define _TANDEM_SOURCE 1
3363| #define YYTEXT_POINTER 1
3364| #define SEPCHAR ':'
3365| #define SEPCHAR_STR ":"
3366| #define SHELL_PATH "/bin/sh"
3367| #define OCTAVE_IDX_TYPE int
3368| #define __NO_MATH_INLINES 1
3369| #define HAVE_FSEEKO 1
3370| #define _DARWIN_USE_64_BIT_INODE 1
3371| #define HAVE_PTHREAD_PRIO_INHERIT 1
3372| #define HAVE_PTHREAD 1
3373| #define FLOAT_TRUNCATE
3374| #define HAVE_LIBM 1
3375| #define F77_FUNC(name,NAME) name ## _
3376| #define F77_FUNC_(name,NAME) name ## _
3377| #define HAVE_LIBQHULL_LIBQHULL_H 1
3378| #define HAVE_QHULL 1
3379| #define HAVE_PCRE_H 1
3380| #define HAVE_PCRE_COMPILE 1
3381| #define HAVE_ZLIB_H 1
3382| #define HAVE_Z 1
3383| #define HAVE_ZLIB 1
3384| #define HAVE_HDF5_H 1
3385| #define HAVE_HDF5_18 1
3386| #define HAVE_HDF5 1
3387| #define HAVE_FFTW3_H 1
3388| #define HAVE_FFTW3 1
3389| #define HAVE_FFTW3_H 1
3390| #define HAVE_FFTW3F 1
3391| #define HAVE_FFTW3_THREADS 1
3392| #define HAVE_FFTW3F_THREADS 1
3393| #define HAVE_FFTW 1
3394| /* end confdefs.h.  */
3395| #include <glpk/glpk.h>
3396configure:16248: result: no
3397configure:16248: checking for glpk/glpk.h
3398configure:16248: result: no
3399configure:16248: checking glpk.h usability
3400configure:16248: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread    conftest.c >&5
3401configure:16248: $? = 0
3402configure:16248: result: yes
3403configure:16248: checking glpk.h presence
3404configure:16248: /usr/bin/clang -E    conftest.c
3405configure:16248: $? = 0
3406configure:16248: result: yes
3407configure:16248: checking for glpk.h
3408configure:16248: result: yes
3409configure:16259: checking for glp_simplex in -lglpk
3410configure:16290: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread      conftest.c -lglpk  -lz -lm   >&5
3411configure:16290: $? = 0
3412configure:16299: result: yes
3413configure:16304: checking whether the glpk library has glp_interior(glp_prob*, glp_iptcp*)
3414configure:16348: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread      conftest.cpp -lglpk  -lz -lm   >&5
3415configure:16348: $? = 0
3416configure:16363: result: yes
3417configure:16458: checking curl/curl.h usability
3418configure:16458: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread    conftest.c >&5
3419configure:16458: $? = 0
3420configure:16458: result: yes
3421configure:16458: checking curl/curl.h presence
3422configure:16458: /usr/bin/clang -E    conftest.c
3423configure:16458: $? = 0
3424configure:16458: result: yes
3425configure:16458: checking for curl/curl.h
3426configure:16458: result: yes
3427configure:16469: checking for curl_easy_escape in -lcurl
3428configure:16500: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread      conftest.c -lcurl  -lz -lm   >&5
3429configure:16500: $? = 0
3430configure:16509: result: yes
3431configure:16536: checking for CURLOPT_DIRLISTONLY in curl/curl.h
3432configure:16564: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c >&5
3433configure:16564: $? = 0
3434configure:16572: result: yes
3435configure:16601: $PKG_CONFIG --exists --print-errors "$magick++"
3436configure:16604: $? = 0
3437configure:16627: checking Magick++.h usability
3438configure:16627: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread -I/opt/local/include/GraphicsMagick   conftest.cpp >&5
3439configure:16627: $? = 0
3440configure:16627: result: yes
3441configure:16627: checking Magick++.h presence
3442configure:16627: /usr/bin/clang++ -E -I/opt/local/include/GraphicsMagick   conftest.cpp
3443configure:16627: $? = 0
3444configure:16627: result: yes
3445configure:16627: checking for Magick++.h
3446configure:16627: result: yes
3447configure:16630: checking for Magick::ColorRGB in Magick++.h
3448configure:16641: /usr/bin/clang++ -E -I/opt/local/include/GraphicsMagick   conftest.cpp
3449configure:16641: $? = 0
3450configure:16649: result: yes
3451configure:16669: checking for setlocale
3452configure:16669: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lm   >&5
3453configure:16669: $? = 0
3454configure:16669: result: yes
3455configure:16698: checking for X
3456configure:16884: result: disabled
3457configure:17017: checking whether ld accepts -framework Carbon
3458configure:17049: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread   -framework Carbon conftest.cpp -lm   >&5
3459configure:17049: $? = 0
3460configure:17067: result: yes
3461configure:17096: adding -Wl,-framework -Wl,Carbon to CARBON_LIBS
3462configure:17133: checking whether ld accepts -framework OpenGL
3463configure:17170: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread   -framework OpenGL conftest.cpp -lm   >&5
3464configure:17170: $? = 0
3465configure:17188: result: yes
3466configure:17218: adding -Wl,-framework -Wl,OpenGL to OPENGL_LIBS
3467configure:17221: checking whether gluTessCallback is called with "(...)"
3468configure:17260: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread  conftest.cpp >&5
3469conftest.cpp:87:9: error: no matching function for call to 'gluTessCallback'
3470        gluTessCallback(0, 0, func);
3471        ^~~~~~~~~~~~~~~
3472/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:291:13: note: candidate function not viable: no known conversion from 'GLvoid (*)(...)' to 'GLvoid (*)()' for 3rd argument
3473extern void gluTessCallback (GLUtesselator* tess, GLenum which, GLvoid (*CallBackFunc)()) OPENGL_DEPRECATED(10_0, 10_9);
3474            ^
34751 error generated.
3476configure:17260: $? = 1
3477configure: failed program was:
3478| /* confdefs.h */
3479| #define PACKAGE_NAME "GNU Octave"
3480| #define PACKAGE_TARNAME "octave"
3481| #define PACKAGE_VERSION "3.8.2"
3482| #define PACKAGE_STRING "GNU Octave 3.8.2"
3483| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
3484| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
3485| #define PACKAGE "octave"
3486| #define VERSION "3.8.2"
3487| #define OCTAVE_SOURCE 1
3488| #define STDC_HEADERS 1
3489| #define HAVE_SYS_TYPES_H 1
3490| #define HAVE_SYS_STAT_H 1
3491| #define HAVE_STDLIB_H 1
3492| #define HAVE_STRING_H 1
3493| #define HAVE_MEMORY_H 1
3494| #define HAVE_STRINGS_H 1
3495| #define HAVE_INTTYPES_H 1
3496| #define HAVE_STDINT_H 1
3497| #define HAVE_UNISTD_H 1
3498| #define __EXTENSIONS__ 1
3499| #define _ALL_SOURCE 1
3500| #define _DARWIN_C_SOURCE 1
3501| #define _GNU_SOURCE 1
3502| #define _POSIX_PTHREAD_SEMANTICS 1
3503| #define _TANDEM_SOURCE 1
3504| #define YYTEXT_POINTER 1
3505| #define SEPCHAR ':'
3506| #define SEPCHAR_STR ":"
3507| #define SHELL_PATH "/bin/sh"
3508| #define OCTAVE_IDX_TYPE int
3509| #define __NO_MATH_INLINES 1
3510| #define HAVE_FSEEKO 1
3511| #define _DARWIN_USE_64_BIT_INODE 1
3512| #define HAVE_PTHREAD_PRIO_INHERIT 1
3513| #define HAVE_PTHREAD 1
3514| #define FLOAT_TRUNCATE
3515| #define HAVE_LIBM 1
3516| #define F77_FUNC(name,NAME) name ## _
3517| #define F77_FUNC_(name,NAME) name ## _
3518| #define HAVE_LIBQHULL_LIBQHULL_H 1
3519| #define HAVE_QHULL 1
3520| #define HAVE_PCRE_H 1
3521| #define HAVE_PCRE_COMPILE 1
3522| #define HAVE_ZLIB_H 1
3523| #define HAVE_Z 1
3524| #define HAVE_ZLIB 1
3525| #define HAVE_HDF5_H 1
3526| #define HAVE_HDF5_18 1
3527| #define HAVE_HDF5 1
3528| #define HAVE_FFTW3_H 1
3529| #define HAVE_FFTW3 1
3530| #define HAVE_FFTW3_H 1
3531| #define HAVE_FFTW3F 1
3532| #define HAVE_FFTW3_THREADS 1
3533| #define HAVE_FFTW3F_THREADS 1
3534| #define HAVE_FFTW 1
3535| #define HAVE_GLPK_H 1
3536| #define HAVE_GLPK 1
3537| #define HAVE_CURL_CURL_H 1
3538| #define HAVE_CURL 1
3539| #define HAVE_SETLOCALE 1
3540| #define HAVE_MAGICK 1
3541| #define HAVE_FRAMEWORK_CARBON 1
3542| #define HAVE_FRAMEWORK_OPENGL 1
3543| /* end confdefs.h.  */
3544|
3545|         #ifdef HAVE_GL_GLU_H
3546|         # include <GL/glu.h>
3547|         #elif defined HAVE_OPENGL_GLU_H || defined HAVE_FRAMEWORK_OPENGL
3548|         # include <OpenGL/glu.h>
3549|         #endif
3550|
3551| #ifdef F77_DUMMY_MAIN
3552|
3553| #  ifdef __cplusplus
3554|      extern "C"
3555| #  endif
3556|    int F77_DUMMY_MAIN() { return 1; }
3557|
3558| #endif
3559| int
3560| main ()
3561| {
3562|
3563|         GLvoid (*func)(...);
3564|         gluTessCallback(0, 0, func);
3565|
3566|   ;
3567|   return 0;
3568| }
3569configure:17274: result: no
3570configure:17472: checking for FT2
3571configure:17480: $PKG_CONFIG --exists --print-errors "freetype2"
3572configure:17483: $? = 0
3573configure:17498: $PKG_CONFIG --exists --print-errors "freetype2"
3574configure:17501: $? = 0
3575configure:17556: result: yes
3576configure:17560: checking for FreeType2 version >= 9.03
3577configure:17565: result: yes
3578configure:17574: checking for FT_Reference_Face
3579configure:17574: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -L/opt/local/lib -lfreetype  -lm   >&5
3580configure:17574: $? = 0
3581configure:17574: result: yes
3582configure:17606: checking for FONTCONFIG
3583configure:17614: $PKG_CONFIG --exists --print-errors "fontconfig"
3584configure:17617: $? = 0
3585configure:17632: $PKG_CONFIG --exists --print-errors "fontconfig"
3586configure:17635: $? = 0
3587configure:17673: result: yes
3588configure:17816: checking for fltk-config
3589configure:17834: found /opt/local/bin/fltk-config
3590configure:17847: result: /opt/local/bin/fltk-config
3591configure:17877: checking for OpenGL support in FLTK
3592configure:17907: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT  conftest.c >&5
3593In file included from conftest.c:72:
3594In file included from /opt/local/include/FL/gl.h:45:
3595/opt/local/include/FL/Enumerations.H:533:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3596extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUND_UP_BOX();
3597                 ^
3598                 enum
3599/opt/local/include/FL/Enumerations.H:536:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3600extern FL_EXPORT Fl_Boxtype fl_define_FL_SHADOW_BOX();
3601                 ^
3602                 enum
3603/opt/local/include/FL/Enumerations.H:539:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3604extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUNDED_BOX();
3605                 ^
3606                 enum
3607/opt/local/include/FL/Enumerations.H:542:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3608extern FL_EXPORT Fl_Boxtype fl_define_FL_RFLAT_BOX();
3609                 ^
3610                 enum
3611/opt/local/include/FL/Enumerations.H:544:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3612extern FL_EXPORT Fl_Boxtype fl_define_FL_RSHADOW_BOX();
3613                 ^
3614                 enum
3615/opt/local/include/FL/Enumerations.H:546:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3616extern FL_EXPORT Fl_Boxtype fl_define_FL_DIAMOND_BOX();
3617                 ^
3618                 enum
3619/opt/local/include/FL/Enumerations.H:549:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3620extern FL_EXPORT Fl_Boxtype fl_define_FL_OVAL_BOX();
3621                 ^
3622                 enum
3623/opt/local/include/FL/Enumerations.H:555:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3624extern FL_EXPORT Fl_Boxtype fl_define_FL_PLASTIC_UP_BOX();
3625                 ^
3626                 enum
3627/opt/local/include/FL/Enumerations.H:565:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3628extern FL_EXPORT Fl_Boxtype fl_define_FL_GTK_UP_BOX();
3629                 ^
3630                 enum
3631/opt/local/include/FL/Enumerations.H:577:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3632extern FL_EXPORT Fl_Boxtype fl_define_FL_GLEAM_UP_BOX();
3633                 ^
3634                 enum
3635/opt/local/include/FL/Enumerations.H:593:8: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3636inline Fl_Boxtype fl_box(Fl_Boxtype b) {
3637       ^
3638       enum
3639/opt/local/include/FL/Enumerations.H:593:26: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3640inline Fl_Boxtype fl_box(Fl_Boxtype b) {
3641                         ^
3642                         enum
3643/opt/local/include/FL/Enumerations.H:594:22: error: called object type '<dependent type>' is not a function or function pointer
3644  return (Fl_Boxtype)((b<FL_UP_BOX||b%4>1)?b:(b-2));
3645         ~~~~~~~~~~~~^
3646/opt/local/include/FL/Enumerations.H:601:8: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3647inline Fl_Boxtype fl_down(Fl_Boxtype b) {
3648       ^
3649       enum
3650/opt/local/include/FL/Enumerations.H:601:27: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3651inline Fl_Boxtype fl_down(Fl_Boxtype b) {
3652                          ^
3653                          enum
3654/opt/local/include/FL/Enumerations.H:602:22: error: called object type '<dependent type>' is not a function or function pointer
3655  return (Fl_Boxtype)((b<FL_UP_BOX)?b:(b|1));
3656         ~~~~~~~~~~~~^
3657/opt/local/include/FL/Enumerations.H:609:8: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3658inline Fl_Boxtype fl_frame(Fl_Boxtype b) {
3659       ^
3660       enum
3661/opt/local/include/FL/Enumerations.H:609:28: error: must use 'enum' tag to refer to type 'Fl_Boxtype'
3662inline Fl_Boxtype fl_frame(Fl_Boxtype b) {
3663                           ^
3664                           enum
3665/opt/local/include/FL/Enumerations.H:610:22: error: called object type '<dependent type>' is not a function or function pointer
3666  return (Fl_Boxtype)((b%4<2)?b:(b+2));
3667         ~~~~~~~~~~~~^
3668fatal error: too many errors emitted, stopping now [-ferror-limit=]
366920 errors generated.
3670configure:17907: $? = 1
3671configure: failed program was:
3672| /* confdefs.h */
3673| #define PACKAGE_NAME "GNU Octave"
3674| #define PACKAGE_TARNAME "octave"
3675| #define PACKAGE_VERSION "3.8.2"
3676| #define PACKAGE_STRING "GNU Octave 3.8.2"
3677| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
3678| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
3679| #define PACKAGE "octave"
3680| #define VERSION "3.8.2"
3681| #define OCTAVE_SOURCE 1
3682| #define STDC_HEADERS 1
3683| #define HAVE_SYS_TYPES_H 1
3684| #define HAVE_SYS_STAT_H 1
3685| #define HAVE_STDLIB_H 1
3686| #define HAVE_STRING_H 1
3687| #define HAVE_MEMORY_H 1
3688| #define HAVE_STRINGS_H 1
3689| #define HAVE_INTTYPES_H 1
3690| #define HAVE_STDINT_H 1
3691| #define HAVE_UNISTD_H 1
3692| #define __EXTENSIONS__ 1
3693| #define _ALL_SOURCE 1
3694| #define _DARWIN_C_SOURCE 1
3695| #define _GNU_SOURCE 1
3696| #define _POSIX_PTHREAD_SEMANTICS 1
3697| #define _TANDEM_SOURCE 1
3698| #define YYTEXT_POINTER 1
3699| #define SEPCHAR ':'
3700| #define SEPCHAR_STR ":"
3701| #define SHELL_PATH "/bin/sh"
3702| #define OCTAVE_IDX_TYPE int
3703| #define __NO_MATH_INLINES 1
3704| #define HAVE_FSEEKO 1
3705| #define _DARWIN_USE_64_BIT_INODE 1
3706| #define HAVE_PTHREAD_PRIO_INHERIT 1
3707| #define HAVE_PTHREAD 1
3708| #define FLOAT_TRUNCATE
3709| #define HAVE_LIBM 1
3710| #define F77_FUNC(name,NAME) name ## _
3711| #define F77_FUNC_(name,NAME) name ## _
3712| #define HAVE_LIBQHULL_LIBQHULL_H 1
3713| #define HAVE_QHULL 1
3714| #define HAVE_PCRE_H 1
3715| #define HAVE_PCRE_COMPILE 1
3716| #define HAVE_ZLIB_H 1
3717| #define HAVE_Z 1
3718| #define HAVE_ZLIB 1
3719| #define HAVE_HDF5_H 1
3720| #define HAVE_HDF5_18 1
3721| #define HAVE_HDF5 1
3722| #define HAVE_FFTW3_H 1
3723| #define HAVE_FFTW3 1
3724| #define HAVE_FFTW3_H 1
3725| #define HAVE_FFTW3F 1
3726| #define HAVE_FFTW3_THREADS 1
3727| #define HAVE_FFTW3F_THREADS 1
3728| #define HAVE_FFTW 1
3729| #define HAVE_GLPK_H 1
3730| #define HAVE_GLPK 1
3731| #define HAVE_CURL_CURL_H 1
3732| #define HAVE_CURL 1
3733| #define HAVE_SETLOCALE 1
3734| #define HAVE_MAGICK 1
3735| #define HAVE_FRAMEWORK_CARBON 1
3736| #define HAVE_FRAMEWORK_OPENGL 1
3737| #define HAVE_OPENGL 1
3738| #define HAVE_FREETYPE 1
3739| #define HAVE_FT_REFERENCE_FACE 1
3740| #define HAVE_FONTCONFIG 1
3741| /* end confdefs.h.  */
3742|
3743|         #include <FL/gl.h>
3744|
3745| #ifdef F77_DUMMY_MAIN
3746|
3747| #  ifdef __cplusplus
3748|      extern "C"
3749| #  endif
3750|    int F77_DUMMY_MAIN() { return 1; }
3751|
3752| #endif
3753| int
3754| main ()
3755| {
3756|
3757|         int nothing = 0;
3758|
3759|   ;
3760|   return 0;
3761| }
3762configure:17916: result: yes
3763configure:17947: checking gl2ps.h usability
3764configure:17947: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
3765configure:17947: $? = 0
3766configure:17947: result: yes
3767configure:17947: checking gl2ps.h presence
3768configure:17947: /usr/bin/clang -E  conftest.c
3769configure:17947: $? = 0
3770configure:17947: result: yes
3771configure:17947: checking for gl2ps.h
3772configure:17947: result: yes
3773configure:18043: checking how to print strings
3774configure:18070: result: printf
3775configure:18091: checking for a sed that does not truncate output
3776configure:18155: result: /opt/local/bin/gsed
3777configure:18173: checking for fgrep
3778configure:18235: result: /opt/local/bin/grep -F
3779configure:18270: checking for ld used by /usr/bin/clang
3780configure:18337: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
3781configure:18344: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
3782configure:18359: result: no
3783configure:18371: checking for BSD- or MS-compatible name lister (nm)
3784configure:18420: result: /opt/local/bin/nm
3785configure:18550: checking the name lister (/opt/local/bin/nm) interface
3786configure:18557: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
3787configure:18560: /opt/local/bin/nm "conftest.o"
3788configure:18563: output
37890000000000000000 S _some_variable
3790configure:18570: result: BSD nm
3791configure:18574: checking the maximum length of command line arguments
3792configure:18705: result: 196608
3793configure:18722: checking whether the shell understands some XSI constructs
3794configure:18732: result: yes
3795configure:18736: checking whether the shell understands "+="
3796configure:18742: result: yes
3797configure:18777: checking how to convert x86_64-apple-darwin15.3.0 file names to x86_64-apple-darwin15.3.0 format
3798configure:18817: result: func_convert_file_noop
3799configure:18824: checking how to convert x86_64-apple-darwin15.3.0 file names to toolchain format
3800configure:18844: result: func_convert_file_noop
3801configure:18851: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
3802configure:18858: result: -r
3803configure:18932: checking for objdump
3804configure:18962: result: no
3805configure:18988: checking how to recognize dependent libraries
3806configure:19186: result: pass_all
3807configure:19271: checking for dlltool
3808configure:19301: result: no
3809configure:19328: checking how to associate runtime and link libraries
3810configure:19355: result: printf %s\n
3811configure:19479: checking for archiver @FILE support
3812configure:19504: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
3813configure:19504: $? = 0
3814configure:19507: ar cru libconftest.a @conftest.lst >&5
3815ar: @conftest.lst: No such file or directory
3816configure:19510: $? = 1
3817configure:19530: result: no
3818configure:19588: checking for strip
3819configure:19604: found /opt/local/bin/strip
3820configure:19615: result: strip
3821configure:19687: checking for ranlib
3822configure:19714: result: ranlib
3823configure:19816: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
3824configure:19936: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
3825configure:19939: $? = 0
3826configure:19943: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
3827configure:19946: $? = 0
3828cannot find nm_test_var in conftest.nm
3829configure:19936: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
3830configure:19939: $? = 0
3831configure:19943: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
3832configure:19946: $? = 0
3833configure:20012: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c conftstm.o >&5
3834configure:20015: $? = 0
3835configure:20053: result: ok
3836configure:20090: checking for sysroot
3837configure:20120: result: no
3838configure:20397: checking for mt
3839configure:20427: result: no
3840configure:20447: checking if : is a manifest tool
3841configure:20453: : '-?'
3842configure:20461: result: no
3843configure:20517: checking for dsymutil
3844configure:20533: found /usr/bin/dsymutil
3845configure:20544: result: dsymutil
3846configure:20609: checking for nmedit
3847configure:20625: found /opt/local/bin/nmedit
3848configure:20636: result: nmedit
3849configure:20701: checking for lipo
3850configure:20717: found /opt/local/bin/lipo
3851configure:20728: result: lipo
3852configure:20793: checking for otool
3853configure:20809: found /opt/local/bin/otool
3854configure:20820: result: otool
3855configure:20885: checking for otool64
3856configure:20915: result: no
3857configure:20960: checking for -single_module linker flag
3858/usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
3859configure:20993: result: yes
3860configure:20996: checking for -exported_symbols_list linker flag
3861configure:21024: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   -Wl,-exported_symbols_list,conftest.sym conftest.c -lm   >&5
3862configure:21024: $? = 0
3863configure:21034: result: yes
3864configure:21037: checking for -force_load linker flag
3865/usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -c -o conftest.o conftest.c
3866ar cru libconftest.a conftest.o
3867ranlib libconftest.a
3868/usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -o conftest conftest.c -Wl,-force_load,./libconftest.a
3869configure:21069: result: yes
3870configure:21108: checking for dlfcn.h
3871configure:21108: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  conftest.c >&5
3872configure:21108: $? = 0
3873configure:21108: result: yes
3874configure:21620: checking for objdir
3875configure:21635: result: .libs
3876configure:21906: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
3877configure:21924: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -fno-rtti -fno-exceptions conftest.c >&5
3878configure:21928: $? = 0
3879configure:21941: result: yes
3880configure:22268: checking for /usr/bin/clang option to produce PIC
3881configure:22275: result: -fno-common -DPIC
3882configure:22283: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
3883configure:22301: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -fno-common -DPIC -DPIC conftest.c >&5
3884configure:22305: $? = 0
3885configure:22318: result: yes
3886configure:22347: checking if /usr/bin/clang static flag -static works
3887configure:22375: result: no
3888configure:22390: checking if /usr/bin/clang supports -c -o file.o
3889configure:22411: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -o out/conftest2.o conftest.c >&5
3890configure:22415: $? = 0
3891configure:22437: result: yes
3892configure:22445: checking if /usr/bin/clang supports -c -o file.o
3893configure:22492: result: yes
3894configure:22525: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
3895configure:23698: result: yes
3896configure:23938: checking dynamic linker characteristics
3897configure:24680: result: darwin15.3.0 dyld
3898configure:24787: checking how to hardcode library paths into programs
3899configure:24812: result: immediate
3900configure:24857: checking for dlopen in -ldl
3901configure:24890: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -ldl  -lm   >&5
3902configure:24890: $? = 0
3903configure:24899: result: yes
3904configure:25146: checking whether a program can dlopen itself
3905configure:25226: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -DHAVE_DLFCN_H   conftest.c -ldl -lm   >&5
3906configure:25229: $? = 0
3907configure:25247: result: yes
3908configure:25252: checking whether a statically linked program can dlopen itself
3909configure:25332: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -DHAVE_DLFCN_H    conftest.c -ldl -lm   >&5
3910configure:25335: $? = 0
3911configure:25353: result: yes
3912configure:25392: checking whether stripping libraries is possible
3913configure:25406: result: yes
3914configure:25432: checking if libtool supports shared libraries
3915configure:25434: result: yes
3916configure:25437: checking whether to build shared libraries
3917configure:25458: result: yes
3918configure:25461: checking whether to build static libraries
3919configure:25465: result: no
3920configure:25488: checking how to run the C++ preprocessor
3921configure:25554: result: /usr/bin/clang++ -E
3922configure:25574: /usr/bin/clang++ -E  conftest.cpp
3923configure:25574: $? = 0
3924configure:25588: /usr/bin/clang++ -E  conftest.cpp
3925conftest.cpp:75:10: fatal error: 'ac_nonexistent.h' file not found
3926#include <ac_nonexistent.h>
3927         ^
39281 error generated.
3929configure:25588: $? = 1
3930configure: failed program was:
3931| /* confdefs.h */
3932| #define PACKAGE_NAME "GNU Octave"
3933| #define PACKAGE_TARNAME "octave"
3934| #define PACKAGE_VERSION "3.8.2"
3935| #define PACKAGE_STRING "GNU Octave 3.8.2"
3936| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
3937| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
3938| #define PACKAGE "octave"
3939| #define VERSION "3.8.2"
3940| #define OCTAVE_SOURCE 1
3941| #define STDC_HEADERS 1
3942| #define HAVE_SYS_TYPES_H 1
3943| #define HAVE_SYS_STAT_H 1
3944| #define HAVE_STDLIB_H 1
3945| #define HAVE_STRING_H 1
3946| #define HAVE_MEMORY_H 1
3947| #define HAVE_STRINGS_H 1
3948| #define HAVE_INTTYPES_H 1
3949| #define HAVE_STDINT_H 1
3950| #define HAVE_UNISTD_H 1
3951| #define __EXTENSIONS__ 1
3952| #define _ALL_SOURCE 1
3953| #define _DARWIN_C_SOURCE 1
3954| #define _GNU_SOURCE 1
3955| #define _POSIX_PTHREAD_SEMANTICS 1
3956| #define _TANDEM_SOURCE 1
3957| #define YYTEXT_POINTER 1
3958| #define SEPCHAR ':'
3959| #define SEPCHAR_STR ":"
3960| #define SHELL_PATH "/bin/sh"
3961| #define OCTAVE_IDX_TYPE int
3962| #define __NO_MATH_INLINES 1
3963| #define HAVE_FSEEKO 1
3964| #define _DARWIN_USE_64_BIT_INODE 1
3965| #define HAVE_PTHREAD_PRIO_INHERIT 1
3966| #define HAVE_PTHREAD 1
3967| #define FLOAT_TRUNCATE
3968| #define HAVE_LIBM 1
3969| #define F77_FUNC(name,NAME) name ## _
3970| #define F77_FUNC_(name,NAME) name ## _
3971| #define HAVE_LIBQHULL_LIBQHULL_H 1
3972| #define HAVE_QHULL 1
3973| #define HAVE_PCRE_H 1
3974| #define HAVE_PCRE_COMPILE 1
3975| #define HAVE_ZLIB_H 1
3976| #define HAVE_Z 1
3977| #define HAVE_ZLIB 1
3978| #define HAVE_HDF5_H 1
3979| #define HAVE_HDF5_18 1
3980| #define HAVE_HDF5 1
3981| #define HAVE_FFTW3_H 1
3982| #define HAVE_FFTW3 1
3983| #define HAVE_FFTW3_H 1
3984| #define HAVE_FFTW3F 1
3985| #define HAVE_FFTW3_THREADS 1
3986| #define HAVE_FFTW3F_THREADS 1
3987| #define HAVE_FFTW 1
3988| #define HAVE_GLPK_H 1
3989| #define HAVE_GLPK 1
3990| #define HAVE_CURL_CURL_H 1
3991| #define HAVE_CURL 1
3992| #define HAVE_SETLOCALE 1
3993| #define HAVE_MAGICK 1
3994| #define HAVE_FRAMEWORK_CARBON 1
3995| #define HAVE_FRAMEWORK_OPENGL 1
3996| #define HAVE_OPENGL 1
3997| #define HAVE_FREETYPE 1
3998| #define HAVE_FT_REFERENCE_FACE 1
3999| #define HAVE_FONTCONFIG 1
4000| #define HAVE_FLTK 1
4001| #define HAVE_GL2PS_H 1
4002| #define HAVE_DLFCN_H 1
4003| #define LT_OBJDIR ".libs/"
4004| /* end confdefs.h.  */
4005| #include <ac_nonexistent.h>
4006configure:25757: checking for ld used by /usr/bin/clang++
4007configure:25824: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
4008configure:25831: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
4009configure:25846: result: no
4010configure:25901: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
4011configure:26919: result: yes
4012configure:26955: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread  conftest.cpp >&5
4013configure:26958: $? = 0
4014configure:27478: checking for /usr/bin/clang++ option to produce PIC
4015configure:27485: result: -fno-common -DPIC
4016configure:27493: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
4017configure:27511: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread  -fno-common -DPIC -DPIC conftest.cpp >&5
4018configure:27515: $? = 0
4019configure:27528: result: yes
4020configure:27551: checking if /usr/bin/clang++ static flag -static works
4021configure:27579: result: no
4022configure:27591: checking if /usr/bin/clang++ supports -c -o file.o
4023configure:27612: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread  -o out/conftest2.o conftest.cpp >&5
4024configure:27616: $? = 0
4025configure:27638: result: yes
4026configure:27643: checking if /usr/bin/clang++ supports -c -o file.o
4027configure:27690: result: yes
4028configure:27720: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
4029configure:27759: result: yes
4030configure:27900: checking dynamic linker characteristics
4031configure:28576: result: darwin15.3.0 dyld
4032configure:28629: checking how to hardcode library paths into programs
4033configure:28654: result: immediate
4034configure:28802: checking if libtool supports shared libraries
4035configure:28804: result: yes
4036configure:28807: checking whether to build shared libraries
4037configure:28827: result: yes
4038configure:28830: checking whether to build static libraries
4039configure:28834: result: no
4040configure:29155: checking for /opt/local/bin/gfortran-mp-5 option to produce PIC
4041configure:29162: result: -fno-common
4042configure:29170: checking if /opt/local/bin/gfortran-mp-5 PIC flag -fno-common works
4043configure:29188: /opt/local/bin/gfortran-mp-5 -c -pipe -Os -fno-common conftest.f >&5
4044configure:29192: $? = 0
4045configure:29205: result: yes
4046configure:29228: checking if /opt/local/bin/gfortran-mp-5 static flag -static works
4047configure:29256: result: no
4048configure:29268: checking if /opt/local/bin/gfortran-mp-5 supports -c -o file.o
4049configure:29289: /opt/local/bin/gfortran-mp-5 -c -pipe -Os -o out/conftest2.o conftest.f >&5
4050configure:29293: $? = 0
4051configure:29315: result: yes
4052configure:29320: checking if /opt/local/bin/gfortran-mp-5 supports -c -o file.o
4053configure:29367: result: yes
4054configure:29397: checking whether the /opt/local/bin/gfortran-mp-5 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
4055configure:30504: result: yes
4056configure:30645: checking dynamic linker characteristics
4057configure:31307: result: darwin15.3.0 dyld
4058configure:31360: checking how to hardcode library paths into programs
4059configure:31385: result: immediate
4060configure:31530: checking for sgemm_ in -lcblas -lf77blas -latlas
4061configure:31558: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lcblas -lf77blas -latlas -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4062ld: library not found for -lf77blas
4063clang: error: linker command failed with exit code 1 (use -v to see invocation)
4064configure:31558: $? = 1
4065configure: failed program was:
4066| /* confdefs.h */
4067| #define PACKAGE_NAME "GNU Octave"
4068| #define PACKAGE_TARNAME "octave"
4069| #define PACKAGE_VERSION "3.8.2"
4070| #define PACKAGE_STRING "GNU Octave 3.8.2"
4071| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4072| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4073| #define PACKAGE "octave"
4074| #define VERSION "3.8.2"
4075| #define OCTAVE_SOURCE 1
4076| #define STDC_HEADERS 1
4077| #define HAVE_SYS_TYPES_H 1
4078| #define HAVE_SYS_STAT_H 1
4079| #define HAVE_STDLIB_H 1
4080| #define HAVE_STRING_H 1
4081| #define HAVE_MEMORY_H 1
4082| #define HAVE_STRINGS_H 1
4083| #define HAVE_INTTYPES_H 1
4084| #define HAVE_STDINT_H 1
4085| #define HAVE_UNISTD_H 1
4086| #define __EXTENSIONS__ 1
4087| #define _ALL_SOURCE 1
4088| #define _DARWIN_C_SOURCE 1
4089| #define _GNU_SOURCE 1
4090| #define _POSIX_PTHREAD_SEMANTICS 1
4091| #define _TANDEM_SOURCE 1
4092| #define YYTEXT_POINTER 1
4093| #define SEPCHAR ':'
4094| #define SEPCHAR_STR ":"
4095| #define SHELL_PATH "/bin/sh"
4096| #define OCTAVE_IDX_TYPE int
4097| #define __NO_MATH_INLINES 1
4098| #define HAVE_FSEEKO 1
4099| #define _DARWIN_USE_64_BIT_INODE 1
4100| #define HAVE_PTHREAD_PRIO_INHERIT 1
4101| #define HAVE_PTHREAD 1
4102| #define FLOAT_TRUNCATE
4103| #define HAVE_LIBM 1
4104| #define F77_FUNC(name,NAME) name ## _
4105| #define F77_FUNC_(name,NAME) name ## _
4106| #define HAVE_LIBQHULL_LIBQHULL_H 1
4107| #define HAVE_QHULL 1
4108| #define HAVE_PCRE_H 1
4109| #define HAVE_PCRE_COMPILE 1
4110| #define HAVE_ZLIB_H 1
4111| #define HAVE_Z 1
4112| #define HAVE_ZLIB 1
4113| #define HAVE_HDF5_H 1
4114| #define HAVE_HDF5_18 1
4115| #define HAVE_HDF5 1
4116| #define HAVE_FFTW3_H 1
4117| #define HAVE_FFTW3 1
4118| #define HAVE_FFTW3_H 1
4119| #define HAVE_FFTW3F 1
4120| #define HAVE_FFTW3_THREADS 1
4121| #define HAVE_FFTW3F_THREADS 1
4122| #define HAVE_FFTW 1
4123| #define HAVE_GLPK_H 1
4124| #define HAVE_GLPK 1
4125| #define HAVE_CURL_CURL_H 1
4126| #define HAVE_CURL 1
4127| #define HAVE_SETLOCALE 1
4128| #define HAVE_MAGICK 1
4129| #define HAVE_FRAMEWORK_CARBON 1
4130| #define HAVE_FRAMEWORK_OPENGL 1
4131| #define HAVE_OPENGL 1
4132| #define HAVE_FREETYPE 1
4133| #define HAVE_FT_REFERENCE_FACE 1
4134| #define HAVE_FONTCONFIG 1
4135| #define HAVE_FLTK 1
4136| #define HAVE_GL2PS_H 1
4137| #define HAVE_DLFCN_H 1
4138| #define LT_OBJDIR ".libs/"
4139| /* end confdefs.h.  */
4140|
4141| /* Override any GCC internal prototype to avoid an error.
4142|    Use char because int might match the return type of a GCC
4143|    builtin and then its argument prototype would still apply.  */
4144| #ifdef __cplusplus
4145| extern "C"
4146| #endif
4147| char sgemm_ ();
4148| #ifdef F77_DUMMY_MAIN
4149|
4150| #  ifdef __cplusplus
4151|      extern "C"
4152| #  endif
4153|    int F77_DUMMY_MAIN() { return 1; }
4154|
4155| #endif
4156| int
4157| main ()
4158| {
4159| return sgemm_ ();
4160|   ;
4161|   return 0;
4162| }
4163configure:31565: result: no
4164configure:31574: checking if sgemm_ is being linked in already
4165configure:31602: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4166Undefined symbols for architecture x86_64:
4167  "_sgemm_", referenced from:
4168      _main in conftest-9701df.o
4169ld: symbol(s) not found for architecture x86_64
4170clang: error: linker command failed with exit code 1 (use -v to see invocation)
4171configure:31602: $? = 1
4172configure: failed program was:
4173| /* confdefs.h */
4174| #define PACKAGE_NAME "GNU Octave"
4175| #define PACKAGE_TARNAME "octave"
4176| #define PACKAGE_VERSION "3.8.2"
4177| #define PACKAGE_STRING "GNU Octave 3.8.2"
4178| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4179| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4180| #define PACKAGE "octave"
4181| #define VERSION "3.8.2"
4182| #define OCTAVE_SOURCE 1
4183| #define STDC_HEADERS 1
4184| #define HAVE_SYS_TYPES_H 1
4185| #define HAVE_SYS_STAT_H 1
4186| #define HAVE_STDLIB_H 1
4187| #define HAVE_STRING_H 1
4188| #define HAVE_MEMORY_H 1
4189| #define HAVE_STRINGS_H 1
4190| #define HAVE_INTTYPES_H 1
4191| #define HAVE_STDINT_H 1
4192| #define HAVE_UNISTD_H 1
4193| #define __EXTENSIONS__ 1
4194| #define _ALL_SOURCE 1
4195| #define _DARWIN_C_SOURCE 1
4196| #define _GNU_SOURCE 1
4197| #define _POSIX_PTHREAD_SEMANTICS 1
4198| #define _TANDEM_SOURCE 1
4199| #define YYTEXT_POINTER 1
4200| #define SEPCHAR ':'
4201| #define SEPCHAR_STR ":"
4202| #define SHELL_PATH "/bin/sh"
4203| #define OCTAVE_IDX_TYPE int
4204| #define __NO_MATH_INLINES 1
4205| #define HAVE_FSEEKO 1
4206| #define _DARWIN_USE_64_BIT_INODE 1
4207| #define HAVE_PTHREAD_PRIO_INHERIT 1
4208| #define HAVE_PTHREAD 1
4209| #define FLOAT_TRUNCATE
4210| #define HAVE_LIBM 1
4211| #define F77_FUNC(name,NAME) name ## _
4212| #define F77_FUNC_(name,NAME) name ## _
4213| #define HAVE_LIBQHULL_LIBQHULL_H 1
4214| #define HAVE_QHULL 1
4215| #define HAVE_PCRE_H 1
4216| #define HAVE_PCRE_COMPILE 1
4217| #define HAVE_ZLIB_H 1
4218| #define HAVE_Z 1
4219| #define HAVE_ZLIB 1
4220| #define HAVE_HDF5_H 1
4221| #define HAVE_HDF5_18 1
4222| #define HAVE_HDF5 1
4223| #define HAVE_FFTW3_H 1
4224| #define HAVE_FFTW3 1
4225| #define HAVE_FFTW3_H 1
4226| #define HAVE_FFTW3F 1
4227| #define HAVE_FFTW3_THREADS 1
4228| #define HAVE_FFTW3F_THREADS 1
4229| #define HAVE_FFTW 1
4230| #define HAVE_GLPK_H 1
4231| #define HAVE_GLPK 1
4232| #define HAVE_CURL_CURL_H 1
4233| #define HAVE_CURL 1
4234| #define HAVE_SETLOCALE 1
4235| #define HAVE_MAGICK 1
4236| #define HAVE_FRAMEWORK_CARBON 1
4237| #define HAVE_FRAMEWORK_OPENGL 1
4238| #define HAVE_OPENGL 1
4239| #define HAVE_FREETYPE 1
4240| #define HAVE_FT_REFERENCE_FACE 1
4241| #define HAVE_FONTCONFIG 1
4242| #define HAVE_FLTK 1
4243| #define HAVE_GL2PS_H 1
4244| #define HAVE_DLFCN_H 1
4245| #define LT_OBJDIR ".libs/"
4246| /* end confdefs.h.  */
4247|
4248| /* Override any GCC internal prototype to avoid an error.
4249|    Use char because int might match the return type of a GCC
4250|    builtin and then its argument prototype would still apply.  */
4251| #ifdef __cplusplus
4252| extern "C"
4253| #endif
4254| char sgemm_ ();
4255| #ifdef F77_DUMMY_MAIN
4256|
4257| #  ifdef __cplusplus
4258|      extern "C"
4259| #  endif
4260|    int F77_DUMMY_MAIN() { return 1; }
4261|
4262| #endif
4263| int
4264| main ()
4265| {
4266| return sgemm_ ();
4267|   ;
4268|   return 0;
4269| }
4270configure:31607: result: no
4271configure:31614: checking for ATL_xerbla in -latlas
4272configure:31647: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -latlas  -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4273configure:31647: $? = 0
4274configure:31656: result: yes
4275configure:31660: checking for sgemm_ in -lf77blas
4276configure:31693: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lf77blas -latlas -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4277ld: library not found for -lf77blas
4278clang: error: linker command failed with exit code 1 (use -v to see invocation)
4279configure:31693: $? = 1
4280configure: failed program was:
4281| /* confdefs.h */
4282| #define PACKAGE_NAME "GNU Octave"
4283| #define PACKAGE_TARNAME "octave"
4284| #define PACKAGE_VERSION "3.8.2"
4285| #define PACKAGE_STRING "GNU Octave 3.8.2"
4286| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4287| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4288| #define PACKAGE "octave"
4289| #define VERSION "3.8.2"
4290| #define OCTAVE_SOURCE 1
4291| #define STDC_HEADERS 1
4292| #define HAVE_SYS_TYPES_H 1
4293| #define HAVE_SYS_STAT_H 1
4294| #define HAVE_STDLIB_H 1
4295| #define HAVE_STRING_H 1
4296| #define HAVE_MEMORY_H 1
4297| #define HAVE_STRINGS_H 1
4298| #define HAVE_INTTYPES_H 1
4299| #define HAVE_STDINT_H 1
4300| #define HAVE_UNISTD_H 1
4301| #define __EXTENSIONS__ 1
4302| #define _ALL_SOURCE 1
4303| #define _DARWIN_C_SOURCE 1
4304| #define _GNU_SOURCE 1
4305| #define _POSIX_PTHREAD_SEMANTICS 1
4306| #define _TANDEM_SOURCE 1
4307| #define YYTEXT_POINTER 1
4308| #define SEPCHAR ':'
4309| #define SEPCHAR_STR ":"
4310| #define SHELL_PATH "/bin/sh"
4311| #define OCTAVE_IDX_TYPE int
4312| #define __NO_MATH_INLINES 1
4313| #define HAVE_FSEEKO 1
4314| #define _DARWIN_USE_64_BIT_INODE 1
4315| #define HAVE_PTHREAD_PRIO_INHERIT 1
4316| #define HAVE_PTHREAD 1
4317| #define FLOAT_TRUNCATE
4318| #define HAVE_LIBM 1
4319| #define F77_FUNC(name,NAME) name ## _
4320| #define F77_FUNC_(name,NAME) name ## _
4321| #define HAVE_LIBQHULL_LIBQHULL_H 1
4322| #define HAVE_QHULL 1
4323| #define HAVE_PCRE_H 1
4324| #define HAVE_PCRE_COMPILE 1
4325| #define HAVE_ZLIB_H 1
4326| #define HAVE_Z 1
4327| #define HAVE_ZLIB 1
4328| #define HAVE_HDF5_H 1
4329| #define HAVE_HDF5_18 1
4330| #define HAVE_HDF5 1
4331| #define HAVE_FFTW3_H 1
4332| #define HAVE_FFTW3 1
4333| #define HAVE_FFTW3_H 1
4334| #define HAVE_FFTW3F 1
4335| #define HAVE_FFTW3_THREADS 1
4336| #define HAVE_FFTW3F_THREADS 1
4337| #define HAVE_FFTW 1
4338| #define HAVE_GLPK_H 1
4339| #define HAVE_GLPK 1
4340| #define HAVE_CURL_CURL_H 1
4341| #define HAVE_CURL 1
4342| #define HAVE_SETLOCALE 1
4343| #define HAVE_MAGICK 1
4344| #define HAVE_FRAMEWORK_CARBON 1
4345| #define HAVE_FRAMEWORK_OPENGL 1
4346| #define HAVE_OPENGL 1
4347| #define HAVE_FREETYPE 1
4348| #define HAVE_FT_REFERENCE_FACE 1
4349| #define HAVE_FONTCONFIG 1
4350| #define HAVE_FLTK 1
4351| #define HAVE_GL2PS_H 1
4352| #define HAVE_DLFCN_H 1
4353| #define LT_OBJDIR ".libs/"
4354| /* end confdefs.h.  */
4355|
4356| /* Override any GCC internal prototype to avoid an error.
4357|    Use char because int might match the return type of a GCC
4358|    builtin and then its argument prototype would still apply.  */
4359| #ifdef __cplusplus
4360| extern "C"
4361| #endif
4362| char sgemm_ ();
4363| #ifdef F77_DUMMY_MAIN
4364|
4365| #  ifdef __cplusplus
4366|      extern "C"
4367| #  endif
4368|    int F77_DUMMY_MAIN() { return 1; }
4369|
4370| #endif
4371| int
4372| main ()
4373| {
4374| return sgemm_ ();
4375|   ;
4376|   return 0;
4377| }
4378configure:31703: result: no
4379configure:31764: checking for sgemm_ in -lblas
4380configure:31797: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lblas  -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4381configure:31797: $? = 0
4382configure:31807: result: yes
4383configure:31811: checking for dgemm_ in -ldgemm
4384configure:31844: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -ldgemm -lblas -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4385ld: library not found for -ldgemm
4386clang: error: linker command failed with exit code 1 (use -v to see invocation)
4387configure:31844: $? = 1
4388configure: failed program was:
4389| /* confdefs.h */
4390| #define PACKAGE_NAME "GNU Octave"
4391| #define PACKAGE_TARNAME "octave"
4392| #define PACKAGE_VERSION "3.8.2"
4393| #define PACKAGE_STRING "GNU Octave 3.8.2"
4394| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4395| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4396| #define PACKAGE "octave"
4397| #define VERSION "3.8.2"
4398| #define OCTAVE_SOURCE 1
4399| #define STDC_HEADERS 1
4400| #define HAVE_SYS_TYPES_H 1
4401| #define HAVE_SYS_STAT_H 1
4402| #define HAVE_STDLIB_H 1
4403| #define HAVE_STRING_H 1
4404| #define HAVE_MEMORY_H 1
4405| #define HAVE_STRINGS_H 1
4406| #define HAVE_INTTYPES_H 1
4407| #define HAVE_STDINT_H 1
4408| #define HAVE_UNISTD_H 1
4409| #define __EXTENSIONS__ 1
4410| #define _ALL_SOURCE 1
4411| #define _DARWIN_C_SOURCE 1
4412| #define _GNU_SOURCE 1
4413| #define _POSIX_PTHREAD_SEMANTICS 1
4414| #define _TANDEM_SOURCE 1
4415| #define YYTEXT_POINTER 1
4416| #define SEPCHAR ':'
4417| #define SEPCHAR_STR ":"
4418| #define SHELL_PATH "/bin/sh"
4419| #define OCTAVE_IDX_TYPE int
4420| #define __NO_MATH_INLINES 1
4421| #define HAVE_FSEEKO 1
4422| #define _DARWIN_USE_64_BIT_INODE 1
4423| #define HAVE_PTHREAD_PRIO_INHERIT 1
4424| #define HAVE_PTHREAD 1
4425| #define FLOAT_TRUNCATE
4426| #define HAVE_LIBM 1
4427| #define F77_FUNC(name,NAME) name ## _
4428| #define F77_FUNC_(name,NAME) name ## _
4429| #define HAVE_LIBQHULL_LIBQHULL_H 1
4430| #define HAVE_QHULL 1
4431| #define HAVE_PCRE_H 1
4432| #define HAVE_PCRE_COMPILE 1
4433| #define HAVE_ZLIB_H 1
4434| #define HAVE_Z 1
4435| #define HAVE_ZLIB 1
4436| #define HAVE_HDF5_H 1
4437| #define HAVE_HDF5_18 1
4438| #define HAVE_HDF5 1
4439| #define HAVE_FFTW3_H 1
4440| #define HAVE_FFTW3 1
4441| #define HAVE_FFTW3_H 1
4442| #define HAVE_FFTW3F 1
4443| #define HAVE_FFTW3_THREADS 1
4444| #define HAVE_FFTW3F_THREADS 1
4445| #define HAVE_FFTW 1
4446| #define HAVE_GLPK_H 1
4447| #define HAVE_GLPK 1
4448| #define HAVE_CURL_CURL_H 1
4449| #define HAVE_CURL 1
4450| #define HAVE_SETLOCALE 1
4451| #define HAVE_MAGICK 1
4452| #define HAVE_FRAMEWORK_CARBON 1
4453| #define HAVE_FRAMEWORK_OPENGL 1
4454| #define HAVE_OPENGL 1
4455| #define HAVE_FREETYPE 1
4456| #define HAVE_FT_REFERENCE_FACE 1
4457| #define HAVE_FONTCONFIG 1
4458| #define HAVE_FLTK 1
4459| #define HAVE_GL2PS_H 1
4460| #define HAVE_DLFCN_H 1
4461| #define LT_OBJDIR ".libs/"
4462| /* end confdefs.h.  */
4463|
4464| /* Override any GCC internal prototype to avoid an error.
4465|    Use char because int might match the return type of a GCC
4466|    builtin and then its argument prototype would still apply.  */
4467| #ifdef __cplusplus
4468| extern "C"
4469| #endif
4470| char dgemm_ ();
4471| #ifdef F77_DUMMY_MAIN
4472|
4473| #  ifdef __cplusplus
4474|      extern "C"
4475| #  endif
4476|    int F77_DUMMY_MAIN() { return 1; }
4477|
4478| #endif
4479| int
4480| main ()
4481| {
4482| return dgemm_ ();
4483|   ;
4484|   return 0;
4485| }
4486configure:31854: result: no
4487configure:31916: checking for sgemm_ in -lmkl
4488configure:31949: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lmkl -lguide -lpthread -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4489ld: library not found for -lmkl
4490clang: error: linker command failed with exit code 1 (use -v to see invocation)
4491configure:31949: $? = 1
4492configure: failed program was:
4493| /* confdefs.h */
4494| #define PACKAGE_NAME "GNU Octave"
4495| #define PACKAGE_TARNAME "octave"
4496| #define PACKAGE_VERSION "3.8.2"
4497| #define PACKAGE_STRING "GNU Octave 3.8.2"
4498| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4499| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4500| #define PACKAGE "octave"
4501| #define VERSION "3.8.2"
4502| #define OCTAVE_SOURCE 1
4503| #define STDC_HEADERS 1
4504| #define HAVE_SYS_TYPES_H 1
4505| #define HAVE_SYS_STAT_H 1
4506| #define HAVE_STDLIB_H 1
4507| #define HAVE_STRING_H 1
4508| #define HAVE_MEMORY_H 1
4509| #define HAVE_STRINGS_H 1
4510| #define HAVE_INTTYPES_H 1
4511| #define HAVE_STDINT_H 1
4512| #define HAVE_UNISTD_H 1
4513| #define __EXTENSIONS__ 1
4514| #define _ALL_SOURCE 1
4515| #define _DARWIN_C_SOURCE 1
4516| #define _GNU_SOURCE 1
4517| #define _POSIX_PTHREAD_SEMANTICS 1
4518| #define _TANDEM_SOURCE 1
4519| #define YYTEXT_POINTER 1
4520| #define SEPCHAR ':'
4521| #define SEPCHAR_STR ":"
4522| #define SHELL_PATH "/bin/sh"
4523| #define OCTAVE_IDX_TYPE int
4524| #define __NO_MATH_INLINES 1
4525| #define HAVE_FSEEKO 1
4526| #define _DARWIN_USE_64_BIT_INODE 1
4527| #define HAVE_PTHREAD_PRIO_INHERIT 1
4528| #define HAVE_PTHREAD 1
4529| #define FLOAT_TRUNCATE
4530| #define HAVE_LIBM 1
4531| #define F77_FUNC(name,NAME) name ## _
4532| #define F77_FUNC_(name,NAME) name ## _
4533| #define HAVE_LIBQHULL_LIBQHULL_H 1
4534| #define HAVE_QHULL 1
4535| #define HAVE_PCRE_H 1
4536| #define HAVE_PCRE_COMPILE 1
4537| #define HAVE_ZLIB_H 1
4538| #define HAVE_Z 1
4539| #define HAVE_ZLIB 1
4540| #define HAVE_HDF5_H 1
4541| #define HAVE_HDF5_18 1
4542| #define HAVE_HDF5 1
4543| #define HAVE_FFTW3_H 1
4544| #define HAVE_FFTW3 1
4545| #define HAVE_FFTW3_H 1
4546| #define HAVE_FFTW3F 1
4547| #define HAVE_FFTW3_THREADS 1
4548| #define HAVE_FFTW3F_THREADS 1
4549| #define HAVE_FFTW 1
4550| #define HAVE_GLPK_H 1
4551| #define HAVE_GLPK 1
4552| #define HAVE_CURL_CURL_H 1
4553| #define HAVE_CURL 1
4554| #define HAVE_SETLOCALE 1
4555| #define HAVE_MAGICK 1
4556| #define HAVE_FRAMEWORK_CARBON 1
4557| #define HAVE_FRAMEWORK_OPENGL 1
4558| #define HAVE_OPENGL 1
4559| #define HAVE_FREETYPE 1
4560| #define HAVE_FT_REFERENCE_FACE 1
4561| #define HAVE_FONTCONFIG 1
4562| #define HAVE_FLTK 1
4563| #define HAVE_GL2PS_H 1
4564| #define HAVE_DLFCN_H 1
4565| #define LT_OBJDIR ".libs/"
4566| /* end confdefs.h.  */
4567|
4568| /* Override any GCC internal prototype to avoid an error.
4569|    Use char because int might match the return type of a GCC
4570|    builtin and then its argument prototype would still apply.  */
4571| #ifdef __cplusplus
4572| extern "C"
4573| #endif
4574| char sgemm_ ();
4575| #ifdef F77_DUMMY_MAIN
4576|
4577| #  ifdef __cplusplus
4578|      extern "C"
4579| #  endif
4580|    int F77_DUMMY_MAIN() { return 1; }
4581|
4582| #endif
4583| int
4584| main ()
4585| {
4586| return sgemm_ ();
4587|   ;
4588|   return 0;
4589| }
4590configure:31959: result: no
4591configure:31970: checking for sgemm_ in -framework vecLib
4592configure:31998: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -framework vecLib -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4593ld: framework not found vecLib
4594clang: error: linker command failed with exit code 1 (use -v to see invocation)
4595configure:31998: $? = 1
4596configure: failed program was:
4597| /* confdefs.h */
4598| #define PACKAGE_NAME "GNU Octave"
4599| #define PACKAGE_TARNAME "octave"
4600| #define PACKAGE_VERSION "3.8.2"
4601| #define PACKAGE_STRING "GNU Octave 3.8.2"
4602| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4603| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4604| #define PACKAGE "octave"
4605| #define VERSION "3.8.2"
4606| #define OCTAVE_SOURCE 1
4607| #define STDC_HEADERS 1
4608| #define HAVE_SYS_TYPES_H 1
4609| #define HAVE_SYS_STAT_H 1
4610| #define HAVE_STDLIB_H 1
4611| #define HAVE_STRING_H 1
4612| #define HAVE_MEMORY_H 1
4613| #define HAVE_STRINGS_H 1
4614| #define HAVE_INTTYPES_H 1
4615| #define HAVE_STDINT_H 1
4616| #define HAVE_UNISTD_H 1
4617| #define __EXTENSIONS__ 1
4618| #define _ALL_SOURCE 1
4619| #define _DARWIN_C_SOURCE 1
4620| #define _GNU_SOURCE 1
4621| #define _POSIX_PTHREAD_SEMANTICS 1
4622| #define _TANDEM_SOURCE 1
4623| #define YYTEXT_POINTER 1
4624| #define SEPCHAR ':'
4625| #define SEPCHAR_STR ":"
4626| #define SHELL_PATH "/bin/sh"
4627| #define OCTAVE_IDX_TYPE int
4628| #define __NO_MATH_INLINES 1
4629| #define HAVE_FSEEKO 1
4630| #define _DARWIN_USE_64_BIT_INODE 1
4631| #define HAVE_PTHREAD_PRIO_INHERIT 1
4632| #define HAVE_PTHREAD 1
4633| #define FLOAT_TRUNCATE
4634| #define HAVE_LIBM 1
4635| #define F77_FUNC(name,NAME) name ## _
4636| #define F77_FUNC_(name,NAME) name ## _
4637| #define HAVE_LIBQHULL_LIBQHULL_H 1
4638| #define HAVE_QHULL 1
4639| #define HAVE_PCRE_H 1
4640| #define HAVE_PCRE_COMPILE 1
4641| #define HAVE_ZLIB_H 1
4642| #define HAVE_Z 1
4643| #define HAVE_ZLIB 1
4644| #define HAVE_HDF5_H 1
4645| #define HAVE_HDF5_18 1
4646| #define HAVE_HDF5 1
4647| #define HAVE_FFTW3_H 1
4648| #define HAVE_FFTW3 1
4649| #define HAVE_FFTW3_H 1
4650| #define HAVE_FFTW3F 1
4651| #define HAVE_FFTW3_THREADS 1
4652| #define HAVE_FFTW3F_THREADS 1
4653| #define HAVE_FFTW 1
4654| #define HAVE_GLPK_H 1
4655| #define HAVE_GLPK 1
4656| #define HAVE_CURL_CURL_H 1
4657| #define HAVE_CURL 1
4658| #define HAVE_SETLOCALE 1
4659| #define HAVE_MAGICK 1
4660| #define HAVE_FRAMEWORK_CARBON 1
4661| #define HAVE_FRAMEWORK_OPENGL 1
4662| #define HAVE_OPENGL 1
4663| #define HAVE_FREETYPE 1
4664| #define HAVE_FT_REFERENCE_FACE 1
4665| #define HAVE_FONTCONFIG 1
4666| #define HAVE_FLTK 1
4667| #define HAVE_GL2PS_H 1
4668| #define HAVE_DLFCN_H 1
4669| #define LT_OBJDIR ".libs/"
4670| /* end confdefs.h.  */
4671|
4672| /* Override any GCC internal prototype to avoid an error.
4673|    Use char because int might match the return type of a GCC
4674|    builtin and then its argument prototype would still apply.  */
4675| #ifdef __cplusplus
4676| extern "C"
4677| #endif
4678| char sgemm_ ();
4679| #ifdef F77_DUMMY_MAIN
4680|
4681| #  ifdef __cplusplus
4682|      extern "C"
4683| #  endif
4684|    int F77_DUMMY_MAIN() { return 1; }
4685|
4686| #endif
4687| int
4688| main ()
4689| {
4690| return sgemm_ ();
4691|   ;
4692|   return 0;
4693| }
4694configure:32003: result: no
4695configure:32011: checking for sgemm_ in -lcxml
4696configure:32044: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lcxml  -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4697ld: library not found for -lcxml
4698clang: error: linker command failed with exit code 1 (use -v to see invocation)
4699configure:32044: $? = 1
4700configure: failed program was:
4701| /* confdefs.h */
4702| #define PACKAGE_NAME "GNU Octave"
4703| #define PACKAGE_TARNAME "octave"
4704| #define PACKAGE_VERSION "3.8.2"
4705| #define PACKAGE_STRING "GNU Octave 3.8.2"
4706| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4707| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4708| #define PACKAGE "octave"
4709| #define VERSION "3.8.2"
4710| #define OCTAVE_SOURCE 1
4711| #define STDC_HEADERS 1
4712| #define HAVE_SYS_TYPES_H 1
4713| #define HAVE_SYS_STAT_H 1
4714| #define HAVE_STDLIB_H 1
4715| #define HAVE_STRING_H 1
4716| #define HAVE_MEMORY_H 1
4717| #define HAVE_STRINGS_H 1
4718| #define HAVE_INTTYPES_H 1
4719| #define HAVE_STDINT_H 1
4720| #define HAVE_UNISTD_H 1
4721| #define __EXTENSIONS__ 1
4722| #define _ALL_SOURCE 1
4723| #define _DARWIN_C_SOURCE 1
4724| #define _GNU_SOURCE 1
4725| #define _POSIX_PTHREAD_SEMANTICS 1
4726| #define _TANDEM_SOURCE 1
4727| #define YYTEXT_POINTER 1
4728| #define SEPCHAR ':'
4729| #define SEPCHAR_STR ":"
4730| #define SHELL_PATH "/bin/sh"
4731| #define OCTAVE_IDX_TYPE int
4732| #define __NO_MATH_INLINES 1
4733| #define HAVE_FSEEKO 1
4734| #define _DARWIN_USE_64_BIT_INODE 1
4735| #define HAVE_PTHREAD_PRIO_INHERIT 1
4736| #define HAVE_PTHREAD 1
4737| #define FLOAT_TRUNCATE
4738| #define HAVE_LIBM 1
4739| #define F77_FUNC(name,NAME) name ## _
4740| #define F77_FUNC_(name,NAME) name ## _
4741| #define HAVE_LIBQHULL_LIBQHULL_H 1
4742| #define HAVE_QHULL 1
4743| #define HAVE_PCRE_H 1
4744| #define HAVE_PCRE_COMPILE 1
4745| #define HAVE_ZLIB_H 1
4746| #define HAVE_Z 1
4747| #define HAVE_ZLIB 1
4748| #define HAVE_HDF5_H 1
4749| #define HAVE_HDF5_18 1
4750| #define HAVE_HDF5 1
4751| #define HAVE_FFTW3_H 1
4752| #define HAVE_FFTW3 1
4753| #define HAVE_FFTW3_H 1
4754| #define HAVE_FFTW3F 1
4755| #define HAVE_FFTW3_THREADS 1
4756| #define HAVE_FFTW3F_THREADS 1
4757| #define HAVE_FFTW 1
4758| #define HAVE_GLPK_H 1
4759| #define HAVE_GLPK 1
4760| #define HAVE_CURL_CURL_H 1
4761| #define HAVE_CURL 1
4762| #define HAVE_SETLOCALE 1
4763| #define HAVE_MAGICK 1
4764| #define HAVE_FRAMEWORK_CARBON 1
4765| #define HAVE_FRAMEWORK_OPENGL 1
4766| #define HAVE_OPENGL 1
4767| #define HAVE_FREETYPE 1
4768| #define HAVE_FT_REFERENCE_FACE 1
4769| #define HAVE_FONTCONFIG 1
4770| #define HAVE_FLTK 1
4771| #define HAVE_GL2PS_H 1
4772| #define HAVE_DLFCN_H 1
4773| #define LT_OBJDIR ".libs/"
4774| /* end confdefs.h.  */
4775|
4776| /* Override any GCC internal prototype to avoid an error.
4777|    Use char because int might match the return type of a GCC
4778|    builtin and then its argument prototype would still apply.  */
4779| #ifdef __cplusplus
4780| extern "C"
4781| #endif
4782| char sgemm_ ();
4783| #ifdef F77_DUMMY_MAIN
4784|
4785| #  ifdef __cplusplus
4786|      extern "C"
4787| #  endif
4788|    int F77_DUMMY_MAIN() { return 1; }
4789|
4790| #endif
4791| int
4792| main ()
4793| {
4794| return sgemm_ ();
4795|   ;
4796|   return 0;
4797| }
4798configure:32054: result: no
4799configure:32065: checking for sgemm_ in -ldxml
4800configure:32098: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -ldxml  -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4801ld: library not found for -ldxml
4802clang: error: linker command failed with exit code 1 (use -v to see invocation)
4803configure:32098: $? = 1
4804configure: failed program was:
4805| /* confdefs.h */
4806| #define PACKAGE_NAME "GNU Octave"
4807| #define PACKAGE_TARNAME "octave"
4808| #define PACKAGE_VERSION "3.8.2"
4809| #define PACKAGE_STRING "GNU Octave 3.8.2"
4810| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4811| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4812| #define PACKAGE "octave"
4813| #define VERSION "3.8.2"
4814| #define OCTAVE_SOURCE 1
4815| #define STDC_HEADERS 1
4816| #define HAVE_SYS_TYPES_H 1
4817| #define HAVE_SYS_STAT_H 1
4818| #define HAVE_STDLIB_H 1
4819| #define HAVE_STRING_H 1
4820| #define HAVE_MEMORY_H 1
4821| #define HAVE_STRINGS_H 1
4822| #define HAVE_INTTYPES_H 1
4823| #define HAVE_STDINT_H 1
4824| #define HAVE_UNISTD_H 1
4825| #define __EXTENSIONS__ 1
4826| #define _ALL_SOURCE 1
4827| #define _DARWIN_C_SOURCE 1
4828| #define _GNU_SOURCE 1
4829| #define _POSIX_PTHREAD_SEMANTICS 1
4830| #define _TANDEM_SOURCE 1
4831| #define YYTEXT_POINTER 1
4832| #define SEPCHAR ':'
4833| #define SEPCHAR_STR ":"
4834| #define SHELL_PATH "/bin/sh"
4835| #define OCTAVE_IDX_TYPE int
4836| #define __NO_MATH_INLINES 1
4837| #define HAVE_FSEEKO 1
4838| #define _DARWIN_USE_64_BIT_INODE 1
4839| #define HAVE_PTHREAD_PRIO_INHERIT 1
4840| #define HAVE_PTHREAD 1
4841| #define FLOAT_TRUNCATE
4842| #define HAVE_LIBM 1
4843| #define F77_FUNC(name,NAME) name ## _
4844| #define F77_FUNC_(name,NAME) name ## _
4845| #define HAVE_LIBQHULL_LIBQHULL_H 1
4846| #define HAVE_QHULL 1
4847| #define HAVE_PCRE_H 1
4848| #define HAVE_PCRE_COMPILE 1
4849| #define HAVE_ZLIB_H 1
4850| #define HAVE_Z 1
4851| #define HAVE_ZLIB 1
4852| #define HAVE_HDF5_H 1
4853| #define HAVE_HDF5_18 1
4854| #define HAVE_HDF5 1
4855| #define HAVE_FFTW3_H 1
4856| #define HAVE_FFTW3 1
4857| #define HAVE_FFTW3_H 1
4858| #define HAVE_FFTW3F 1
4859| #define HAVE_FFTW3_THREADS 1
4860| #define HAVE_FFTW3F_THREADS 1
4861| #define HAVE_FFTW 1
4862| #define HAVE_GLPK_H 1
4863| #define HAVE_GLPK 1
4864| #define HAVE_CURL_CURL_H 1
4865| #define HAVE_CURL 1
4866| #define HAVE_SETLOCALE 1
4867| #define HAVE_MAGICK 1
4868| #define HAVE_FRAMEWORK_CARBON 1
4869| #define HAVE_FRAMEWORK_OPENGL 1
4870| #define HAVE_OPENGL 1
4871| #define HAVE_FREETYPE 1
4872| #define HAVE_FT_REFERENCE_FACE 1
4873| #define HAVE_FONTCONFIG 1
4874| #define HAVE_FLTK 1
4875| #define HAVE_GL2PS_H 1
4876| #define HAVE_DLFCN_H 1
4877| #define LT_OBJDIR ".libs/"
4878| /* end confdefs.h.  */
4879|
4880| /* Override any GCC internal prototype to avoid an error.
4881|    Use char because int might match the return type of a GCC
4882|    builtin and then its argument prototype would still apply.  */
4883| #ifdef __cplusplus
4884| extern "C"
4885| #endif
4886| char sgemm_ ();
4887| #ifdef F77_DUMMY_MAIN
4888|
4889| #  ifdef __cplusplus
4890|      extern "C"
4891| #  endif
4892|    int F77_DUMMY_MAIN() { return 1; }
4893|
4894| #endif
4895| int
4896| main ()
4897| {
4898| return sgemm_ ();
4899|   ;
4900|   return 0;
4901| }
4902configure:32108: result: no
4903configure:32223: checking for sgemm_ in -lscs
4904configure:32256: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lscs  -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
4905ld: library not found for -lscs
4906clang: error: linker command failed with exit code 1 (use -v to see invocation)
4907configure:32256: $? = 1
4908configure: failed program was:
4909| /* confdefs.h */
4910| #define PACKAGE_NAME "GNU Octave"
4911| #define PACKAGE_TARNAME "octave"
4912| #define PACKAGE_VERSION "3.8.2"
4913| #define PACKAGE_STRING "GNU Octave 3.8.2"
4914| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
4915| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
4916| #define PACKAGE "octave"
4917| #define VERSION "3.8.2"
4918| #define OCTAVE_SOURCE 1
4919| #define STDC_HEADERS 1
4920| #define HAVE_SYS_TYPES_H 1
4921| #define HAVE_SYS_STAT_H 1
4922| #define HAVE_STDLIB_H 1
4923| #define HAVE_STRING_H 1
4924| #define HAVE_MEMORY_H 1
4925| #define HAVE_STRINGS_H 1
4926| #define HAVE_INTTYPES_H 1
4927| #define HAVE_STDINT_H 1
4928| #define HAVE_UNISTD_H 1
4929| #define __EXTENSIONS__ 1
4930| #define _ALL_SOURCE 1
4931| #define _DARWIN_C_SOURCE 1
4932| #define _GNU_SOURCE 1
4933| #define _POSIX_PTHREAD_SEMANTICS 1
4934| #define _TANDEM_SOURCE 1
4935| #define YYTEXT_POINTER 1
4936| #define SEPCHAR ':'
4937| #define SEPCHAR_STR ":"
4938| #define SHELL_PATH "/bin/sh"
4939| #define OCTAVE_IDX_TYPE int
4940| #define __NO_MATH_INLINES 1
4941| #define HAVE_FSEEKO 1
4942| #define _DARWIN_USE_64_BIT_INODE 1
4943| #define HAVE_PTHREAD_PRIO_INHERIT 1
4944| #define HAVE_PTHREAD 1
4945| #define FLOAT_TRUNCATE
4946| #define HAVE_LIBM 1
4947| #define F77_FUNC(name,NAME) name ## _
4948| #define F77_FUNC_(name,NAME) name ## _
4949| #define HAVE_LIBQHULL_LIBQHULL_H 1
4950| #define HAVE_QHULL 1
4951| #define HAVE_PCRE_H 1
4952| #define HAVE_PCRE_COMPILE 1
4953| #define HAVE_ZLIB_H 1
4954| #define HAVE_Z 1
4955| #define HAVE_ZLIB 1
4956| #define HAVE_HDF5_H 1
4957| #define HAVE_HDF5_18 1
4958| #define HAVE_HDF5 1
4959| #define HAVE_FFTW3_H 1
4960| #define HAVE_FFTW3 1
4961| #define HAVE_FFTW3_H 1
4962| #define HAVE_FFTW3F 1
4963| #define HAVE_FFTW3_THREADS 1
4964| #define HAVE_FFTW3F_THREADS 1
4965| #define HAVE_FFTW 1
4966| #define HAVE_GLPK_H 1
4967| #define HAVE_GLPK 1
4968| #define HAVE_CURL_CURL_H 1
4969| #define HAVE_CURL 1
4970| #define HAVE_SETLOCALE 1
4971| #define HAVE_MAGICK 1
4972| #define HAVE_FRAMEWORK_CARBON 1
4973| #define HAVE_FRAMEWORK_OPENGL 1
4974| #define HAVE_OPENGL 1
4975| #define HAVE_FREETYPE 1
4976| #define HAVE_FT_REFERENCE_FACE 1
4977| #define HAVE_FONTCONFIG 1
4978| #define HAVE_FLTK 1
4979| #define HAVE_GL2PS_H 1
4980| #define HAVE_DLFCN_H 1
4981| #define LT_OBJDIR ".libs/"
4982| /* end confdefs.h.  */
4983|
4984| /* Override any GCC internal prototype to avoid an error.
4985|    Use char because int might match the return type of a GCC
4986|    builtin and then its argument prototype would still apply.  */
4987| #ifdef __cplusplus
4988| extern "C"
4989| #endif
4990| char sgemm_ ();
4991| #ifdef F77_DUMMY_MAIN
4992|
4993| #  ifdef __cplusplus
4994|      extern "C"
4995| #  endif
4996|    int F77_DUMMY_MAIN() { return 1; }
4997|
4998| #endif
4999| int
5000| main ()
5001| {
5002| return sgemm_ ();
5003|   ;
5004|   return 0;
5005| }
5006configure:32266: result: no
5007configure:32277: checking for sgemm_ in -lcomplib.sgimath
5008configure:32310: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lcomplib.sgimath  -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
5009ld: library not found for -lcomplib.sgimath
5010clang: error: linker command failed with exit code 1 (use -v to see invocation)
5011configure:32310: $? = 1
5012configure: failed program was:
5013| /* confdefs.h */
5014| #define PACKAGE_NAME "GNU Octave"
5015| #define PACKAGE_TARNAME "octave"
5016| #define PACKAGE_VERSION "3.8.2"
5017| #define PACKAGE_STRING "GNU Octave 3.8.2"
5018| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5019| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5020| #define PACKAGE "octave"
5021| #define VERSION "3.8.2"
5022| #define OCTAVE_SOURCE 1
5023| #define STDC_HEADERS 1
5024| #define HAVE_SYS_TYPES_H 1
5025| #define HAVE_SYS_STAT_H 1
5026| #define HAVE_STDLIB_H 1
5027| #define HAVE_STRING_H 1
5028| #define HAVE_MEMORY_H 1
5029| #define HAVE_STRINGS_H 1
5030| #define HAVE_INTTYPES_H 1
5031| #define HAVE_STDINT_H 1
5032| #define HAVE_UNISTD_H 1
5033| #define __EXTENSIONS__ 1
5034| #define _ALL_SOURCE 1
5035| #define _DARWIN_C_SOURCE 1
5036| #define _GNU_SOURCE 1
5037| #define _POSIX_PTHREAD_SEMANTICS 1
5038| #define _TANDEM_SOURCE 1
5039| #define YYTEXT_POINTER 1
5040| #define SEPCHAR ':'
5041| #define SEPCHAR_STR ":"
5042| #define SHELL_PATH "/bin/sh"
5043| #define OCTAVE_IDX_TYPE int
5044| #define __NO_MATH_INLINES 1
5045| #define HAVE_FSEEKO 1
5046| #define _DARWIN_USE_64_BIT_INODE 1
5047| #define HAVE_PTHREAD_PRIO_INHERIT 1
5048| #define HAVE_PTHREAD 1
5049| #define FLOAT_TRUNCATE
5050| #define HAVE_LIBM 1
5051| #define F77_FUNC(name,NAME) name ## _
5052| #define F77_FUNC_(name,NAME) name ## _
5053| #define HAVE_LIBQHULL_LIBQHULL_H 1
5054| #define HAVE_QHULL 1
5055| #define HAVE_PCRE_H 1
5056| #define HAVE_PCRE_COMPILE 1
5057| #define HAVE_ZLIB_H 1
5058| #define HAVE_Z 1
5059| #define HAVE_ZLIB 1
5060| #define HAVE_HDF5_H 1
5061| #define HAVE_HDF5_18 1
5062| #define HAVE_HDF5 1
5063| #define HAVE_FFTW3_H 1
5064| #define HAVE_FFTW3 1
5065| #define HAVE_FFTW3_H 1
5066| #define HAVE_FFTW3F 1
5067| #define HAVE_FFTW3_THREADS 1
5068| #define HAVE_FFTW3F_THREADS 1
5069| #define HAVE_FFTW 1
5070| #define HAVE_GLPK_H 1
5071| #define HAVE_GLPK 1
5072| #define HAVE_CURL_CURL_H 1
5073| #define HAVE_CURL 1
5074| #define HAVE_SETLOCALE 1
5075| #define HAVE_MAGICK 1
5076| #define HAVE_FRAMEWORK_CARBON 1
5077| #define HAVE_FRAMEWORK_OPENGL 1
5078| #define HAVE_OPENGL 1
5079| #define HAVE_FREETYPE 1
5080| #define HAVE_FT_REFERENCE_FACE 1
5081| #define HAVE_FONTCONFIG 1
5082| #define HAVE_FLTK 1
5083| #define HAVE_GL2PS_H 1
5084| #define HAVE_DLFCN_H 1
5085| #define LT_OBJDIR ".libs/"
5086| /* end confdefs.h.  */
5087|
5088| /* Override any GCC internal prototype to avoid an error.
5089|    Use char because int might match the return type of a GCC
5090|    builtin and then its argument prototype would still apply.  */
5091| #ifdef __cplusplus
5092| extern "C"
5093| #endif
5094| char sgemm_ ();
5095| #ifdef F77_DUMMY_MAIN
5096|
5097| #  ifdef __cplusplus
5098|      extern "C"
5099| #  endif
5100|    int F77_DUMMY_MAIN() { return 1; }
5101|
5102| #endif
5103| int
5104| main ()
5105| {
5106| return sgemm_ ();
5107|   ;
5108|   return 0;
5109| }
5110configure:32320: result: no
5111configure:32331: checking for sgemm_ in -lblas
5112configure:32374: result: yes
5113configure:32378: checking for sgemm_ in -lessl
5114configure:32411: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lessl -lblas  -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
5115ld: library not found for -lessl
5116clang: error: linker command failed with exit code 1 (use -v to see invocation)
5117configure:32411: $? = 1
5118configure: failed program was:
5119| /* confdefs.h */
5120| #define PACKAGE_NAME "GNU Octave"
5121| #define PACKAGE_TARNAME "octave"
5122| #define PACKAGE_VERSION "3.8.2"
5123| #define PACKAGE_STRING "GNU Octave 3.8.2"
5124| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5125| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5126| #define PACKAGE "octave"
5127| #define VERSION "3.8.2"
5128| #define OCTAVE_SOURCE 1
5129| #define STDC_HEADERS 1
5130| #define HAVE_SYS_TYPES_H 1
5131| #define HAVE_SYS_STAT_H 1
5132| #define HAVE_STDLIB_H 1
5133| #define HAVE_STRING_H 1
5134| #define HAVE_MEMORY_H 1
5135| #define HAVE_STRINGS_H 1
5136| #define HAVE_INTTYPES_H 1
5137| #define HAVE_STDINT_H 1
5138| #define HAVE_UNISTD_H 1
5139| #define __EXTENSIONS__ 1
5140| #define _ALL_SOURCE 1
5141| #define _DARWIN_C_SOURCE 1
5142| #define _GNU_SOURCE 1
5143| #define _POSIX_PTHREAD_SEMANTICS 1
5144| #define _TANDEM_SOURCE 1
5145| #define YYTEXT_POINTER 1
5146| #define SEPCHAR ':'
5147| #define SEPCHAR_STR ":"
5148| #define SHELL_PATH "/bin/sh"
5149| #define OCTAVE_IDX_TYPE int
5150| #define __NO_MATH_INLINES 1
5151| #define HAVE_FSEEKO 1
5152| #define _DARWIN_USE_64_BIT_INODE 1
5153| #define HAVE_PTHREAD_PRIO_INHERIT 1
5154| #define HAVE_PTHREAD 1
5155| #define FLOAT_TRUNCATE
5156| #define HAVE_LIBM 1
5157| #define F77_FUNC(name,NAME) name ## _
5158| #define F77_FUNC_(name,NAME) name ## _
5159| #define HAVE_LIBQHULL_LIBQHULL_H 1
5160| #define HAVE_QHULL 1
5161| #define HAVE_PCRE_H 1
5162| #define HAVE_PCRE_COMPILE 1
5163| #define HAVE_ZLIB_H 1
5164| #define HAVE_Z 1
5165| #define HAVE_ZLIB 1
5166| #define HAVE_HDF5_H 1
5167| #define HAVE_HDF5_18 1
5168| #define HAVE_HDF5 1
5169| #define HAVE_FFTW3_H 1
5170| #define HAVE_FFTW3 1
5171| #define HAVE_FFTW3_H 1
5172| #define HAVE_FFTW3F 1
5173| #define HAVE_FFTW3_THREADS 1
5174| #define HAVE_FFTW3F_THREADS 1
5175| #define HAVE_FFTW 1
5176| #define HAVE_GLPK_H 1
5177| #define HAVE_GLPK 1
5178| #define HAVE_CURL_CURL_H 1
5179| #define HAVE_CURL 1
5180| #define HAVE_SETLOCALE 1
5181| #define HAVE_MAGICK 1
5182| #define HAVE_FRAMEWORK_CARBON 1
5183| #define HAVE_FRAMEWORK_OPENGL 1
5184| #define HAVE_OPENGL 1
5185| #define HAVE_FREETYPE 1
5186| #define HAVE_FT_REFERENCE_FACE 1
5187| #define HAVE_FONTCONFIG 1
5188| #define HAVE_FLTK 1
5189| #define HAVE_GL2PS_H 1
5190| #define HAVE_DLFCN_H 1
5191| #define LT_OBJDIR ".libs/"
5192| /* end confdefs.h.  */
5193|
5194| /* Override any GCC internal prototype to avoid an error.
5195|    Use char because int might match the return type of a GCC
5196|    builtin and then its argument prototype would still apply.  */
5197| #ifdef __cplusplus
5198| extern "C"
5199| #endif
5200| char sgemm_ ();
5201| #ifdef F77_DUMMY_MAIN
5202|
5203| #  ifdef __cplusplus
5204|      extern "C"
5205| #  endif
5206|    int F77_DUMMY_MAIN() { return 1; }
5207|
5208| #endif
5209| int
5210| main ()
5211| {
5212| return sgemm_ ();
5213|   ;
5214|   return 0;
5215| }
5216configure:32421: result: no
5217configure:32434: checking for sgemm_ in -lblas
5218configure:32477: result: yes
5219configure:32519: checking whether LSAME is called correctly from Fortran
5220configure:32542: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os   conftest.f -lblas -lm   >&5
5221configure:32542: $? = 0
5222configure:32542: ./conftest
5223configure:32542: $? = 0
5224configure:32551: result: yes
5225configure:32554: checking whether ISAMAX is called correctly from Fortran
5226configure:32575: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os   conftest.f -lblas -lm   >&5
5227configure:32575: $? = 0
5228configure:32575: ./conftest
5229configure:32575: $? = 0
5230configure:32584: result: yes
5231configure:32587: checking whether SDOT is called correctly from Fortran
5232configure:32607: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os   conftest.f -lblas -lm   >&5
5233configure:32607: $? = 0
5234configure:32607: ./conftest
5235STOP 1
5236configure:32607: $? = 1
5237configure: program exited with status 1
5238configure: failed program was:
5239|       program main
5240|
5241|       real sdot,a(1),b(1),w
5242|       external sdot
5243|       a(1) = 1e0
5244|       b(1) = 2e0
5245|       w = sdot(1,a,1,b,1)
5246|       if (w .ne. a(1)*b(1)) stop 1
5247|
5248|       end
5249configure:32616: result: no
5250configure:32619: checking whether DDOT is called correctly from Fortran
5251configure:32639: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os   conftest.f -lblas -lm   >&5
5252configure:32639: $? = 0
5253configure:32639: ./conftest
5254configure:32639: $? = 0
5255configure:32648: result: yes
5256configure:32651: checking whether CDOTU is called correctly from Fortran
5257configure:32671: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os   conftest.f -lblas -lm   >&5
5258configure:32671: $? = 0
5259configure:32671: ./conftest
5260
5261Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
5262
5263Backtrace for this error:
5264#0  0x10f58df76
5265#1  0x10f58d513
5266#2  0x7fff866dbea9
5267#3  0x7fff969c843a
5268#4  0x10f589e93
5269./configure: line 4023: 68709 Segmentation fault: 11  ./conftest$ac_exeext
5270configure:32671: $? = 139
5271configure: program exited with status 139
5272configure: failed program was:
5273|       program main
5274|
5275|       complex cdotu,a(1),b(1),w
5276|       external cdotu
5277|       a(1) = cmplx(1e0,1e0)
5278|       b(1) = cmplx(1e0,2e0)
5279|       w = cdotu(1,a,1,b,1)
5280|       if (w .ne. a(1)*b(1)) stop 1
5281|
5282|       end
5283configure:32680: result: no
5284configure:32683: checking whether ZDOTU is called correctly from Fortran
5285configure:32703: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os   conftest.f -lblas -lm   >&5
5286configure:32703: $? = 0
5287configure:32703: ./conftest
5288
5289Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
5290
5291Backtrace for this error:
5292#0  0x100742f76
5293#1  0x100742513
5294#2  0x7fff866dbea9
5295#3  0x7fff969c87d6
5296#4  0x10073ee82
5297./configure: line 4023: 68728 Segmentation fault: 11  ./conftest$ac_exeext
5298configure:32703: $? = 139
5299configure: program exited with status 139
5300configure: failed program was:
5301|       program main
5302|
5303|       double complex zdotu,a(1),b(1),w
5304|       external zdotu
5305|       a(1) = dcmplx(1d0,1d0)
5306|       b(1) = dcmplx(1d0,2d0)
5307|       w = zdotu(1,a,1,b,1)
5308|       if (w .ne. a(1)*b(1)) stop 1
5309|
5310|       end
5311configure:32712: result: no
5312configure:32716: checking whether the integer size is correct
5313configure:32750: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os   conftest.f -lblas -lm   >&5
5314configure:32750: $? = 0
5315configure:32750: ./conftest
5316STOP 1
5317configure:32750: $? = 1
5318configure: program exited with status 1
5319configure: failed program was:
5320|       program main
5321|
5322|       integer n,nn(3)
5323|       real s,a(1),b(1),sdot
5324|       a(1) = 1.0
5325|       b(1) = 1.0
5326| c Generate -2**32 + 1, if possible
5327|       n = 2
5328|       n = -4 ** (n ** 30)
5329|       n = n + 1
5330|       if (n >= 0) goto 1
5331| c This means we're on 64-bit integers. Check whether the BLAS is, too.
5332|       s = sdot(n,a,1,b,1)
5333|       if (s .ne. 0.0) stop 1
5334|     1 continue
5335| c We may be on 32-bit integers, and the BLAS on 64 bits. This is almost bound
5336| c to have already failed, but just in case, we'll check.
5337|       nn(1) = -1
5338|       nn(2) = 1
5339|       nn(3) = -1
5340|       s = sdot(nn(2),a,1,b,1)
5341|       if (s .ne. 1.0) stop 1
5342|
5343|       end
5344configure:32759: result: no
5345configure:33037: checking for sgemm_ in -lcblas -lf77blas -latlas
5346configure:33065: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lcblas -lf77blas -latlas -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
5347ld: library not found for -lf77blas
5348clang: error: linker command failed with exit code 1 (use -v to see invocation)
5349configure:33065: $? = 1
5350configure: failed program was:
5351| /* confdefs.h */
5352| #define PACKAGE_NAME "GNU Octave"
5353| #define PACKAGE_TARNAME "octave"
5354| #define PACKAGE_VERSION "3.8.2"
5355| #define PACKAGE_STRING "GNU Octave 3.8.2"
5356| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5357| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5358| #define PACKAGE "octave"
5359| #define VERSION "3.8.2"
5360| #define OCTAVE_SOURCE 1
5361| #define STDC_HEADERS 1
5362| #define HAVE_SYS_TYPES_H 1
5363| #define HAVE_SYS_STAT_H 1
5364| #define HAVE_STDLIB_H 1
5365| #define HAVE_STRING_H 1
5366| #define HAVE_MEMORY_H 1
5367| #define HAVE_STRINGS_H 1
5368| #define HAVE_INTTYPES_H 1
5369| #define HAVE_STDINT_H 1
5370| #define HAVE_UNISTD_H 1
5371| #define __EXTENSIONS__ 1
5372| #define _ALL_SOURCE 1
5373| #define _DARWIN_C_SOURCE 1
5374| #define _GNU_SOURCE 1
5375| #define _POSIX_PTHREAD_SEMANTICS 1
5376| #define _TANDEM_SOURCE 1
5377| #define YYTEXT_POINTER 1
5378| #define SEPCHAR ':'
5379| #define SEPCHAR_STR ":"
5380| #define SHELL_PATH "/bin/sh"
5381| #define OCTAVE_IDX_TYPE int
5382| #define __NO_MATH_INLINES 1
5383| #define HAVE_FSEEKO 1
5384| #define _DARWIN_USE_64_BIT_INODE 1
5385| #define HAVE_PTHREAD_PRIO_INHERIT 1
5386| #define HAVE_PTHREAD 1
5387| #define FLOAT_TRUNCATE
5388| #define HAVE_LIBM 1
5389| #define F77_FUNC(name,NAME) name ## _
5390| #define F77_FUNC_(name,NAME) name ## _
5391| #define HAVE_LIBQHULL_LIBQHULL_H 1
5392| #define HAVE_QHULL 1
5393| #define HAVE_PCRE_H 1
5394| #define HAVE_PCRE_COMPILE 1
5395| #define HAVE_ZLIB_H 1
5396| #define HAVE_Z 1
5397| #define HAVE_ZLIB 1
5398| #define HAVE_HDF5_H 1
5399| #define HAVE_HDF5_18 1
5400| #define HAVE_HDF5 1
5401| #define HAVE_FFTW3_H 1
5402| #define HAVE_FFTW3 1
5403| #define HAVE_FFTW3_H 1
5404| #define HAVE_FFTW3F 1
5405| #define HAVE_FFTW3_THREADS 1
5406| #define HAVE_FFTW3F_THREADS 1
5407| #define HAVE_FFTW 1
5408| #define HAVE_GLPK_H 1
5409| #define HAVE_GLPK 1
5410| #define HAVE_CURL_CURL_H 1
5411| #define HAVE_CURL 1
5412| #define HAVE_SETLOCALE 1
5413| #define HAVE_MAGICK 1
5414| #define HAVE_FRAMEWORK_CARBON 1
5415| #define HAVE_FRAMEWORK_OPENGL 1
5416| #define HAVE_OPENGL 1
5417| #define HAVE_FREETYPE 1
5418| #define HAVE_FT_REFERENCE_FACE 1
5419| #define HAVE_FONTCONFIG 1
5420| #define HAVE_FLTK 1
5421| #define HAVE_GL2PS_H 1
5422| #define HAVE_DLFCN_H 1
5423| #define LT_OBJDIR ".libs/"
5424| /* end confdefs.h.  */
5425|
5426| /* Override any GCC internal prototype to avoid an error.
5427|    Use char because int might match the return type of a GCC
5428|    builtin and then its argument prototype would still apply.  */
5429| #ifdef __cplusplus
5430| extern "C"
5431| #endif
5432| char sgemm_ ();
5433| #ifdef F77_DUMMY_MAIN
5434|
5435| #  ifdef __cplusplus
5436|      extern "C"
5437| #  endif
5438|    int F77_DUMMY_MAIN() { return 1; }
5439|
5440| #endif
5441| int
5442| main ()
5443| {
5444| return sgemm_ ();
5445|   ;
5446|   return 0;
5447| }
5448configure:33072: result: no
5449configure:33081: checking if sgemm_ is being linked in already
5450configure:33109: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
5451Undefined symbols for architecture x86_64:
5452  "_sgemm_", referenced from:
5453      _main in conftest-d4f040.o
5454ld: symbol(s) not found for architecture x86_64
5455clang: error: linker command failed with exit code 1 (use -v to see invocation)
5456configure:33109: $? = 1
5457configure: failed program was:
5458| /* confdefs.h */
5459| #define PACKAGE_NAME "GNU Octave"
5460| #define PACKAGE_TARNAME "octave"
5461| #define PACKAGE_VERSION "3.8.2"
5462| #define PACKAGE_STRING "GNU Octave 3.8.2"
5463| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5464| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5465| #define PACKAGE "octave"
5466| #define VERSION "3.8.2"
5467| #define OCTAVE_SOURCE 1
5468| #define STDC_HEADERS 1
5469| #define HAVE_SYS_TYPES_H 1
5470| #define HAVE_SYS_STAT_H 1
5471| #define HAVE_STDLIB_H 1
5472| #define HAVE_STRING_H 1
5473| #define HAVE_MEMORY_H 1
5474| #define HAVE_STRINGS_H 1
5475| #define HAVE_INTTYPES_H 1
5476| #define HAVE_STDINT_H 1
5477| #define HAVE_UNISTD_H 1
5478| #define __EXTENSIONS__ 1
5479| #define _ALL_SOURCE 1
5480| #define _DARWIN_C_SOURCE 1
5481| #define _GNU_SOURCE 1
5482| #define _POSIX_PTHREAD_SEMANTICS 1
5483| #define _TANDEM_SOURCE 1
5484| #define YYTEXT_POINTER 1
5485| #define SEPCHAR ':'
5486| #define SEPCHAR_STR ":"
5487| #define SHELL_PATH "/bin/sh"
5488| #define OCTAVE_IDX_TYPE int
5489| #define __NO_MATH_INLINES 1
5490| #define HAVE_FSEEKO 1
5491| #define _DARWIN_USE_64_BIT_INODE 1
5492| #define HAVE_PTHREAD_PRIO_INHERIT 1
5493| #define HAVE_PTHREAD 1
5494| #define FLOAT_TRUNCATE
5495| #define HAVE_LIBM 1
5496| #define F77_FUNC(name,NAME) name ## _
5497| #define F77_FUNC_(name,NAME) name ## _
5498| #define HAVE_LIBQHULL_LIBQHULL_H 1
5499| #define HAVE_QHULL 1
5500| #define HAVE_PCRE_H 1
5501| #define HAVE_PCRE_COMPILE 1
5502| #define HAVE_ZLIB_H 1
5503| #define HAVE_Z 1
5504| #define HAVE_ZLIB 1
5505| #define HAVE_HDF5_H 1
5506| #define HAVE_HDF5_18 1
5507| #define HAVE_HDF5 1
5508| #define HAVE_FFTW3_H 1
5509| #define HAVE_FFTW3 1
5510| #define HAVE_FFTW3_H 1
5511| #define HAVE_FFTW3F 1
5512| #define HAVE_FFTW3_THREADS 1
5513| #define HAVE_FFTW3F_THREADS 1
5514| #define HAVE_FFTW 1
5515| #define HAVE_GLPK_H 1
5516| #define HAVE_GLPK 1
5517| #define HAVE_CURL_CURL_H 1
5518| #define HAVE_CURL 1
5519| #define HAVE_SETLOCALE 1
5520| #define HAVE_MAGICK 1
5521| #define HAVE_FRAMEWORK_CARBON 1
5522| #define HAVE_FRAMEWORK_OPENGL 1
5523| #define HAVE_OPENGL 1
5524| #define HAVE_FREETYPE 1
5525| #define HAVE_FT_REFERENCE_FACE 1
5526| #define HAVE_FONTCONFIG 1
5527| #define HAVE_FLTK 1
5528| #define HAVE_GL2PS_H 1
5529| #define HAVE_DLFCN_H 1
5530| #define LT_OBJDIR ".libs/"
5531| /* end confdefs.h.  */
5532|
5533| /* Override any GCC internal prototype to avoid an error.
5534|    Use char because int might match the return type of a GCC
5535|    builtin and then its argument prototype would still apply.  */
5536| #ifdef __cplusplus
5537| extern "C"
5538| #endif
5539| char sgemm_ ();
5540| #ifdef F77_DUMMY_MAIN
5541|
5542| #  ifdef __cplusplus
5543|      extern "C"
5544| #  endif
5545|    int F77_DUMMY_MAIN() { return 1; }
5546|
5547| #endif
5548| int
5549| main ()
5550| {
5551| return sgemm_ ();
5552|   ;
5553|   return 0;
5554| }
5555configure:33114: result: no
5556configure:33121: checking for ATL_xerbla in -latlas
5557configure:33163: result: yes
5558configure:33167: checking for sgemm_ in -lf77blas
5559configure:33210: result: no
5560configure:33271: checking for sgemm_ in -lblas
5561configure:33314: result: yes
5562configure:33318: checking for dgemm_ in -ldgemm
5563configure:33361: result: no
5564configure:33423: checking for sgemm_ in -lmkl
5565configure:33466: result: no
5566configure:33477: checking for sgemm_ in -framework vecLib
5567configure:33505: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -framework vecLib -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
5568ld: framework not found vecLib
5569clang: error: linker command failed with exit code 1 (use -v to see invocation)
5570configure:33505: $? = 1
5571configure: failed program was:
5572| /* confdefs.h */
5573| #define PACKAGE_NAME "GNU Octave"
5574| #define PACKAGE_TARNAME "octave"
5575| #define PACKAGE_VERSION "3.8.2"
5576| #define PACKAGE_STRING "GNU Octave 3.8.2"
5577| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5578| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5579| #define PACKAGE "octave"
5580| #define VERSION "3.8.2"
5581| #define OCTAVE_SOURCE 1
5582| #define STDC_HEADERS 1
5583| #define HAVE_SYS_TYPES_H 1
5584| #define HAVE_SYS_STAT_H 1
5585| #define HAVE_STDLIB_H 1
5586| #define HAVE_STRING_H 1
5587| #define HAVE_MEMORY_H 1
5588| #define HAVE_STRINGS_H 1
5589| #define HAVE_INTTYPES_H 1
5590| #define HAVE_STDINT_H 1
5591| #define HAVE_UNISTD_H 1
5592| #define __EXTENSIONS__ 1
5593| #define _ALL_SOURCE 1
5594| #define _DARWIN_C_SOURCE 1
5595| #define _GNU_SOURCE 1
5596| #define _POSIX_PTHREAD_SEMANTICS 1
5597| #define _TANDEM_SOURCE 1
5598| #define YYTEXT_POINTER 1
5599| #define SEPCHAR ':'
5600| #define SEPCHAR_STR ":"
5601| #define SHELL_PATH "/bin/sh"
5602| #define OCTAVE_IDX_TYPE int
5603| #define __NO_MATH_INLINES 1
5604| #define HAVE_FSEEKO 1
5605| #define _DARWIN_USE_64_BIT_INODE 1
5606| #define HAVE_PTHREAD_PRIO_INHERIT 1
5607| #define HAVE_PTHREAD 1
5608| #define FLOAT_TRUNCATE
5609| #define HAVE_LIBM 1
5610| #define F77_FUNC(name,NAME) name ## _
5611| #define F77_FUNC_(name,NAME) name ## _
5612| #define HAVE_LIBQHULL_LIBQHULL_H 1
5613| #define HAVE_QHULL 1
5614| #define HAVE_PCRE_H 1
5615| #define HAVE_PCRE_COMPILE 1
5616| #define HAVE_ZLIB_H 1
5617| #define HAVE_Z 1
5618| #define HAVE_ZLIB 1
5619| #define HAVE_HDF5_H 1
5620| #define HAVE_HDF5_18 1
5621| #define HAVE_HDF5 1
5622| #define HAVE_FFTW3_H 1
5623| #define HAVE_FFTW3 1
5624| #define HAVE_FFTW3_H 1
5625| #define HAVE_FFTW3F 1
5626| #define HAVE_FFTW3_THREADS 1
5627| #define HAVE_FFTW3F_THREADS 1
5628| #define HAVE_FFTW 1
5629| #define HAVE_GLPK_H 1
5630| #define HAVE_GLPK 1
5631| #define HAVE_CURL_CURL_H 1
5632| #define HAVE_CURL 1
5633| #define HAVE_SETLOCALE 1
5634| #define HAVE_MAGICK 1
5635| #define HAVE_FRAMEWORK_CARBON 1
5636| #define HAVE_FRAMEWORK_OPENGL 1
5637| #define HAVE_OPENGL 1
5638| #define HAVE_FREETYPE 1
5639| #define HAVE_FT_REFERENCE_FACE 1
5640| #define HAVE_FONTCONFIG 1
5641| #define HAVE_FLTK 1
5642| #define HAVE_GL2PS_H 1
5643| #define HAVE_DLFCN_H 1
5644| #define LT_OBJDIR ".libs/"
5645| /* end confdefs.h.  */
5646|
5647| /* Override any GCC internal prototype to avoid an error.
5648|    Use char because int might match the return type of a GCC
5649|    builtin and then its argument prototype would still apply.  */
5650| #ifdef __cplusplus
5651| extern "C"
5652| #endif
5653| char sgemm_ ();
5654| #ifdef F77_DUMMY_MAIN
5655|
5656| #  ifdef __cplusplus
5657|      extern "C"
5658| #  endif
5659|    int F77_DUMMY_MAIN() { return 1; }
5660|
5661| #endif
5662| int
5663| main ()
5664| {
5665| return sgemm_ ();
5666|   ;
5667|   return 0;
5668| }
5669configure:33510: result: no
5670configure:33518: checking for sgemm_ in -lcxml
5671configure:33561: result: no
5672configure:33572: checking for sgemm_ in -ldxml
5673configure:33615: result: no
5674configure:33730: checking for sgemm_ in -lscs
5675configure:33773: result: no
5676configure:33784: checking for sgemm_ in -lcomplib.sgimath
5677configure:33827: result: no
5678configure:33838: checking for sgemm_ in -lblas
5679configure:33881: result: yes
5680configure:33885: checking for sgemm_ in -lessl
5681configure:33928: result: no
5682configure:33941: checking for sgemm_ in -lblas
5683configure:33984: result: yes
5684configure:34022: checking whether LSAME is called correctly from Fortran
5685configure:34045: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os   conftest.f -lblas -lm   >&5
5686configure:34045: $? = 0
5687configure:34045: ./conftest
5688configure:34045: $? = 0
5689configure:34054: result: yes
5690configure:34057: checking whether ISAMAX is called correctly from Fortran
5691configure:34078: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os   conftest.f -lblas -lm   >&5
5692configure:34078: $? = 0
5693configure:34078: ./conftest
5694configure:34078: $? = 0
5695configure:34087: result: yes
5696configure:34090: checking whether SDOT is called correctly from Fortran
5697configure:34110: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os   conftest.f -lblas -lm   >&5
5698configure:34110: $? = 0
5699configure:34110: ./conftest
5700configure:34110: $? = 0
5701configure:34119: result: yes
5702configure:34122: checking whether DDOT is called correctly from Fortran
5703configure:34142: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os   conftest.f -lblas -lm   >&5
5704configure:34142: $? = 0
5705configure:34142: ./conftest
5706configure:34142: $? = 0
5707configure:34151: result: yes
5708configure:34154: checking whether CDOTU is called correctly from Fortran
5709configure:34174: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os   conftest.f -lblas -lm   >&5
5710configure:34174: $? = 0
5711configure:34174: ./conftest
5712configure:34174: $? = 0
5713configure:34183: result: yes
5714configure:34186: checking whether ZDOTU is called correctly from Fortran
5715configure:34206: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os   conftest.f -lblas -lm   >&5
5716configure:34206: $? = 0
5717configure:34206: ./conftest
5718configure:34206: $? = 0
5719configure:34215: result: yes
5720configure:34219: checking whether the integer size is correct
5721configure:34253: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os   conftest.f -lblas -lm   >&5
5722configure:34253: $? = 0
5723configure:34253: ./conftest
5724configure:34253: $? = 0
5725configure:34262: result: yes
5726configure:34340: checking for cheev_ in -llapack
5727configure:34368: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -llapack -lblas -lm    -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
5728Undefined symbols for architecture x86_64:
5729  "_cheev_", referenced from:
5730      _main in conftest-128471.o
5731ld: symbol(s) not found for architecture x86_64
5732clang: error: linker command failed with exit code 1 (use -v to see invocation)
5733configure:34368: $? = 1
5734configure: failed program was:
5735| /* confdefs.h */
5736| #define PACKAGE_NAME "GNU Octave"
5737| #define PACKAGE_TARNAME "octave"
5738| #define PACKAGE_VERSION "3.8.2"
5739| #define PACKAGE_STRING "GNU Octave 3.8.2"
5740| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5741| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5742| #define PACKAGE "octave"
5743| #define VERSION "3.8.2"
5744| #define OCTAVE_SOURCE 1
5745| #define STDC_HEADERS 1
5746| #define HAVE_SYS_TYPES_H 1
5747| #define HAVE_SYS_STAT_H 1
5748| #define HAVE_STDLIB_H 1
5749| #define HAVE_STRING_H 1
5750| #define HAVE_MEMORY_H 1
5751| #define HAVE_STRINGS_H 1
5752| #define HAVE_INTTYPES_H 1
5753| #define HAVE_STDINT_H 1
5754| #define HAVE_UNISTD_H 1
5755| #define __EXTENSIONS__ 1
5756| #define _ALL_SOURCE 1
5757| #define _DARWIN_C_SOURCE 1
5758| #define _GNU_SOURCE 1
5759| #define _POSIX_PTHREAD_SEMANTICS 1
5760| #define _TANDEM_SOURCE 1
5761| #define YYTEXT_POINTER 1
5762| #define SEPCHAR ':'
5763| #define SEPCHAR_STR ":"
5764| #define SHELL_PATH "/bin/sh"
5765| #define OCTAVE_IDX_TYPE int
5766| #define __NO_MATH_INLINES 1
5767| #define HAVE_FSEEKO 1
5768| #define _DARWIN_USE_64_BIT_INODE 1
5769| #define HAVE_PTHREAD_PRIO_INHERIT 1
5770| #define HAVE_PTHREAD 1
5771| #define FLOAT_TRUNCATE
5772| #define HAVE_LIBM 1
5773| #define F77_FUNC(name,NAME) name ## _
5774| #define F77_FUNC_(name,NAME) name ## _
5775| #define HAVE_LIBQHULL_LIBQHULL_H 1
5776| #define HAVE_QHULL 1
5777| #define HAVE_PCRE_H 1
5778| #define HAVE_PCRE_COMPILE 1
5779| #define HAVE_ZLIB_H 1
5780| #define HAVE_Z 1
5781| #define HAVE_ZLIB 1
5782| #define HAVE_HDF5_H 1
5783| #define HAVE_HDF5_18 1
5784| #define HAVE_HDF5 1
5785| #define HAVE_FFTW3_H 1
5786| #define HAVE_FFTW3 1
5787| #define HAVE_FFTW3_H 1
5788| #define HAVE_FFTW3F 1
5789| #define HAVE_FFTW3_THREADS 1
5790| #define HAVE_FFTW3F_THREADS 1
5791| #define HAVE_FFTW 1
5792| #define HAVE_GLPK_H 1
5793| #define HAVE_GLPK 1
5794| #define HAVE_CURL_CURL_H 1
5795| #define HAVE_CURL 1
5796| #define HAVE_SETLOCALE 1
5797| #define HAVE_MAGICK 1
5798| #define HAVE_FRAMEWORK_CARBON 1
5799| #define HAVE_FRAMEWORK_OPENGL 1
5800| #define HAVE_OPENGL 1
5801| #define HAVE_FREETYPE 1
5802| #define HAVE_FT_REFERENCE_FACE 1
5803| #define HAVE_FONTCONFIG 1
5804| #define HAVE_FLTK 1
5805| #define HAVE_GL2PS_H 1
5806| #define HAVE_DLFCN_H 1
5807| #define LT_OBJDIR ".libs/"
5808| /* end confdefs.h.  */
5809|
5810| /* Override any GCC internal prototype to avoid an error.
5811|    Use char because int might match the return type of a GCC
5812|    builtin and then its argument prototype would still apply.  */
5813| #ifdef __cplusplus
5814| extern "C"
5815| #endif
5816| char cheev_ ();
5817| #ifdef F77_DUMMY_MAIN
5818|
5819| #  ifdef __cplusplus
5820|      extern "C"
5821| #  endif
5822|    int F77_DUMMY_MAIN() { return 1; }
5823|
5824| #endif
5825| int
5826| main ()
5827| {
5828| return cheev_ ();
5829|   ;
5830|   return 0;
5831| }
5832configure:34375: result: no
5833configure:34387: checking for cheev_
5834configure:34387: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -lm   -lblas  -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm >&5
5835Undefined symbols for architecture x86_64:
5836  "_cheev_", referenced from:
5837      _main in conftest-95339a.o
5838ld: symbol(s) not found for architecture x86_64
5839clang: error: linker command failed with exit code 1 (use -v to see invocation)
5840configure:34387: $? = 1
5841configure: failed program was:
5842| /* confdefs.h */
5843| #define PACKAGE_NAME "GNU Octave"
5844| #define PACKAGE_TARNAME "octave"
5845| #define PACKAGE_VERSION "3.8.2"
5846| #define PACKAGE_STRING "GNU Octave 3.8.2"
5847| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5848| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5849| #define PACKAGE "octave"
5850| #define VERSION "3.8.2"
5851| #define OCTAVE_SOURCE 1
5852| #define STDC_HEADERS 1
5853| #define HAVE_SYS_TYPES_H 1
5854| #define HAVE_SYS_STAT_H 1
5855| #define HAVE_STDLIB_H 1
5856| #define HAVE_STRING_H 1
5857| #define HAVE_MEMORY_H 1
5858| #define HAVE_STRINGS_H 1
5859| #define HAVE_INTTYPES_H 1
5860| #define HAVE_STDINT_H 1
5861| #define HAVE_UNISTD_H 1
5862| #define __EXTENSIONS__ 1
5863| #define _ALL_SOURCE 1
5864| #define _DARWIN_C_SOURCE 1
5865| #define _GNU_SOURCE 1
5866| #define _POSIX_PTHREAD_SEMANTICS 1
5867| #define _TANDEM_SOURCE 1
5868| #define YYTEXT_POINTER 1
5869| #define SEPCHAR ':'
5870| #define SEPCHAR_STR ":"
5871| #define SHELL_PATH "/bin/sh"
5872| #define OCTAVE_IDX_TYPE int
5873| #define __NO_MATH_INLINES 1
5874| #define HAVE_FSEEKO 1
5875| #define _DARWIN_USE_64_BIT_INODE 1
5876| #define HAVE_PTHREAD_PRIO_INHERIT 1
5877| #define HAVE_PTHREAD 1
5878| #define FLOAT_TRUNCATE
5879| #define HAVE_LIBM 1
5880| #define F77_FUNC(name,NAME) name ## _
5881| #define F77_FUNC_(name,NAME) name ## _
5882| #define HAVE_LIBQHULL_LIBQHULL_H 1
5883| #define HAVE_QHULL 1
5884| #define HAVE_PCRE_H 1
5885| #define HAVE_PCRE_COMPILE 1
5886| #define HAVE_ZLIB_H 1
5887| #define HAVE_Z 1
5888| #define HAVE_ZLIB 1
5889| #define HAVE_HDF5_H 1
5890| #define HAVE_HDF5_18 1
5891| #define HAVE_HDF5 1
5892| #define HAVE_FFTW3_H 1
5893| #define HAVE_FFTW3 1
5894| #define HAVE_FFTW3_H 1
5895| #define HAVE_FFTW3F 1
5896| #define HAVE_FFTW3_THREADS 1
5897| #define HAVE_FFTW3F_THREADS 1
5898| #define HAVE_FFTW 1
5899| #define HAVE_GLPK_H 1
5900| #define HAVE_GLPK 1
5901| #define HAVE_CURL_CURL_H 1
5902| #define HAVE_CURL 1
5903| #define HAVE_SETLOCALE 1
5904| #define HAVE_MAGICK 1
5905| #define HAVE_FRAMEWORK_CARBON 1
5906| #define HAVE_FRAMEWORK_OPENGL 1
5907| #define HAVE_OPENGL 1
5908| #define HAVE_FREETYPE 1
5909| #define HAVE_FT_REFERENCE_FACE 1
5910| #define HAVE_FONTCONFIG 1
5911| #define HAVE_FLTK 1
5912| #define HAVE_GL2PS_H 1
5913| #define HAVE_DLFCN_H 1
5914| #define LT_OBJDIR ".libs/"
5915| /* end confdefs.h.  */
5916| /* Define cheev_ to an innocuous variant, in case <limits.h> declares cheev_.
5917|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5918| #define cheev_ innocuous_cheev_
5919|
5920| /* System header to define __stub macros and hopefully few prototypes,
5921|     which can conflict with char cheev_ (); below.
5922|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5923|     <limits.h> exists even on freestanding compilers.  */
5924|
5925| #ifdef __STDC__
5926| # include <limits.h>
5927| #else
5928| # include <assert.h>
5929| #endif
5930|
5931| #undef cheev_
5932|
5933| /* Override any GCC internal prototype to avoid an error.
5934|    Use char because int might match the return type of a GCC
5935|    builtin and then its argument prototype would still apply.  */
5936| #ifdef __cplusplus
5937| extern "C"
5938| #endif
5939| char cheev_ ();
5940| /* The GNU C library defines this for functions which it implements
5941|     to always fail with ENOSYS.  Some functions are actually named
5942|     something starting with __ and the normal name is an alias.  */
5943| #if defined __stub_cheev_ || defined __stub___cheev_
5944| choke me
5945| #endif
5946|
5947| #ifdef F77_DUMMY_MAIN
5948|
5949| #  ifdef __cplusplus
5950|      extern "C"
5951| #  endif
5952|    int F77_DUMMY_MAIN() { return 1; }
5953|
5954| #endif
5955| int
5956| main ()
5957| {
5958| return cheev_ ();
5959|   ;
5960|   return 0;
5961| }
5962configure:34387: result: no
5963configure:34400: checking for cheev_ in -llapack
5964configure:34433: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -llapack  -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm -lblas -lm   >&5
5965Undefined symbols for architecture x86_64:
5966  "_cheev_", referenced from:
5967      _main in conftest-e8f1db.o
5968ld: symbol(s) not found for architecture x86_64
5969clang: error: linker command failed with exit code 1 (use -v to see invocation)
5970configure:34433: $? = 1
5971configure: failed program was:
5972| /* confdefs.h */
5973| #define PACKAGE_NAME "GNU Octave"
5974| #define PACKAGE_TARNAME "octave"
5975| #define PACKAGE_VERSION "3.8.2"
5976| #define PACKAGE_STRING "GNU Octave 3.8.2"
5977| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
5978| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
5979| #define PACKAGE "octave"
5980| #define VERSION "3.8.2"
5981| #define OCTAVE_SOURCE 1
5982| #define STDC_HEADERS 1
5983| #define HAVE_SYS_TYPES_H 1
5984| #define HAVE_SYS_STAT_H 1
5985| #define HAVE_STDLIB_H 1
5986| #define HAVE_STRING_H 1
5987| #define HAVE_MEMORY_H 1
5988| #define HAVE_STRINGS_H 1
5989| #define HAVE_INTTYPES_H 1
5990| #define HAVE_STDINT_H 1
5991| #define HAVE_UNISTD_H 1
5992| #define __EXTENSIONS__ 1
5993| #define _ALL_SOURCE 1
5994| #define _DARWIN_C_SOURCE 1
5995| #define _GNU_SOURCE 1
5996| #define _POSIX_PTHREAD_SEMANTICS 1
5997| #define _TANDEM_SOURCE 1
5998| #define YYTEXT_POINTER 1
5999| #define SEPCHAR ':'
6000| #define SEPCHAR_STR ":"
6001| #define SHELL_PATH "/bin/sh"
6002| #define OCTAVE_IDX_TYPE int
6003| #define __NO_MATH_INLINES 1
6004| #define HAVE_FSEEKO 1
6005| #define _DARWIN_USE_64_BIT_INODE 1
6006| #define HAVE_PTHREAD_PRIO_INHERIT 1
6007| #define HAVE_PTHREAD 1
6008| #define FLOAT_TRUNCATE
6009| #define HAVE_LIBM 1
6010| #define F77_FUNC(name,NAME) name ## _
6011| #define F77_FUNC_(name,NAME) name ## _
6012| #define HAVE_LIBQHULL_LIBQHULL_H 1
6013| #define HAVE_QHULL 1
6014| #define HAVE_PCRE_H 1
6015| #define HAVE_PCRE_COMPILE 1
6016| #define HAVE_ZLIB_H 1
6017| #define HAVE_Z 1
6018| #define HAVE_ZLIB 1
6019| #define HAVE_HDF5_H 1
6020| #define HAVE_HDF5_18 1
6021| #define HAVE_HDF5 1
6022| #define HAVE_FFTW3_H 1
6023| #define HAVE_FFTW3 1
6024| #define HAVE_FFTW3_H 1
6025| #define HAVE_FFTW3F 1
6026| #define HAVE_FFTW3_THREADS 1
6027| #define HAVE_FFTW3F_THREADS 1
6028| #define HAVE_FFTW 1
6029| #define HAVE_GLPK_H 1
6030| #define HAVE_GLPK 1
6031| #define HAVE_CURL_CURL_H 1
6032| #define HAVE_CURL 1
6033| #define HAVE_SETLOCALE 1
6034| #define HAVE_MAGICK 1
6035| #define HAVE_FRAMEWORK_CARBON 1
6036| #define HAVE_FRAMEWORK_OPENGL 1
6037| #define HAVE_OPENGL 1
6038| #define HAVE_FREETYPE 1
6039| #define HAVE_FT_REFERENCE_FACE 1
6040| #define HAVE_FONTCONFIG 1
6041| #define HAVE_FLTK 1
6042| #define HAVE_GL2PS_H 1
6043| #define HAVE_DLFCN_H 1
6044| #define LT_OBJDIR ".libs/"
6045| /* end confdefs.h.  */
6046|
6047| /* Override any GCC internal prototype to avoid an error.
6048|    Use char because int might match the return type of a GCC
6049|    builtin and then its argument prototype would still apply.  */
6050| #ifdef __cplusplus
6051| extern "C"
6052| #endif
6053| char cheev_ ();
6054| #ifdef F77_DUMMY_MAIN
6055|
6056| #  ifdef __cplusplus
6057|      extern "C"
6058| #  endif
6059|    int F77_DUMMY_MAIN() { return 1; }
6060|
6061| #endif
6062| int
6063| main ()
6064| {
6065| return cheev_ ();
6066|   ;
6067|   return 0;
6068| }
6069configure:34443: result: no
6070configure:34400: checking for cheev_ in -llapack_rs6k
6071configure:34433: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread   conftest.c -llapack_rs6k  -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm -lblas -lm   >&5
6072ld: library not found for -llapack_rs6k
6073clang: error: linker command failed with exit code 1 (use -v to see invocation)
6074configure:34433: $? = 1
6075configure: failed program was:
6076| /* confdefs.h */
6077| #define PACKAGE_NAME "GNU Octave"
6078| #define PACKAGE_TARNAME "octave"
6079| #define PACKAGE_VERSION "3.8.2"
6080| #define PACKAGE_STRING "GNU Octave 3.8.2"
6081| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
6082| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
6083| #define PACKAGE "octave"
6084| #define VERSION "3.8.2"
6085| #define OCTAVE_SOURCE 1
6086| #define STDC_HEADERS 1
6087| #define HAVE_SYS_TYPES_H 1
6088| #define HAVE_SYS_STAT_H 1
6089| #define HAVE_STDLIB_H 1
6090| #define HAVE_STRING_H 1
6091| #define HAVE_MEMORY_H 1
6092| #define HAVE_STRINGS_H 1
6093| #define HAVE_INTTYPES_H 1
6094| #define HAVE_STDINT_H 1
6095| #define HAVE_UNISTD_H 1
6096| #define __EXTENSIONS__ 1
6097| #define _ALL_SOURCE 1
6098| #define _DARWIN_C_SOURCE 1
6099| #define _GNU_SOURCE 1
6100| #define _POSIX_PTHREAD_SEMANTICS 1
6101| #define _TANDEM_SOURCE 1
6102| #define YYTEXT_POINTER 1
6103| #define SEPCHAR ':'
6104| #define SEPCHAR_STR ":"
6105| #define SHELL_PATH "/bin/sh"
6106| #define OCTAVE_IDX_TYPE int
6107| #define __NO_MATH_INLINES 1
6108| #define HAVE_FSEEKO 1
6109| #define _DARWIN_USE_64_BIT_INODE 1
6110| #define HAVE_PTHREAD_PRIO_INHERIT 1
6111| #define HAVE_PTHREAD 1
6112| #define FLOAT_TRUNCATE
6113| #define HAVE_LIBM 1
6114| #define F77_FUNC(name,NAME) name ## _
6115| #define F77_FUNC_(name,NAME) name ## _
6116| #define HAVE_LIBQHULL_LIBQHULL_H 1
6117| #define HAVE_QHULL 1
6118| #define HAVE_PCRE_H 1
6119| #define HAVE_PCRE_COMPILE 1
6120| #define HAVE_ZLIB_H 1
6121| #define HAVE_Z 1
6122| #define HAVE_ZLIB 1
6123| #define HAVE_HDF5_H 1
6124| #define HAVE_HDF5_18 1
6125| #define HAVE_HDF5 1
6126| #define HAVE_FFTW3_H 1
6127| #define HAVE_FFTW3 1
6128| #define HAVE_FFTW3_H 1
6129| #define HAVE_FFTW3F 1
6130| #define HAVE_FFTW3_THREADS 1
6131| #define HAVE_FFTW3F_THREADS 1
6132| #define HAVE_FFTW 1
6133| #define HAVE_GLPK_H 1
6134| #define HAVE_GLPK 1
6135| #define HAVE_CURL_CURL_H 1
6136| #define HAVE_CURL 1
6137| #define HAVE_SETLOCALE 1
6138| #define HAVE_MAGICK 1
6139| #define HAVE_FRAMEWORK_CARBON 1
6140| #define HAVE_FRAMEWORK_OPENGL 1
6141| #define HAVE_OPENGL 1
6142| #define HAVE_FREETYPE 1
6143| #define HAVE_FT_REFERENCE_FACE 1
6144| #define HAVE_FONTCONFIG 1
6145| #define HAVE_FLTK 1
6146| #define HAVE_GL2PS_H 1
6147| #define HAVE_DLFCN_H 1
6148| #define LT_OBJDIR ".libs/"
6149| /* end confdefs.h.  */
6150|
6151| /* Override any GCC internal prototype to avoid an error.
6152|    Use char because int might match the return type of a GCC
6153|    builtin and then its argument prototype would still apply.  */
6154| #ifdef __cplusplus
6155| extern "C"
6156| #endif
6157| char cheev_ ();
6158| #ifdef F77_DUMMY_MAIN
6159|
6160| #  ifdef __cplusplus
6161|      extern "C"
6162| #  endif
6163|    int F77_DUMMY_MAIN() { return 1; }
6164|
6165| #endif
6166| int
6167| main ()
6168| {
6169| return cheev_ ();
6170|   ;
6171|   return 0;
6172| }
6173configure:34443: result: no
6174configure:36039: error: BLAS and LAPACK libraries are required
6175
6176## ---------------- ##
6177## Cache variables. ##
6178## ---------------- ##
6179
6180ac_cv_build=x86_64-apple-darwin15.3.0
6181ac_cv_c_compiler_gnu=yes
6182ac_cv_cxx_compiler_gnu=yes
6183ac_cv_env_BUILD_CC_set=
6184ac_cv_env_BUILD_CC_value=
6185ac_cv_env_BUILD_CFLAGS_set=
6186ac_cv_env_BUILD_CFLAGS_value=
6187ac_cv_env_BUILD_CXXFLAGS_set=
6188ac_cv_env_BUILD_CXXFLAGS_value=
6189ac_cv_env_BUILD_CXX_set=
6190ac_cv_env_BUILD_CXX_value=
6191ac_cv_env_BUILD_EXEEXT_set=
6192ac_cv_env_BUILD_EXEEXT_value=
6193ac_cv_env_BUILD_LDFLAGS_set=
6194ac_cv_env_BUILD_LDFLAGS_value=
6195ac_cv_env_CCC_set=
6196ac_cv_env_CCC_value=
6197ac_cv_env_CC_set=set
6198ac_cv_env_CC_value=/usr/bin/clang
6199ac_cv_env_CFLAGS_set=set
6200ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
6201ac_cv_env_CPPFLAGS_set=
6202ac_cv_env_CPPFLAGS_value=
6203ac_cv_env_CPP_set=
6204ac_cv_env_CPP_value=
6205ac_cv_env_CXXCPP_set=
6206ac_cv_env_CXXCPP_value=
6207ac_cv_env_CXXFLAGS_set=set
6208ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
6209ac_cv_env_CXX_set=set
6210ac_cv_env_CXX_value=/usr/bin/clang++
6211ac_cv_env_F77_set=set
6212ac_cv_env_F77_value=/opt/local/bin/gfortran-mp-5
6213ac_cv_env_FFLAGS_set=set
6214ac_cv_env_FFLAGS_value='-pipe -Os'
6215ac_cv_env_FONTCONFIG_CFLAGS_set=
6216ac_cv_env_FONTCONFIG_CFLAGS_value=
6217ac_cv_env_FONTCONFIG_LIBS_set=
6218ac_cv_env_FONTCONFIG_LIBS_value=
6219ac_cv_env_FT2_CFLAGS_set=
6220ac_cv_env_FT2_CFLAGS_value=
6221ac_cv_env_FT2_LIBS_set=
6222ac_cv_env_FT2_LIBS_value=
6223ac_cv_env_JAVA_HOME_set=
6224ac_cv_env_JAVA_HOME_value=
6225ac_cv_env_LDFLAGS_set=
6226ac_cv_env_LDFLAGS_value=
6227ac_cv_env_LIBS_set=
6228ac_cv_env_LIBS_value=
6229ac_cv_env_LLVM_CONFIG_set=
6230ac_cv_env_LLVM_CONFIG_value=
6231ac_cv_env_PKG_CONFIG_set=
6232ac_cv_env_PKG_CONFIG_value=
6233ac_cv_env_QT_CFLAGS_set=
6234ac_cv_env_QT_CFLAGS_value=
6235ac_cv_env_QT_LIBS_set=
6236ac_cv_env_QT_LIBS_value=
6237ac_cv_env_XFT_CFLAGS_set=
6238ac_cv_env_XFT_CFLAGS_value=
6239ac_cv_env_XFT_LIBS_set=
6240ac_cv_env_XFT_LIBS_value=
6241ac_cv_env_XMKMF_set=
6242ac_cv_env_XMKMF_value=
6243ac_cv_env_YACC_set=
6244ac_cv_env_YACC_value=
6245ac_cv_env_YFLAGS_set=
6246ac_cv_env_YFLAGS_value=
6247ac_cv_env_build_alias_set=
6248ac_cv_env_build_alias_value=
6249ac_cv_env_host_alias_set=
6250ac_cv_env_host_alias_value=
6251ac_cv_env_target_alias_set=
6252ac_cv_env_target_alias_value=
6253ac_cv_f77_compiler_gnu=yes
6254ac_cv_f77_dummy_main=none
6255ac_cv_f77_libs=' -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm'
6256ac_cv_f77_mangling='lower case, underscore, no extra underscore'
6257ac_cv_fortran_dummy_main=none
6258ac_cv_func_FT_Reference_Face=yes
6259ac_cv_func_cheev_=no
6260ac_cv_func_pcre_compile=yes
6261ac_cv_func_setlocale=yes
6262ac_cv_header_Magickpp_h=yes
6263ac_cv_header_curl_curl_h=yes
6264ac_cv_header_dlfcn_h=yes
6265ac_cv_header_fftw3_h=yes
6266ac_cv_header_gl2ps_h=yes
6267ac_cv_header_glpk_glpk_h=no
6268ac_cv_header_glpk_h=yes
6269ac_cv_header_hdf5_h=yes
6270ac_cv_header_inttypes_h=yes
6271ac_cv_header_libqhull_libqhull_h=yes
6272ac_cv_header_memory_h=yes
6273ac_cv_header_minix_config_h=no
6274ac_cv_header_pcre_h=yes
6275ac_cv_header_pcre_pcre_h=no
6276ac_cv_header_stdc=yes
6277ac_cv_header_stdint_h=yes
6278ac_cv_header_stdlib_h=yes
6279ac_cv_header_string_h=yes
6280ac_cv_header_strings_h=yes
6281ac_cv_header_sys_stat_h=yes
6282ac_cv_header_sys_types_h=yes
6283ac_cv_header_unistd_h=yes
6284ac_cv_header_zlib_h=yes
6285ac_cv_host=x86_64-apple-darwin15.3.0
6286ac_cv_lib_atlas_ATL_xerbla=yes
6287ac_cv_lib_blas_sgemm_=yes
6288ac_cv_lib_complib_sgimath_sgemm_=no
6289ac_cv_lib_cxml_sgemm_=no
6290ac_cv_lib_dgemm_dgemm_=no
6291ac_cv_lib_dl_dlopen=yes
6292ac_cv_lib_dxml_sgemm_=no
6293ac_cv_lib_essl_sgemm_=no
6294ac_cv_lib_f77blas_sgemm_=no
6295ac_cv_lib_lapack___cheev_=no
6296ac_cv_lib_lapack_rs6k___cheev_=no
6297ac_cv_lib_lex=-lfl
6298ac_cv_lib_m_sin=yes
6299ac_cv_lib_mkl_sgemm_=no
6300ac_cv_lib_scs_sgemm_=no
6301ac_cv_objext=o
6302ac_cv_path_EGREP='/opt/local/bin/grep -E'
6303ac_cv_path_FGREP='/opt/local/bin/grep -F'
6304ac_cv_path_FLTK_CONFIG=/opt/local/bin/fltk-config
6305ac_cv_path_GREP=/opt/local/bin/grep
6306ac_cv_path_SED=/opt/local/bin/gsed
6307ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
6308ac_cv_path_mkdir=/opt/local/bin/gmkdir
6309ac_cv_pcre_h_macros_present=yes
6310ac_cv_prog_AWK=/opt/local/bin/gawk
6311ac_cv_prog_CPP='/usr/bin/clang -E'
6312ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
6313ac_cv_prog_DEFAULT_PAGER=less
6314ac_cv_prog_DESKTOP_FILE_INSTALL=desktop-file-install
6315ac_cv_prog_FIND=gfind
6316ac_cv_prog_GHOSTSCRIPT=gs
6317ac_cv_prog_GNUPLOT=gnuplot
6318ac_cv_prog_GPERF=gperf
6319ac_cv_prog_HAVE_PCRE_CONFIG=yes
6320ac_cv_prog_LEX=flex
6321ac_cv_prog_MKINFO=makeinfo
6322ac_cv_prog_PERL=/opt/local/bin/perl
6323ac_cv_prog_PYTHON=''\'' '\'''
6324ac_cv_prog_TEXI2DVI=/opt/local/bin/texi2dvi
6325ac_cv_prog_TEXI2PDF=/opt/local/bin/texi2pdf
6326ac_cv_prog_YACC='bison -y'
6327ac_cv_prog_ac_ct_AR=ar
6328ac_cv_prog_ac_ct_CC=/usr/bin/clang
6329ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
6330ac_cv_prog_ac_ct_LIPO=lipo
6331ac_cv_prog_ac_ct_NMEDIT=nmedit
6332ac_cv_prog_ac_ct_OTOOL=otool
6333ac_cv_prog_ac_ct_RANLIB=ranlib
6334ac_cv_prog_ac_ct_STRIP=strip
6335ac_cv_prog_cc_c89=
6336ac_cv_prog_cc_g=yes
6337ac_cv_prog_cxx_g=yes
6338ac_cv_prog_f77_g=yes
6339ac_cv_prog_f77_v=-v
6340ac_cv_prog_gcc_traditional=no
6341ac_cv_prog_lex_root=lex.yy
6342ac_cv_prog_lex_yytext_pointer=yes
6343ac_cv_prog_make_make_set=yes
6344ac_cv_safe_to_define___extensions__=yes
6345ac_cv_should_define__xopen_source=no
6346ac_cv_sys_file_offset_bits=no
6347ac_cv_sys_largefile_CC=no
6348ac_cv_sys_largefile_source=no
6349am_cv_CC_dependencies_compiler_type=none
6350am_cv_CXX_dependencies_compiler_type=none
6351am_cv_make_support_nested_variables=yes
6352am_cv_prog_cc_c_o=yes
6353am_cv_prog_tar_ustar=gnutar
6354ax_cv_PTHREAD_PRIO_INHERIT=yes
6355gl_cv_c_amsterdam_compiler=no
6356lt_cv_apple_cc_single_mod=yes
6357lt_cv_ar_at_file=no
6358lt_cv_deplibs_check_method=pass_all
6359lt_cv_dlopen=dlopen
6360lt_cv_dlopen_libs=-ldl
6361lt_cv_dlopen_self=yes
6362lt_cv_dlopen_self_static=yes
6363lt_cv_file_magic_cmd='$MAGIC_CMD'
6364lt_cv_file_magic_test_file=
6365lt_cv_ld_exported_symbols_list=yes
6366lt_cv_ld_force_load=yes
6367lt_cv_ld_reload_flag=-r
6368lt_cv_nm_interface='BSD nm'
6369lt_cv_objdir=.libs
6370lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
6371lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
6372lt_cv_path_NM=/opt/local/bin/nm
6373lt_cv_path_mainfest_tool=no
6374lt_cv_prog_compiler_c_o=yes
6375lt_cv_prog_compiler_c_o_CXX=yes
6376lt_cv_prog_compiler_c_o_F77=yes
6377lt_cv_prog_compiler_pic='-fno-common -DPIC'
6378lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
6379lt_cv_prog_compiler_pic_F77=-fno-common
6380lt_cv_prog_compiler_pic_works=yes
6381lt_cv_prog_compiler_pic_works_CXX=yes
6382lt_cv_prog_compiler_pic_works_F77=yes
6383lt_cv_prog_compiler_rtti_exceptions=yes
6384lt_cv_prog_compiler_static_works=no
6385lt_cv_prog_compiler_static_works_CXX=no
6386lt_cv_prog_compiler_static_works_F77=no
6387lt_cv_prog_gnu_ld=no
6388lt_cv_prog_gnu_ldcxx=no
6389lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
6390lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
6391lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
6392lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
6393lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
6394lt_cv_sys_max_cmd_len=196608
6395lt_cv_to_host_file_cmd=func_convert_file_noop
6396lt_cv_to_tool_file_cmd=func_convert_file_noop
6397octave_cv_bison_api_prefix_decl_style=api
6398octave_cv_bison_push_pull_decl_style='dash '
6399octave_cv_broken_stl_algo_h=no
6400octave_cv_curl_has_curlopt_dirlistonly=yes
6401octave_cv_f77_flag__ffloat_store=yes
6402octave_cv_fftw3_threads_lib=-lfftw3_threads
6403octave_cv_fftw3f_threads_lib=-lfftw3f_threads
6404octave_cv_fltk_opengl_support=yes
6405octave_cv_framework_Carbon=yes
6406octave_cv_framework_OpenGL=yes
6407octave_cv_func_fortran_isnan=yes
6408octave_cv_func_glutesscallback_threedots=no
6409octave_cv_func_magick_colorrgb=yes
6410octave_cv_hdf5_has_ver_16_api=no
6411octave_cv_lib_curl=yes
6412octave_cv_lib_fftw3=yes
6413octave_cv_lib_fftw3f=yes
6414octave_cv_lib_glpk=yes
6415octave_cv_lib_glpk_ok=yes
6416octave_cv_lib_hdf5=yes
6417octave_cv_lib_qhull=yes
6418octave_cv_lib_qhull_ok=yes
6419octave_cv_lib_qhull_version=yes
6420octave_cv_lib_z=yes
6421octave_cv_sizeof_fortran_integer=yes
6422pkg_cv_FONTCONFIG_CFLAGS='-I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 '
6423pkg_cv_FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig -lfreetype '
6424pkg_cv_FT2_CFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 '
6425pkg_cv_FT2_LIBS='-L/opt/local/lib -lfreetype '
6426
6427## ----------------- ##
6428## Output variables. ##
6429## ----------------- ##
6430
6431ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing aclocal-1.14'
6432ALLOCA=''
6433ALLOCA_H=''
6434AMCOND_BUILD_DOCS_FALSE=''
6435AMCOND_BUILD_DOCS_TRUE=''
6436AMCOND_BUILD_GUI_FALSE=''
6437AMCOND_BUILD_GUI_TRUE=''
6438AMCOND_ENABLE_DYNAMIC_LINKING_FALSE=''
6439AMCOND_ENABLE_DYNAMIC_LINKING_TRUE=''
6440AMCOND_HAVE_BROKEN_STL_ALGO_H_FALSE=''
6441AMCOND_HAVE_BROKEN_STL_ALGO_H_TRUE='#'
6442AMCOND_HAVE_FFTW_FALSE='#'
6443AMCOND_HAVE_FFTW_TRUE=''
6444AMCOND_HAVE_JAVA_FALSE=''
6445AMCOND_HAVE_JAVA_TRUE=''
6446AMCOND_HAVE_QSCINTILLA_FALSE=''
6447AMCOND_HAVE_QSCINTILLA_TRUE=''
6448AMCOND_LINK_ALL_DEPS_FALSE=''
6449AMCOND_LINK_ALL_DEPS_TRUE=''
6450AMDEPBACKSLASH=''
6451AMDEP_FALSE=''
6452AMDEP_TRUE='#'
6453AMD_CPPFLAGS=''
6454AMD_LDFLAGS=''
6455AMD_LIBS=''
6456AMTAR='$${TAR-tar}'
6457AM_BACKSLASH='\'
6458AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
6459AM_DEFAULT_VERBOSITY='1'
6460AM_V='$(V)'
6461APPLE_UNIVERSAL_BUILD=''
6462AR='ar'
6463ARFLAGS='cru'
6464ARPACK_CPPFLAGS=''
6465ARPACK_LDFLAGS=''
6466ARPACK_LIBS=''
6467AS='as'
6468AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing autoconf'
6469AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing autoheader'
6470AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing automake-1.14'
6471AWK='/opt/local/bin/gawk'
6472BISON_API_PREFIX_DECL_STYLE='api'
6473BISON_PUSH_PULL_DECL_STYLE='dash '
6474BITSIZEOF_PTRDIFF_T=''
6475BITSIZEOF_SIG_ATOMIC_T=''
6476BITSIZEOF_SIZE_T=''
6477BITSIZEOF_WCHAR_T=''
6478BITSIZEOF_WINT_T=''
6479BLAS_LIBS='-lblas'
6480BUILD_CC='$(CC)'
6481BUILD_CFLAGS='$(CFLAGS)'
6482BUILD_CXX='$(CXX)'
6483BUILD_CXXFLAGS='$(CXXFLAGS)'
6484BUILD_EXEEXT='$(EXEEXT)'
6485BUILD_LDFLAGS='$(LDFLAGS)'
6486CAMD_CPPFLAGS=''
6487CAMD_LDFLAGS=''
6488CAMD_LIBS=''
6489CARBON_LIBS='-Wl,-framework -Wl,Carbon'
6490CC='/usr/bin/clang'
6491CCDEPMODE='depmode=none'
6492CCOLAMD_CPPFLAGS=''
6493CCOLAMD_LDFLAGS=''
6494CCOLAMD_LIBS=''
6495CC_VERSION=''
6496CFLAGS='-pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread'
6497CHOLMOD_CPPFLAGS=''
6498CHOLMOD_LDFLAGS=''
6499CHOLMOD_LIBS=''
6500COLAMD_CPPFLAGS=''
6501COLAMD_LDFLAGS=''
6502COLAMD_LIBS=''
6503COPYSIGNF_LIBM=''
6504COPYSIGN_LIBM=''
6505CPICFLAG=''
6506CPP='/usr/bin/clang -E'
6507CPPFLAGS=''
6508CROSS_TOOL_PREFIX=''
6509CRUFT_DLL_DEFS=''
6510CURL_CPPFLAGS=''
6511CURL_LDFLAGS=''
6512CURL_LIBS='-lcurl'
6513CXSPARSE_CPPFLAGS=''
6514CXSPARSE_LDFLAGS=''
6515CXSPARSE_LIBS=''
6516CXX='/usr/bin/clang++'
6517CXXCPP='/usr/bin/clang++ -E'
6518CXXDEPMODE='depmode=none'
6519CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread'
6520CXXPICFLAG=''
6521CXX_VERSION=''
6522CYGPATH_W='echo'
6523DEFAULT_PAGER='less'
6524DEFAULT_TERMINAL_FONT='Courier'
6525DEFAULT_TERMINAL_FONT_SIZE='10'
6526DEFS=''
6527DEPDIR='.deps'
6528DEPEND_EXTRA_SED_PATTERN=''
6529DEPEND_FLAGS='-M'
6530DESKTOP_FILE_INSTALL='desktop-file-install'
6531DLLTOOL='false'
6532DL_LD=''
6533DL_LDFLAGS=''
6534DL_LIBS=''
6535DOCDIR='doc'
6536DSYMUTIL='dsymutil'
6537DUMPBIN=''
6538ECHO_C='\c'
6539ECHO_N=''
6540ECHO_T=''
6541EGREP='/opt/local/bin/grep -E'
6542EMULTIHOP_HIDDEN=''
6543EMULTIHOP_VALUE=''
6544ENABLE_DYNAMIC_LINKING=''
6545ENOLINK_HIDDEN=''
6546ENOLINK_VALUE=''
6547EOVERFLOW_HIDDEN=''
6548EOVERFLOW_VALUE=''
6549ERRNO_H=''
6550EXEEXT=''
6551F77='/opt/local/bin/gfortran-mp-5'
6552F77_APPEND_EXTRA_UNDERSCORE='yes'
6553F77_APPEND_UNDERSCORE='yes'
6554F77_FLOAT_STORE_FLAG='-ffloat-store'
6555F77_INTEGER_8_FLAG=''
6556F77_ISNAN_MACRO=''
6557F77_TOLOWER='yes'
6558FC='/opt/local/bin/gfortran-mp-5'
6559FFLAGS='-ff2c -pipe -Os'
6560FFTW3F_CPPFLAGS=''
6561FFTW3F_LDFLAGS=''
6562FFTW3F_LIBS='-lfftw3f_threads -lfftw3f'
6563FFTW3_CPPFLAGS=''
6564FFTW3_LDFLAGS=''
6565FFTW3_LIBS='-lfftw3_threads -lfftw3'
6566FFT_DIR='fftpack'
6567FGREP='/opt/local/bin/grep -F'
6568FIND='gfind'
6569FLIBS=' -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin15/5.3.0/../../.. -lgfortran -lquadmath -lm'
6570FLOAT_H=''
6571FLOORF_LIBM=''
6572FLOOR_LIBM=''
6573FLTK_CONFIG='/opt/local/bin/fltk-config'
6574FNMATCH_H=''
6575FONTCONFIG_CFLAGS='-I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 '
6576FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig -lfreetype '
6577FPICFLAG=''
6578FREXPF_LIBM=''
6579FREXP_LIBM=''
6580FT2_CFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 '
6581FT2_LIBS='-L/opt/local/lib -lfreetype '
6582GCC_VERSION=''
6583GETHOSTNAME_LIB=''
6584GETOPT_H=''
6585GHOSTSCRIPT='gs'
6586GL2PS_LIBS='-lgl2ps'
6587GLIBC21=''
6588GLOB_H=''
6589GLPK_CPPFLAGS=''
6590GLPK_LDFLAGS=''
6591GLPK_LIBS='-lglpk'
6592GL_COND_LIBTOOL_FALSE=''
6593GL_COND_LIBTOOL_TRUE=''
6594GL_GENERATE_ALLOCA_H_FALSE=''
6595GL_GENERATE_ALLOCA_H_TRUE=''
6596GL_GENERATE_ERRNO_H_FALSE=''
6597GL_GENERATE_ERRNO_H_TRUE=''
6598GL_GENERATE_FLOAT_H_FALSE=''
6599GL_GENERATE_FLOAT_H_TRUE=''
6600GL_GENERATE_FNMATCH_H_FALSE=''
6601GL_GENERATE_FNMATCH_H_TRUE=''
6602GL_GENERATE_GLOB_H_FALSE=''
6603GL_GENERATE_GLOB_H_TRUE=''
6604GL_GENERATE_STDALIGN_H_FALSE=''
6605GL_GENERATE_STDALIGN_H_TRUE=''
6606GL_GENERATE_STDBOOL_H_FALSE=''
6607GL_GENERATE_STDBOOL_H_TRUE=''
6608GL_GENERATE_STDDEF_H_FALSE=''
6609GL_GENERATE_STDDEF_H_TRUE=''
6610GL_GENERATE_STDINT_H_FALSE=''
6611GL_GENERATE_STDINT_H_TRUE=''
6612GNULIB_ACCEPT4=''
6613GNULIB_ACCEPT=''
6614GNULIB_ACOSF=''
6615GNULIB_ACOSL=''
6616GNULIB_ALPHASORT=''
6617GNULIB_ASINF=''
6618GNULIB_ASINL=''
6619GNULIB_ATAN2F=''
6620GNULIB_ATANF=''
6621GNULIB_ATANL=''
6622GNULIB_ATOLL=''
6623GNULIB_BIND=''
6624GNULIB_BTOWC=''
6625GNULIB_CALLOC_POSIX=''
6626GNULIB_CANONICALIZE_FILE_NAME=''
6627GNULIB_CBRT=''
6628GNULIB_CBRTF=''
6629GNULIB_CBRTL=''
6630GNULIB_CEIL=''
6631GNULIB_CEILF=''
6632GNULIB_CEILL=''
6633GNULIB_CHDIR=''
6634GNULIB_CHOWN=''
6635GNULIB_CLOSE=''
6636GNULIB_CLOSEDIR=''
6637GNULIB_CONNECT=''
6638GNULIB_COPYSIGN=''
6639GNULIB_COPYSIGNF=''
6640GNULIB_COPYSIGNL=''
6641GNULIB_COSF=''
6642GNULIB_COSHF=''
6643GNULIB_COSL=''
6644GNULIB_DIRFD=''
6645GNULIB_DPRINTF=''
6646GNULIB_DUP2=''
6647GNULIB_DUP3=''
6648GNULIB_DUP=''
6649GNULIB_ENVIRON=''
6650GNULIB_EUIDACCESS=''
6651GNULIB_EXP2=''
6652GNULIB_EXP2F=''
6653GNULIB_EXP2L=''
6654GNULIB_EXPF=''
6655GNULIB_EXPL=''
6656GNULIB_EXPM1=''
6657GNULIB_EXPM1F=''
6658GNULIB_EXPM1L=''
6659GNULIB_FABSF=''
6660GNULIB_FABSL=''
6661GNULIB_FACCESSAT=''
6662GNULIB_FCHDIR=''
6663GNULIB_FCHMODAT=''
6664GNULIB_FCHOWNAT=''
6665GNULIB_FCLOSE=''
6666GNULIB_FCNTL=''
6667GNULIB_FDATASYNC=''
6668GNULIB_FDOPEN=''
6669GNULIB_FDOPENDIR=''
6670GNULIB_FFLUSH=''
6671GNULIB_FFS=''
6672GNULIB_FFSL=''
6673GNULIB_FFSLL=''
6674GNULIB_FGETC=''
6675GNULIB_FGETS=''
6676GNULIB_FLOOR=''
6677GNULIB_FLOORF=''
6678GNULIB_FLOORL=''
6679GNULIB_FMA=''
6680GNULIB_FMAF=''
6681GNULIB_FMAL=''
6682GNULIB_FMOD=''
6683GNULIB_FMODF=''
6684GNULIB_FMODL=''
6685GNULIB_FOPEN=''
6686GNULIB_FPRINTF=''
6687GNULIB_FPRINTF_POSIX=''
6688GNULIB_FPURGE=''
6689GNULIB_FPUTC=''
6690GNULIB_FPUTS=''
6691GNULIB_FREAD=''
6692GNULIB_FREOPEN=''
6693GNULIB_FREXP=''
6694GNULIB_FREXPF=''
6695GNULIB_FREXPL=''
6696GNULIB_FSCANF=''
6697GNULIB_FSEEK=''
6698GNULIB_FSEEKO=''
6699GNULIB_FSTAT=''
6700GNULIB_FSTATAT=''
6701GNULIB_FSYNC=''
6702GNULIB_FTELL=''
6703GNULIB_FTELLO=''
6704GNULIB_FTRUNCATE=''
6705GNULIB_FUTIMENS=''
6706GNULIB_FWRITE=''
6707GNULIB_GETC=''
6708GNULIB_GETCHAR=''
6709GNULIB_GETCWD=''
6710GNULIB_GETDELIM=''
6711GNULIB_GETDOMAINNAME=''
6712GNULIB_GETDTABLESIZE=''
6713GNULIB_GETGROUPS=''
6714GNULIB_GETHOSTNAME=''
6715GNULIB_GETLINE=''
6716GNULIB_GETLOADAVG=''
6717GNULIB_GETLOGIN=''
6718GNULIB_GETLOGIN_R=''
6719GNULIB_GETPAGESIZE=''
6720GNULIB_GETPEERNAME=''
6721GNULIB_GETSOCKNAME=''
6722GNULIB_GETSOCKOPT=''
6723GNULIB_GETSUBOPT=''
6724GNULIB_GETTIMEOFDAY=''
6725GNULIB_GETUSERSHELL=''
6726GNULIB_GL_UNISTD_H_GETOPT=''
6727GNULIB_GRANTPT=''
6728GNULIB_GROUP_MEMBER=''
6729GNULIB_HYPOT=''
6730GNULIB_HYPOTF=''
6731GNULIB_HYPOTL=''
6732GNULIB_ILOGB=''
6733GNULIB_ILOGBF=''
6734GNULIB_ILOGBL=''
6735GNULIB_ISATTY=''
6736GNULIB_ISFINITE=''
6737GNULIB_ISINF=''
6738GNULIB_ISNAN=''
6739GNULIB_ISNAND=''
6740GNULIB_ISNANF=''
6741GNULIB_ISNANL=''
6742GNULIB_ISWBLANK=''
6743GNULIB_ISWCTYPE=''
6744GNULIB_LCHMOD=''
6745GNULIB_LCHOWN=''
6746GNULIB_LDEXPF=''
6747GNULIB_LDEXPL=''
6748GNULIB_LINK=''
6749GNULIB_LINKAT=''
6750GNULIB_LISTEN=''
6751GNULIB_LOG10=''
6752GNULIB_LOG10F=''
6753GNULIB_LOG10L=''
6754GNULIB_LOG1P=''
6755GNULIB_LOG1PF=''
6756GNULIB_LOG1PL=''
6757GNULIB_LOG2=''
6758GNULIB_LOG2F=''
6759GNULIB_LOG2L=''
6760GNULIB_LOG=''
6761GNULIB_LOGB=''
6762GNULIB_LOGBF=''
6763GNULIB_LOGBL=''
6764GNULIB_LOGF=''
6765GNULIB_LOGL=''
6766GNULIB_LSEEK=''
6767GNULIB_LSTAT=''
6768GNULIB_MALLOC_POSIX=''
6769GNULIB_MBRLEN=''
6770GNULIB_MBRTOWC=''
6771GNULIB_MBSCASECMP=''
6772GNULIB_MBSCASESTR=''
6773GNULIB_MBSCHR=''
6774GNULIB_MBSCSPN=''
6775GNULIB_MBSINIT=''
6776GNULIB_MBSLEN=''
6777GNULIB_MBSNCASECMP=''
6778GNULIB_MBSNLEN=''
6779GNULIB_MBSNRTOWCS=''
6780GNULIB_MBSPBRK=''
6781GNULIB_MBSPCASECMP=''
6782GNULIB_MBSRCHR=''
6783GNULIB_MBSRTOWCS=''
6784GNULIB_MBSSEP=''
6785GNULIB_MBSSPN=''
6786GNULIB_MBSSTR=''
6787GNULIB_MBSTOK_R=''
6788GNULIB_MBTOWC=''
6789GNULIB_MEMCHR=''
6790GNULIB_MEMMEM=''
6791GNULIB_MEMPCPY=''
6792GNULIB_MEMRCHR=''
6793GNULIB_MKDIRAT=''
6794GNULIB_MKDTEMP=''
6795GNULIB_MKFIFO=''
6796GNULIB_MKFIFOAT=''
6797GNULIB_MKNOD=''
6798GNULIB_MKNODAT=''
6799GNULIB_MKOSTEMP=''
6800GNULIB_MKOSTEMPS=''
6801GNULIB_MKSTEMP=''
6802GNULIB_MKSTEMPS=''
6803GNULIB_MKTIME=''
6804GNULIB_MODF=''
6805GNULIB_MODFF=''
6806GNULIB_MODFL=''
6807GNULIB_NANOSLEEP=''
6808GNULIB_NONBLOCKING=''
6809GNULIB_OBSTACK_PRINTF=''
6810GNULIB_OBSTACK_PRINTF_POSIX=''
6811GNULIB_OPEN=''
6812GNULIB_OPENAT=''
6813GNULIB_OPENDIR=''
6814GNULIB_PCLOSE=''
6815GNULIB_PERROR=''
6816GNULIB_PIPE2=''
6817GNULIB_PIPE=''
6818GNULIB_POPEN=''
6819GNULIB_POSIX_OPENPT=''
6820GNULIB_POWF=''
6821GNULIB_PREAD=''
6822GNULIB_PRINTF=''
6823GNULIB_PRINTF_POSIX=''
6824GNULIB_PSELECT=''
6825GNULIB_PTHREAD_SIGMASK=''
6826GNULIB_PTSNAME=''
6827GNULIB_PTSNAME_R=''
6828GNULIB_PUTC=''
6829GNULIB_PUTCHAR=''
6830GNULIB_PUTENV=''
6831GNULIB_PUTS=''
6832GNULIB_PWRITE=''
6833GNULIB_RAISE=''
6834GNULIB_RANDOM=''
6835GNULIB_RANDOM_R=''
6836GNULIB_RAWMEMCHR=''
6837GNULIB_READ=''
6838GNULIB_READDIR=''
6839GNULIB_READLINK=''
6840GNULIB_READLINKAT=''
6841GNULIB_REALLOC_POSIX=''
6842GNULIB_REALPATH=''
6843GNULIB_RECV=''
6844GNULIB_RECVFROM=''
6845GNULIB_REMAINDER=''
6846GNULIB_REMAINDERF=''
6847GNULIB_REMAINDERL=''
6848GNULIB_REMOVE=''
6849GNULIB_RENAME=''
6850GNULIB_RENAMEAT=''
6851GNULIB_REWINDDIR=''
6852GNULIB_RINT=''
6853GNULIB_RINTF=''
6854GNULIB_RINTL=''
6855GNULIB_RMDIR=''
6856GNULIB_ROUND=''
6857GNULIB_ROUNDF=''
6858GNULIB_ROUNDL=''
6859GNULIB_RPMATCH=''
6860GNULIB_SCANDIR=''
6861GNULIB_SCANF=''
6862GNULIB_SECURE_GETENV=''
6863GNULIB_SELECT=''
6864GNULIB_SEND=''
6865GNULIB_SENDTO=''
6866GNULIB_SETENV=''
6867GNULIB_SETHOSTNAME=''
6868GNULIB_SETSOCKOPT=''
6869GNULIB_SHUTDOWN=''
6870GNULIB_SIGACTION=''
6871GNULIB_SIGNAL_H_SIGPIPE=''
6872GNULIB_SIGNBIT=''
6873GNULIB_SIGPROCMASK=''
6874GNULIB_SINF=''
6875GNULIB_SINHF=''
6876GNULIB_SINL=''
6877GNULIB_SLEEP=''
6878GNULIB_SNPRINTF=''
6879GNULIB_SOCKET=''
6880GNULIB_SPRINTF_POSIX=''
6881GNULIB_SQRTF=''
6882GNULIB_SQRTL=''
6883GNULIB_STAT=''
6884GNULIB_STDIO_H_NONBLOCKING=''
6885GNULIB_STDIO_H_SIGPIPE=''
6886GNULIB_STPCPY=''
6887GNULIB_STPNCPY=''
6888GNULIB_STRCASESTR=''
6889GNULIB_STRCHRNUL=''
6890GNULIB_STRDUP=''
6891GNULIB_STRERROR=''
6892GNULIB_STRERROR_R=''
6893GNULIB_STRNCAT=''
6894GNULIB_STRNDUP=''
6895GNULIB_STRNLEN=''
6896GNULIB_STRPBRK=''
6897GNULIB_STRPTIME=''
6898GNULIB_STRSEP=''
6899GNULIB_STRSIGNAL=''
6900GNULIB_STRSTR=''
6901GNULIB_STRTOD=''
6902GNULIB_STRTOK_R=''
6903GNULIB_STRTOLL=''
6904GNULIB_STRTOULL=''
6905GNULIB_STRVERSCMP=''
6906GNULIB_SYMLINK=''
6907GNULIB_SYMLINKAT=''
6908GNULIB_SYSTEM_POSIX=''
6909GNULIB_TANF=''
6910GNULIB_TANHF=''
6911GNULIB_TANL=''
6912GNULIB_TIMEGM=''
6913GNULIB_TIMES=''
6914GNULIB_TIME_R=''
6915GNULIB_TMPFILE=''
6916GNULIB_TOWCTRANS=''
6917GNULIB_TRUNC=''
6918GNULIB_TRUNCF=''
6919GNULIB_TRUNCL=''
6920GNULIB_TTYNAME_R=''
6921GNULIB_UNAME=''
6922GNULIB_UNISTD_H_NONBLOCKING=''
6923GNULIB_UNISTD_H_SIGPIPE=''
6924GNULIB_UNLINK=''
6925GNULIB_UNLINKAT=''
6926GNULIB_UNLOCKPT=''
6927GNULIB_UNSETENV=''
6928GNULIB_USLEEP=''
6929GNULIB_UTIMENSAT=''
6930GNULIB_VASPRINTF=''
6931GNULIB_VDPRINTF=''
6932GNULIB_VFPRINTF=''
6933GNULIB_VFPRINTF_POSIX=''
6934GNULIB_VFSCANF=''
6935GNULIB_VPRINTF=''
6936GNULIB_VPRINTF_POSIX=''
6937GNULIB_VSCANF=''
6938GNULIB_VSNPRINTF=''
6939GNULIB_VSPRINTF_POSIX=''
6940GNULIB_WCPCPY=''
6941GNULIB_WCPNCPY=''
6942GNULIB_WCRTOMB=''
6943GNULIB_WCSCASECMP=''
6944GNULIB_WCSCAT=''
6945GNULIB_WCSCHR=''
6946GNULIB_WCSCMP=''
6947GNULIB_WCSCOLL=''
6948GNULIB_WCSCPY=''
6949GNULIB_WCSCSPN=''
6950GNULIB_WCSDUP=''
6951GNULIB_WCSLEN=''
6952GNULIB_WCSNCASECMP=''
6953GNULIB_WCSNCAT=''
6954GNULIB_WCSNCMP=''
6955GNULIB_WCSNCPY=''
6956GNULIB_WCSNLEN=''
6957GNULIB_WCSNRTOMBS=''
6958GNULIB_WCSPBRK=''
6959GNULIB_WCSRCHR=''
6960GNULIB_WCSRTOMBS=''
6961GNULIB_WCSSPN=''
6962GNULIB_WCSSTR=''
6963GNULIB_WCSTOK=''
6964GNULIB_WCSWIDTH=''
6965GNULIB_WCSXFRM=''
6966GNULIB_WCTOB=''
6967GNULIB_WCTOMB=''
6968GNULIB_WCTRANS=''
6969GNULIB_WCTYPE=''
6970GNULIB_WCWIDTH=''
6971GNULIB_WMEMCHR=''
6972GNULIB_WMEMCMP=''
6973GNULIB_WMEMCPY=''
6974GNULIB_WMEMMOVE=''
6975GNULIB_WMEMSET=''
6976GNULIB_WRITE=''
6977GNULIB__EXIT=''
6978GNUPLOT='gnuplot'
6979GPERF='gperf'
6980GRAPHICS_CFLAGS='-I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT'
6981GRAPHICS_LIBS='-L/opt/local/lib -Wl,-headerpad_max_install_names -lfltk_gl -framework AGL -framework OpenGL -framework ApplicationServices -lfltk -lpthread -framework Cocoa'
6982GREP='/opt/local/bin/grep'
6983GXX_VERSION=''
6984HAVE_ACCEPT4=''
6985HAVE_ACOSF=''
6986HAVE_ACOSL=''
6987HAVE_ALPHASORT=''
6988HAVE_ASINF=''
6989HAVE_ASINL=''
6990HAVE_ATAN2F=''
6991HAVE_ATANF=''
6992HAVE_ATANL=''
6993HAVE_ATOLL=''
6994HAVE_BTOWC=''
6995HAVE_CANONICALIZE_FILE_NAME=''
6996HAVE_CBRT=''
6997HAVE_CBRTF=''
6998HAVE_CBRTL=''
6999HAVE_CHOWN=''
7000HAVE_CLOSEDIR=''
7001HAVE_COPYSIGN=''
7002HAVE_COPYSIGNL=''
7003HAVE_COSF=''
7004HAVE_COSHF=''
7005HAVE_COSL=''
7006HAVE_DECL_ACOSL=''
7007HAVE_DECL_ASINL=''
7008HAVE_DECL_ATANL=''
7009HAVE_DECL_CBRTF=''
7010HAVE_DECL_CBRTL=''
7011HAVE_DECL_CEILF=''
7012HAVE_DECL_CEILL=''
7013HAVE_DECL_COPYSIGNF=''
7014HAVE_DECL_COSL=''
7015HAVE_DECL_DIRFD=''
7016HAVE_DECL_ENVIRON=''
7017HAVE_DECL_EXP2=''
7018HAVE_DECL_EXP2F=''
7019HAVE_DECL_EXP2L=''
7020HAVE_DECL_EXPL=''
7021HAVE_DECL_EXPM1L=''
7022HAVE_DECL_FCHDIR=''
7023HAVE_DECL_FDATASYNC=''
7024HAVE_DECL_FDOPENDIR=''
7025HAVE_DECL_FLOORF=''
7026HAVE_DECL_FLOORL=''
7027HAVE_DECL_FPURGE=''
7028HAVE_DECL_FREXPL=''
7029HAVE_DECL_FSEEKO=''
7030HAVE_DECL_FTELLO=''
7031HAVE_DECL_GETDELIM=''
7032HAVE_DECL_GETDOMAINNAME=''
7033HAVE_DECL_GETLINE=''
7034HAVE_DECL_GETLOADAVG=''
7035HAVE_DECL_GETLOGIN_R=''
7036HAVE_DECL_GETPAGESIZE=''
7037HAVE_DECL_GETUSERSHELL=''
7038HAVE_DECL_LDEXPL=''
7039HAVE_DECL_LOCALTIME_R=''
7040HAVE_DECL_LOG10L=''
7041HAVE_DECL_LOG2=''
7042HAVE_DECL_LOG2F=''
7043HAVE_DECL_LOG2L=''
7044HAVE_DECL_LOGB=''
7045HAVE_DECL_LOGL=''
7046HAVE_DECL_MEMMEM=''
7047HAVE_DECL_MEMRCHR=''
7048HAVE_DECL_OBSTACK_PRINTF=''
7049HAVE_DECL_REMAINDER=''
7050HAVE_DECL_REMAINDERL=''
7051HAVE_DECL_RINTF=''
7052HAVE_DECL_ROUND=''
7053HAVE_DECL_ROUNDF=''
7054HAVE_DECL_ROUNDL=''
7055HAVE_DECL_SETENV=''
7056HAVE_DECL_SETHOSTNAME=''
7057HAVE_DECL_SINL=''
7058HAVE_DECL_SNPRINTF=''
7059HAVE_DECL_SQRTL=''
7060HAVE_DECL_STRDUP=''
7061HAVE_DECL_STRERROR_R=''
7062HAVE_DECL_STRNCASECMP=''
7063HAVE_DECL_STRNDUP=''
7064HAVE_DECL_STRNLEN=''
7065HAVE_DECL_STRSIGNAL=''
7066HAVE_DECL_STRTOK_R=''
7067HAVE_DECL_TANL=''
7068HAVE_DECL_TRUNC=''
7069HAVE_DECL_TRUNCF=''
7070HAVE_DECL_TRUNCL=''
7071HAVE_DECL_TTYNAME_R=''
7072HAVE_DECL_UNSETENV=''
7073HAVE_DECL_VSNPRINTF=''
7074HAVE_DECL_WCTOB=''
7075HAVE_DECL_WCWIDTH=''
7076HAVE_DIRENT_H=''
7077HAVE_DPRINTF=''
7078HAVE_DUP2=''
7079HAVE_DUP3=''
7080HAVE_EUIDACCESS=''
7081HAVE_EXPF=''
7082HAVE_EXPL=''
7083HAVE_EXPM1=''
7084HAVE_EXPM1F=''
7085HAVE_FABSF=''
7086HAVE_FABSL=''
7087HAVE_FACCESSAT=''
7088HAVE_FCHDIR=''
7089HAVE_FCHMODAT=''
7090HAVE_FCHOWNAT=''
7091HAVE_FCNTL=''
7092HAVE_FDATASYNC=''
7093HAVE_FDOPENDIR=''
7094HAVE_FEATURES_H=''
7095HAVE_FFS=''
7096HAVE_FFSL=''
7097HAVE_FFSLL=''
7098HAVE_FMA=''
7099HAVE_FMAF=''
7100HAVE_FMAL=''
7101HAVE_FMODF=''
7102HAVE_FMODL=''
7103HAVE_FREXPF=''
7104HAVE_FSEEKO=''
7105HAVE_FSTATAT=''
7106HAVE_FSYNC=''
7107HAVE_FTELLO=''
7108HAVE_FTRUNCATE=''
7109HAVE_FUTIMENS=''
7110HAVE_GETDTABLESIZE=''
7111HAVE_GETGROUPS=''
7112HAVE_GETHOSTNAME=''
7113HAVE_GETLOGIN=''
7114HAVE_GETOPT_H=''
7115HAVE_GETPAGESIZE=''
7116HAVE_GETSUBOPT=''
7117HAVE_GETTIMEOFDAY=''
7118HAVE_GRANTPT=''
7119HAVE_GROUP_MEMBER=''
7120HAVE_HYPOTF=''
7121HAVE_HYPOTL=''
7122HAVE_ILOGB=''
7123HAVE_ILOGBF=''
7124HAVE_ILOGBL=''
7125HAVE_INTTYPES_H=''
7126HAVE_ISNAND=''
7127HAVE_ISNANF=''
7128HAVE_ISNANL=''
7129HAVE_ISWBLANK=''
7130HAVE_ISWCNTRL=''
7131HAVE_LCHMOD=''
7132HAVE_LCHOWN=''
7133HAVE_LDEXPF=''
7134HAVE_LINK=''
7135HAVE_LINKAT=''
7136HAVE_LOG10F=''
7137HAVE_LOG10L=''
7138HAVE_LOG1P=''
7139HAVE_LOG1PF=''
7140HAVE_LOG1PL=''
7141HAVE_LOGBF=''
7142HAVE_LOGBL=''
7143HAVE_LOGF=''
7144HAVE_LOGL=''
7145HAVE_LONG_LONG_INT=''
7146HAVE_LSTAT=''
7147HAVE_MBRLEN=''
7148HAVE_MBRTOWC=''
7149HAVE_MBSINIT=''
7150HAVE_MBSLEN=''
7151HAVE_MBSNRTOWCS=''
7152HAVE_MBSRTOWCS=''
7153HAVE_MEMCHR=''
7154HAVE_MEMPCPY=''
7155HAVE_MKDIRAT=''
7156HAVE_MKDTEMP=''
7157HAVE_MKFIFO=''
7158HAVE_MKFIFOAT=''
7159HAVE_MKNOD=''
7160HAVE_MKNODAT=''
7161HAVE_MKOSTEMP=''
7162HAVE_MKOSTEMPS=''
7163HAVE_MKSTEMP=''
7164HAVE_MKSTEMPS=''
7165HAVE_MODFF=''
7166HAVE_MODFL=''
7167HAVE_MSVC_INVALID_PARAMETER_HANDLER=''
7168HAVE_NANOSLEEP=''
7169HAVE_OPENAT=''
7170HAVE_OPENDIR=''
7171HAVE_OS_H=''
7172HAVE_PCLOSE=''
7173HAVE_PCRE_CONFIG='yes'
7174HAVE_PIPE2=''
7175HAVE_PIPE=''
7176HAVE_POPEN=''
7177HAVE_POSIX_OPENPT=''
7178HAVE_POSIX_SIGNALBLOCKING=''
7179HAVE_POWF=''
7180HAVE_PREAD=''
7181HAVE_PSELECT=''
7182HAVE_PTHREAD_SIGMASK=''
7183HAVE_PTSNAME=''
7184HAVE_PTSNAME_R=''
7185HAVE_PWRITE=''
7186HAVE_RAISE=''
7187HAVE_RANDOM=''
7188HAVE_RANDOM_H=''
7189HAVE_RANDOM_R=''
7190HAVE_RAWMEMCHR=''
7191HAVE_READDIR=''
7192HAVE_READLINK=''
7193HAVE_READLINKAT=''
7194HAVE_REALPATH=''
7195HAVE_REMAINDER=''
7196HAVE_REMAINDERF=''
7197HAVE_RENAMEAT=''
7198HAVE_REWINDDIR=''
7199HAVE_RINT=''
7200HAVE_RINTL=''
7201HAVE_RPMATCH=''
7202HAVE_SAME_LONG_DOUBLE_AS_DOUBLE=''
7203HAVE_SA_FAMILY_T=''
7204HAVE_SCANDIR=''
7205HAVE_SECURE_GETENV=''
7206HAVE_SETENV=''
7207HAVE_SETHOSTNAME=''
7208HAVE_SIGACTION=''
7209HAVE_SIGHANDLER_T=''
7210HAVE_SIGINFO_T=''
7211HAVE_SIGNED_SIG_ATOMIC_T=''
7212HAVE_SIGNED_WCHAR_T=''
7213HAVE_SIGNED_WINT_T=''
7214HAVE_SIGSET_T=''
7215HAVE_SINF=''
7216HAVE_SINHF=''
7217HAVE_SINL=''
7218HAVE_SLEEP=''
7219HAVE_SQRTF=''
7220HAVE_SQRTL=''
7221HAVE_STDINT_H=''
7222HAVE_STPCPY=''
7223HAVE_STPNCPY=''
7224HAVE_STRCASECMP=''
7225HAVE_STRCASESTR=''
7226HAVE_STRCHRNUL=''
7227HAVE_STRINGS_H=''
7228HAVE_STRPBRK=''
7229HAVE_STRPTIME=''
7230HAVE_STRSEP=''
7231HAVE_STRTOD=''
7232HAVE_STRTOLL=''
7233HAVE_STRTOULL=''
7234HAVE_STRUCT_RANDOM_DATA=''
7235HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
7236HAVE_STRUCT_SOCKADDR_STORAGE=''
7237HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=''
7238HAVE_STRUCT_TIMEVAL=''
7239HAVE_STRUCT_TMS=''
7240HAVE_STRUCT_UTSNAME=''
7241HAVE_STRVERSCMP=''
7242HAVE_SYMLINK=''
7243HAVE_SYMLINKAT=''
7244HAVE_SYS_BITYPES_H=''
7245HAVE_SYS_CDEFS_H=''
7246HAVE_SYS_INTTYPES_H=''
7247HAVE_SYS_LOADAVG_H=''
7248HAVE_SYS_PARAM_H=''
7249HAVE_SYS_SELECT_H=''
7250HAVE_SYS_SOCKET_H=''
7251HAVE_SYS_TIMES_H=''
7252HAVE_SYS_TIME_H=''
7253HAVE_SYS_TYPES_H=''
7254HAVE_SYS_UIO_H=''
7255HAVE_SYS_UTSNAME_H=''
7256HAVE_TANF=''
7257HAVE_TANHF=''
7258HAVE_TANL=''
7259HAVE_TIMEGM=''
7260HAVE_TIMES=''
7261HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
7262HAVE_UNAME=''
7263HAVE_UNISTD_H=''
7264HAVE_UNLINKAT=''
7265HAVE_UNLOCKPT=''
7266HAVE_UNSIGNED_LONG_LONG_INT=''
7267HAVE_USLEEP=''
7268HAVE_UTIMENSAT=''
7269HAVE_VASPRINTF=''
7270HAVE_VDPRINTF=''
7271HAVE_WCHAR_H=''
7272HAVE_WCHAR_T=''
7273HAVE_WCPCPY=''
7274HAVE_WCPNCPY=''
7275HAVE_WCRTOMB=''
7276HAVE_WCSCASECMP=''
7277HAVE_WCSCAT=''
7278HAVE_WCSCHR=''
7279HAVE_WCSCMP=''
7280HAVE_WCSCOLL=''
7281HAVE_WCSCPY=''
7282HAVE_WCSCSPN=''
7283HAVE_WCSDUP=''
7284HAVE_WCSLEN=''
7285HAVE_WCSNCASECMP=''
7286HAVE_WCSNCAT=''
7287HAVE_WCSNCMP=''
7288HAVE_WCSNCPY=''
7289HAVE_WCSNLEN=''
7290HAVE_WCSNRTOMBS=''
7291HAVE_WCSPBRK=''
7292HAVE_WCSRCHR=''
7293HAVE_WCSRTOMBS=''
7294HAVE_WCSSPN=''
7295HAVE_WCSSTR=''
7296HAVE_WCSTOK=''
7297HAVE_WCSWIDTH=''
7298HAVE_WCSXFRM=''
7299HAVE_WCTRANS_T=''
7300HAVE_WCTYPE_H=''
7301HAVE_WCTYPE_T=''
7302HAVE_WINSOCK2_H=''
7303HAVE_WINT_T=''
7304HAVE_WMEMCHR=''
7305HAVE_WMEMCMP=''
7306HAVE_WMEMCPY=''
7307HAVE_WMEMMOVE=''
7308HAVE_WMEMSET=''
7309HAVE_WS2TCPIP_H=''
7310HAVE__BOOL=''
7311HAVE__EXIT=''
7312HDF5_CPPFLAGS=''
7313HDF5_LDFLAGS=''
7314HDF5_LIBS='-lhdf5'
7315INCLUDE_DEPS='yes'
7316INCLUDE_NEXT=''
7317INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
7318INSTALL_DATA='${INSTALL} -m 644'
7319INSTALL_PROGRAM='${INSTALL}'
7320INSTALL_SCRIPT='${INSTALL}'
7321INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
7322ISNAND_LIBM=''
7323ISNANF_LIBM=''
7324JAR=''
7325JAVA=''
7326JAVAC=''
7327JAVA_CPPFLAGS=''
7328JAVA_HOME=''
7329JAVA_LIBS=''
7330LAPACK_LIBS=''
7331LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
7332LDFLAGS=''
7333LD_CXX='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
7334LD_STATIC_FLAG=''
7335LEX='flex'
7336LEXLIB=''
7337LEX_OUTPUT_ROOT='lex.octave_'
7338LFLAGS='-I'
7339LIBINTL=''
7340LIBOBJS=''
7341LIBOCTAVE=''
7342LIBOCTINTERP=''
7343LIBPRE=''
7344LIBS='-lm  '
7345LIBSOCKET=''
7346LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7347LIB_NANOSLEEP=''
7348LIB_SELECT=''
7349LIPO='lipo'
7350LLVM_CONFIG=''
7351LLVM_CPPFLAGS=''
7352LLVM_CXXFLAGS=''
7353LLVM_LDFLAGS=''
7354LLVM_LIBS=''
7355LN_S='ln -s'
7356LOCALCHARSET_TESTS_ENVIRONMENT=''
7357LOCALE_FR=''
7358LOCALE_FR_UTF8=''
7359LOCALE_JA=''
7360LOCALE_ZH_CN=''
7361LOG2F_LIBM=''
7362LOG2_LIBM=''
7363LOGF_LIBM=''
7364LOG_LIBM=''
7365LRELEASE=''
7366LTALLOCA=''
7367LTLIBINTL=''
7368LTLIBOBJS=''
7369MAGICK_CPPFLAGS='-I/opt/local/include/GraphicsMagick '
7370MAGICK_LDFLAGS='-L/opt/local/lib '
7371MAGICK_LIBS='-lGraphicsMagick++ -lGraphicsMagick '
7372MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing makeinfo'
7373MANIFEST_TOOL=':'
7374MKDIR_P='/opt/local/bin/gmkdir -p'
7375MKINFO='makeinfo'
7376MKOCTFILE_AR=''
7377MKOCTFILE_CC=''
7378MKOCTFILE_CXX=''
7379MKOCTFILE_DL_LD=''
7380MKOCTFILE_DL_LDFLAGS=''
7381MKOCTFILE_F77=''
7382MKOCTFILE_LD_CXX=''
7383MKOCTFILE_RANLIB=''
7384MOC=''
7385NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=''
7386NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
7387NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
7388NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
7389NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
7390NEXT_AS_FIRST_DIRECTIVE_MATH_H=''
7391NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
7392NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
7393NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
7394NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
7395NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
7396NEXT_AS_FIRST_DIRECTIVE_STRINGS_H=''
7397NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
7398NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=''
7399NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H=''
7400NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
7401NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H=''
7402NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
7403NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
7404NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H=''
7405NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H=''
7406NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
7407NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
7408NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
7409NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
7410NEXT_DIRENT_H=''
7411NEXT_ERRNO_H=''
7412NEXT_FCNTL_H=''
7413NEXT_FLOAT_H=''
7414NEXT_GETOPT_H=''
7415NEXT_MATH_H=''
7416NEXT_SIGNAL_H=''
7417NEXT_STDDEF_H=''
7418NEXT_STDINT_H=''
7419NEXT_STDIO_H=''
7420NEXT_STDLIB_H=''
7421NEXT_STRINGS_H=''
7422NEXT_STRING_H=''
7423NEXT_SYS_SELECT_H=''
7424NEXT_SYS_SOCKET_H=''
7425NEXT_SYS_STAT_H=''
7426NEXT_SYS_TIMES_H=''
7427NEXT_SYS_TIME_H=''
7428NEXT_SYS_TYPES_H=''
7429NEXT_SYS_UIO_H=''
7430NEXT_SYS_UTSNAME_H=''
7431NEXT_TIME_H=''
7432NEXT_UNISTD_H=''
7433NEXT_WCHAR_H=''
7434NEXT_WCTYPE_H=''
7435NM='/opt/local/bin/nm'
7436NMEDIT='nmedit'
7437NO_OCT_FILE_STRIP=''
7438NO_UNDEFINED_LDFLAG=''
7439OBJDUMP='false'
7440OBJEXT='o'
7441OCTAVE_API_VERSION='api-v49+'
7442OCTAVE_COPYRIGHT='Copyright (C) 2014 John W. Eaton and others.'
7443OCTAVE_DLL_DEFS=''
7444OCTAVE_IDX_TYPE='int'
7445OCTAVE_MAJOR_VERSION='3'
7446OCTAVE_MINOR_VERSION='8'
7447OCTAVE_PATCH_VERSION='2'
7448OCTAVE_RELEASE_DATE='2014-08-06'
7449OCTAVE_VERSION='3.8.2'
7450OCTGRAPHICS_DLL_DEFS=''
7451OCTGUI_DLL_DEFS=''
7452OCTINTERP_DLL_DEFS=''
7453OPENGL_LIBS='-L/opt/local/lib -lfontconfig -lfreetype  -Wl,-framework -Wl,OpenGL'
7454OTOOL64=':'
7455OTOOL='otool'
7456PACKAGE='octave'
7457PACKAGE_BUGREPORT='http://octave.org/bugs.html'
7458PACKAGE_NAME='GNU Octave'
7459PACKAGE_STRING='GNU Octave 3.8.2'
7460PACKAGE_TARNAME='octave'
7461PACKAGE_URL='http://www.gnu.org/software/octave/'
7462PACKAGE_VERSION='3.8.2'
7463PATH_SEPARATOR=':'
7464PCRE_CPPFLAGS='-I/opt/local/include'
7465PCRE_LIBS='-L/opt/local/lib -lpcre'
7466PERL='/opt/local/bin/perl'
7467PKG_CONFIG='/opt/local/bin/pkg-config'
7468POW_LIBM=''
7469PRAGMA_COLUMNS=''
7470PRAGMA_SYSTEM_HEADER=''
7471PTHREAD_CC='/usr/bin/clang'
7472PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
7473PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
7474PTHREAD_LIBS=''
7475PTRDIFF_T_SUFFIX=''
7476PYTHON=''\'' '\'''
7477QHULL_CPPFLAGS=''
7478QHULL_LDFLAGS=''
7479QHULL_LIBS='-lqhull'
7480QRUPDATE_CPPFLAGS=''
7481QRUPDATE_LDFLAGS=''
7482QRUPDATE_LIBS=''
7483QT_CFLAGS=''
7484QT_CPPFLAGS=''
7485QT_LDFLAGS=''
7486QT_LIBS=''
7487RANLIB='ranlib'
7488RCC=''
7489RDYNAMIC_FLAG=''
7490READLINE_LIBS=''
7491REPLACE_BTOWC=''
7492REPLACE_CALLOC=''
7493REPLACE_CANONICALIZE_FILE_NAME=''
7494REPLACE_CBRTF=''
7495REPLACE_CBRTL=''
7496REPLACE_CEIL=''
7497REPLACE_CEILF=''
7498REPLACE_CEILL=''
7499REPLACE_CHOWN=''
7500REPLACE_CLOSE=''
7501REPLACE_CLOSEDIR=''
7502REPLACE_DIRFD=''
7503REPLACE_DPRINTF=''
7504REPLACE_DUP2=''
7505REPLACE_DUP=''
7506REPLACE_EXP2=''
7507REPLACE_EXP2L=''
7508REPLACE_EXPM1=''
7509REPLACE_EXPM1F=''
7510REPLACE_FABSL=''
7511REPLACE_FCHOWNAT=''
7512REPLACE_FCLOSE=''
7513REPLACE_FCNTL=''
7514REPLACE_FDOPEN=''
7515REPLACE_FDOPENDIR=''
7516REPLACE_FFLUSH=''
7517REPLACE_FLOOR=''
7518REPLACE_FLOORF=''
7519REPLACE_FLOORL=''
7520REPLACE_FMA=''
7521REPLACE_FMAF=''
7522REPLACE_FMAL=''
7523REPLACE_FMOD=''
7524REPLACE_FMODF=''
7525REPLACE_FMODL=''
7526REPLACE_FOPEN=''
7527REPLACE_FPRINTF=''
7528REPLACE_FPURGE=''
7529REPLACE_FREOPEN=''
7530REPLACE_FREXP=''
7531REPLACE_FREXPF=''
7532REPLACE_FREXPL=''
7533REPLACE_FSEEK=''
7534REPLACE_FSEEKO=''
7535REPLACE_FSTAT=''
7536REPLACE_FSTATAT=''
7537REPLACE_FTELL=''
7538REPLACE_FTELLO=''
7539REPLACE_FTRUNCATE=''
7540REPLACE_FUTIMENS=''
7541REPLACE_GETCWD=''
7542REPLACE_GETDELIM=''
7543REPLACE_GETDOMAINNAME=''
7544REPLACE_GETDTABLESIZE=''
7545REPLACE_GETGROUPS=''
7546REPLACE_GETLINE=''
7547REPLACE_GETLOGIN_R=''
7548REPLACE_GETPAGESIZE=''
7549REPLACE_GETTIMEOFDAY=''
7550REPLACE_HUGE_VAL=''
7551REPLACE_HYPOT=''
7552REPLACE_HYPOTF=''
7553REPLACE_HYPOTL=''
7554REPLACE_ILOGB=''
7555REPLACE_ILOGBF=''
7556REPLACE_ISATTY=''
7557REPLACE_ISFINITE=''
7558REPLACE_ISINF=''
7559REPLACE_ISNAN=''
7560REPLACE_ISWBLANK=''
7561REPLACE_ISWCNTRL=''
7562REPLACE_ITOLD=''
7563REPLACE_LCHOWN=''
7564REPLACE_LDEXPL=''
7565REPLACE_LINK=''
7566REPLACE_LINKAT=''
7567REPLACE_LOCALTIME_R=''
7568REPLACE_LOG10=''
7569REPLACE_LOG10F=''
7570REPLACE_LOG10L=''
7571REPLACE_LOG1P=''
7572REPLACE_LOG1PF=''
7573REPLACE_LOG1PL=''
7574REPLACE_LOG2=''
7575REPLACE_LOG2F=''
7576REPLACE_LOG2L=''
7577REPLACE_LOG=''
7578REPLACE_LOGB=''
7579REPLACE_LOGBF=''
7580REPLACE_LOGBL=''
7581REPLACE_LOGF=''
7582REPLACE_LOGL=''
7583REPLACE_LSEEK=''
7584REPLACE_LSTAT=''
7585REPLACE_MALLOC=''
7586REPLACE_MBRLEN=''
7587REPLACE_MBRTOWC=''
7588REPLACE_MBSINIT=''
7589REPLACE_MBSNRTOWCS=''
7590REPLACE_MBSRTOWCS=''
7591REPLACE_MBSTATE_T=''
7592REPLACE_MBTOWC=''
7593REPLACE_MEMCHR=''
7594REPLACE_MEMMEM=''
7595REPLACE_MKDIR=''
7596REPLACE_MKFIFO=''
7597REPLACE_MKNOD=''
7598REPLACE_MKSTEMP=''
7599REPLACE_MKTIME=''
7600REPLACE_MODF=''
7601REPLACE_MODFF=''
7602REPLACE_MODFL=''
7603REPLACE_NAN=''
7604REPLACE_NANOSLEEP=''
7605REPLACE_NULL=''
7606REPLACE_OBSTACK_PRINTF=''
7607REPLACE_OPEN=''
7608REPLACE_OPENAT=''
7609REPLACE_OPENDIR=''
7610REPLACE_PERROR=''
7611REPLACE_POPEN=''
7612REPLACE_PREAD=''
7613REPLACE_PRINTF=''
7614REPLACE_PSELECT=''
7615REPLACE_PTHREAD_SIGMASK=''
7616REPLACE_PTSNAME=''
7617REPLACE_PTSNAME_R=''
7618REPLACE_PUTENV=''
7619REPLACE_PWRITE=''
7620REPLACE_RAISE=''
7621REPLACE_RANDOM_R=''
7622REPLACE_READ=''
7623REPLACE_READLINK=''
7624REPLACE_REALLOC=''
7625REPLACE_REALPATH=''
7626REPLACE_REMAINDER=''
7627REPLACE_REMAINDERF=''
7628REPLACE_REMAINDERL=''
7629REPLACE_REMOVE=''
7630REPLACE_RENAME=''
7631REPLACE_RENAMEAT=''
7632REPLACE_RMDIR=''
7633REPLACE_ROUND=''
7634REPLACE_ROUNDF=''
7635REPLACE_ROUNDL=''
7636REPLACE_SELECT=''
7637REPLACE_SETENV=''
7638REPLACE_SIGNBIT=''
7639REPLACE_SIGNBIT_USING_GCC=''
7640REPLACE_SLEEP=''
7641REPLACE_SNPRINTF=''
7642REPLACE_SPRINTF=''
7643REPLACE_SQRTL=''
7644REPLACE_STAT=''
7645REPLACE_STDIO_READ_FUNCS=''
7646REPLACE_STDIO_WRITE_FUNCS=''
7647REPLACE_STPNCPY=''
7648REPLACE_STRCASESTR=''
7649REPLACE_STRCHRNUL=''
7650REPLACE_STRDUP=''
7651REPLACE_STRERROR=''
7652REPLACE_STRERROR_R=''
7653REPLACE_STRNCAT=''
7654REPLACE_STRNDUP=''
7655REPLACE_STRNLEN=''
7656REPLACE_STRSIGNAL=''
7657REPLACE_STRSTR=''
7658REPLACE_STRTOD=''
7659REPLACE_STRTOK_R=''
7660REPLACE_STRUCT_TIMEVAL=''
7661REPLACE_SYMLINK=''
7662REPLACE_TIMEGM=''
7663REPLACE_TMPFILE=''
7664REPLACE_TOWLOWER=''
7665REPLACE_TRUNC=''
7666REPLACE_TRUNCF=''
7667REPLACE_TRUNCL=''
7668REPLACE_TTYNAME_R=''
7669REPLACE_UNLINK=''
7670REPLACE_UNLINKAT=''
7671REPLACE_UNSETENV=''
7672REPLACE_USLEEP=''
7673REPLACE_UTIMENSAT=''
7674REPLACE_VASPRINTF=''
7675REPLACE_VDPRINTF=''
7676REPLACE_VFPRINTF=''
7677REPLACE_VPRINTF=''
7678REPLACE_VSNPRINTF=''
7679REPLACE_VSPRINTF=''
7680REPLACE_WCRTOMB=''
7681REPLACE_WCSNRTOMBS=''
7682REPLACE_WCSRTOMBS=''
7683REPLACE_WCSWIDTH=''
7684REPLACE_WCTOB=''
7685REPLACE_WCTOMB=''
7686REPLACE_WCWIDTH=''
7687REPLACE_WRITE=''
7688ROUNDF_LIBM=''
7689ROUND_LIBM=''
7690SED='/opt/local/bin/gsed'
7691SET_MAKE=''
7692SHELL='/bin/sh'
7693SHLBIN=''
7694SHLBINPRE=''
7695SHLBIN_VER=''
7696SHLEXT=''
7697SHLEXT_VER=''
7698SHLLIB=''
7699SHLLIBPRE=''
7700SHLLIB_VER=''
7701SHLLINKEXT=''
7702SHLPRE=''
7703SH_LD=''
7704SH_LDFLAGS=''
7705SIG_ATOMIC_T_SUFFIX=''
7706SIZE_T_SUFFIX=''
7707SONAME_FLAGS=''
7708STDALIGN_H=''
7709STDBOOL_H=''
7710STDDEF_H=''
7711STDINT_H=''
7712STRIP='strip'
7713SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
7714TEMPLATE_AR=''
7715TEMPLATE_ARFLAGS=''
7716TERM_LIBS=''
7717TEXI2DVI='/opt/local/bin/texi2dvi --build-dir=t2d_cache'
7718TEXI2PDF='/opt/local/bin/texi2pdf --build-dir=t2d_cache'
7719TEXINFO_AMD=''
7720TEXINFO_ARPACK=''
7721TEXINFO_CAMD=''
7722TEXINFO_CCOLAMD=''
7723TEXINFO_CHOLMOD=''
7724TEXINFO_COLAMD=''
7725TEXINFO_CURL='@set HAVE_CURL'
7726TEXINFO_CXSPARSE=''
7727TEXINFO_FFTW3='@set HAVE_FFTW3'
7728TEXINFO_FFTW3F='@set HAVE_FFTW3F'
7729TEXINFO_GLPK='@set HAVE_GLPK'
7730TEXINFO_HDF5='@set HAVE_HDF5'
7731TEXINFO_QHULL='@set HAVE_QHULL'
7732TEXINFO_QRUPDATE=''
7733TEXINFO_UMFPACK=''
7734TEXINFO_Z='@set HAVE_Z'
7735TIME_H_DEFINES_STRUCT_TIMESPEC=''
7736TRUNCF_LIBM=''
7737TRUNC_LIBM=''
7738UIC=''
7739UMFPACK_CPPFLAGS=''
7740UMFPACK_LDFLAGS=''
7741UMFPACK_LIBS=''
7742UNDEFINE_STRTOK_R=''
7743UNISTD_H_HAVE_WINSOCK2_H=''
7744UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
7745USE_64_BIT_IDX_T='no'
7746VERSION='3.8.2'
7747WARN_CFLAGS=''
7748WARN_CXXFLAGS=''
7749WCHAR_T_SUFFIX=''
7750WIN32_TERMINAL_FALSE=''
7751WIN32_TERMINAL_TRUE=''
7752WINDOWS_64_BIT_OFF_T=''
7753WINDOWS_64_BIT_ST_SIZE=''
7754WINT_T_SUFFIX=''
7755X11_INCFLAGS=''
7756X11_LIBS=''
7757XFT_CFLAGS=''
7758XFT_LIBS=''
7759XMKMF=''
7760XTRA_CFLAGS=''
7761XTRA_CRUFT_SH_LDFLAGS=''
7762XTRA_CXXFLAGS=''
7763YACC='bison -y'
7764YFLAGS=''
7765Z_CPPFLAGS=''
7766Z_LDFLAGS=''
7767Z_LIBS='-lz'
7768ac_config_files=''
7769ac_config_headers=' config.h:config.in.h'
7770ac_ct_AR='ar'
7771ac_ct_CC='/usr/bin/clang'
7772ac_ct_CXX=''
7773ac_ct_DUMPBIN=''
7774ac_ct_F77=''
7775ac_ct_LRELEASE=''
7776ac_ct_MOC=''
7777ac_ct_RCC=''
7778ac_ct_UIC=''
7779am__EXEEXT_FALSE=''
7780am__EXEEXT_TRUE=''
7781am__fastdepCC_FALSE=''
7782am__fastdepCC_TRUE='#'
7783am__fastdepCXX_FALSE=''
7784am__fastdepCXX_TRUE='#'
7785am__include='include'
7786am__isrc=''
7787am__leading_dot='.'
7788am__nodep=''
7789am__quote=''
7790am__tar='tar --format=ustar -chf - "$$tardir"'
7791am__untar='tar -xf -'
7792archlibdir='$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)'
7793ax_pthread_config=''
7794bindir='${exec_prefix}/bin'
7795build='x86_64-apple-darwin15.3.0'
7796build_alias=''
7797build_cpu='x86_64'
7798build_os='darwin15.3.0'
7799build_vendor='apple'
7800canonical_host_type='x86_64-apple-darwin15.3.0'
7801config_opts=' '\''--prefix=/opt/local'\'' '\''--disable-dependency-tracking'\'' '\''--with-umfpack=-lumfpack -lSuiteSparse'\'' '\''--enable-docs'\'' '\''--enable-strict-warning-flags'\'' '\''--disable-silent-rules'\'' '\''--without-x'\'' '\''--with-opengl'\'' '\''--disable-gui'\'' '\''--disable-java'\'' '\''--with-cholmod=-lcholmod'\'' '\''--with-blas=-lcblas -lf77blas -latlas'\'' '\''--with-lapack=-llapack'\'' '\''CC=/usr/bin/clang'\'' '\''CFLAGS=-pipe -Os -arch x86_64'\'' '\''CXX=/usr/bin/clang++'\'' '\''CXXFLAGS=-pipe -Os -arch x86_64 -stdlib=libc++'\'' '\''F77=/opt/local/bin/gfortran-mp-5'\'' '\''FFLAGS=-pipe -Os'\'''
7802datadir='${datarootdir}'
7803datarootdir='${prefix}/share'
7804doc_cache_file='$(octetcdir)/doc-cache'
7805docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
7806dvidir='${docdir}'
7807exec_prefix='NONE'
7808fcnfiledir='$(datadir)/octave/$(version)/m'
7809gl_LIBOBJS=''
7810gl_LTLIBOBJS=''
7811gltests_LIBOBJS=''
7812gltests_LTLIBOBJS=''
7813gltests_WITNESS=''
7814host='x86_64-apple-darwin15.3.0'
7815host_alias=''
7816host_cpu='x86_64'
7817host_os='darwin15.3.0'
7818host_vendor='apple'
7819htmldir='${docdir}'
7820imagedir='$(datadir)/octave/$(version)/imagelib'
7821includedir='${prefix}/include'
7822infodir='${datarootdir}/info'
7823infofile='$(infodir)/octave.info'
7824install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/install-sh'
7825ldpreloadsep=''
7826libdir='${exec_prefix}/lib'
7827libexecdir='${exec_prefix}/libexec'
7828library_path_var=''
7829lispdir=''
7830localapiarchlibdir='$(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)'
7831localapifcnfiledir='$(datadir)/octave/site/$(api_version)/m'
7832localapioctfiledir='$(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type)'
7833localarchlibdir='$(libexecdir)/octave/site/exec/$(canonical_host_type)'
7834localedir='${datarootdir}/locale'
7835localfcnfiledir='$(datadir)/octave/site/m'
7836localoctfiledir='$(libdir)/octave/site/oct/$(canonical_host_type)'
7837localstatedir='${prefix}/var'
7838localverarchlibdir='$(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)'
7839localverfcnfiledir='$(datadir)/octave/$(version)/site/m'
7840localveroctfiledir='$(libdir)/octave/$(version)/site/oct/$(canonical_host_type)'
7841man1dir='$(mandir)/man1'
7842man1ext='.1'
7843mandir='${datarootdir}/man'
7844mkdir_p='$(MKDIR_P)'
7845octetcdir='$(datadir)/octave/$(version)/etc'
7846octfiledir='$(libdir)/octave/$(version)/oct/$(canonical_host_type)'
7847octincludedir='$(includedir)/octave-$(version)/octave'
7848octlibdir='$(libdir)/octave/$(version)'
7849octlocaledir='$(datadir)/octave/$(version)/locale'
7850octtestsdir='$(octetcdir)/tests'
7851oldincludedir='/usr/include'
7852pdfdir='${docdir}'
7853pkglibexecdir=''
7854prefix='/opt/local'
7855program_transform_name='s,x,x,'
7856psdir='${docdir}'
7857runstatedir=''
7858sbindir='${exec_prefix}/sbin'
7859sepchar=':'
7860sharedstatedir='${prefix}/com'
7861sysconfdir='${prefix}/etc'
7862target_alias=''
7863texi_macros_file='$(octetcdir)/macros.texi'
7864
7865## ----------- ##
7866## confdefs.h. ##
7867## ----------- ##
7868
7869/* confdefs.h */
7870#define PACKAGE_NAME "GNU Octave"
7871#define PACKAGE_TARNAME "octave"
7872#define PACKAGE_VERSION "3.8.2"
7873#define PACKAGE_STRING "GNU Octave 3.8.2"
7874#define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
7875#define PACKAGE_URL "http://www.gnu.org/software/octave/"
7876#define PACKAGE "octave"
7877#define VERSION "3.8.2"
7878#define OCTAVE_SOURCE 1
7879#define STDC_HEADERS 1
7880#define HAVE_SYS_TYPES_H 1
7881#define HAVE_SYS_STAT_H 1
7882#define HAVE_STDLIB_H 1
7883#define HAVE_STRING_H 1
7884#define HAVE_MEMORY_H 1
7885#define HAVE_STRINGS_H 1
7886#define HAVE_INTTYPES_H 1
7887#define HAVE_STDINT_H 1
7888#define HAVE_UNISTD_H 1
7889#define __EXTENSIONS__ 1
7890#define _ALL_SOURCE 1
7891#define _DARWIN_C_SOURCE 1
7892#define _GNU_SOURCE 1
7893#define _POSIX_PTHREAD_SEMANTICS 1
7894#define _TANDEM_SOURCE 1
7895#define YYTEXT_POINTER 1
7896#define SEPCHAR ':'
7897#define SEPCHAR_STR ":"
7898#define SHELL_PATH "/bin/sh"
7899#define OCTAVE_IDX_TYPE int
7900#define __NO_MATH_INLINES 1
7901#define HAVE_FSEEKO 1
7902#define _DARWIN_USE_64_BIT_INODE 1
7903#define HAVE_PTHREAD_PRIO_INHERIT 1
7904#define HAVE_PTHREAD 1
7905#define FLOAT_TRUNCATE
7906#define HAVE_LIBM 1
7907#define F77_FUNC(name,NAME) name ## _
7908#define F77_FUNC_(name,NAME) name ## _
7909#define HAVE_LIBQHULL_LIBQHULL_H 1
7910#define HAVE_QHULL 1
7911#define HAVE_PCRE_H 1
7912#define HAVE_PCRE_COMPILE 1
7913#define HAVE_ZLIB_H 1
7914#define HAVE_Z 1
7915#define HAVE_ZLIB 1
7916#define HAVE_HDF5_H 1
7917#define HAVE_HDF5_18 1
7918#define HAVE_HDF5 1
7919#define HAVE_FFTW3_H 1
7920#define HAVE_FFTW3 1
7921#define HAVE_FFTW3_H 1
7922#define HAVE_FFTW3F 1
7923#define HAVE_FFTW3_THREADS 1
7924#define HAVE_FFTW3F_THREADS 1
7925#define HAVE_FFTW 1
7926#define HAVE_GLPK_H 1
7927#define HAVE_GLPK 1
7928#define HAVE_CURL_CURL_H 1
7929#define HAVE_CURL 1
7930#define HAVE_SETLOCALE 1
7931#define HAVE_MAGICK 1
7932#define HAVE_FRAMEWORK_CARBON 1
7933#define HAVE_FRAMEWORK_OPENGL 1
7934#define HAVE_OPENGL 1
7935#define HAVE_FREETYPE 1
7936#define HAVE_FT_REFERENCE_FACE 1
7937#define HAVE_FONTCONFIG 1
7938#define HAVE_FLTK 1
7939#define HAVE_GL2PS_H 1
7940#define HAVE_DLFCN_H 1
7941#define LT_OBJDIR ".libs/"
7942
7943configure: exit 1