Ticket #50551: config.log

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