Ticket #56647: config.log

File config.log, 178.8 KB (added by josephsacco, 6 years ago)

config.log

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 4.4.0, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --without-osmesa --with-framework-carbon --without-x --enable-static --disable-openmp --disable-java --with-qt=5 --without-fltk --with-framework-opengl --disable-jit --with-sndfile --with-portaudio --with-magick=GraphicsMagick --enable-docs --with-amd=-lamd -lsuitesparseconfig --with-camd=-lcamd -lsuitesparseconfig --with-colamd=-lcolamd -lsuitesparseconfig --with-cholmod=-lcholmod -lsuitesparseconfig --with-cxsparse=-lcxsparse -lsuitesparseconfig --with-umfpack=-lumfpack -lsuitesparseconfig --without-openssl FLIBS=-L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm --with-blas=-L/opt/local/lib -lvecLibFort --with-lapack=
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = cavandish.localdomain
14uname -m = x86_64
15uname -r = 17.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 17.6.0: Tue May  8 15:22:16 PDT 2018; root:xnu-4570.61.1~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 17.6.0: Tue May  8 15:22:16 PDT 2018; root:xnu-4570.61.1~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 40.00 gigabytes
33Default processor set: 371 tasks, 1360 threads, 8 processors
34Load average: 7.84, Mach factor: 2.26
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/libexec/qt5/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:5189: checking for a BSD-compatible install
53configure:5257: result: /usr/bin/install -c
54configure:5268: checking whether build environment is sane
55configure:5323: result: yes
56configure:5474: checking for a thread-safe mkdir -p
57configure:5513: result: /bin/mkdir -p
58configure:5520: checking for gawk
59configure:5547: result: /opt/local/bin/gawk
60configure:5558: checking whether make sets $(MAKE)
61configure:5580: result: yes
62configure:5609: checking whether make supports nested variables
63configure:5626: result: yes
64configure:5715: checking whether UID '503' is supported by ustar format
65configure:5718: result: yes
66configure:5725: checking whether GID '501' is supported by ustar format
67configure:5728: result: yes
68configure:5736: checking how to create a ustar tar archive
69configure:5747: tar --version
70bsdtar 2.8.3 - libarchive 2.8.3
71configure:5750: $? = 0
72configure:5790: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
73configure:5793: $? = 0
74configure:5797: tar -xf - <conftest.tar
75configure:5800: $? = 0
76configure:5802: cat conftest.dir/file
77GrepMe
78configure:5805: $? = 0
79configure:5818: result: gnutar
80configure:5881: checking whether make supports nested variables
81configure:5898: result: yes
82configure:5914: checking build system type
83configure:5928: result: x86_64-apple-darwin17.6.0
84configure:5948: checking host system type
85configure:5961: result: x86_64-apple-darwin17.6.0
86configure:6017: checking for style of include used by make
87configure:6045: result: GNU
88configure:6116: checking for gcc
89configure:6143: result: /usr/bin/clang
90configure:6466: checking for C compiler version
91configure:6475: /usr/bin/clang --version >&5
92Apple LLVM version 9.1.0 (clang-902.0.39.2)
93Target: x86_64-apple-darwin17.6.0
94Thread model: posix
95InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
96configure:6486: $? = 0
97configure:6475: /usr/bin/clang -v >&5
98Apple LLVM version 9.1.0 (clang-902.0.39.2)
99Target: x86_64-apple-darwin17.6.0
100Thread model: posix
101InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
102configure:6486: $? = 0
103configure:6475: /usr/bin/clang -V >&5
104clang: error: argument to '-V' is missing (expected 1 value)
105clang: error: no input files
106configure:6486: $? = 1
107configure:6475: /usr/bin/clang -qversion >&5
108clang: error: unknown argument: '-qversion'
109clang: error: no input files
110configure:6486: $? = 1
111configure:6475: /usr/bin/clang -version >&5
112clang: error: unknown argument: '-version'
113clang: error: no input files
114configure:6486: $? = 1
115configure:6506: checking whether the C compiler works
116configure:6528: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c  >&5
117configure:6532: $? = 0
118configure:6580: result: yes
119configure:6583: checking for C compiler default output file name
120configure:6585: result: a.out
121configure:6591: checking for suffix of executables
122configure:6598: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c  >&5
123configure:6602: $? = 0
124configure:6624: result:
125configure:6646: checking whether we are cross compiling
126configure:6654: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c  >&5
127configure:6658: $? = 0
128configure:6665: ./conftest
129configure:6669: $? = 0
130configure:6684: result: no
131configure:6689: checking for suffix of object files
132configure:6711: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
133configure:6715: $? = 0
134configure:6736: result: o
135configure:6740: checking whether we are using the GNU C compiler
136configure:6759: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
137configure:6759: $? = 0
138configure:6768: result: yes
139configure:6777: checking whether /usr/bin/clang accepts -g
140configure:6797: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
141configure:6797: $? = 0
142configure:6838: result: yes
143configure:6855: checking for /usr/bin/clang option to enable C11 features
144configure:7058: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
145configure:7058: $? = 0
146configure:7072: result: none needed
147configure:7375: checking dependency style of /usr/bin/clang
148configure:7486: result: gcc3
149configure:7507: checking how to run the C preprocessor
150configure:7538: /usr/bin/clang -E -I/opt/local/include conftest.c
151configure:7538: $? = 0
152configure:7552: /usr/bin/clang -E -I/opt/local/include conftest.c
153conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
154#include <ac_nonexistent.h>
155         ^~~~~~~~~~~~~~~~~~
1561 error generated.
157configure:7552: $? = 1
158configure: failed program was:
159| /* confdefs.h */
160| #define PACKAGE_NAME "GNU Octave"
161| #define PACKAGE_TARNAME "octave"
162| #define PACKAGE_VERSION "4.4.0"
163| #define PACKAGE_STRING "GNU Octave 4.4.0"
164| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
165| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
166| #define PACKAGE "octave"
167| #define VERSION "4.4.0"
168| #define OCTAVE_SOURCE 1
169| /* end confdefs.h.  */
170| #include <ac_nonexistent.h>
171configure:7577: result: /usr/bin/clang -E
172configure:7597: /usr/bin/clang -E -I/opt/local/include conftest.c
173configure:7597: $? = 0
174configure:7611: /usr/bin/clang -E -I/opt/local/include conftest.c
175conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
176#include <ac_nonexistent.h>
177         ^~~~~~~~~~~~~~~~~~
1781 error generated.
179configure:7611: $? = 1
180configure: failed program was:
181| /* confdefs.h */
182| #define PACKAGE_NAME "GNU Octave"
183| #define PACKAGE_TARNAME "octave"
184| #define PACKAGE_VERSION "4.4.0"
185| #define PACKAGE_STRING "GNU Octave 4.4.0"
186| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
187| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
188| #define PACKAGE "octave"
189| #define VERSION "4.4.0"
190| #define OCTAVE_SOURCE 1
191| /* end confdefs.h.  */
192| #include <ac_nonexistent.h>
193configure:7640: checking for grep that handles long lines and -e
194configure:7698: result: /opt/local/bin/grep
195configure:7703: checking for egrep
196configure:7765: result: /opt/local/bin/grep -E
197configure:7770: checking for ANSI C header files
198configure:7790: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
199configure:7790: $? = 0
200configure:7863: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c  >&5
201configure:7863: $? = 0
202configure:7863: ./conftest
203configure:7863: $? = 0
204configure:7874: result: yes
205configure:7887: checking for sys/types.h
206configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
207configure:7887: $? = 0
208configure:7887: result: yes
209configure:7887: checking for sys/stat.h
210configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
211configure:7887: $? = 0
212configure:7887: result: yes
213configure:7887: checking for stdlib.h
214configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
215configure:7887: $? = 0
216configure:7887: result: yes
217configure:7887: checking for string.h
218configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
219configure:7887: $? = 0
220configure:7887: result: yes
221configure:7887: checking for memory.h
222configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
223configure:7887: $? = 0
224configure:7887: result: yes
225configure:7887: checking for strings.h
226configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
227configure:7887: $? = 0
228configure:7887: result: yes
229configure:7887: checking for inttypes.h
230configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
231configure:7887: $? = 0
232configure:7887: result: yes
233configure:7887: checking for stdint.h
234configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
235configure:7887: $? = 0
236configure:7887: result: yes
237configure:7887: checking for unistd.h
238configure:7887: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
239configure:7887: $? = 0
240configure:7887: result: yes
241configure:7900: checking minix/config.h usability
242configure:7900: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include 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:7900: $? = 1
248configure: failed program was:
249| /* confdefs.h */
250| #define PACKAGE_NAME "GNU Octave"
251| #define PACKAGE_TARNAME "octave"
252| #define PACKAGE_VERSION "4.4.0"
253| #define PACKAGE_STRING "GNU Octave 4.4.0"
254| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
255| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
256| #define PACKAGE "octave"
257| #define VERSION "4.4.0"
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:7900: result: no
305configure:7900: checking minix/config.h presence
306configure:7900: /usr/bin/clang -E -I/opt/local/include conftest.c
307conftest.c:22:10: fatal error: 'minix/config.h' file not found
308#include <minix/config.h>
309         ^~~~~~~~~~~~~~~~
3101 error generated.
311configure:7900: $? = 1
312configure: failed program was:
313| /* confdefs.h */
314| #define PACKAGE_NAME "GNU Octave"
315| #define PACKAGE_TARNAME "octave"
316| #define PACKAGE_VERSION "4.4.0"
317| #define PACKAGE_STRING "GNU Octave 4.4.0"
318| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
319| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
320| #define PACKAGE "octave"
321| #define VERSION "4.4.0"
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:7900: result: no
336configure:7900: checking for minix/config.h
337configure:7900: result: no
338configure:7924: checking whether it is safe to define __EXTENSIONS__
339configure:7942: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
340configure:7942: $? = 0
341configure:7949: result: yes
342configure:7982: checking whether _XOPEN_SOURCE should be defined
343configure:8001: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
344configure:8001: $? = 0
345configure:8025: result: no
346configure:8045: result: defining octlibdir to be ${libdir}/octave/${version}
347configure:8055: result: defining archlibdir to be ${libexecdir}/octave/${version}/exec/x86_64-apple-darwin17.x.x
348configure:8064: result: defining localarchlibdir to be ${libexecdir}/octave/site/exec/x86_64-apple-darwin17.x.x
349configure:8071: result: defining localapiarchlibdir to be ${libexecdir}/octave/${api_version}/site/exec/x86_64-apple-darwin17.x.x
350configure:8078: result: defining localverarchlibdir to be ${libexecdir}/octave/${version}/site/exec/x86_64-apple-darwin17.x.x
351configure:8088: result: defining octfiledir to be ${libdir}/octave/${version}/oct/x86_64-apple-darwin17.x.x
352configure:8099: result: defining localoctfiledir to be ${libdir}/octave/site/oct/x86_64-apple-darwin17.x.x
353configure:8106: result: defining localapioctfiledir to be ${libdir}/octave/site/oct/${api_version}/x86_64-apple-darwin17.x.x
354configure:8113: result: defining localveroctfiledir to be ${libdir}/octave/${version}/site/oct/x86_64-apple-darwin17.x.x
355configure:8121: result: defining octincludedir to be ${includedir}/octave-${version}/octave
356configure:8131: result: defining fcnfiledir to be ${datadir}/octave/${version}/m
357configure:8141: result: defining localfcnfiledir to be ${datadir}/octave/site/m
358configure:8148: result: defining localapifcnfiledir to be ${datadir}/octave/site/${api_version}/m
359configure:8155: result: defining localverfcnfiledir to be ${datadir}/octave/${version}/site/m
360configure:8163: result: defining octetcdir to be ${datadir}/octave/${version}/etc
361configure:8171: result: defining octlocaledir to be ${datadir}/octave/${version}/locale
362configure:8179: result: defining doc_cache_file to be ${octetcdir}/doc-cache
363configure:8187: result: defining octtestsdir to be ${octetcdir}/tests
364configure:8195: result: defining texi_macros_file to be ${octetcdir}/macros.texi
365configure:8203: result: defining imagedir to be ${datadir}/octave/${version}/imagelib
366configure:8211: result: defining octdatadir to be ${datadir}/octave/${version}/data
367configure:8219: result: defining octdocdir to be ${datadir}/octave/${version}/doc
368configure:8227: result: defining octfontsdir to be ${datadir}/octave/${version}/fonts
369configure:8235: result: defining startupfiledir to be ${fcnfiledir}/startup
370configure:8241: result: defining localstartupfiledir to be ${localfcnfiledir}/startup
371configure:8249: result: defining man1dir to be ${mandir}/man1
372configure:8255: result: defining man1ext to be .1
373configure:8261: result: defining infofile to be ${infodir}/octave.info
374configure:8318: checking for pkg-config
375configure:8336: found /opt/local/bin/pkg-config
376configure:8348: result: /opt/local/bin/pkg-config
377configure:8373: checking pkg-config is at least version 0.9.0
378configure:8376: result: yes
379configure:8391: checking for gawk
380configure:8418: result: /opt/local/bin/gawk
381configure:8429: checking for grep that handles long lines and -e
382configure:8487: result: /opt/local/bin/grep
383configure:8497: checking for gfind
384configure:8524: result: /opt/local/bin/gfind
385configure:8537: checking for a usable sed
386configure:8615: result: /opt/local/bin/gsed
387configure:8621: checking for perl
388configure:8648: result: /opt/local/bin/perl5
389configure:8663: checking for gperf
390configure:8690: result: /usr/bin/gperf
391configure:8719: checking for flex
392configure:8746: result: /opt/local/bin/flex
393configure:8784: /opt/local/bin/flex conftest.l
394configure:8788: $? = 0
395configure:8790: checking lex output file root
396configure:8804: result: lex.yy
397configure:8809: checking lex library
398configure:8823: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c   >&5
399Undefined symbols for architecture x86_64:
400  "_yywrap", referenced from:
401      _yylex in conftest-325c78.o
402      _main in conftest-325c78.o
403ld: symbol(s) not found for architecture x86_64
404clang: error: linker command failed with exit code 1 (use -v to see invocation)
405configure:8823: $? = 1
406configure: failed program was:
407| /* confdefs.h */
408| #define PACKAGE_NAME "GNU Octave"
409| #define PACKAGE_TARNAME "octave"
410| #define PACKAGE_VERSION "4.4.0"
411| #define PACKAGE_STRING "GNU Octave 4.4.0"
412| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
413| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
414| #define PACKAGE "octave"
415| #define VERSION "4.4.0"
416| #define OCTAVE_SOURCE 1
417| #define STDC_HEADERS 1
418| #define HAVE_SYS_TYPES_H 1
419| #define HAVE_SYS_STAT_H 1
420| #define HAVE_STDLIB_H 1
421| #define HAVE_STRING_H 1
422| #define HAVE_MEMORY_H 1
423| #define HAVE_STRINGS_H 1
424| #define HAVE_INTTYPES_H 1
425| #define HAVE_STDINT_H 1
426| #define HAVE_UNISTD_H 1
427| #define __EXTENSIONS__ 1
428| #define _ALL_SOURCE 1
429| #define _DARWIN_C_SOURCE 1
430| #define _GNU_SOURCE 1
431| #define _NETBSD_SOURCE 1
432| #define _OPENBSD_SOURCE 1
433| #define _POSIX_PTHREAD_SEMANTICS 1
434| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
435| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
436| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
437| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
438| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
439| #define __STDC_WANT_LIB_EXT2__ 1
440| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
441| #define _TANDEM_SOURCE 1
442| #define _HPUX_ALT_XOPEN_SOCKET_API 1
443| /* end confdefs.h.  */
444|
445| #line 2 "lex.yy.c"
446|
447| #define  YY_INT_ALIGNED short int
448|
449| /* A lexical scanner generated by flex */
450|
451| #define FLEX_SCANNER
452| #define YY_FLEX_MAJOR_VERSION 2
453| #define YY_FLEX_MINOR_VERSION 6
454| #define YY_FLEX_SUBMINOR_VERSION 4
455| #if YY_FLEX_SUBMINOR_VERSION > 0
456| #define FLEX_BETA
457| #endif
458|
459| /* First, we deal with  platform-specific or compiler-specific issues. */
460|
461| /* begin standard C headers. */
462| #include <stdio.h>
463| #include <string.h>
464| #include <errno.h>
465| #include <stdlib.h>
466|
467| /* end standard C headers. */
468|
469| /* flex integer type definitions */
470|
471| #ifndef FLEXINT_H
472| #define FLEXINT_H
473|
474| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
475|
476| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
477|
478| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
479|  * if you want the limit (max/min) macros for int types.
480|  */
481| #ifndef __STDC_LIMIT_MACROS
482| #define __STDC_LIMIT_MACROS 1
483| #endif
484|
485| #include <inttypes.h>
486| typedef int8_t flex_int8_t;
487| typedef uint8_t flex_uint8_t;
488| typedef int16_t flex_int16_t;
489| typedef uint16_t flex_uint16_t;
490| typedef int32_t flex_int32_t;
491| typedef uint32_t flex_uint32_t;
492| #else
493| typedef signed char flex_int8_t;
494| typedef short int flex_int16_t;
495| typedef int flex_int32_t;
496| typedef unsigned char flex_uint8_t;
497| typedef unsigned short int flex_uint16_t;
498| typedef unsigned int flex_uint32_t;
499|
500| /* Limits of integral types. */
501| #ifndef INT8_MIN
502| #define INT8_MIN               (-128)
503| #endif
504| #ifndef INT16_MIN
505| #define INT16_MIN              (-32767-1)
506| #endif
507| #ifndef INT32_MIN
508| #define INT32_MIN              (-2147483647-1)
509| #endif
510| #ifndef INT8_MAX
511| #define INT8_MAX               (127)
512| #endif
513| #ifndef INT16_MAX
514| #define INT16_MAX              (32767)
515| #endif
516| #ifndef INT32_MAX
517| #define INT32_MAX              (2147483647)
518| #endif
519| #ifndef UINT8_MAX
520| #define UINT8_MAX              (255U)
521| #endif
522| #ifndef UINT16_MAX
523| #define UINT16_MAX             (65535U)
524| #endif
525| #ifndef UINT32_MAX
526| #define UINT32_MAX             (4294967295U)
527| #endif
528|
529| #ifndef SIZE_MAX
530| #define SIZE_MAX               (~(size_t)0)
531| #endif
532|
533| #endif /* ! C99 */
534|
535| #endif /* ! FLEXINT_H */
536|
537| /* begin standard C++ headers. */
538|
539| /* TODO: this is always defined, so inline it */
540| #define yyconst const
541|
542| #if defined(__GNUC__) && __GNUC__ >= 3
543| #define yynoreturn __attribute__((__noreturn__))
544| #else
545| #define yynoreturn
546| #endif
547|
548| /* Returned upon end-of-file. */
549| #define YY_NULL 0
550|
551| /* Promotes a possibly negative, possibly signed char to an
552|  *   integer in range [0..255] for use as an array index.
553|  */
554| #define YY_SC_TO_UI(c) ((YY_CHAR) (c))
555|
556| /* Enter a start condition.  This macro really ought to take a parameter,
557|  * but we do it the disgusting crufty way forced on us by the ()-less
558|  * definition of BEGIN.
559|  */
560| #define BEGIN (yy_start) = 1 + 2 *
561| /* Translate the current start state into a value that can be later handed
562|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
563|  * compatibility.
564|  */
565| #define YY_START (((yy_start) - 1) / 2)
566| #define YYSTATE YY_START
567| /* Action number for EOF rule of a given start state. */
568| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
569| /* Special action meaning "start processing a new file". */
570| #define YY_NEW_FILE yyrestart( yyin  )
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 int 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| #define unput(c) yyunput( c, (yytext_ptr)  )
625|
626| #ifndef YY_STRUCT_YY_BUFFER_STATE
627| #define YY_STRUCT_YY_BUFFER_STATE
628| struct yy_buffer_state
629|       {
630|       FILE *yy_input_file;
631|
632|       char *yy_ch_buf;                /* input buffer */
633|       char *yy_buf_pos;               /* current position in input buffer */
634|
635|       /* Size of input buffer in bytes, not including room for EOB
636|        * characters.
637|        */
638|       int yy_buf_size;
639|
640|       /* Number of characters read into yy_ch_buf, not including EOB
641|        * characters.
642|        */
643|       int yy_n_chars;
644|
645|       /* Whether we "own" the buffer - i.e., we know we created it,
646|        * and can realloc() it to grow it, and should free() it to
647|        * delete it.
648|        */
649|       int yy_is_our_buffer;
650|
651|       /* Whether this is an "interactive" input source; if so, and
652|        * if we're using stdio for input, then we want to use getc()
653|        * instead of fread(), to make sure we stop fetching input after
654|        * each newline.
655|        */
656|       int yy_is_interactive;
657|
658|       /* Whether we're considered to be at the beginning of a line.
659|        * If so, '^' rules will be active on the next match, otherwise
660|        * not.
661|        */
662|       int yy_at_bol;
663|
664|     int yy_bs_lineno; /**< The line count. */
665|     int yy_bs_column; /**< The column count. */
666|
667|       /* Whether to try to fill the input buffer when we reach the
668|        * end of it.
669|        */
670|       int yy_fill_buffer;
671|
672|       int yy_buffer_status;
673|
674| #define YY_BUFFER_NEW 0
675| #define YY_BUFFER_NORMAL 1
676|       /* When an EOF's been seen but there's still some text to process
677|        * then we mark the buffer as YY_EOF_PENDING, to indicate that we
678|        * shouldn't try reading from the input source any more.  We might
679|        * still have a bunch of tokens to match, though, because of
680|        * possible backing-up.
681|        *
682|        * When we actually see the EOF, we change the status to "new"
683|        * (via yyrestart()), so that the user can continue scanning by
684|        * just pointing yyin at a new input file.
685|        */
686| #define YY_BUFFER_EOF_PENDING 2
687|
688|       };
689| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
690|
691| /* Stack of input buffers. */
692| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
693| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
694| static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
695|
696| /* We provide macros for accessing buffer states in case in the
697|  * future we want to put the buffer states in a more general
698|  * "scanner state".
699|  *
700|  * Returns the top of the stack, or NULL.
701|  */
702| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
703|                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
704|                           : NULL)
705| /* Same as previous macro, but useful when we know that the buffer stack is not
706|  * NULL or when we need an lvalue. For internal use only.
707|  */
708| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
709|
710| /* yy_hold_char holds the character lost when yytext is formed. */
711| static char yy_hold_char;
712| static int yy_n_chars;                /* number of characters read into yy_ch_buf */
713| int yyleng;
714|
715| /* Points to current character in buffer. */
716| static char *yy_c_buf_p = NULL;
717| static int yy_init = 0;               /* whether we need to initialize */
718| static int yy_start = 0;      /* start state number */
719|
720| /* Flag which is used to allow yywrap()'s to do buffer switches
721|  * instead of setting up a fresh yyin.  A bit of a hack ...
722|  */
723| static int yy_did_buffer_switch_on_eof;
724|
725| void yyrestart ( FILE *input_file  );
726| void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer  );
727| YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size  );
728| void yy_delete_buffer ( YY_BUFFER_STATE b  );
729| void yy_flush_buffer ( YY_BUFFER_STATE b  );
730| void yypush_buffer_state ( YY_BUFFER_STATE new_buffer  );
731| void yypop_buffer_state ( void );
732|
733| static void yyensure_buffer_stack ( void );
734| static void yy_load_buffer_state ( void );
735| static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file  );
736| #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
737|
738| YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size  );
739| YY_BUFFER_STATE yy_scan_string ( const char *yy_str  );
740| YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len  );
741|
742| void *yyalloc ( yy_size_t  );
743| void *yyrealloc ( void *, yy_size_t  );
744| void yyfree ( void *  );
745|
746| #define yy_new_buffer yy_create_buffer
747| #define yy_set_interactive(is_interactive) \
748|       { \
749|       if ( ! YY_CURRENT_BUFFER ){ \
750|         yyensure_buffer_stack (); \
751|               YY_CURRENT_BUFFER_LVALUE =    \
752|             yy_create_buffer( yyin, YY_BUF_SIZE ); \
753|       } \
754|       YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
755|       }
756| #define yy_set_bol(at_bol) \
757|       { \
758|       if ( ! YY_CURRENT_BUFFER ){\
759|         yyensure_buffer_stack (); \
760|               YY_CURRENT_BUFFER_LVALUE =    \
761|             yy_create_buffer( yyin, YY_BUF_SIZE ); \
762|       } \
763|       YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
764|       }
765| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
766|
767| /* Begin user sect3 */
768| typedef flex_uint8_t YY_CHAR;
769|
770| FILE *yyin = NULL, *yyout = NULL;
771|
772| typedef int yy_state_type;
773|
774| extern int yylineno;
775| int yylineno = 1;
776|
777| extern char *yytext;
778| #ifdef yytext_ptr
779| #undef yytext_ptr
780| #endif
781| #define yytext_ptr yytext
782|
783| static yy_state_type yy_get_previous_state ( void );
784| static yy_state_type yy_try_NUL_trans ( yy_state_type current_state  );
785| static int yy_get_next_buffer ( void );
786| static void yynoreturn yy_fatal_error ( const char* msg  );
787|
788| /* Done after the current pattern has been matched and before the
789|  * corresponding action - sets up yytext.
790|  */
791| #define YY_DO_BEFORE_ACTION \
792|       (yytext_ptr) = yy_bp; \
793|       (yytext_ptr) -= (yy_more_len); \
794|       yyleng = (int) (yy_cp - (yytext_ptr)); \
795|       (yy_hold_char) = *yy_cp; \
796|       *yy_cp = '\0'; \
797|       (yy_c_buf_p) = yy_cp;
798| #define YY_NUM_RULES 8
799| #define YY_END_OF_BUFFER 9
800| /* This struct is not used in this scanner,
801|    but its presence is necessary. */
802| struct yy_trans_info
803|       {
804|       flex_int32_t yy_verify;
805|       flex_int32_t yy_nxt;
806|       };
807| static const flex_int16_t yy_acclist[23] =
808|     {   0,
809|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
810|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
811|         7,    8
812|     } ;
813|
814| static const flex_int16_t yy_accept[14] =
815|     {   0,
816|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
817|        20,   23,   23
818|     } ;
819|
820| static const YY_CHAR yy_ec[256] =
821|     {   0,
822|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
823|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
824|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
825|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
826|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
827|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
828|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
829|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
830|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
831|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
832|
833|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
834|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
835|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
836|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
837|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
838|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
839|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
840|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
841|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
842|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
843|
844|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
845|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
846|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
847|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
848|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
849|         1,    1,    1,    1,    1
850|     } ;
851|
852| static const YY_CHAR yy_meta[9] =
853|     {   0,
854|         1,    1,    1,    1,    1,    1,    1,    1
855|     } ;
856|
857| static const flex_int16_t yy_base[13] =
858|     {   0,
859|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
860|        10,   10
861|     } ;
862|
863| static const flex_int16_t yy_def[13] =
864|     {   0,
865|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
866|        12,    0
867|     } ;
868|
869| static const flex_int16_t yy_nxt[19] =
870|     {   0,
871|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
872|        12,   12,   12,   12,   12,   12,   12,   12
873|     } ;
874|
875| static const flex_int16_t yy_chk[19] =
876|     {   0,
877|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
878|        12,   12,   12,   12,   12,   12,   12,   12
879|     } ;
880|
881| extern int yy_flex_debug;
882| int yy_flex_debug = 0;
883|
884| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
885| static char *yy_full_match;
886| static int yy_lp;
887| #define REJECT \
888| { \
889| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
890| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
891| ++(yy_lp); \
892| goto find_rule; \
893| }
894|
895| static int yy_more_flag = 0;
896| static int yy_more_len = 0;
897| #define yymore() ((yy_more_flag) = 1)
898| #define YY_MORE_ADJ (yy_more_len)
899| #define YY_RESTORE_YY_MORE_OFFSET
900| char *yytext;
901| #line 1 "conftest.l"
902| #line 459 "lex.yy.c"
903|
904| #define INITIAL 0
905|
906| #ifndef YY_NO_UNISTD_H
907| /* Special case for "unistd.h", since it is non-ANSI. We include it way
908|  * down here because we want the user's section 1 to have been scanned first.
909|  * The user has a chance to override it with an option.
910|  */
911| #include <unistd.h>
912| #endif
913|
914| #ifndef YY_EXTRA_TYPE
915| #define YY_EXTRA_TYPE void *
916| #endif
917|
918| static int yy_init_globals ( void );
919|
920| /* Accessor methods to globals.
921|    These are made visible to non-reentrant scanners for convenience. */
922|
923| int yylex_destroy ( void );
924|
925| int yyget_debug ( void );
926|
927| void yyset_debug ( int debug_flag  );
928|
929| YY_EXTRA_TYPE yyget_extra ( void );
930|
931| void yyset_extra ( YY_EXTRA_TYPE user_defined  );
932|
933| FILE *yyget_in ( void );
934|
935| void yyset_in  ( FILE * _in_str  );
936|
937| FILE *yyget_out ( void );
938|
939| void yyset_out  ( FILE * _out_str  );
940|
941|                       int yyget_leng ( void );
942|
943| char *yyget_text ( void );
944|
945| int yyget_lineno ( void );
946|
947| void yyset_lineno ( int _line_number  );
948|
949| /* Macros after this point can all be overridden by user definitions in
950|  * section 1.
951|  */
952|
953| #ifndef YY_SKIP_YYWRAP
954| #ifdef __cplusplus
955| extern "C" int yywrap ( void );
956| #else
957| extern int yywrap ( void );
958| #endif
959| #endif
960|
961| #ifndef YY_NO_UNPUT
962|     
963|     static void yyunput ( int c, char *buf_ptr  );
964|     
965| #endif
966|
967| #ifndef yytext_ptr
968| static void yy_flex_strncpy ( char *, const char *, int );
969| #endif
970|
971| #ifdef YY_NEED_STRLEN
972| static int yy_flex_strlen ( const char * );
973| #endif
974|
975| #ifndef YY_NO_INPUT
976| #ifdef __cplusplus
977| static int yyinput ( void );
978| #else
979| static int input ( void );
980| #endif
981|
982| #endif
983|
984| /* Amount of stuff to slurp up with each read. */
985| #ifndef YY_READ_BUF_SIZE
986| #ifdef __ia64__
987| /* On IA-64, the buffer size is 16k, not 8k */
988| #define YY_READ_BUF_SIZE 16384
989| #else
990| #define YY_READ_BUF_SIZE 8192
991| #endif /* __ia64__ */
992| #endif
993|
994| /* Copy whatever the last rule matched to the standard output. */
995| #ifndef ECHO
996| /* This used to be an fputs(), but since the string might contain NUL's,
997|  * we now use fwrite().
998|  */
999| #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1000| #endif
1001|
1002| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
1003|  * is returned in "result".
1004|  */
1005| #ifndef YY_INPUT
1006| #define YY_INPUT(buf,result,max_size) \
1007|       if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1008|               { \
1009|               int c = '*'; \
1010|               int n; \
1011|               for ( n = 0; n < max_size && \
1012|                            (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1013|                       buf[n] = (char) c; \
1014|               if ( c == '\n' ) \
1015|                       buf[n++] = (char) c; \
1016|               if ( c == EOF && ferror( yyin ) ) \
1017|                       YY_FATAL_ERROR( "input in flex scanner failed" ); \
1018|               result = n; \
1019|               } \
1020|       else \
1021|               { \
1022|               errno=0; \
1023|               while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
1024|                       { \
1025|                       if( errno != EINTR) \
1026|                               { \
1027|                               YY_FATAL_ERROR( "input in flex scanner failed" ); \
1028|                               break; \
1029|                               } \
1030|                       errno=0; \
1031|                       clearerr(yyin); \
1032|                       } \
1033|               }\
1034| \
1035|
1036| #endif
1037|
1038| /* No semi-colon after return; correct usage is to write "yyterminate();" -
1039|  * we don't want an extra ';' after the "return" because that will cause
1040|  * some compilers to complain about unreachable statements.
1041|  */
1042| #ifndef yyterminate
1043| #define yyterminate() return YY_NULL
1044| #endif
1045|
1046| /* Number of entries by which start-condition stack grows. */
1047| #ifndef YY_START_STACK_INCR
1048| #define YY_START_STACK_INCR 25
1049| #endif
1050|
1051| /* Report a fatal error. */
1052| #ifndef YY_FATAL_ERROR
1053| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1054| #endif
1055|
1056| /* end tables serialization structures and prototypes */
1057|
1058| /* Default declaration of generated scanner - a define so the user can
1059|  * easily add parameters.
1060|  */
1061| #ifndef YY_DECL
1062| #define YY_DECL_IS_OURS 1
1063|
1064| extern int yylex (void);
1065|
1066| #define YY_DECL int yylex (void)
1067| #endif /* !YY_DECL */
1068|
1069| /* Code executed at the beginning of each rule, after yytext and yyleng
1070|  * have been set up.
1071|  */
1072| #ifndef YY_USER_ACTION
1073| #define YY_USER_ACTION
1074| #endif
1075|
1076| /* Code executed at the end of each rule. */
1077| #ifndef YY_BREAK
1078| #define YY_BREAK /*LINTED*/break;
1079| #endif
1080|
1081| #define YY_RULE_SETUP \
1082|       YY_USER_ACTION
1083|
1084| /** The main scanner function which does all the work.
1085|  */
1086| YY_DECL
1087| {
1088|       yy_state_type yy_current_state;
1089|       char *yy_cp, *yy_bp;
1090|       int yy_act;
1091|     
1092|       if ( !(yy_init) )
1093|               {
1094|               (yy_init) = 1;
1095|
1096| #ifdef YY_USER_INIT
1097|               YY_USER_INIT;
1098| #endif
1099|
1100|         /* Create the reject buffer large enough to save one state per allowed character. */
1101|         if ( ! (yy_state_buf) )
1102|             (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE  );
1103|             if ( ! (yy_state_buf) )
1104|                 YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
1105|
1106|               if ( ! (yy_start) )
1107|                       (yy_start) = 1; /* first start state */
1108|
1109|               if ( ! yyin )
1110|                       yyin = stdin;
1111|
1112|               if ( ! yyout )
1113|                       yyout = stdout;
1114|
1115|               if ( ! YY_CURRENT_BUFFER ) {
1116|                       yyensure_buffer_stack ();
1117|                       YY_CURRENT_BUFFER_LVALUE =
1118|                               yy_create_buffer( yyin, YY_BUF_SIZE );
1119|               }
1120|
1121|               yy_load_buffer_state(  );
1122|               }
1123|
1124|       {
1125| #line 1 "conftest.l"
1126|
1127| #line 684 "lex.yy.c"
1128|
1129|       while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
1130|               {
1131|               (yy_more_len) = 0;
1132|               if ( (yy_more_flag) )
1133|                       {
1134|                       (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
1135|                       (yy_more_flag) = 0;
1136|                       }
1137|               yy_cp = (yy_c_buf_p);
1138|
1139|               /* Support of yytext. */
1140|               *yy_cp = (yy_hold_char);
1141|
1142|               /* yy_bp points to the position in yy_ch_buf of the start of
1143|                * the current run.
1144|                */
1145|               yy_bp = yy_cp;
1146|
1147|               yy_current_state = (yy_start);
1148|
1149|               (yy_state_ptr) = (yy_state_buf);
1150|               *(yy_state_ptr)++ = yy_current_state;
1151|
1152| yy_match:
1153|               do
1154|                       {
1155|                       YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
1156|                       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1157|                               {
1158|                               yy_current_state = (int) yy_def[yy_current_state];
1159|                               if ( yy_current_state >= 13 )
1160|                                       yy_c = yy_meta[yy_c];
1161|                               }
1162|                       yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1163|                       *(yy_state_ptr)++ = yy_current_state;
1164|                       ++yy_cp;
1165|                       }
1166|               while ( yy_base[yy_current_state] != 10 );
1167|
1168| yy_find_action:
1169|               yy_current_state = *--(yy_state_ptr);
1170|               (yy_lp) = yy_accept[yy_current_state];
1171|
1172| find_rule: /* we branch to this label when backing up */
1173|
1174|               for ( ; ; ) /* until we find what rule we matched */
1175|                       {
1176|                       if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
1177|                               {
1178|                               yy_act = yy_acclist[(yy_lp)];
1179|                                       {
1180|                                       (yy_full_match) = yy_cp;
1181|                                       break;
1182|                                       }
1183|                               }
1184|                       --yy_cp;
1185|                       yy_current_state = *--(yy_state_ptr);
1186|                       (yy_lp) = yy_accept[yy_current_state];
1187|                       }
1188|
1189|               YY_DO_BEFORE_ACTION;
1190|
1191| do_action:    /* This label is used only to access EOF actions. */
1192|
1193|               switch ( yy_act )
1194|       { /* beginning of action switch */
1195| case 1:
1196| YY_RULE_SETUP
1197| #line 2 "conftest.l"
1198| { ECHO; }
1199|       YY_BREAK
1200| case 2:
1201| YY_RULE_SETUP
1202| #line 3 "conftest.l"
1203| { REJECT; }
1204|       YY_BREAK
1205| case 3:
1206| YY_RULE_SETUP
1207| #line 4 "conftest.l"
1208| { yymore (); }
1209|       YY_BREAK
1210| case 4:
1211| YY_RULE_SETUP
1212| #line 5 "conftest.l"
1213| { yyless (1); }
1214|       YY_BREAK
1215| case 5:
1216| YY_RULE_SETUP
1217| #line 6 "conftest.l"
1218| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
1219|     yyless ((input () != 0)); }
1220|       YY_BREAK
1221| case 6:
1222| YY_RULE_SETUP
1223| #line 8 "conftest.l"
1224| { unput (yytext[0]); }
1225|       YY_BREAK
1226| case 7:
1227| YY_RULE_SETUP
1228| #line 9 "conftest.l"
1229| { BEGIN INITIAL; }
1230|       YY_BREAK
1231| case 8:
1232| YY_RULE_SETUP
1233| #line 10 "conftest.l"
1234| ECHO;
1235|       YY_BREAK
1236| #line 793 "lex.yy.c"
1237|                       case YY_STATE_EOF(INITIAL):
1238|                               yyterminate();
1239|
1240|       case YY_END_OF_BUFFER:
1241|               {
1242|               /* Amount of text matched not including the EOB char. */
1243|               int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1244|
1245|               /* Undo the effects of YY_DO_BEFORE_ACTION. */
1246|               *yy_cp = (yy_hold_char);
1247|               YY_RESTORE_YY_MORE_OFFSET
1248|
1249|               if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1250|                       {
1251|                       /* We're scanning a new file or input source.  It's
1252|                        * possible that this happened because the user
1253|                        * just pointed yyin at a new source and called
1254|                        * yylex().  If so, then we have to assure
1255|                        * consistency between YY_CURRENT_BUFFER and our
1256|                        * globals.  Here is the right place to do so, because
1257|                        * this is the first action (other than possibly a
1258|                        * back-up) that will match for the new input source.
1259|                        */
1260|                       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1261|                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
1262|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1263|                       }
1264|
1265|               /* Note that here we test for yy_c_buf_p "<=" to the position
1266|                * of the first EOB in the buffer, since yy_c_buf_p will
1267|                * already have been incremented past the NUL character
1268|                * (since all states make transitions on EOB to the
1269|                * end-of-buffer state).  Contrast this with the test
1270|                * in input().
1271|                */
1272|               if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1273|                       { /* This was really a NUL. */
1274|                       yy_state_type yy_next_state;
1275|
1276|                       (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1277|
1278|                       yy_current_state = yy_get_previous_state(  );
1279|
1280|                       /* Okay, we're now positioned to make the NUL
1281|                        * transition.  We couldn't have
1282|                        * yy_get_previous_state() go ahead and do it
1283|                        * for us because it doesn't know how to deal
1284|                        * with the possibility of jamming (and we don't
1285|                        * want to build jamming into it because then it
1286|                        * will run more slowly).
1287|                        */
1288|
1289|                       yy_next_state = yy_try_NUL_trans( yy_current_state );
1290|
1291|                       yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1292|
1293|                       if ( yy_next_state )
1294|                               {
1295|                               /* Consume the NUL. */
1296|                               yy_cp = ++(yy_c_buf_p);
1297|                               yy_current_state = yy_next_state;
1298|                               goto yy_match;
1299|                               }
1300|
1301|                       else
1302|                               {
1303|                               yy_cp = (yy_c_buf_p);
1304|                               goto yy_find_action;
1305|                               }
1306|                       }
1307|
1308|               else switch ( yy_get_next_buffer(  ) )
1309|                       {
1310|                       case EOB_ACT_END_OF_FILE:
1311|                               {
1312|                               (yy_did_buffer_switch_on_eof) = 0;
1313|
1314|                               if ( yywrap(  ) )
1315|                                       {
1316|                                       /* Note: because we've taken care in
1317|                                        * yy_get_next_buffer() to have set up
1318|                                        * yytext, we can now set up
1319|                                        * yy_c_buf_p so that if some total
1320|                                        * hoser (like flex itself) wants to
1321|                                        * call the scanner after we return the
1322|                                        * YY_NULL, it'll still work - another
1323|                                        * YY_NULL will get returned.
1324|                                        */
1325|                                       (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1326|
1327|                                       yy_act = YY_STATE_EOF(YY_START);
1328|                                       goto do_action;
1329|                                       }
1330|
1331|                               else
1332|                                       {
1333|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1334|                                               YY_NEW_FILE;
1335|                                       }
1336|                               break;
1337|                               }
1338|
1339|                       case EOB_ACT_CONTINUE_SCAN:
1340|                               (yy_c_buf_p) =
1341|                                       (yytext_ptr) + yy_amount_of_matched_text;
1342|
1343|                               yy_current_state = yy_get_previous_state(  );
1344|
1345|                               yy_cp = (yy_c_buf_p);
1346|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1347|                               goto yy_match;
1348|
1349|                       case EOB_ACT_LAST_MATCH:
1350|                               (yy_c_buf_p) =
1351|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1352|
1353|                               yy_current_state = yy_get_previous_state(  );
1354|
1355|                               yy_cp = (yy_c_buf_p);
1356|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1357|                               goto yy_find_action;
1358|                       }
1359|               break;
1360|               }
1361|
1362|       default:
1363|               YY_FATAL_ERROR(
1364|                       "fatal flex scanner internal error--no action found" );
1365|       } /* end of action switch */
1366|               } /* end of scanning one token */
1367|       } /* end of user's declarations */
1368| } /* end of yylex */
1369|
1370| /* yy_get_next_buffer - try to read in a new buffer
1371|  *
1372|  * Returns a code representing an action:
1373|  *    EOB_ACT_LAST_MATCH -
1374|  *    EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1375|  *    EOB_ACT_END_OF_FILE - end of file
1376|  */
1377| static int yy_get_next_buffer (void)
1378| {
1379|       char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1380|       char *source = (yytext_ptr);
1381|       int number_to_move, i;
1382|       int ret_val;
1383|
1384|       if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1385|               YY_FATAL_ERROR(
1386|               "fatal flex scanner internal error--end of buffer missed" );
1387|
1388|       if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1389|               { /* Don't try to fill the buffer, so this is an EOF. */
1390|               if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1391|                       {
1392|                       /* We matched a single character, the EOB, so
1393|                        * treat this as a final EOF.
1394|                        */
1395|                       return EOB_ACT_END_OF_FILE;
1396|                       }
1397|
1398|               else
1399|                       {
1400|                       /* We matched some text prior to the EOB, first
1401|                        * process it.
1402|                        */
1403|                       return EOB_ACT_LAST_MATCH;
1404|                       }
1405|               }
1406|
1407|       /* Try to read more data. */
1408|
1409|       /* First move last chars to start of buffer. */
1410|       number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
1411|
1412|       for ( i = 0; i < number_to_move; ++i )
1413|               *(dest++) = *(source++);
1414|
1415|       if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1416|               /* don't do the read, it's not guaranteed to return an EOF,
1417|                * just force an EOF
1418|                */
1419|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1420|
1421|       else
1422|               {
1423|                       int num_to_read =
1424|                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1425|
1426|               while ( num_to_read <= 0 )
1427|                       { /* Not enough room in the buffer - grow it. */
1428|
1429|                       YY_FATAL_ERROR(
1430| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
1431|
1432|                       }
1433|
1434|               if ( num_to_read > YY_READ_BUF_SIZE )
1435|                       num_to_read = YY_READ_BUF_SIZE;
1436|
1437|               /* Read in more data. */
1438|               YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1439|                       (yy_n_chars), num_to_read );
1440|
1441|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1442|               }
1443|
1444|       if ( (yy_n_chars) == 0 )
1445|               {
1446|               if ( number_to_move == YY_MORE_ADJ )
1447|                       {
1448|                       ret_val = EOB_ACT_END_OF_FILE;
1449|                       yyrestart( yyin  );
1450|                       }
1451|
1452|               else
1453|                       {
1454|                       ret_val = EOB_ACT_LAST_MATCH;
1455|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1456|                               YY_BUFFER_EOF_PENDING;
1457|                       }
1458|               }
1459|
1460|       else
1461|               ret_val = EOB_ACT_CONTINUE_SCAN;
1462|
1463|       if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1464|               /* Extend the array by 50%, plus the number we really need. */
1465|               int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1466|               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
1467|                       (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size  );
1468|               if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1469|                       YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1470|               /* "- 2" to take care of EOB's */
1471|               YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
1472|       }
1473|
1474|       (yy_n_chars) += number_to_move;
1475|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1476|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1477|
1478|       (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1479|
1480|       return ret_val;
1481| }
1482|
1483| /* yy_get_previous_state - get the state just before the EOB char was reached */
1484|
1485|     static yy_state_type yy_get_previous_state (void)
1486| {
1487|       yy_state_type yy_current_state;
1488|       char *yy_cp;
1489|     
1490|       yy_current_state = (yy_start);
1491|
1492|       (yy_state_ptr) = (yy_state_buf);
1493|       *(yy_state_ptr)++ = yy_current_state;
1494|
1495|       for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1496|               {
1497|               YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1498|               while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1499|                       {
1500|                       yy_current_state = (int) yy_def[yy_current_state];
1501|                       if ( yy_current_state >= 13 )
1502|                               yy_c = yy_meta[yy_c];
1503|                       }
1504|               yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1505|               *(yy_state_ptr)++ = yy_current_state;
1506|               }
1507|
1508|       return yy_current_state;
1509| }
1510|
1511| /* yy_try_NUL_trans - try to make a transition on the NUL character
1512|  *
1513|  * synopsis
1514|  *    next_state = yy_try_NUL_trans( current_state );
1515|  */
1516|     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
1517| {
1518|       int yy_is_jam;
1519|     
1520|       YY_CHAR yy_c = 1;
1521|       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1522|               {
1523|               yy_current_state = (int) yy_def[yy_current_state];
1524|               if ( yy_current_state >= 13 )
1525|                       yy_c = yy_meta[yy_c];
1526|               }
1527|       yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1528|       yy_is_jam = (yy_current_state == 12);
1529|       if ( ! yy_is_jam )
1530|               *(yy_state_ptr)++ = yy_current_state;
1531|
1532|               return yy_is_jam ? 0 : yy_current_state;
1533| }
1534|
1535| #ifndef YY_NO_UNPUT
1536|
1537|     static void yyunput (int c, char * yy_bp )
1538| {
1539|       char *yy_cp;
1540|     
1541|     yy_cp = (yy_c_buf_p);
1542|
1543|       /* undo effects of setting up yytext */
1544|       *yy_cp = (yy_hold_char);
1545|
1546|       if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1547|               { /* need to shift things up to make room */
1548|               /* +2 for EOB chars. */
1549|               int number_to_move = (yy_n_chars) + 2;
1550|               char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1551|                                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1552|               char *source =
1553|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1554|
1555|               while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1556|                       *--dest = *--source;
1557|
1558|               yy_cp += (int) (dest - source);
1559|               yy_bp += (int) (dest - source);
1560|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1561|                       (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1562|
1563|               if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1564|                       YY_FATAL_ERROR( "flex scanner push-back overflow" );
1565|               }
1566|
1567|       *--yy_cp = (char) c;
1568|
1569|       (yytext_ptr) = yy_bp;
1570|       (yy_hold_char) = *yy_cp;
1571|       (yy_c_buf_p) = yy_cp;
1572| }
1573|
1574| #endif
1575|
1576| #ifndef YY_NO_INPUT
1577| #ifdef __cplusplus
1578|     static int yyinput (void)
1579| #else
1580|     static int input  (void)
1581| #endif
1582|
1583| {
1584|       int c;
1585|     
1586|       *(yy_c_buf_p) = (yy_hold_char);
1587|
1588|       if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1589|               {
1590|               /* yy_c_buf_p now points to the character we want to return.
1591|                * If this occurs *before* the EOB characters, then it's a
1592|                * valid NUL; if not, then we've hit the end of the buffer.
1593|                */
1594|               if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1595|                       /* This was really a NUL. */
1596|                       *(yy_c_buf_p) = '\0';
1597|
1598|               else
1599|                       { /* need more input */
1600|                       int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
1601|                       ++(yy_c_buf_p);
1602|
1603|                       switch ( yy_get_next_buffer(  ) )
1604|                               {
1605|                               case EOB_ACT_LAST_MATCH:
1606|                                       /* This happens because yy_g_n_b()
1607|                                        * sees that we've accumulated a
1608|                                        * token and flags that we need to
1609|                                        * try matching the token before
1610|                                        * proceeding.  But for input(),
1611|                                        * there's no matching to consider.
1612|                                        * So convert the EOB_ACT_LAST_MATCH
1613|                                        * to EOB_ACT_END_OF_FILE.
1614|                                        */
1615|
1616|                                       /* Reset buffer status. */
1617|                                       yyrestart( yyin );
1618|
1619|                                       /*FALLTHROUGH*/
1620|
1621|                               case EOB_ACT_END_OF_FILE:
1622|                                       {
1623|                                       if ( yywrap(  ) )
1624|                                               return 0;
1625|
1626|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1627|                                               YY_NEW_FILE;
1628| #ifdef __cplusplus
1629|                                       return yyinput();
1630| #else
1631|                                       return input();
1632| #endif
1633|                                       }
1634|
1635|                               case EOB_ACT_CONTINUE_SCAN:
1636|                                       (yy_c_buf_p) = (yytext_ptr) + offset;
1637|                                       break;
1638|                               }
1639|                       }
1640|               }
1641|
1642|       c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
1643|       *(yy_c_buf_p) = '\0';   /* preserve yytext */
1644|       (yy_hold_char) = *++(yy_c_buf_p);
1645|
1646|       return c;
1647| }
1648| #endif        /* ifndef YY_NO_INPUT */
1649|
1650| /** Immediately switch to a different input stream.
1651|  * @param input_file A readable stream.
1652|  *
1653|  * @note This function does not reset the start condition to @c INITIAL .
1654|  */
1655|     void yyrestart  (FILE * input_file )
1656| {
1657|     
1658|       if ( ! YY_CURRENT_BUFFER ){
1659|         yyensure_buffer_stack ();
1660|               YY_CURRENT_BUFFER_LVALUE =
1661|             yy_create_buffer( yyin, YY_BUF_SIZE );
1662|       }
1663|
1664|       yy_init_buffer( YY_CURRENT_BUFFER, input_file );
1665|       yy_load_buffer_state(  );
1666| }
1667|
1668| /** Switch to a different input buffer.
1669|  * @param new_buffer The new input buffer.
1670|  *
1671|  */
1672|     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
1673| {
1674|     
1675|       /* TODO. We should be able to replace this entire function body
1676|        * with
1677|        *              yypop_buffer_state();
1678|        *              yypush_buffer_state(new_buffer);
1679|      */
1680|       yyensure_buffer_stack ();
1681|       if ( YY_CURRENT_BUFFER == new_buffer )
1682|               return;
1683|
1684|       if ( YY_CURRENT_BUFFER )
1685|               {
1686|               /* Flush out information for old buffer. */
1687|               *(yy_c_buf_p) = (yy_hold_char);
1688|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1689|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1690|               }
1691|
1692|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1693|       yy_load_buffer_state(  );
1694|
1695|       /* We don't actually know whether we did this switch during
1696|        * EOF (yywrap()) processing, but the only time this flag
1697|        * is looked at is after yywrap() is called, so it's safe
1698|        * to go ahead and always set it.
1699|        */
1700|       (yy_did_buffer_switch_on_eof) = 1;
1701| }
1702|
1703| static void yy_load_buffer_state  (void)
1704| {
1705|       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1706|       (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1707|       yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1708|       (yy_hold_char) = *(yy_c_buf_p);
1709| }
1710|
1711| /** Allocate and initialize an input buffer state.
1712|  * @param file A readable stream.
1713|  * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1714|  *
1715|  * @return the allocated buffer state.
1716|  */
1717|     YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
1718| {
1719|       YY_BUFFER_STATE b;
1720|     
1721|       b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
1722|       if ( ! b )
1723|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1724|
1725|       b->yy_buf_size = size;
1726|
1727|       /* yy_ch_buf has to be 2 characters longer than the size given because
1728|        * we need to put in 2 end-of-buffer characters.
1729|        */
1730|       b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2)  );
1731|       if ( ! b->yy_ch_buf )
1732|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1733|
1734|       b->yy_is_our_buffer = 1;
1735|
1736|       yy_init_buffer( b, file );
1737|
1738|       return b;
1739| }
1740|
1741| /** Destroy the buffer.
1742|  * @param b a buffer created with yy_create_buffer()
1743|  *
1744|  */
1745|     void yy_delete_buffer (YY_BUFFER_STATE  b )
1746| {
1747|     
1748|       if ( ! b )
1749|               return;
1750|
1751|       if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1752|               YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1753|
1754|       if ( b->yy_is_our_buffer )
1755|               yyfree( (void *) b->yy_ch_buf  );
1756|
1757|       yyfree( (void *) b  );
1758| }
1759|
1760| /* Initializes or reinitializes a buffer.
1761|  * This function is sometimes called more than once on the same buffer,
1762|  * such as during a yyrestart() or at EOF.
1763|  */
1764|     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
1765|
1766| {
1767|       int oerrno = errno;
1768|     
1769|       yy_flush_buffer( b );
1770|
1771|       b->yy_input_file = file;
1772|       b->yy_fill_buffer = 1;
1773|
1774|     /* If b is the current buffer, then yy_init_buffer was _probably_
1775|      * called from yyrestart() or through yy_get_next_buffer.
1776|      * In that case, we don't want to reset the lineno or column.
1777|      */
1778|     if (b != YY_CURRENT_BUFFER){
1779|         b->yy_bs_lineno = 1;
1780|         b->yy_bs_column = 0;
1781|     }
1782|
1783|         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1784|     
1785|       errno = oerrno;
1786| }
1787|
1788| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1789|  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1790|  *
1791|  */
1792|     void yy_flush_buffer (YY_BUFFER_STATE  b )
1793| {
1794|       if ( ! b )
1795|               return;
1796|
1797|       b->yy_n_chars = 0;
1798|
1799|       /* We always need two end-of-buffer characters.  The first causes
1800|        * a transition to the end-of-buffer state.  The second causes
1801|        * a jam in that state.
1802|        */
1803|       b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1804|       b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1805|
1806|       b->yy_buf_pos = &b->yy_ch_buf[0];
1807|
1808|       b->yy_at_bol = 1;
1809|       b->yy_buffer_status = YY_BUFFER_NEW;
1810|
1811|       if ( b == YY_CURRENT_BUFFER )
1812|               yy_load_buffer_state(  );
1813| }
1814|
1815| /** Pushes the new state onto the stack. The new state becomes
1816|  *  the current state. This function will allocate the stack
1817|  *  if necessary.
1818|  *  @param new_buffer The new state.
1819|  * 
1820|  */
1821| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1822| {
1823|       if (new_buffer == NULL)
1824|               return;
1825|
1826|       yyensure_buffer_stack();
1827|
1828|       /* This block is copied from yy_switch_to_buffer. */
1829|       if ( YY_CURRENT_BUFFER )
1830|               {
1831|               /* Flush out information for old buffer. */
1832|               *(yy_c_buf_p) = (yy_hold_char);
1833|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1834|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1835|               }
1836|
1837|       /* Only push if top exists. Otherwise, replace top. */
1838|       if (YY_CURRENT_BUFFER)
1839|               (yy_buffer_stack_top)++;
1840|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1841|
1842|       /* copied from yy_switch_to_buffer. */
1843|       yy_load_buffer_state(  );
1844|       (yy_did_buffer_switch_on_eof) = 1;
1845| }
1846|
1847| /** Removes and deletes the top of the stack, if present.
1848|  *  The next element becomes the new top.
1849|  * 
1850|  */
1851| void yypop_buffer_state (void)
1852| {
1853|       if (!YY_CURRENT_BUFFER)
1854|               return;
1855|
1856|       yy_delete_buffer(YY_CURRENT_BUFFER );
1857|       YY_CURRENT_BUFFER_LVALUE = NULL;
1858|       if ((yy_buffer_stack_top) > 0)
1859|               --(yy_buffer_stack_top);
1860|
1861|       if (YY_CURRENT_BUFFER) {
1862|               yy_load_buffer_state(  );
1863|               (yy_did_buffer_switch_on_eof) = 1;
1864|       }
1865| }
1866|
1867| /* Allocates the stack if it does not exist.
1868|  *  Guarantees space for at least one push.
1869|  */
1870| static void yyensure_buffer_stack (void)
1871| {
1872|       yy_size_t num_to_alloc;
1873|     
1874|       if (!(yy_buffer_stack)) {
1875|
1876|               /* First allocation is just for 2 elements, since we don't know if this
1877|                * scanner will even need a stack. We use 2 instead of 1 to avoid an
1878|                * immediate realloc on the next call.
1879|          */
1880|       num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1881|               (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1882|                                                               (num_to_alloc * sizeof(struct yy_buffer_state*)
1883|                                                               );
1884|               if ( ! (yy_buffer_stack) )
1885|                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1886|
1887|               memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1888|
1889|               (yy_buffer_stack_max) = num_to_alloc;
1890|               (yy_buffer_stack_top) = 0;
1891|               return;
1892|       }
1893|
1894|       if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1895|
1896|               /* Increase the buffer to prepare for a possible push. */
1897|               yy_size_t grow_size = 8 /* arbitrary grow size */;
1898|
1899|               num_to_alloc = (yy_buffer_stack_max) + grow_size;
1900|               (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1901|                                                               ((yy_buffer_stack),
1902|                                                               num_to_alloc * sizeof(struct yy_buffer_state*)
1903|                                                               );
1904|               if ( ! (yy_buffer_stack) )
1905|                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1906|
1907|               /* zero only the new slots.*/
1908|               memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1909|               (yy_buffer_stack_max) = num_to_alloc;
1910|       }
1911| }
1912|
1913| /** Setup the input buffer state to scan directly from a user-specified character buffer.
1914|  * @param base the character buffer
1915|  * @param size the size in bytes of the character buffer
1916|  *
1917|  * @return the newly allocated buffer state object.
1918|  */
1919| YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
1920| {
1921|       YY_BUFFER_STATE b;
1922|     
1923|       if ( size < 2 ||
1924|            base[size-2] != YY_END_OF_BUFFER_CHAR ||
1925|            base[size-1] != YY_END_OF_BUFFER_CHAR )
1926|               /* They forgot to leave room for the EOB's. */
1927|               return NULL;
1928|
1929|       b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
1930|       if ( ! b )
1931|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1932|
1933|       b->yy_buf_size = (int) (size - 2);      /* "- 2" to take care of EOB's */
1934|       b->yy_buf_pos = b->yy_ch_buf = base;
1935|       b->yy_is_our_buffer = 0;
1936|       b->yy_input_file = NULL;
1937|       b->yy_n_chars = b->yy_buf_size;
1938|       b->yy_is_interactive = 0;
1939|       b->yy_at_bol = 1;
1940|       b->yy_fill_buffer = 0;
1941|       b->yy_buffer_status = YY_BUFFER_NEW;
1942|
1943|       yy_switch_to_buffer( b  );
1944|
1945|       return b;
1946| }
1947|
1948| /** Setup the input buffer state to scan a string. The next call to yylex() will
1949|  * scan from a @e copy of @a str.
1950|  * @param yystr a NUL-terminated string to scan
1951|  *
1952|  * @return the newly allocated buffer state object.
1953|  * @note If you want to scan bytes that may contain NUL values, then use
1954|  *       yy_scan_bytes() instead.
1955|  */
1956| YY_BUFFER_STATE yy_scan_string (const char * yystr )
1957| {
1958|     
1959|       return yy_scan_bytes( yystr, (int) strlen(yystr) );
1960| }
1961|
1962| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1963|  * scan from a @e copy of @a bytes.
1964|  * @param yybytes the byte buffer to scan
1965|  * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
1966|  *
1967|  * @return the newly allocated buffer state object.
1968|  */
1969| YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, int  _yybytes_len )
1970| {
1971|       YY_BUFFER_STATE b;
1972|       char *buf;
1973|       yy_size_t n;
1974|       int i;
1975|     
1976|       /* Get memory for full buffer, including space for trailing EOB's. */
1977|       n = (yy_size_t) (_yybytes_len + 2);
1978|       buf = (char *) yyalloc( n  );
1979|       if ( ! buf )
1980|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1981|
1982|       for ( i = 0; i < _yybytes_len; ++i )
1983|               buf[i] = yybytes[i];
1984|
1985|       buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
1986|
1987|       b = yy_scan_buffer( buf, n );
1988|       if ( ! b )
1989|               YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
1990|
1991|       /* It's okay to grow etc. this buffer, and we should throw it
1992|        * away when we're done.
1993|        */
1994|       b->yy_is_our_buffer = 1;
1995|
1996|       return b;
1997| }
1998|
1999| #ifndef YY_EXIT_FAILURE
2000| #define YY_EXIT_FAILURE 2
2001| #endif
2002|
2003| static void yynoreturn yy_fatal_error (const char* msg )
2004| {
2005|                       fprintf( stderr, "%s\n", msg );
2006|       exit( YY_EXIT_FAILURE );
2007| }
2008|
2009| /* Redefine yyless() so it works in section 3 code. */
2010|
2011| #undef yyless
2012| #define yyless(n) \
2013|       do \
2014|               { \
2015|               /* Undo effects of setting up yytext. */ \
2016|         int yyless_macro_arg = (n); \
2017|         YY_LESS_LINENO(yyless_macro_arg);\
2018|               yytext[yyleng] = (yy_hold_char); \
2019|               (yy_c_buf_p) = yytext + yyless_macro_arg; \
2020|               (yy_hold_char) = *(yy_c_buf_p); \
2021|               *(yy_c_buf_p) = '\0'; \
2022|               yyleng = yyless_macro_arg; \
2023|               } \
2024|       while ( 0 )
2025|
2026| /* Accessor  methods (get/set functions) to struct members. */
2027|
2028| /** Get the current line number.
2029|  *
2030|  */
2031| int yyget_lineno  (void)
2032| {
2033|     
2034|     return yylineno;
2035| }
2036|
2037| /** Get the input stream.
2038|  *
2039|  */
2040| FILE *yyget_in  (void)
2041| {
2042|         return yyin;
2043| }
2044|
2045| /** Get the output stream.
2046|  *
2047|  */
2048| FILE *yyget_out  (void)
2049| {
2050|         return yyout;
2051| }
2052|
2053| /** Get the length of the current token.
2054|  *
2055|  */
2056| int yyget_leng  (void)
2057| {
2058|         return yyleng;
2059| }
2060|
2061| /** Get the current token.
2062|  *
2063|  */
2064|
2065| char *yyget_text  (void)
2066| {
2067|         return yytext;
2068| }
2069|
2070| /** Set the current line number.
2071|  * @param _line_number line number
2072|  *
2073|  */
2074| void yyset_lineno (int  _line_number )
2075| {
2076|     
2077|     yylineno = _line_number;
2078| }
2079|
2080| /** Set the input stream. This does not discard the current
2081|  * input buffer.
2082|  * @param _in_str A readable stream.
2083|  *
2084|  * @see yy_switch_to_buffer
2085|  */
2086| void yyset_in (FILE *  _in_str )
2087| {
2088|         yyin = _in_str ;
2089| }
2090|
2091| void yyset_out (FILE *  _out_str )
2092| {
2093|         yyout = _out_str ;
2094| }
2095|
2096| int yyget_debug  (void)
2097| {
2098|         return yy_flex_debug;
2099| }
2100|
2101| void yyset_debug (int  _bdebug )
2102| {
2103|         yy_flex_debug = _bdebug ;
2104| }
2105|
2106| static int yy_init_globals (void)
2107| {
2108|         /* Initialization is the same as for the non-reentrant scanner.
2109|      * This function is called from yylex_destroy(), so don't allocate here.
2110|      */
2111|
2112|     (yy_buffer_stack) = NULL;
2113|     (yy_buffer_stack_top) = 0;
2114|     (yy_buffer_stack_max) = 0;
2115|     (yy_c_buf_p) = NULL;
2116|     (yy_init) = 0;
2117|     (yy_start) = 0;
2118|
2119|     (yy_state_buf) = 0;
2120|     (yy_state_ptr) = 0;
2121|     (yy_full_match) = 0;
2122|     (yy_lp) = 0;
2123|
2124| /* Defined in main.c */
2125| #ifdef YY_STDINIT
2126|     yyin = stdin;
2127|     yyout = stdout;
2128| #else
2129|     yyin = NULL;
2130|     yyout = NULL;
2131| #endif
2132|
2133|     /* For future reference: Set errno on error, since we are called by
2134|      * yylex_init()
2135|      */
2136|     return 0;
2137| }
2138|
2139| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2140| int yylex_destroy  (void)
2141| {
2142|     
2143|     /* Pop the buffer stack, destroying each element. */
2144|       while(YY_CURRENT_BUFFER){
2145|               yy_delete_buffer( YY_CURRENT_BUFFER  );
2146|               YY_CURRENT_BUFFER_LVALUE = NULL;
2147|               yypop_buffer_state();
2148|       }
2149|
2150|       /* Destroy the stack itself. */
2151|       yyfree((yy_buffer_stack) );
2152|       (yy_buffer_stack) = NULL;
2153|
2154|     yyfree ( (yy_state_buf) );
2155|     (yy_state_buf)  = NULL;
2156|
2157|     /* Reset the globals. This is important in a non-reentrant scanner so the next time
2158|      * yylex() is called, initialization will occur. */
2159|     yy_init_globals( );
2160|
2161|     return 0;
2162| }
2163|
2164| /*
2165|  * Internal utility routines.
2166|  */
2167|
2168| #ifndef yytext_ptr
2169| static void yy_flex_strncpy (char* s1, const char * s2, int n )
2170| {
2171|               
2172|       int i;
2173|       for ( i = 0; i < n; ++i )
2174|               s1[i] = s2[i];
2175| }
2176| #endif
2177|
2178| #ifdef YY_NEED_STRLEN
2179| static int yy_flex_strlen (const char * s )
2180| {
2181|       int n;
2182|       for ( n = 0; s[n]; ++n )
2183|               ;
2184|
2185|       return n;
2186| }
2187| #endif
2188|
2189| void *yyalloc (yy_size_t  size )
2190| {
2191|                       return malloc(size);
2192| }
2193|
2194| void *yyrealloc  (void * ptr, yy_size_t  size )
2195| {
2196|               
2197|       /* The cast to (char *) in the following accommodates both
2198|        * implementations that use char* generic pointers, and those
2199|        * that use void* generic pointers.  It works with the latter
2200|        * because both ANSI C and C++ allow castless assignment from
2201|        * any pointer type to void*, and deal with argument conversions
2202|        * as though doing an assignment.
2203|        */
2204|       return realloc(ptr, size);
2205| }
2206|
2207| void yyfree (void * ptr )
2208| {
2209|                       free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
2210| }
2211|
2212| #define YYTABLES_NAME "yytables"
2213|
2214| #line 10 "conftest.l"
2215|
2216| #ifdef YYTEXT_POINTER
2217| extern char *yytext;
2218| #endif
2219| int
2220| main (void)
2221| {
2222|   return ! yylex () + ! yywrap ();
2223| }
2224configure:8823: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -lfl  >&5
2225configure:8823: $? = 0
2226configure:8833: result: -lfl
2227configure:8839: checking whether yytext is a pointer
2228configure:8856: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -lfl  >&5
2229configure:8856: $? = 0
2230configure:8864: result: yes
2231configure:8884: result: defining LFLAGS to be -I
2232configure:8912: checking for bison
2233configure:8939: result: /opt/local/bin/bison -y
2234configure:8958: checking syntax of bison api.prefix (or name-prefix) declaration
2235configure:9003: result: api brace
2236configure:9025: checking syntax of bison push/pull declaration
2237configure:9069: result: dash
2238configure:9110: checking for makeinfo
2239configure:9126: found /opt/local/bin/makeinfo
2240configure:9137: result: makeinfo
2241configure:9158: checking for makeinfo support for @sortas command
2242configure:9187: result: yes
2243configure:9207: checking for texi2dvi
2244configure:9234: result: /opt/local/bin/texi2dvi
2245configure:9261: checking for texi2pdf
2246configure:9288: result: /opt/local/bin/texi2pdf
2247configure:9322: checking for options to make reproducible archives with GNU tar
2248configure:9340: result: --numeric-owner
2249configure:9345: checking whether ln -s works
2250configure:9349: result: yes
2251configure:9376: checking for gs
2252configure:9403: result: /opt/local/bin/gs
2253configure:9442: checking for gnuplot
2254configure:9469: result: /opt/local/bin/gnuplot
2255configure:9515: checking for less
2256configure:9542: result: /opt/local/bin/less
2257configure:9566: checking for python
2258configure:9593: result: /opt/local/bin/python2.7
2259configure:9608: checking for icotool
2260configure:9635: result: /opt/local/bin/icotool
2261configure:9662: checking for rsvg-convert
2262configure:9689: result: /opt/local/bin/rsvg-convert
2263configure:9939: checking for C++ compiler version
2264configure:9948: /usr/bin/clang++ --version >&5
2265Apple LLVM version 9.1.0 (clang-902.0.39.2)
2266Target: x86_64-apple-darwin17.6.0
2267Thread model: posix
2268InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
2269configure:9959: $? = 0
2270configure:9948: /usr/bin/clang++ -v >&5
2271Apple LLVM version 9.1.0 (clang-902.0.39.2)
2272Target: x86_64-apple-darwin17.6.0
2273Thread model: posix
2274InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
2275configure:9959: $? = 0
2276configure:9948: /usr/bin/clang++ -V >&5
2277clang: error: argument to '-V' is missing (expected 1 value)
2278clang: error: no input files
2279configure:9959: $? = 1
2280configure:9948: /usr/bin/clang++ -qversion >&5
2281clang: error: unknown argument: '-qversion'
2282clang: error: no input files
2283configure:9959: $? = 1
2284configure:9963: checking whether we are using the GNU C++ compiler
2285configure:9982: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
2286configure:9982: $? = 0
2287configure:9991: result: yes
2288configure:10000: checking whether /usr/bin/clang++ accepts -g
2289configure:10020: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
2290configure:10020: $? = 0
2291configure:10061: result: yes
2292configure:10078: checking for /usr/bin/clang++ option to enable C++11 features
2293configure:10314: /usr/bin/clang++  -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
2294conftest.cpp:56:16: error: no template named 'tuple' in namespace 'std'
2295  typedef std::tuple<std::string,int,double> tp;
2296          ~~~~~^
2297conftest.cpp:59:3: error: unknown type name 'constexpr'
2298  constexpr int get_val() { return 20; }
2299  ^
2300conftest.cpp:59:13: error: expected unqualified-id
2301  constexpr int get_val() { return 20; }
2302            ^
2303conftest.cpp:70:17: error: delegating constructors are permitted only in C++11
2304    delegate(): delegate(2354) {}
2305                ^~~~~~~~
2306conftest.cpp:80:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
2307    virtual int getval() override final { return this->n * 2; }
2308                         ^
2309conftest.cpp:80:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
2310    virtual int getval() override final { return this->n * 2; }
2311                                  ^
2312conftest.cpp:86:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
2313    nocopy() = default;
2314               ^
2315conftest.cpp:87:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
2316    nocopy(const nocopy&) = delete;
2317                            ^
2318conftest.cpp:88:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
2319    nocopy & operator=(const nocopy&) = delete;
2320                                        ^
2321conftest.cpp:137:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
2322  for (auto i = d.begin(); i != d.end(); ++i) { total += *i; }
2323       ^
2324conftest.cpp:139:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
2325  auto a1 = 6538;
2326  ^
2327conftest.cpp:140:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
2328  auto a2 = 48573953.4;
2329  ^
2330conftest.cpp:141:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
2331  auto a3 = "String literal";
2332  ^
2333conftest.cpp:147:12: error: no member named 'get_val' in namespace 'cxx11test'; did you mean 'getchar'?
2334  short sa[cxx11test::get_val()] = { 0 };
2335           ^~~~~~~~~~~~~~~~~~
2336           getchar
2337/usr/include/stdio.h:167:6: note: 'getchar' declared here
2338int      getchar(void);
2339         ^
2340conftest.cpp:147:23: error: variable-sized object may not be initialized
2341  short sa[cxx11test::get_val()] = { 0 };
2342                      ^~~~~~~~~
2343conftest.cpp:156:15: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
2344  for (int &x : array) { x += 23; }
2345              ^
2346conftest.cpp:157:45: error: expected expression
2347  std::for_each(array.begin(), array.end(), [](int v1){ std::cout << v1; });
2348                                            ^
2349conftest.cpp:168:17: error: excess elements in scalar initializer
2350  cxx11test::tp tuple("test", 54, 45.53434);
2351                ^           ~~~~~~~~~~~~~~
2352conftest.cpp:172:8: error: no member named 'tie' in namespace 'std'
2353  std::tie(s,i,d) = tuple;
2354  ~~~~~^
2355conftest.cpp:186:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
2356  cxx11test::delegate d2();
2357                        ^~
2358conftest.cpp:186:25: note: remove parentheses to declare a variable
2359  cxx11test::delegate d2();
2360                        ^~
2361conftest.cpp:199:34: error: a space is required between consecutive right angle brackets (use '> >')
2362  std::vector<std::pair<int,char*>> v1;
2363                                 ^~
2364                                 > >
2365conftest.cpp:203:22: error: use of undeclared identifier 'u8'
2366  char const *utf8 = u8"UTF-8 string \u2500";
2367                     ^
2368conftest.cpp:203:24: error: expected ';' at end of declaration
2369  char const *utf8 = u8"UTF-8 string \u2500";
2370                       ^
2371                       ;
2372conftest.cpp:204:27: error: use of undeclared identifier 'u'
2373  char16_t const *utf16 = u"UTF-8 string \u2500";
2374                          ^
2375conftest.cpp:204:28: error: expected ';' at end of declaration
2376  char16_t const *utf16 = u"UTF-8 string \u2500";
2377                           ^
2378                           ;
2379conftest.cpp:205:27: error: use of undeclared identifier 'U'
2380  char32_t const *utf32 = U"UTF-32 string \u2500";
2381                          ^
2382conftest.cpp:205:28: error: expected ';' at end of declaration
2383  char32_t const *utf32 = U"UTF-32 string \u2500";
2384                           ^
2385                           ;
238611 warnings and 16 errors generated.
2387configure:10314: $? = 1
2388configure: failed program was:
2389| /* confdefs.h */
2390| #define PACKAGE_NAME "GNU Octave"
2391| #define PACKAGE_TARNAME "octave"
2392| #define PACKAGE_VERSION "4.4.0"
2393| #define PACKAGE_STRING "GNU Octave 4.4.0"
2394| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
2395| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
2396| #define PACKAGE "octave"
2397| #define VERSION "4.4.0"
2398| #define OCTAVE_SOURCE 1
2399| #define STDC_HEADERS 1
2400| #define HAVE_SYS_TYPES_H 1
2401| #define HAVE_SYS_STAT_H 1
2402| #define HAVE_STDLIB_H 1
2403| #define HAVE_STRING_H 1
2404| #define HAVE_MEMORY_H 1
2405| #define HAVE_STRINGS_H 1
2406| #define HAVE_INTTYPES_H 1
2407| #define HAVE_STDINT_H 1
2408| #define HAVE_UNISTD_H 1
2409| #define __EXTENSIONS__ 1
2410| #define _ALL_SOURCE 1
2411| #define _DARWIN_C_SOURCE 1
2412| #define _GNU_SOURCE 1
2413| #define _NETBSD_SOURCE 1
2414| #define _OPENBSD_SOURCE 1
2415| #define _POSIX_PTHREAD_SEMANTICS 1
2416| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2417| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2418| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2419| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2420| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2421| #define __STDC_WANT_LIB_EXT2__ 1
2422| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2423| #define _TANDEM_SOURCE 1
2424| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2425| #define YYTEXT_POINTER 1
2426| #define SEPCHAR ':'
2427| #define SEPCHAR_STR ":"
2428| #define SHELL_PATH "/bin/sh"
2429| /* end confdefs.h.  */
2430|
2431| #include <deque>
2432| #include <functional>
2433| #include <memory>
2434| #include <tuple>
2435| #include <array>
2436| #include <regex>
2437| #include <iostream>
2438|
2439| namespace cxx11test
2440| {
2441|   typedef std::shared_ptr<std::string> sptr;
2442|   typedef std::weak_ptr<std::string> wptr;
2443|
2444|   typedef std::tuple<std::string,int,double> tp;
2445|   typedef std::array<int, 20> int_array;
2446|
2447|   constexpr int get_val() { return 20; }
2448|
2449|   struct testinit
2450|   {
2451|     int i;
2452|     double d;
2453|   };
2454|
2455|   class delegate  {
2456|   public:
2457|     delegate(int n) : n(n) {}
2458|     delegate(): delegate(2354) {}
2459|
2460|     virtual int getval() { return this->n; };
2461|   protected:
2462|     int n;
2463|   };
2464|
2465|   class overridden : public delegate {
2466|   public:
2467|     overridden(int n): delegate(n) {}
2468|     virtual int getval() override final { return this->n * 2; }
2469|   };
2470|
2471|   class nocopy {
2472|   public:
2473|     nocopy(int i): i(i) {}
2474|     nocopy() = default;
2475|     nocopy(const nocopy&) = delete;
2476|     nocopy & operator=(const nocopy&) = delete;
2477|   private:
2478|     int i;
2479|   };
2480| }
2481|
2482|
2483| #include <algorithm>
2484| #include <cstdlib>
2485| #include <fstream>
2486| #include <iomanip>
2487| #include <iostream>
2488| #include <list>
2489| #include <map>
2490| #include <set>
2491| #include <sstream>
2492| #include <stdexcept>
2493| #include <string>
2494| #include <utility>
2495| #include <vector>
2496|
2497| namespace test {
2498|   typedef std::vector<std::string> string_vec;
2499|   typedef std::pair<int,bool> map_value;
2500|   typedef std::map<std::string,map_value> map_type;
2501|   typedef std::set<int> set_type;
2502|
2503|   template<typename T>
2504|   class printer {
2505|   public:
2506|     printer(std::ostringstream& os): os(os) {}
2507|     void operator() (T elem) { os << elem << std::endl; }
2508|   private:
2509|     std::ostringstream& os;
2510|   };
2511| }
2512|
2513| int
2514| main ()
2515| {
2516|
2517| {
2518|   // Test auto and decltype
2519|   std::deque<int> d;
2520|   d.push_front(43);
2521|   d.push_front(484);
2522|   d.push_front(3);
2523|   d.push_front(844);
2524|   int total = 0;
2525|   for (auto i = d.begin(); i != d.end(); ++i) { total += *i; }
2526|
2527|   auto a1 = 6538;
2528|   auto a2 = 48573953.4;
2529|   auto a3 = "String literal";
2530|
2531|   decltype(a2) a4 = 34895.034;
2532| }
2533| {
2534|   // Test constexpr
2535|   short sa[cxx11test::get_val()] = { 0 };
2536| }
2537| {
2538|   // Test initializer lists
2539|   cxx11test::testinit il = { 4323, 435234.23544 };
2540| }
2541| {
2542|   // Test range-based for and lambda
2543|   cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
2544|   for (int &x : array) { x += 23; }
2545|   std::for_each(array.begin(), array.end(), [](int v1){ std::cout << v1; });
2546| }
2547| {
2548|   using cxx11test::sptr;
2549|   using cxx11test::wptr;
2550|
2551|   sptr sp(new std::string("ASCII string"));
2552|   wptr wp(sp);
2553|   sptr sp2(wp);
2554| }
2555| {
2556|   cxx11test::tp tuple("test", 54, 45.53434);
2557|   double d = std::get<2>(tuple);
2558|   std::string s;
2559|   int i;
2560|   std::tie(s,i,d) = tuple;
2561| }
2562| {
2563|   static std::regex filename_regex("^_?([a-z0-9_.]+-)+[a-z0-9]+$");
2564|   std::string testmatch("Test if this string matches");
2565|   bool match = std::regex_search(testmatch, filename_regex);
2566| }
2567| {
2568|   cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
2569|   cxx11test::int_array::size_type size = array.size();
2570| }
2571| {
2572|   // Test constructor delegation
2573|   cxx11test::delegate d1;
2574|   cxx11test::delegate d2();
2575|   cxx11test::delegate d3(45);
2576| }
2577| {
2578|   // Test override and final
2579|   cxx11test::overridden o1(55464);
2580| }
2581| {
2582|   // Test nullptr
2583|   char *c = nullptr;
2584| }
2585| {
2586|   // Test template brackets
2587|   std::vector<std::pair<int,char*>> v1;
2588| }
2589| {
2590|   // Unicode literals
2591|   char const *utf8 = u8"UTF-8 string \u2500";
2592|   char16_t const *utf16 = u"UTF-8 string \u2500";
2593|   char32_t const *utf32 = U"UTF-32 string \u2500";
2594| }
2595|
2596|
2597|
2598| try {
2599|   // Basic string.
2600|   std::string teststr("ASCII text");
2601|   teststr += " string";
2602|
2603|   // Simple vector.
2604|   test::string_vec testvec;
2605|   testvec.push_back(teststr);
2606|   testvec.push_back("foo");
2607|   testvec.push_back("bar");
2608|   if (testvec.size() != 3) {
2609|     throw std::runtime_error("vector size is not 1");
2610|   }
2611|
2612|   // Dump vector into stringstream and obtain string.
2613|   std::ostringstream os;
2614|   for (test::string_vec::const_iterator i = testvec.begin();
2615|        i != testvec.end(); ++i) {
2616|     if (i + 1 != testvec.end()) {
2617|       os << teststr << '\n';
2618|     }
2619|   }
2620|   // Check algorithms work.
2621|   std::for_each(testvec.begin(), testvec.end(), test::printer<std::string>(os));
2622|   std::string os_out = os.str();
2623|
2624|   // Test pair and map.
2625|   test::map_type testmap;
2626|   testmap.insert(std::make_pair(std::string("key"),
2627|                                 std::make_pair(53,false)));
2628|
2629|   // Test set.
2630|   int values[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
2631|   test::set_type testset(values, values + sizeof(values)/sizeof(values[0]));
2632|   std::list<int> testlist(testset.begin(), testset.end());
2633|   std::copy(testset.begin(), testset.end(), std::back_inserter(testlist));
2634| } catch (const std::exception& e) {
2635|   std::cerr << "Caught exception: " << e.what() << std::endl;
2636|
2637|   // Test fstream
2638|   std::ofstream of("test.txt");
2639|   of << "Test ASCII text\n" << std::flush;
2640|   of << "N= " << std::hex << std::setw(8) << std::left << 534 << std::endl;
2641|   of.close();
2642| }
2643| std::exit(0);
2644|
2645|   ;
2646|   return 0;
2647| }
2648configure:10314: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
2649conftest.cpp:186:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
2650  cxx11test::delegate d2();
2651                        ^~
2652conftest.cpp:186:25: note: remove parentheses to declare a variable
2653  cxx11test::delegate d2();
2654                        ^~
26551 warning generated.
2656configure:10314: $? = 0
2657configure:10336: result: -std=gnu++11
2658configure:10501: checking dependency style of /usr/bin/clang++ -std=gnu++11
2659configure:10612: result: gcc3
2660configure:10632: checking how to run the C++ preprocessor
2661configure:10659: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include conftest.cpp
2662configure:10659: $? = 0
2663configure:10673: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include conftest.cpp
2664conftest.cpp:42:10: fatal error: 'ac_nonexistent.h' file not found
2665#include <ac_nonexistent.h>
2666         ^~~~~~~~~~~~~~~~~~
26671 error generated.
2668configure:10673: $? = 1
2669configure: failed program was:
2670| /* confdefs.h */
2671| #define PACKAGE_NAME "GNU Octave"
2672| #define PACKAGE_TARNAME "octave"
2673| #define PACKAGE_VERSION "4.4.0"
2674| #define PACKAGE_STRING "GNU Octave 4.4.0"
2675| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
2676| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
2677| #define PACKAGE "octave"
2678| #define VERSION "4.4.0"
2679| #define OCTAVE_SOURCE 1
2680| #define STDC_HEADERS 1
2681| #define HAVE_SYS_TYPES_H 1
2682| #define HAVE_SYS_STAT_H 1
2683| #define HAVE_STDLIB_H 1
2684| #define HAVE_STRING_H 1
2685| #define HAVE_MEMORY_H 1
2686| #define HAVE_STRINGS_H 1
2687| #define HAVE_INTTYPES_H 1
2688| #define HAVE_STDINT_H 1
2689| #define HAVE_UNISTD_H 1
2690| #define __EXTENSIONS__ 1
2691| #define _ALL_SOURCE 1
2692| #define _DARWIN_C_SOURCE 1
2693| #define _GNU_SOURCE 1
2694| #define _NETBSD_SOURCE 1
2695| #define _OPENBSD_SOURCE 1
2696| #define _POSIX_PTHREAD_SEMANTICS 1
2697| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2698| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2699| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2700| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2701| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2702| #define __STDC_WANT_LIB_EXT2__ 1
2703| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2704| #define _TANDEM_SOURCE 1
2705| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2706| #define YYTEXT_POINTER 1
2707| #define SEPCHAR ':'
2708| #define SEPCHAR_STR ":"
2709| #define SHELL_PATH "/bin/sh"
2710| /* end confdefs.h.  */
2711| #include <ac_nonexistent.h>
2712configure:10698: result: /usr/bin/clang++ -std=gnu++11 -E
2713configure:10718: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include conftest.cpp
2714configure:10718: $? = 0
2715configure:10732: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include conftest.cpp
2716conftest.cpp:42:10: fatal error: 'ac_nonexistent.h' file not found
2717#include <ac_nonexistent.h>
2718         ^~~~~~~~~~~~~~~~~~
27191 error generated.
2720configure:10732: $? = 1
2721configure: failed program was:
2722| /* confdefs.h */
2723| #define PACKAGE_NAME "GNU Octave"
2724| #define PACKAGE_TARNAME "octave"
2725| #define PACKAGE_VERSION "4.4.0"
2726| #define PACKAGE_STRING "GNU Octave 4.4.0"
2727| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
2728| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
2729| #define PACKAGE "octave"
2730| #define VERSION "4.4.0"
2731| #define OCTAVE_SOURCE 1
2732| #define STDC_HEADERS 1
2733| #define HAVE_SYS_TYPES_H 1
2734| #define HAVE_SYS_STAT_H 1
2735| #define HAVE_STDLIB_H 1
2736| #define HAVE_STRING_H 1
2737| #define HAVE_MEMORY_H 1
2738| #define HAVE_STRINGS_H 1
2739| #define HAVE_INTTYPES_H 1
2740| #define HAVE_STDINT_H 1
2741| #define HAVE_UNISTD_H 1
2742| #define __EXTENSIONS__ 1
2743| #define _ALL_SOURCE 1
2744| #define _DARWIN_C_SOURCE 1
2745| #define _GNU_SOURCE 1
2746| #define _NETBSD_SOURCE 1
2747| #define _OPENBSD_SOURCE 1
2748| #define _POSIX_PTHREAD_SEMANTICS 1
2749| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2750| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2751| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2752| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2753| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2754| #define __STDC_WANT_LIB_EXT2__ 1
2755| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2756| #define _TANDEM_SOURCE 1
2757| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2758| #define YYTEXT_POINTER 1
2759| #define SEPCHAR ':'
2760| #define SEPCHAR_STR ":"
2761| #define SHELL_PATH "/bin/sh"
2762| /* end confdefs.h.  */
2763| #include <ac_nonexistent.h>
2764configure:10775: checking how to run the C preprocessor
2765configure:10845: result: /usr/bin/clang -E
2766configure:10865: /usr/bin/clang -E -I/opt/local/include conftest.c
2767configure:10865: $? = 0
2768configure:10879: /usr/bin/clang -E -I/opt/local/include conftest.c
2769conftest.c:42:10: fatal error: 'ac_nonexistent.h' file not found
2770#include <ac_nonexistent.h>
2771         ^~~~~~~~~~~~~~~~~~
27721 error generated.
2773configure:10879: $? = 1
2774configure: failed program was:
2775| /* confdefs.h */
2776| #define PACKAGE_NAME "GNU Octave"
2777| #define PACKAGE_TARNAME "octave"
2778| #define PACKAGE_VERSION "4.4.0"
2779| #define PACKAGE_STRING "GNU Octave 4.4.0"
2780| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
2781| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
2782| #define PACKAGE "octave"
2783| #define VERSION "4.4.0"
2784| #define OCTAVE_SOURCE 1
2785| #define STDC_HEADERS 1
2786| #define HAVE_SYS_TYPES_H 1
2787| #define HAVE_SYS_STAT_H 1
2788| #define HAVE_STDLIB_H 1
2789| #define HAVE_STRING_H 1
2790| #define HAVE_MEMORY_H 1
2791| #define HAVE_STRINGS_H 1
2792| #define HAVE_INTTYPES_H 1
2793| #define HAVE_STDINT_H 1
2794| #define HAVE_UNISTD_H 1
2795| #define __EXTENSIONS__ 1
2796| #define _ALL_SOURCE 1
2797| #define _DARWIN_C_SOURCE 1
2798| #define _GNU_SOURCE 1
2799| #define _NETBSD_SOURCE 1
2800| #define _OPENBSD_SOURCE 1
2801| #define _POSIX_PTHREAD_SEMANTICS 1
2802| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2803| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2804| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2805| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2806| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2807| #define __STDC_WANT_LIB_EXT2__ 1
2808| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2809| #define _TANDEM_SOURCE 1
2810| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2811| #define YYTEXT_POINTER 1
2812| #define SEPCHAR ':'
2813| #define SEPCHAR_STR ":"
2814| #define SHELL_PATH "/bin/sh"
2815| /* end confdefs.h.  */
2816| #include <ac_nonexistent.h>
2817configure:10908: checking whether /usr/bin/clang needs -traditional
2818conftest.c:42:10: fatal error: 'termio.h' file not found
2819#include <termio.h>
2820         ^~~~~~~~~~
28211 error generated.
2822configure:10942: result: no
2823configure:10993: checking for Minix Amsterdam compiler
2824configure:11017: result: no
2825configure:11074: checking for ar
2826configure:11090: found /opt/local/bin/ar
2827configure:11101: result: ar
2828configure:11259: checking for _LARGEFILE_SOURCE value needed for large files
2829configure:11278: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c  >&5
2830configure:11278: $? = 0
2831configure:11306: result: no
2832configure:11334: checking for special C compiler options needed for large files
2833configure:11379: result: no
2834configure:11385: checking for _FILE_OFFSET_BITS value needed for large files
2835configure:11410: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2836configure:11410: $? = 0
2837configure:11442: result: no
2838configure:11838: checking C++ compiler version number
2839configure:11885: result:
2840configure:11893: checking whether stl_algo.h is broken
2841configure:11966: /usr/bin/clang++ -std=gnu++11 -o conftest -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.cpp  >&5
2842configure:11966: $? = 0
2843configure:11966: ./conftest
2844configure:11966: $? = 0
2845configure:11983: result: no
2846configure:12044: checking C compiler version number
2847configure:12091: result:
2848configure:12100: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
2849configure:12140: checking size of void *
2850configure:12145: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c  >&5
2851configure:12145: $? = 0
2852configure:12145: ./conftest
2853configure:12145: $? = 0
2854configure:12159: result: 8
2855configure:12374: checking if compiler needs -Werror to reject unknown flags
2856configure:12390: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror -Wunknown-warning-option -Wsizeof-array-argument -I/opt/local/include conftest.c >&5
2857configure:12390: $? = 0
2858configure:12391: result: yes
2859configure:12411: checking whether pthreads work with -pthread
2860configure:12499: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread -Werror -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c   >&5
2861configure:12499: $? = 0
2862configure:12508: result: yes
2863configure:12527: checking for joinable pthread attribute
2864configure:12542: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c   >&5
2865configure:12542: $? = 0
2866configure:12548: result: PTHREAD_CREATE_JOINABLE
2867configure:12558: checking if more special flags are required for pthreads
2868configure:12573: result: -D_THREAD_SAFE
2869configure:12579: checking for PTHREAD_PRIO_INHERIT
2870configure:12596: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c   >&5
2871configure:12596: $? = 0
2872configure:12605: result: yes
2873configure:12986: checking how to print strings
2874configure:13013: result: printf
2875configure:13034: checking for a sed that does not truncate output
2876configure:13098: result: /opt/local/bin/gsed
2877configure:13116: checking for fgrep
2878configure:13178: result: /opt/local/bin/grep -F
2879configure:13213: checking for ld used by /usr/bin/clang
2880configure:13280: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
2881configure:13287: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
2882configure:13302: result: no
2883configure:13314: checking for BSD- or MS-compatible name lister (nm)
2884configure:13368: result: /opt/local/bin/nm -B
2885configure:13498: checking the name lister (/opt/local/bin/nm -B) interface
2886configure:13505: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include conftest.c >&5
2887configure:13508: /opt/local/bin/nm -B "conftest.o"
2888configure:13511: output
28890000000000000000 S _some_variable
2890configure:13518: result: BSD nm
2891configure:13522: checking the maximum length of command line arguments
2892configure:13653: result: 196608
2893configure:13701: checking how to convert x86_64-apple-darwin17.6.0 file names to x86_64-apple-darwin17.6.0 format
2894configure:13741: result: func_convert_file_noop
2895configure:13748: checking how to convert x86_64-apple-darwin17.6.0 file names to toolchain format
2896configure:13768: result: func_convert_file_noop
2897configure:13775: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
2898configure:13782: result: -r
2899configure:13856: checking for objdump
2900configure:13872: found /usr/bin/objdump
2901configure:13883: result: objdump
2902configure:13912: checking how to recognize dependent libraries
2903configure:14112: result: pass_all
2904configure:14197: checking for dlltool
2905configure:14227: result: no
2906configure:14254: checking how to associate runtime and link libraries
2907configure:14281: result: printf %s\n
2908configure:14405: checking for archiver @FILE support
2909configure:14422: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include conftest.c >&5
2910configure:14422: $? = 0
2911configure:14425: ar cr libconftest.a @conftest.lst >&5
2912ar: @conftest.lst: No such file or directory
2913configure:14428: $? = 1
2914configure:14448: result: no
2915configure:14506: checking for strip
2916configure:14522: found /opt/local/bin/strip
2917configure:14533: result: strip
2918configure:14605: checking for ranlib
2919configure:14632: result: /usr/bin/ranlib
2920configure:14734: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
2921configure:14887: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include conftest.c >&5
2922configure:14890: $? = 0
2923configure:14894: /opt/local/bin/nm -B 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
2924configure:14897: $? = 0
2925cannot find nm_test_var in conftest.nm
2926configure:14887: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include conftest.c >&5
2927configure:14890: $? = 0
2928configure:14894: /opt/local/bin/nm -B 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
2929configure:14897: $? = 0
2930configure:14963: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c conftstm.o >&5
2931configure:14966: $? = 0
2932configure:15004: result: ok
2933configure:15051: checking for sysroot
2934configure:15081: result: no
2935configure:15088: checking for a working dd
2936configure:15126: result: /bin/dd
2937configure:15130: checking how to truncate binary pipes
2938configure:15145: result: /bin/dd bs=4096 count=1
2939configure:15474: checking for mt
2940configure:15504: result: no
2941configure:15524: checking if : is a manifest tool
2942configure:15530: : '-?'
2943configure:15538: result: no
2944configure:15594: checking for dsymutil
2945configure:15610: found /usr/bin/dsymutil
2946configure:15621: result: dsymutil
2947configure:15686: checking for nmedit
2948configure:15702: found /opt/local/bin/nmedit
2949configure:15713: result: nmedit
2950configure:15778: checking for lipo
2951configure:15794: found /opt/local/bin/lipo
2952configure:15805: result: lipo
2953configure:15870: checking for otool
2954configure:15886: found /opt/local/bin/otool
2955configure:15897: result: otool
2956configure:15962: checking for otool64
2957configure:15992: result: no
2958configure:16037: checking for -single_module linker flag
2959/usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
2960configure:16070: result: yes
2961configure:16073: checking for -exported_symbols_list linker flag
2962configure:16093: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c   >&5
2963configure:16093: $? = 0
2964configure:16103: result: yes
2965configure:16106: checking for -force_load linker flag
2966/usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -c -o conftest.o conftest.c
2967ar cru libconftest.a conftest.o
2968/usr/bin/ranlib libconftest.a
2969/usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
2970configure:16138: result: yes
2971configure:16212: checking for dlfcn.h
2972configure:16212: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include conftest.c >&5
2973configure:16212: $? = 0
2974configure:16212: result: yes
2975configure:16774: checking for objdir
2976configure:16789: result: .libs
2977configure:17053: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
2978configure:17071: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
2979configure:17075: $? = 0
2980configure:17088: result: yes
2981configure:17446: checking for /usr/bin/clang option to produce PIC
2982configure:17453: result: -fno-common -DPIC
2983configure:17461: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
2984configure:17479: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
2985configure:17483: $? = 0
2986configure:17496: result: yes
2987configure:17525: checking if /usr/bin/clang static flag -static works
2988configure:17553: result: no
2989configure:17568: checking if /usr/bin/clang supports -c -o file.o
2990configure:17589: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -o out/conftest2.o conftest.c >&5
2991configure:17593: $? = 0
2992configure:17615: result: yes
2993configure:17623: checking if /usr/bin/clang supports -c -o file.o
2994configure:17670: result: yes
2995configure:17703: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
2996configure:18966: result: yes
2997configure:19206: checking dynamic linker characteristics
2998configure:20036: result: darwin17.6.0 dyld
2999configure:20158: checking how to hardcode library paths into programs
3000configure:20183: result: immediate
3001configure:20228: checking for dlopen in -ldl
3002configure:20253: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -ldl    >&5
3003configure:20253: $? = 0
3004configure:20262: result: yes
3005configure:20485: checking whether a program can dlopen itself
3006configure:20565: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64  conftest.c -ldl   >&5
3007configure:20568: $? = 0
3008configure:20586: result: yes
3009configure:20591: checking whether a statically linked program can dlopen itself
3010configure:20671: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64   conftest.c -ldl   >&5
3011configure:20674: $? = 0
3012configure:20692: result: yes
3013configure:20731: checking whether stripping libraries is possible
3014configure:20745: result: yes
3015configure:20771: checking if libtool supports shared libraries
3016configure:20773: result: yes
3017configure:20776: checking whether to build shared libraries
3018configure:20801: result: yes
3019configure:20804: checking whether to build static libraries
3020configure:20808: result: yes
3021configure:20831: checking how to run the C++ preprocessor
3022configure:20897: result: /usr/bin/clang++ -std=gnu++11 -E
3023configure:20917: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include conftest.cpp
3024configure:20917: $? = 0
3025configure:20931: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include conftest.cpp
3026conftest.cpp:54:10: fatal error: 'ac_nonexistent.h' file not found
3027#include <ac_nonexistent.h>
3028         ^~~~~~~~~~~~~~~~~~
30291 error generated.
3030configure:20931: $? = 1
3031configure: failed program was:
3032| /* confdefs.h */
3033| #define PACKAGE_NAME "GNU Octave"
3034| #define PACKAGE_TARNAME "octave"
3035| #define PACKAGE_VERSION "4.4.0"
3036| #define PACKAGE_STRING "GNU Octave 4.4.0"
3037| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
3038| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
3039| #define PACKAGE "octave"
3040| #define VERSION "4.4.0"
3041| #define OCTAVE_SOURCE 1
3042| #define STDC_HEADERS 1
3043| #define HAVE_SYS_TYPES_H 1
3044| #define HAVE_SYS_STAT_H 1
3045| #define HAVE_STDLIB_H 1
3046| #define HAVE_STRING_H 1
3047| #define HAVE_MEMORY_H 1
3048| #define HAVE_STRINGS_H 1
3049| #define HAVE_INTTYPES_H 1
3050| #define HAVE_STDINT_H 1
3051| #define HAVE_UNISTD_H 1
3052| #define __EXTENSIONS__ 1
3053| #define _ALL_SOURCE 1
3054| #define _DARWIN_C_SOURCE 1
3055| #define _GNU_SOURCE 1
3056| #define _NETBSD_SOURCE 1
3057| #define _OPENBSD_SOURCE 1
3058| #define _POSIX_PTHREAD_SEMANTICS 1
3059| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3060| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3061| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3062| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3063| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3064| #define __STDC_WANT_LIB_EXT2__ 1
3065| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3066| #define _TANDEM_SOURCE 1
3067| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3068| #define YYTEXT_POINTER 1
3069| #define SEPCHAR ':'
3070| #define SEPCHAR_STR ":"
3071| #define SHELL_PATH "/bin/sh"
3072| #define HAVE_FSEEKO 1
3073| #define _DARWIN_USE_64_BIT_INODE 1
3074| #define __NO_MATH_INLINES 1
3075| #define SIZEOF_VOID_P 8
3076| #define OCTAVE_ENABLE_64 1
3077| #define OCTAVE_SIZEOF_IDX_TYPE 8
3078| #define OCTAVE_IDX_TYPE int64_t
3079| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
3080| #define HAVE_PTHREAD_PRIO_INHERIT 1
3081| #define HAVE_PTHREAD 1
3082| #define HAVE_DLFCN_H 1
3083| #define LT_OBJDIR ".libs/"
3084| /* end confdefs.h.  */
3085| #include <ac_nonexistent.h>
3086configure:21093: checking for ld used by /usr/bin/clang++ -std=gnu++11
3087configure:21160: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
3088configure:21167: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
3089configure:21182: result: no
3090configure:21237: checking whether the /usr/bin/clang++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
3091configure:22310: result: yes
3092configure:22346: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -stdlib=libc++ -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include conftest.cpp >&5
3093configure:22349: $? = 0
3094configure:22830: checking for /usr/bin/clang++ -std=gnu++11 option to produce PIC
3095configure:22837: result: -fno-common -DPIC
3096configure:22845: checking if /usr/bin/clang++ -std=gnu++11 PIC flag -fno-common -DPIC works
3097configure:22863: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -stdlib=libc++ -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
3098configure:22867: $? = 0
3099configure:22880: result: yes
3100configure:22903: checking if /usr/bin/clang++ -std=gnu++11 static flag -static works
3101configure:22931: result: no
3102configure:22943: checking if /usr/bin/clang++ -std=gnu++11 supports -c -o file.o
3103configure:22964: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -stdlib=libc++ -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
3104configure:22968: $? = 0
3105configure:22990: result: yes
3106configure:22995: checking if /usr/bin/clang++ -std=gnu++11 supports -c -o file.o
3107configure:23042: result: yes
3108configure:23072: checking whether the /usr/bin/clang++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
3109configure:23115: result: yes
3110configure:23256: checking dynamic linker characteristics
3111configure:24013: result: darwin17.6.0 dyld
3112configure:24078: checking how to hardcode library paths into programs
3113configure:24103: result: immediate
3114configure:24379: defining FPICFLAG to be -fPIC
3115configure:24381: defining CPICFLAG to be -fPIC
3116configure:24383: defining CXXPICFLAG to be -fPIC
3117configure:24385: defining SH_LD to be /usr/bin/clang++ -std=gnu++11
3118configure:24387: defining SH_LDFLAGS to be -dynamiclib -single_module -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64
3119configure:24389: defining DL_LD to be /usr/bin/clang++ -std=gnu++11
3120configure:24391: defining DL_LDFLAGS to be -bundle -bundle_loader libinterp/octave -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64
3121configure:24393: defining MKOCTFILE_DL_LDFLAGS to be -bundle -bundle_loader ${bindir}/octave-${version}
3122configure:24395: defining NO_OCT_FILE_STRIP to be true
3123configure:24397: defining TEMPLATE_AR to be ar
3124configure:24399: defining TEMPLATE_ARFLAGS to be cr
3125configure:24401: defining EXTERNAL_DLL_DEFS to be
3126configure:24403: defining OCTAVE_DLL_DEFS to be
3127configure:24405: defining OCTINTERP_DLL_DEFS to be
3128configure:24407: defining OCTGUI_DLL_DEFS to be
3129configure:24409: defining OCTGRAPHICS_DLL_DEFS to be
3130configure:24411: defining library_path_var to be DYLD_LIBRARY_PATH
3131configure:24471: checking for sin in -lm
3132configure:24496: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -lm    >&5
3133conftest.c:61:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
3134char sin ();
3135     ^
3136conftest.c:61:6: note: 'sin' is a builtin with type 'double (double)'
31371 warning generated.
3138configure:24496: $? = 0
3139configure:24505: result: yes
3140configure:24626: checking for Fortran 77 compiler version
3141configure:24635: /opt/local/bin/gfortran-mp-7 --version >&5
3142GNU Fortran (MacPorts gcc7 7.3.0_1) 7.3.0
3143Copyright (C) 2017 Free Software Foundation, Inc.
3144This is free software; see the source for copying conditions.  There is NO
3145warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3146
3147configure:24646: $? = 0
3148configure:24635: /opt/local/bin/gfortran-mp-7 -v >&5
3149Using built-in specs.
3150COLLECT_GCC=/opt/local/bin/gfortran-mp-7
3151COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin17/7.3.0/lto-wrapper
3152Target: x86_64-apple-darwin17
3153Configured with: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_gcc7/gcc7/work/gcc-7.3.0/configure --prefix=/opt/local --build=x86_64-apple-darwin17 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc7 --includedir=/opt/local/include/gcc7 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-7 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-7 --with-gxx-include-dir=/opt/local/include/gcc7/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-build-config=bootstrap-debug --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 --disable-tls --with-pkgversion='MacPorts gcc7 7.3.0_1'
3154Thread model: posix
3155gcc version 7.3.0 (MacPorts gcc7 7.3.0_1)
3156configure:24646: $? = 0
3157configure:24635: /opt/local/bin/gfortran-mp-7 -V >&5
3158gfortran-mp-7: error: unrecognized command line option '-V'
3159gfortran-mp-7: fatal error: no input files
3160compilation terminated.
3161configure:24646: $? = 1
3162configure:24635: /opt/local/bin/gfortran-mp-7 -qversion >&5
3163gfortran-mp-7: error: unrecognized command line option '-qversion'; did you mean '--version'?
3164gfortran-mp-7: fatal error: no input files
3165compilation terminated.
3166configure:24646: $? = 1
3167configure:24655: checking whether we are using the GNU Fortran 77 compiler
3168configure:24668: /opt/local/bin/gfortran-mp-7 -c -pipe -Os conftest.F >&5
3169configure:24668: $? = 0
3170configure:24677: result: yes
3171configure:24683: checking whether /opt/local/bin/gfortran-mp-7 accepts -g
3172configure:24694: /opt/local/bin/gfortran-mp-7 -c -g conftest.f >&5
3173configure:24694: $? = 0
3174configure:24702: result: yes
3175configure:24831: checking if libtool supports shared libraries
3176configure:24833: result: yes
3177configure:24836: checking whether to build shared libraries
3178configure:24860: result: yes
3179configure:24863: checking whether to build static libraries
3180configure:24867: result: yes
3181configure:25219: checking for /opt/local/bin/gfortran-mp-7 option to produce PIC
3182configure:25226: result: -fno-common
3183configure:25234: checking if /opt/local/bin/gfortran-mp-7 PIC flag -fno-common works
3184configure:25252: /opt/local/bin/gfortran-mp-7 -c -pipe -Os -fno-common conftest.f >&5
3185configure:25256: $? = 0
3186configure:25269: result: yes
3187configure:25292: checking if /opt/local/bin/gfortran-mp-7 static flag -static works
3188configure:25320: result: no
3189configure:25332: checking if /opt/local/bin/gfortran-mp-7 supports -c -o file.o
3190configure:25353: /opt/local/bin/gfortran-mp-7 -c -pipe -Os -o out/conftest2.o conftest.f >&5
3191configure:25357: $? = 0
3192configure:25379: result: yes
3193configure:25384: checking if /opt/local/bin/gfortran-mp-7 supports -c -o file.o
3194configure:25431: result: yes
3195configure:25461: checking whether the /opt/local/bin/gfortran-mp-7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
3196configure:26674: result: yes
3197configure:26815: checking dynamic linker characteristics
3198configure:27566: result: darwin17.6.0 dyld
3199configure:27631: checking how to hardcode library paths into programs
3200configure:27656: result: immediate
3201configure:27907: checking whether a usable Fortran compiler was found
3202configure:27910: result: yes
3203configure:27922: checking how to get verbose linking output from /opt/local/bin/gfortran-mp-7
3204configure:27932: /opt/local/bin/gfortran-mp-7 -c -pipe -Os conftest.f >&5
3205configure:27932: $? = 0
3206configure:27950: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os -v -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -lm
3207Using built-in specs.
3208Target: x86_64-apple-darwin17
3209Thread model: posix
3210gcc version 7.3.0 (MacPorts gcc7 7.3.0_1)
3211 /opt/local/libexec/gcc/x86_64-apple-darwin17/7.3.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -m64 -mmacosx-version-min=10.13 -mtune=core2 -auxbase conftest -Os -version -fintrinsic-modules-path /opt/local/lib/gcc7/gcc/x86_64-apple-darwin17/7.3.0/finclude -o - |
3212 /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/ccUqBoiF.o
3213GNU Fortran (MacPorts gcc7 7.3.0_1) version 7.3.0 (x86_64-apple-darwin17)
3214        compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP
3215
3216GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
3217GNU Fortran2008 (MacPorts gcc7 7.3.0_1) version 7.3.0 (x86_64-apple-darwin17)
3218        compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP
3219
3220GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
3221Apple Inc version cctools-895, GNU assembler version 1.38
3222Reading specs from /opt/local/lib/gcc7/gcc/x86_64-apple-darwin17/7.3.0/../../../libgfortran.spec
3223rename spec lib to liborig
3224 /opt/local/libexec/gcc/x86_64-apple-darwin17/7.3.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.13 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/libexec/qt5/lib -L/opt/local/lib -L/opt/local/lib/gcc7/gcc/x86_64-apple-darwin17/7.3.0 -L/opt/local/lib/gcc7/gcc/x86_64-apple-darwin17/7.3.0/../../.. -headerpad_max_install_names /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccUqBoiF.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
3225collect2 version 7.3.0
3226/opt/local/bin/ld -dynamic -arch x86_64 -macosx_version_min 10.13 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/libexec/qt5/lib -L/opt/local/lib -L/opt/local/lib/gcc7/gcc/x86_64-apple-darwin17/7.3.0 -L/opt/local/lib/gcc7/gcc/x86_64-apple-darwin17/7.3.0/../../.. -headerpad_max_install_names /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccUqBoiF.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
3227@(#)PROGRAM:ld  PROJECT:ld64-274.2
3228configured to support archs: i386 x86_64 x86_64h armv6 armv7 armv7s armv7m armv7k arm64 (tvOS)
3229Library search paths:
3230        /opt/local/lib
3231        /opt/local/libexec/qt5/lib
3232        /opt/local/lib
3233        /opt/local/lib/gcc7/gcc/x86_64-apple-darwin17/7.3.0
3234        /opt/local/lib/gcc7
3235        /usr/lib
3236        /usr/local/lib
3237Framework search paths:
3238        /Library/Frameworks/
3239        /System/Library/Frameworks/
3240 /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/ccUqBoiF.o
3241configure:28033: result: -v
3242configure:28035: checking for Fortran 77 libraries of /opt/local/bin/gfortran-mp-7
3243configure:28254: result: -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm
3244configure:28270: checking for dummy main to link with Fortran 77 libraries
3245configure:28304: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -lm   -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm >&5
3246configure:28304: $? = 0
3247configure:28349: result: none
3248configure:28382: checking for Fortran 77 name-mangling scheme
3249configure:28395: /opt/local/bin/gfortran-mp-7 -c -pipe -Os conftest.f >&5
3250configure:28395: $? = 0
3251configure:28436: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c cfortran_test.o -lm   -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm >&5
3252Undefined symbols for architecture x86_64:
3253  "_foobar", referenced from:
3254      _main in conftest-0ad387.o
3255     (maybe you meant: _foobar_)
3256ld: symbol(s) not found for architecture x86_64
3257clang: error: linker command failed with exit code 1 (use -v to see invocation)
3258configure:28436: $? = 1
3259configure: failed program was:
3260| /* confdefs.h */
3261| #define PACKAGE_NAME "GNU Octave"
3262| #define PACKAGE_TARNAME "octave"
3263| #define PACKAGE_VERSION "4.4.0"
3264| #define PACKAGE_STRING "GNU Octave 4.4.0"
3265| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
3266| #define PACKAGE_URL "https://www.gnu.org/software/octave/"
3267| #define PACKAGE "octave"
3268| #define VERSION "4.4.0"
3269| #define OCTAVE_SOURCE 1
3270| #define STDC_HEADERS 1
3271| #define HAVE_SYS_TYPES_H 1
3272| #define HAVE_SYS_STAT_H 1
3273| #define HAVE_STDLIB_H 1
3274| #define HAVE_STRING_H 1
3275| #define HAVE_MEMORY_H 1
3276| #define HAVE_STRINGS_H 1
3277| #define HAVE_INTTYPES_H 1
3278| #define HAVE_STDINT_H 1
3279| #define HAVE_UNISTD_H 1
3280| #define __EXTENSIONS__ 1
3281| #define _ALL_SOURCE 1
3282| #define _DARWIN_C_SOURCE 1
3283| #define _GNU_SOURCE 1
3284| #define _NETBSD_SOURCE 1
3285| #define _OPENBSD_SOURCE 1
3286| #define _POSIX_PTHREAD_SEMANTICS 1
3287| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3288| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3289| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3290| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3291| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3292| #define __STDC_WANT_LIB_EXT2__ 1
3293| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3294| #define _TANDEM_SOURCE 1
3295| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3296| #define YYTEXT_POINTER 1
3297| #define SEPCHAR ':'
3298| #define SEPCHAR_STR ":"
3299| #define SHELL_PATH "/bin/sh"
3300| #define HAVE_FSEEKO 1
3301| #define _DARWIN_USE_64_BIT_INODE 1
3302| #define __NO_MATH_INLINES 1
3303| #define SIZEOF_VOID_P 8
3304| #define OCTAVE_ENABLE_64 1
3305| #define OCTAVE_SIZEOF_IDX_TYPE 8
3306| #define OCTAVE_IDX_TYPE int64_t
3307| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
3308| #define HAVE_PTHREAD_PRIO_INHERIT 1
3309| #define HAVE_PTHREAD 1
3310| #define HAVE_DLFCN_H 1
3311| #define LT_OBJDIR ".libs/"
3312| #define HAVE_LIBM 1
3313| /* end confdefs.h.  */
3314|
3315| /* Override any GCC internal prototype to avoid an error.
3316|    Use char because int might match the return type of a GCC
3317|    builtin and then its argument prototype would still apply.  */
3318| #ifdef __cplusplus
3319| extern "C"
3320| #endif
3321| char foobar ();
3322| #ifdef F77_DUMMY_MAIN
3323|
3324| #  ifdef __cplusplus
3325|      extern "C"
3326| #  endif
3327|    int F77_DUMMY_MAIN() { return 1; }
3328|
3329| #endif
3330| int
3331| main ()
3332| {
3333| return foobar ();
3334|   ;
3335|   return 0;
3336| }
3337configure:28436: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c cfortran_test.o -lm   -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm >&5
3338configure:28436: $? = 0
3339configure:28494: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c cfortran_test.o -lm   -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm >&5
3340configure:28494: $? = 0
3341configure:28536: result: lower case, underscore, no extra underscore
3342configure:28866: defining FFLAGS to be -pipe -Os
3343configure:28952: checking for sgemm_ in -L/opt/local/lib -lvecLibFort
3344configure:28980: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -L/opt/local/lib -lvecLibFort -lm   -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm >&5
3345configure:28980: $? = 0
3346configure:28987: result: yes
3347configure:30210: checking whether LSAME is called correctly from Fortran
3348configure:30233: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3349ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3350collect2: error: ld returned 1 exit status
3351configure:30233: $? = 1
3352configure: program exited with status 1
3353configure: failed program was:
3354|       program main
3355|
3356|       logical lsame,w
3357|       external lsame
3358|       character c1,c2
3359|       c1 = 'A'
3360|       c2 = 'B'
3361|       w = lsame(c1,c2)
3362|       if (w) stop 1
3363|       w = lsame(c1,c1)
3364|       if (.not. w) stop 1
3365|
3366|       end
3367configure:30242: result: no
3368configure:30245: checking whether ISAMAX is called correctly from Fortran
3369configure:30266: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3370ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3371collect2: error: ld returned 1 exit status
3372configure:30266: $? = 1
3373configure: program exited with status 1
3374configure: failed program was:
3375|       program main
3376|
3377|       integer isamax,i
3378|       external isamax
3379|       real a(2)
3380|       a(1) = 1e0
3381|       a(2) = -2e0
3382|       i = isamax(2,a,1)
3383|       if (i.ne.2) stop 1
3384|
3385|       end
3386configure:30275: result: no
3387configure:30278: checking whether SDOT is called correctly from Fortran
3388configure:30298: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3389ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3390collect2: error: ld returned 1 exit status
3391configure:30298: $? = 1
3392configure: program exited with status 1
3393configure: failed program was:
3394|       program main
3395|
3396|       real sdot,a(1),b(1),w
3397|       external sdot
3398|       a(1) = 1e0
3399|       b(1) = 2e0
3400|       w = sdot(1,a,1,b,1)
3401|       if (w .ne. a(1)*b(1)) stop 1
3402|
3403|       end
3404configure:30307: result: no
3405configure:30310: checking whether DDOT is called correctly from Fortran
3406configure:30330: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3407ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3408collect2: error: ld returned 1 exit status
3409configure:30330: $? = 1
3410configure: program exited with status 1
3411configure: failed program was:
3412|       program main
3413|
3414|       double precision ddot,a(1),b(1),w
3415|       external ddot
3416|       a(1) = 1d0
3417|       b(1) = 2d0
3418|       w = ddot(1,a,1,b,1)
3419|       if (w .ne. a(1)*b(1)) stop 1
3420|
3421|       end
3422configure:30339: result: no
3423configure:30342: checking whether CDOTU is called correctly from Fortran
3424configure:30362: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3425ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3426collect2: error: ld returned 1 exit status
3427configure:30362: $? = 1
3428configure: program exited with status 1
3429configure: failed program was:
3430|       program main
3431|
3432|       complex cdotu,a(1),b(1),w
3433|       external cdotu
3434|       a(1) = cmplx(1e0,1e0)
3435|       b(1) = cmplx(1e0,2e0)
3436|       w = cdotu(1,a,1,b,1)
3437|       if (w .ne. a(1)*b(1)) stop 1
3438|
3439|       end
3440configure:30371: result: no
3441configure:30374: checking whether ZDOTU is called correctly from Fortran
3442configure:30394: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3443ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3444collect2: error: ld returned 1 exit status
3445configure:30394: $? = 1
3446configure: program exited with status 1
3447configure: failed program was:
3448|       program main
3449|
3450|       double complex zdotu,a(1),b(1),w
3451|       external zdotu
3452|       a(1) = dcmplx(1d0,1d0)
3453|       b(1) = dcmplx(1d0,2d0)
3454|       w = zdotu(1,a,1,b,1)
3455|       if (w .ne. a(1)*b(1)) stop 1
3456|
3457|       end
3458configure:30403: result: no
3459configure:30408: checking BLAS library integer size
3460configure:30442: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3461ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3462collect2: error: ld returned 1 exit status
3463configure:30442: $? = 1
3464configure: program exited with status 1
3465configure: failed program was:
3466|       program main
3467|
3468|       integer*8 n
3469|       integer*4 n4
3470|       real s,a(1),b(1),sdot
3471|       a(1) = 1.0
3472|       b(1) = 1.0
3473| c Generate -2**33 + 1.  With BLAS compiled to use 64-bit integers, SDOT
3474| c will return early, setting the result to 0.  With BLAS compiled to use
3475| c 32-bit integers, this value should be interpreted as 1 and SDOT will
3476| c return 1.
3477|       n = 2
3478|       n = -4 * (n ** 30)
3479|       n = n + 1
3480| c Check that our expectation about the type conversion is correct.
3481|       n4 = n
3482|       if (n4 .ne. 1) then
3483|         print *, 'invalid assumption about integer type conversion'
3484|         stop 2
3485|       endif
3486|       s = sdot(n,a,1,b,1)
3487|       if (s .ne. 0.0) stop 1
3488|
3489|       end
3490configure:30451: result: 4
3491configure:30730: checking for sgemm_ in -L/opt/local/lib -lvecLibFort
3492configure:30758: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -L/opt/local/lib -lvecLibFort -lm   -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm >&5
3493configure:30758: $? = 0
3494configure:30765: result: yes
3495configure:31988: checking whether LSAME is called correctly from Fortran
3496configure:32011: /opt/local/bin/gfortran-mp-7 -o conftest -ff2c -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3497ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3498collect2: error: ld returned 1 exit status
3499configure:32011: $? = 1
3500configure: program exited with status 1
3501configure: failed program was:
3502|       program main
3503|
3504|       logical lsame,w
3505|       external lsame
3506|       character c1,c2
3507|       c1 = 'A'
3508|       c2 = 'B'
3509|       w = lsame(c1,c2)
3510|       if (w) stop 1
3511|       w = lsame(c1,c1)
3512|       if (.not. w) stop 1
3513|
3514|       end
3515configure:32020: result: no
3516configure:32023: checking whether ISAMAX is called correctly from Fortran
3517configure:32044: /opt/local/bin/gfortran-mp-7 -o conftest -ff2c -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3518ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3519collect2: error: ld returned 1 exit status
3520configure:32044: $? = 1
3521configure: program exited with status 1
3522configure: failed program was:
3523|       program main
3524|
3525|       integer isamax,i
3526|       external isamax
3527|       real a(2)
3528|       a(1) = 1e0
3529|       a(2) = -2e0
3530|       i = isamax(2,a,1)
3531|       if (i.ne.2) stop 1
3532|
3533|       end
3534configure:32053: result: no
3535configure:32056: checking whether SDOT is called correctly from Fortran
3536configure:32076: /opt/local/bin/gfortran-mp-7 -o conftest -ff2c -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3537ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3538collect2: error: ld returned 1 exit status
3539configure:32076: $? = 1
3540configure: program exited with status 1
3541configure: failed program was:
3542|       program main
3543|
3544|       real sdot,a(1),b(1),w
3545|       external sdot
3546|       a(1) = 1e0
3547|       b(1) = 2e0
3548|       w = sdot(1,a,1,b,1)
3549|       if (w .ne. a(1)*b(1)) stop 1
3550|
3551|       end
3552configure:32085: result: no
3553configure:32088: checking whether DDOT is called correctly from Fortran
3554configure:32108: /opt/local/bin/gfortran-mp-7 -o conftest -ff2c -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3555ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3556collect2: error: ld returned 1 exit status
3557configure:32108: $? = 1
3558configure: program exited with status 1
3559configure: failed program was:
3560|       program main
3561|
3562|       double precision ddot,a(1),b(1),w
3563|       external ddot
3564|       a(1) = 1d0
3565|       b(1) = 2d0
3566|       w = ddot(1,a,1,b,1)
3567|       if (w .ne. a(1)*b(1)) stop 1
3568|
3569|       end
3570configure:32117: result: no
3571configure:32120: checking whether CDOTU is called correctly from Fortran
3572configure:32140: /opt/local/bin/gfortran-mp-7 -o conftest -ff2c -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3573ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3574collect2: error: ld returned 1 exit status
3575configure:32140: $? = 1
3576configure: program exited with status 1
3577configure: failed program was:
3578|       program main
3579|
3580|       complex cdotu,a(1),b(1),w
3581|       external cdotu
3582|       a(1) = cmplx(1e0,1e0)
3583|       b(1) = cmplx(1e0,2e0)
3584|       w = cdotu(1,a,1,b,1)
3585|       if (w .ne. a(1)*b(1)) stop 1
3586|
3587|       end
3588configure:32149: result: no
3589configure:32152: checking whether ZDOTU is called correctly from Fortran
3590configure:32172: /opt/local/bin/gfortran-mp-7 -o conftest -ff2c -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3591ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3592collect2: error: ld returned 1 exit status
3593configure:32172: $? = 1
3594configure: program exited with status 1
3595configure: failed program was:
3596|       program main
3597|
3598|       double complex zdotu,a(1),b(1),w
3599|       external zdotu
3600|       a(1) = dcmplx(1d0,1d0)
3601|       b(1) = dcmplx(1d0,2d0)
3602|       w = zdotu(1,a,1,b,1)
3603|       if (w .ne. a(1)*b(1)) stop 1
3604|
3605|       end
3606configure:32181: result: no
3607configure:32186: checking BLAS library integer size
3608configure:32220: /opt/local/bin/gfortran-mp-7 -o conftest -ff2c -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3609ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3610collect2: error: ld returned 1 exit status
3611configure:32220: $? = 1
3612configure: program exited with status 1
3613configure: failed program was:
3614|       program main
3615|
3616|       integer*8 n
3617|       integer*4 n4
3618|       real s,a(1),b(1),sdot
3619|       a(1) = 1.0
3620|       b(1) = 1.0
3621| c Generate -2**33 + 1.  With BLAS compiled to use 64-bit integers, SDOT
3622| c will return early, setting the result to 0.  With BLAS compiled to use
3623| c 32-bit integers, this value should be interpreted as 1 and SDOT will
3624| c return 1.
3625|       n = 2
3626|       n = -4 * (n ** 30)
3627|       n = n + 1
3628| c Check that our expectation about the type conversion is correct.
3629|       n4 = n
3630|       if (n4 .ne. 1) then
3631|         print *, 'invalid assumption about integer type conversion'
3632|         stop 2
3633|       endif
3634|       s = sdot(n,a,1,b,1)
3635|       if (s .ne. 0.0) stop 1
3636|
3637|       end
3638configure:32229: result: 4
3639configure:32459: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -DUSE_BLASWRAP -I/opt/local/include conftest.c >&5
3640configure:32459: $? = 0
3641configure:32535: checking for sgemm_ in -L/opt/local/lib -lvecLibFort
3642configure:32563: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread  -DUSE_BLASWRAP -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.c -L/opt/local/lib -lvecLibFort -lm   -L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm >&5
3643configure:32563: $? = 0
3644configure:32570: result: yes
3645configure:33793: checking whether LSAME is called correctly from Fortran
3646configure:33816: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3647ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3648collect2: error: ld returned 1 exit status
3649configure:33816: $? = 1
3650configure: program exited with status 1
3651configure: failed program was:
3652|       program main
3653|
3654|       logical lsame,w
3655|       external lsame
3656|       character c1,c2
3657|       c1 = 'A'
3658|       c2 = 'B'
3659|       w = lsame(c1,c2)
3660|       if (w) stop 1
3661|       w = lsame(c1,c1)
3662|       if (.not. w) stop 1
3663|
3664|       end
3665configure:33825: result: no
3666configure:33828: checking whether ISAMAX is called correctly from Fortran
3667configure:33849: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3668ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3669collect2: error: ld returned 1 exit status
3670configure:33849: $? = 1
3671configure: program exited with status 1
3672configure: failed program was:
3673|       program main
3674|
3675|       integer isamax,i
3676|       external isamax
3677|       real a(2)
3678|       a(1) = 1e0
3679|       a(2) = -2e0
3680|       i = isamax(2,a,1)
3681|       if (i.ne.2) stop 1
3682|
3683|       end
3684configure:33858: result: no
3685configure:33861: checking whether SDOT is called correctly from Fortran
3686configure:33881: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3687ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3688collect2: error: ld returned 1 exit status
3689configure:33881: $? = 1
3690configure: program exited with status 1
3691configure: failed program was:
3692|       program main
3693|
3694|       real sdot,a(1),b(1),w
3695|       external sdot
3696|       a(1) = 1e0
3697|       b(1) = 2e0
3698|       w = sdot(1,a,1,b,1)
3699|       if (w .ne. a(1)*b(1)) stop 1
3700|
3701|       end
3702configure:33890: result: no
3703configure:33893: checking whether DDOT is called correctly from Fortran
3704configure:33913: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3705ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3706collect2: error: ld returned 1 exit status
3707configure:33913: $? = 1
3708configure: program exited with status 1
3709configure: failed program was:
3710|       program main
3711|
3712|       double precision ddot,a(1),b(1),w
3713|       external ddot
3714|       a(1) = 1d0
3715|       b(1) = 2d0
3716|       w = ddot(1,a,1,b,1)
3717|       if (w .ne. a(1)*b(1)) stop 1
3718|
3719|       end
3720configure:33922: result: no
3721configure:33925: checking whether CDOTU is called correctly from Fortran
3722configure:33945: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3723ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3724collect2: error: ld returned 1 exit status
3725configure:33945: $? = 1
3726configure: program exited with status 1
3727configure: failed program was:
3728|       program main
3729|
3730|       complex cdotu,a(1),b(1),w
3731|       external cdotu
3732|       a(1) = cmplx(1e0,1e0)
3733|       b(1) = cmplx(1e0,2e0)
3734|       w = cdotu(1,a,1,b,1)
3735|       if (w .ne. a(1)*b(1)) stop 1
3736|
3737|       end
3738configure:33954: result: no
3739configure:33957: checking whether ZDOTU is called correctly from Fortran
3740configure:33977: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3741ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3742collect2: error: ld returned 1 exit status
3743configure:33977: $? = 1
3744configure: program exited with status 1
3745configure: failed program was:
3746|       program main
3747|
3748|       double complex zdotu,a(1),b(1),w
3749|       external zdotu
3750|       a(1) = dcmplx(1d0,1d0)
3751|       b(1) = dcmplx(1d0,2d0)
3752|       w = zdotu(1,a,1,b,1)
3753|       if (w .ne. a(1)*b(1)) stop 1
3754|
3755|       end
3756configure:33986: result: no
3757configure:33991: checking BLAS library integer size
3758configure:34025: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64 conftest.f -L/opt/local/lib -lvecLibFort -lm   >&5
3759ld: in '/System/Library/Frameworks//Accelerate.framework/Versions/A/Accelerate.tbd', unexpected token: !tapi-tbd-v3 for architecture x86_64
3760collect2: error: ld returned 1 exit status
3761configure:34025: $? = 1
3762configure: program exited with status 1
3763configure: failed program was:
3764|       program main
3765|
3766|       integer*8 n
3767|       integer*4 n4
3768|       real s,a(1),b(1),sdot
3769|       a(1) = 1.0
3770|       b(1) = 1.0
3771| c Generate -2**33 + 1.  With BLAS compiled to use 64-bit integers, SDOT
3772| c will return early, setting the result to 0.  With BLAS compiled to use
3773| c 32-bit integers, this value should be interpreted as 1 and SDOT will
3774| c return 1.
3775|       n = 2
3776|       n = -4 * (n ** 30)
3777|       n = n + 1
3778| c Check that our expectation about the type conversion is correct.
3779|       n4 = n
3780|       if (n4 .ne. 1) then
3781|         print *, 'invalid assumption about integer type conversion'
3782|         stop 2
3783|       endif
3784|       s = sdot(n,a,1,b,1)
3785|       if (s .ne. 0.0) stop 1
3786|
3787|       end
3788configure:34034: result: 4
3789configure:34270: error: BLAS and LAPACK libraries are required
3790
3791## ---------------- ##
3792## Cache variables. ##
3793## ---------------- ##
3794
3795ac_cv_build=x86_64-apple-darwin17.6.0
3796ac_cv_c_compiler_gnu=yes
3797ac_cv_cxx_compiler_gnu=yes
3798ac_cv_env_BUILD_CC_set=
3799ac_cv_env_BUILD_CC_value=
3800ac_cv_env_BUILD_CFLAGS_set=
3801ac_cv_env_BUILD_CFLAGS_value=
3802ac_cv_env_BUILD_CXXFLAGS_set=
3803ac_cv_env_BUILD_CXXFLAGS_value=
3804ac_cv_env_BUILD_CXX_set=
3805ac_cv_env_BUILD_CXX_value=
3806ac_cv_env_BUILD_EXEEXT_set=
3807ac_cv_env_BUILD_EXEEXT_value=
3808ac_cv_env_BUILD_LDFLAGS_set=
3809ac_cv_env_BUILD_LDFLAGS_value=
3810ac_cv_env_CCC_set=
3811ac_cv_env_CCC_value=
3812ac_cv_env_CC_set=set
3813ac_cv_env_CC_value=/usr/bin/clang
3814ac_cv_env_CFLAGS_set=set
3815ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
3816ac_cv_env_CPPFLAGS_set=set
3817ac_cv_env_CPPFLAGS_value=-I/opt/local/include
3818ac_cv_env_CPP_set=
3819ac_cv_env_CPP_value=
3820ac_cv_env_CXXCPP_set=
3821ac_cv_env_CXXCPP_value=
3822ac_cv_env_CXXFLAGS_set=set
3823ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -arch x86_64'
3824ac_cv_env_CXX_set=set
3825ac_cv_env_CXX_value=/usr/bin/clang++
3826ac_cv_env_F77_set=set
3827ac_cv_env_F77_value=/opt/local/bin/gfortran-mp-7
3828ac_cv_env_FFLAGS_set=set
3829ac_cv_env_FFLAGS_value='-pipe -Os'
3830ac_cv_env_FT2_CFLAGS_set=
3831ac_cv_env_FT2_CFLAGS_value=
3832ac_cv_env_FT2_LIBS_set=
3833ac_cv_env_FT2_LIBS_value=
3834ac_cv_env_JAVA_HOME_set=
3835ac_cv_env_JAVA_HOME_value=
3836ac_cv_env_LDFLAGS_set=set
3837ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64'
3838ac_cv_env_LIBS_set=
3839ac_cv_env_LIBS_value=
3840ac_cv_env_LLVM_CONFIG_set=
3841ac_cv_env_LLVM_CONFIG_value=
3842ac_cv_env_LT_SYS_LIBRARY_PATH_set=
3843ac_cv_env_LT_SYS_LIBRARY_PATH_value=
3844ac_cv_env_PKG_CONFIG_set=
3845ac_cv_env_PKG_CONFIG_value=
3846ac_cv_env_QT_CFLAGS_set=
3847ac_cv_env_QT_CFLAGS_value=
3848ac_cv_env_QT_LIBS_set=
3849ac_cv_env_QT_LIBS_value=
3850ac_cv_env_XMKMF_set=
3851ac_cv_env_XMKMF_value=
3852ac_cv_env_YACC_set=set
3853ac_cv_env_YACC_value='/opt/local/bin/bison -y'
3854ac_cv_env_YFLAGS_set=
3855ac_cv_env_YFLAGS_value=
3856ac_cv_env_build_alias_set=
3857ac_cv_env_build_alias_value=
3858ac_cv_env_host_alias_set=
3859ac_cv_env_host_alias_value=
3860ac_cv_env_target_alias_set=
3861ac_cv_env_target_alias_value=
3862ac_cv_f77_compiler_gnu=yes
3863ac_cv_f77_dummy_main=none
3864ac_cv_f77_libs='-L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm'
3865ac_cv_f77_mangling='lower case, underscore, no extra underscore'
3866ac_cv_fortran_dummy_main=none
3867ac_cv_header_dlfcn_h=yes
3868ac_cv_header_inttypes_h=yes
3869ac_cv_header_memory_h=yes
3870ac_cv_header_minix_config_h=no
3871ac_cv_header_stdc=yes
3872ac_cv_header_stdint_h=yes
3873ac_cv_header_stdlib_h=yes
3874ac_cv_header_string_h=yes
3875ac_cv_header_strings_h=yes
3876ac_cv_header_sys_stat_h=yes
3877ac_cv_header_sys_types_h=yes
3878ac_cv_header_unistd_h=yes
3879ac_cv_host=x86_64-apple-darwin17.6.0
3880ac_cv_lib_dl_dlopen=yes
3881ac_cv_lib_lex=-lfl
3882ac_cv_lib_m_sin=yes
3883ac_cv_objext=o
3884ac_cv_path_EGREP='/opt/local/bin/grep -E'
3885ac_cv_path_FGREP='/opt/local/bin/grep -F'
3886ac_cv_path_GREP=/opt/local/bin/grep
3887ac_cv_path_SED=/opt/local/bin/gsed
3888ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
3889ac_cv_path_lt_DD=/bin/dd
3890ac_cv_prog_AWK=/opt/local/bin/gawk
3891ac_cv_prog_CPP='/usr/bin/clang -E'
3892ac_cv_prog_CXXCPP='/usr/bin/clang++ -std=gnu++11 -E'
3893ac_cv_prog_DEFAULT_PAGER=/opt/local/bin/less
3894ac_cv_prog_DESKTOP_FILE_INSTALL=
3895ac_cv_prog_FIND=/opt/local/bin/gfind
3896ac_cv_prog_GHOSTSCRIPT=/opt/local/bin/gs
3897ac_cv_prog_GNUPLOT=/opt/local/bin/gnuplot
3898ac_cv_prog_GPERF=/usr/bin/gperf
3899ac_cv_prog_ICOTOOL=/opt/local/bin/icotool
3900ac_cv_prog_LEX=/opt/local/bin/flex
3901ac_cv_prog_MKINFO=makeinfo
3902ac_cv_prog_PERL=/opt/local/bin/perl5
3903ac_cv_prog_PYTHON=/opt/local/bin/python2.7
3904ac_cv_prog_RSVG_CONVERT=/opt/local/bin/rsvg-convert
3905ac_cv_prog_TEXI2DVI=/opt/local/bin/texi2dvi
3906ac_cv_prog_TEXI2PDF=/opt/local/bin/texi2pdf
3907ac_cv_prog_YACC='/opt/local/bin/bison -y'
3908ac_cv_prog_ac_ct_AR=ar
3909ac_cv_prog_ac_ct_CC=/usr/bin/clang
3910ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
3911ac_cv_prog_ac_ct_LIPO=lipo
3912ac_cv_prog_ac_ct_NMEDIT=nmedit
3913ac_cv_prog_ac_ct_OBJDUMP=objdump
3914ac_cv_prog_ac_ct_OTOOL=otool
3915ac_cv_prog_ac_ct_RANLIB=/usr/bin/ranlib
3916ac_cv_prog_ac_ct_STRIP=strip
3917ac_cv_prog_cc_c11=
3918ac_cv_prog_cc_g=yes
3919ac_cv_prog_cc_stdc=
3920ac_cv_prog_cxx_cxx11=-std=gnu++11
3921ac_cv_prog_cxx_cxx98=-std=gnu++11
3922ac_cv_prog_cxx_g=yes
3923ac_cv_prog_cxx_stdcxx=-std=gnu++11
3924ac_cv_prog_f77_g=yes
3925ac_cv_prog_f77_v=-v
3926ac_cv_prog_gcc_traditional=no
3927ac_cv_prog_lex_root=lex.yy
3928ac_cv_prog_lex_yytext_pointer=yes
3929ac_cv_prog_make_make_set=yes
3930ac_cv_safe_to_define___extensions__=yes
3931ac_cv_should_define__xopen_source=no
3932ac_cv_sizeof_void_p=8
3933ac_cv_sys_file_offset_bits=no
3934ac_cv_sys_largefile_CC=no
3935ac_cv_sys_largefile_source=no
3936am_cv_CC_dependencies_compiler_type=gcc3
3937am_cv_CXX_dependencies_compiler_type=gcc3
3938am_cv_make_support_nested_variables=yes
3939am_cv_prog_tar_ustar=gnutar
3940ax_cv_PTHREAD_PRIO_INHERIT=yes
3941gl_cv_c_amsterdam_compiler=no
3942lt_cv_apple_cc_single_mod=yes
3943lt_cv_ar_at_file=no
3944lt_cv_deplibs_check_method=pass_all
3945lt_cv_dlopen=dlopen
3946lt_cv_dlopen_libs=-ldl
3947lt_cv_dlopen_self=yes
3948lt_cv_dlopen_self_static=yes
3949lt_cv_file_magic_cmd='$MAGIC_CMD'
3950lt_cv_file_magic_test_file=
3951lt_cv_ld_exported_symbols_list=yes
3952lt_cv_ld_force_load=yes
3953lt_cv_ld_reload_flag=-r
3954lt_cv_nm_interface='BSD nm'
3955lt_cv_objdir=.libs
3956lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
3957lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
3958lt_cv_path_NM='/opt/local/bin/nm -B'
3959lt_cv_path_mainfest_tool=no
3960lt_cv_prog_compiler_c_o=yes
3961lt_cv_prog_compiler_c_o_CXX=yes
3962lt_cv_prog_compiler_c_o_F77=yes
3963lt_cv_prog_compiler_pic='-fno-common -DPIC'
3964lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
3965lt_cv_prog_compiler_pic_F77=-fno-common
3966lt_cv_prog_compiler_pic_works=yes
3967lt_cv_prog_compiler_pic_works_CXX=yes
3968lt_cv_prog_compiler_pic_works_F77=yes
3969lt_cv_prog_compiler_rtti_exceptions=yes
3970lt_cv_prog_compiler_static_works=no
3971lt_cv_prog_compiler_static_works_CXX=no
3972lt_cv_prog_compiler_static_works_F77=no
3973lt_cv_prog_gnu_ld=no
3974lt_cv_prog_gnu_ldcxx=no
3975lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
3976lt_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'\'''
3977lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
3978lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
3979lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
3980lt_cv_sys_global_symbol_to_import=
3981lt_cv_sys_max_cmd_len=196608
3982lt_cv_to_host_file_cmd=func_convert_file_noop
3983lt_cv_to_tool_file_cmd=func_convert_file_noop
3984lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
3985octave_cv_bison_api_prefix_decl_style='api brace'
3986octave_cv_bison_push_pull_decl_style='dash '
3987octave_cv_broken_stl_algo_h=no
3988octave_cv_makeinfo_sortas_command=yes
3989
3990## ----------------- ##
3991## Output variables. ##
3992## ----------------- ##
3993
3994ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-4.4.0/build-aux/missing aclocal-1.15'
3995ADDRESS_SANITIZER_OPTIONS=''
3996ALLOCA=''
3997ALLOCA_H=''
3998AMCOND_ADDRESS_SANITIZER_ENABLED_FALSE=''
3999AMCOND_ADDRESS_SANITIZER_ENABLED_TRUE=''
4000AMCOND_BUILD_DOCS_FALSE=''
4001AMCOND_BUILD_DOCS_TRUE=''
4002AMCOND_BUILD_QT_DOCS_FALSE=''
4003AMCOND_BUILD_QT_DOCS_TRUE=''
4004AMCOND_BUILD_QT_GRAPHICS_FALSE=''
4005AMCOND_BUILD_QT_GRAPHICS_TRUE=''
4006AMCOND_BUILD_QT_GUI_FALSE=''
4007AMCOND_BUILD_QT_GUI_TRUE=''
4008AMCOND_CROSS_TOOLS_FALSE=''
4009AMCOND_CROSS_TOOLS_TRUE=''
4010AMCOND_ENABLE_DYNAMIC_LINKING_FALSE=''
4011AMCOND_ENABLE_DYNAMIC_LINKING_TRUE=''
4012AMCOND_ENABLE_HG_ID_FALSE=''
4013AMCOND_ENABLE_HG_ID_TRUE=''
4014AMCOND_HAVE_BROKEN_STL_ALGO_H_FALSE=''
4015AMCOND_HAVE_BROKEN_STL_ALGO_H_TRUE='#'
4016AMCOND_HAVE_FFTW_FALSE=''
4017AMCOND_HAVE_FFTW_TRUE=''
4018AMCOND_HAVE_ICON_TOOLS_FALSE='#'
4019AMCOND_HAVE_ICON_TOOLS_TRUE=''
4020AMCOND_HAVE_JAVA_FALSE=''
4021AMCOND_HAVE_JAVA_TRUE=''
4022AMCOND_HAVE_LLVM_FALSE=''
4023AMCOND_HAVE_LLVM_TRUE=''
4024AMCOND_HAVE_QSCINTILLA_FALSE=''
4025AMCOND_HAVE_QSCINTILLA_TRUE=''
4026AMCOND_INSTALL_BUILD_LOGS_FALSE=''
4027AMCOND_INSTALL_BUILD_LOGS_TRUE=''
4028AMCOND_INSTALL_INTERNAL_FONT_FILES_FALSE='#'
4029AMCOND_INSTALL_INTERNAL_FONT_FILES_TRUE=''
4030AMCOND_LINK_ALL_DEPS_FALSE=''
4031AMCOND_LINK_ALL_DEPS_TRUE='#'
4032AMDEPBACKSLASH='\'
4033AMDEP_FALSE='#'
4034AMDEP_TRUE=''
4035AMD_CPPFLAGS=''
4036AMD_LDFLAGS=''
4037AMD_LIBS=''
4038AMTAR='$${TAR-tar}'
4039AM_BACKSLASH='\'
4040AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4041AM_DEFAULT_VERBOSITY='0'
4042AM_V='$(V)'
4043APPLE_UNIVERSAL_BUILD=''
4044AR='ar'
4045ARFLAGS='cr'
4046ARPACK_CPPFLAGS=''
4047ARPACK_LDFLAGS=''
4048ARPACK_LIBS=''
4049AS='as'
4050AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-4.4.0/build-aux/missing autoconf'
4051AUTOCONF_SUBST_VARS=''
4052AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-4.4.0/build-aux/missing autoheader'
4053AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-4.4.0/build-aux/missing automake-1.15'
4054AWK='/opt/local/bin/gawk'
4055BISON_API_PREFIX_DECL_STYLE='api brace'
4056BISON_PUSH_PULL_DECL_STYLE='dash '
4057BITSIZEOF_PTRDIFF_T=''
4058BITSIZEOF_SIG_ATOMIC_T=''
4059BITSIZEOF_SIZE_T=''
4060BITSIZEOF_WCHAR_T=''
4061BITSIZEOF_WINT_T=''
4062BLAS_LIBS=''
4063BUILD_CC=''
4064BUILD_CFLAGS=''
4065BUILD_CXX=''
4066BUILD_CXXFLAGS=''
4067BUILD_EXEEXT=''
4068BUILD_LDFLAGS=''
4069BZ2_CPPFLAGS=''
4070BZ2_LDFLAGS=''
4071BZ2_LIBS=''
4072CAMD_CPPFLAGS=''
4073CAMD_LDFLAGS=''
4074CAMD_LIBS=''
4075CARBON_LIBS=''
4076CC='/usr/bin/clang'
4077CCDEPMODE='depmode=gcc3'
4078CCOLAMD_CPPFLAGS=''
4079CCOLAMD_LDFLAGS=''
4080CCOLAMD_LIBS=''
4081CFLAGS='-pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread '
4082CHOLMOD_CPPFLAGS=''
4083CHOLMOD_LDFLAGS=''
4084CHOLMOD_LIBS=''
4085COLAMD_CPPFLAGS=''
4086COLAMD_LDFLAGS=''
4087COLAMD_LIBS=''
4088CPICFLAG='-fPIC'
4089CPP='/usr/bin/clang -E'
4090CPPFLAGS='-I/opt/local/include'
4091CROSS_TOOL_PREFIX=''
4092CURL_CPPFLAGS=''
4093CURL_LDFLAGS=''
4094CURL_LIBS=''
4095CXSPARSE_CPPFLAGS=''
4096CXSPARSE_LDFLAGS=''
4097CXSPARSE_LIBS=''
4098CXX='/usr/bin/clang++ -std=gnu++11'
4099CXXCPP='/usr/bin/clang++ -std=gnu++11 -E'
4100CXXDEPMODE='depmode=gcc3'
4101CXXFLAGS='-pipe -Os -stdlib=libc++ -arch x86_64 -D_THREAD_SAFE -pthread '
4102CXXPICFLAG='-fPIC'
4103CYGPATH_W='echo'
4104DEFAULT_PAGER='/opt/local/bin/less'
4105DEFAULT_TERMINAL_FONT=''
4106DEFAULT_TERMINAL_FONT_SIZE=''
4107DEFS=''
4108DEPDIR='.deps'
4109DEPEND_EXTRA_SED_PATTERN=''
4110DEPEND_FLAGS='-M'
4111DLLTOOL='false'
4112DL_LD='/usr/bin/clang++ -std=gnu++11'
4113DL_LDFLAGS='-bundle -bundle_loader libinterp/octave -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64'
4114DL_LIBS=''
4115DSYMUTIL='dsymutil'
4116DUMPBIN=''
4117ECHO_C='\c'
4118ECHO_N=''
4119ECHO_T=''
4120EGREP='/opt/local/bin/grep -E'
4121EMULTIHOP_HIDDEN=''
4122EMULTIHOP_VALUE=''
4123ENABLE_64='yes'
4124ENABLE_DYNAMIC_LINKING='no'
4125ENOLINK_HIDDEN=''
4126ENOLINK_VALUE=''
4127EOVERFLOW_HIDDEN=''
4128EOVERFLOW_VALUE=''
4129ERRNO_H=''
4130EXEEXT=''
4131EXTERNAL_DLL_DEFS=''
4132F77='/opt/local/bin/gfortran-mp-7'
4133F77_APPEND_EXTRA_UNDERSCORE='yes'
4134F77_APPEND_UNDERSCORE='yes'
4135F77_FLOAT_STORE_FLAG=''
4136F77_INTEGER_8_FLAG=''
4137F77_TOLOWER='yes'
4138FFLAGS='-pipe -Os'
4139FFTW3F_CPPFLAGS=''
4140FFTW3F_LDFLAGS=''
4141FFTW3F_LIBS=''
4142FFTW3_CPPFLAGS=''
4143FFTW3_LDFLAGS=''
4144FFTW3_LIBS=''
4145FFTW_XCPPFLAGS=''
4146FFTW_XLDFLAGS=''
4147FFTW_XLIBS=''
4148FFT_DIR=''
4149FGREP='/opt/local/bin/grep -F'
4150FIND='/opt/local/bin/gfind'
4151FLIBS='-L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm'
4152FLOAT_H=''
4153FLTK_CONFIG=''
4154FLTK_CPPFLAGS=''
4155FLTK_LDFLAGS=''
4156FLTK_LIBS=''
4157FNMATCH_H=''
4158FONTCONFIG_CPPFLAGS=''
4159FONTCONFIG_LDFLAGS=''
4160FONTCONFIG_LIBS=''
4161FPICFLAG='-fPIC'
4162FREXPF_LIBM=''
4163FREXP_LIBM=''
4164FT2_CFLAGS=''
4165FT2_CPPFLAGS=''
4166FT2_LIBS=''
4167GCC_VERSION=''
4168GETHOSTNAME_LIB=''
4169GETOPT_CDEFS_H=''
4170GETOPT_H=''
4171GHOSTSCRIPT='/opt/local/bin/gs'
4172GL2PS_LIBS=''
4173GLIBC21=''
4174GLPK_CPPFLAGS=''
4175GLPK_LDFLAGS=''
4176GLPK_LIBS=''
4177GL_COND_LIBTOOL_FALSE=''
4178GL_COND_LIBTOOL_TRUE=''
4179GL_GENERATE_ALLOCA_H_FALSE=''
4180GL_GENERATE_ALLOCA_H_TRUE=''
4181GL_GENERATE_ERRNO_H_FALSE=''
4182GL_GENERATE_ERRNO_H_TRUE=''
4183GL_GENERATE_FLOAT_H_FALSE=''
4184GL_GENERATE_FLOAT_H_TRUE=''
4185GL_GENERATE_FNMATCH_H_FALSE=''
4186GL_GENERATE_FNMATCH_H_TRUE=''
4187GL_GENERATE_ICONV_H_FALSE=''
4188GL_GENERATE_ICONV_H_TRUE=''
4189GL_GENERATE_LIMITS_H_FALSE=''
4190GL_GENERATE_LIMITS_H_TRUE=''
4191GL_GENERATE_STDALIGN_H_FALSE=''
4192GL_GENERATE_STDALIGN_H_TRUE=''
4193GL_GENERATE_STDBOOL_H_FALSE=''
4194GL_GENERATE_STDBOOL_H_TRUE=''
4195GL_GENERATE_STDDEF_H_FALSE=''
4196GL_GENERATE_STDDEF_H_TRUE=''
4197GL_GENERATE_STDINT_H_FALSE=''
4198GL_GENERATE_STDINT_H_TRUE=''
4199GNULIB_ACCEPT4=''
4200GNULIB_ACCEPT=''
4201GNULIB_ACOSF=''
4202GNULIB_ACOSL=''
4203GNULIB_ALPHASORT=''
4204GNULIB_ASINF=''
4205GNULIB_ASINL=''
4206GNULIB_ATAN2F=''
4207GNULIB_ATANF=''
4208GNULIB_ATANL=''
4209GNULIB_ATOLL=''
4210GNULIB_BIND=''
4211GNULIB_BTOWC=''
4212GNULIB_CALLOC_POSIX=''
4213GNULIB_CANONICALIZE_FILE_NAME=''
4214GNULIB_CBRT=''
4215GNULIB_CBRTF=''
4216GNULIB_CBRTL=''
4217GNULIB_CEIL=''
4218GNULIB_CEILF=''
4219GNULIB_CEILL=''
4220GNULIB_CHDIR=''
4221GNULIB_CHOWN=''
4222GNULIB_CLOSE=''
4223GNULIB_CLOSEDIR=''
4224GNULIB_CONNECT=''
4225GNULIB_COPYSIGN=''
4226GNULIB_COPYSIGNF=''
4227GNULIB_COPYSIGNL=''
4228GNULIB_COSF=''
4229GNULIB_COSHF=''
4230GNULIB_COSL=''
4231GNULIB_CTIME=''
4232GNULIB_DIRFD=''
4233GNULIB_DPRINTF=''
4234GNULIB_DUP2=''
4235GNULIB_DUP3=''
4236GNULIB_DUP=''
4237GNULIB_ENVIRON=''
4238GNULIB_EUIDACCESS=''
4239GNULIB_EXP2=''
4240GNULIB_EXP2F=''
4241GNULIB_EXP2L=''
4242GNULIB_EXPF=''
4243GNULIB_EXPL=''
4244GNULIB_EXPLICIT_BZERO=''
4245GNULIB_EXPM1=''
4246GNULIB_EXPM1F=''
4247GNULIB_EXPM1L=''
4248GNULIB_FABSF=''
4249GNULIB_FABSL=''
4250GNULIB_FACCESSAT=''
4251GNULIB_FCHDIR=''
4252GNULIB_FCHMODAT=''
4253GNULIB_FCHOWNAT=''
4254GNULIB_FCLOSE=''
4255GNULIB_FCNTL=''
4256GNULIB_FDATASYNC=''
4257GNULIB_FDOPEN=''
4258GNULIB_FDOPENDIR=''
4259GNULIB_FFLUSH=''
4260GNULIB_FFS=''
4261GNULIB_FFSL=''
4262GNULIB_FFSLL=''
4263GNULIB_FGETC=''
4264GNULIB_FGETS=''
4265GNULIB_FLOOR=''
4266GNULIB_FLOORF=''
4267GNULIB_FLOORL=''
4268GNULIB_FMA=''
4269GNULIB_FMAF=''
4270GNULIB_FMAL=''
4271GNULIB_FMOD=''
4272GNULIB_FMODF=''
4273GNULIB_FMODL=''
4274GNULIB_FOPEN=''
4275GNULIB_FPRINTF=''
4276GNULIB_FPRINTF_POSIX=''
4277GNULIB_FPURGE=''
4278GNULIB_FPUTC=''
4279GNULIB_FPUTS=''
4280GNULIB_FREAD=''
4281GNULIB_FREOPEN=''
4282GNULIB_FREXP=''
4283GNULIB_FREXPF=''
4284GNULIB_FREXPL=''
4285GNULIB_FSCANF=''
4286GNULIB_FSEEK=''
4287GNULIB_FSEEKO=''
4288GNULIB_FSTAT=''
4289GNULIB_FSTATAT=''
4290GNULIB_FSYNC=''
4291GNULIB_FTELL=''
4292GNULIB_FTELLO=''
4293GNULIB_FTRUNCATE=''
4294GNULIB_FUTIMENS=''
4295GNULIB_FWRITE=''
4296GNULIB_GETC=''
4297GNULIB_GETCHAR=''
4298GNULIB_GETCWD=''
4299GNULIB_GETDELIM=''
4300GNULIB_GETDOMAINNAME=''
4301GNULIB_GETDTABLESIZE=''
4302GNULIB_GETGROUPS=''
4303GNULIB_GETHOSTNAME=''
4304GNULIB_GETLINE=''
4305GNULIB_GETLOADAVG=''
4306GNULIB_GETLOGIN=''
4307GNULIB_GETLOGIN_R=''
4308GNULIB_GETPAGESIZE=''
4309GNULIB_GETPEERNAME=''
4310GNULIB_GETRUSAGE=''
4311GNULIB_GETSOCKNAME=''
4312GNULIB_GETSOCKOPT=''
4313GNULIB_GETSUBOPT=''
4314GNULIB_GETTIMEOFDAY=''
4315GNULIB_GETUSERSHELL=''
4316GNULIB_GL_UNISTD_H_GETOPT=''
4317GNULIB_GRANTPT=''
4318GNULIB_GROUP_MEMBER=''
4319GNULIB_HYPOT=''
4320GNULIB_HYPOTF=''
4321GNULIB_HYPOTL=''
4322GNULIB_ICONV=''
4323GNULIB_ILOGB=''
4324GNULIB_ILOGBF=''
4325GNULIB_ILOGBL=''
4326GNULIB_ISATTY=''
4327GNULIB_ISFINITE=''
4328GNULIB_ISINF=''
4329GNULIB_ISNAN=''
4330GNULIB_ISNAND=''
4331GNULIB_ISNANF=''
4332GNULIB_ISNANL=''
4333GNULIB_ISWBLANK=''
4334GNULIB_ISWCTYPE=''
4335GNULIB_LCHMOD=''
4336GNULIB_LCHOWN=''
4337GNULIB_LDEXPF=''
4338GNULIB_LDEXPL=''
4339GNULIB_LINK=''
4340GNULIB_LINKAT=''
4341GNULIB_LINK_DEPS=''
4342GNULIB_LISTEN=''
4343GNULIB_LOCALTIME=''
4344GNULIB_LOG10=''
4345GNULIB_LOG10F=''
4346GNULIB_LOG10L=''
4347GNULIB_LOG1P=''
4348GNULIB_LOG1PF=''
4349GNULIB_LOG1PL=''
4350GNULIB_LOG2=''
4351GNULIB_LOG2F=''
4352GNULIB_LOG2L=''
4353GNULIB_LOG=''
4354GNULIB_LOGB=''
4355GNULIB_LOGBF=''
4356GNULIB_LOGBL=''
4357GNULIB_LOGF=''
4358GNULIB_LOGL=''
4359GNULIB_LSEEK=''
4360GNULIB_LSTAT=''
4361GNULIB_MALLOC_POSIX=''
4362GNULIB_MBRLEN=''
4363GNULIB_MBRTOWC=''
4364GNULIB_MBSCASECMP=''
4365GNULIB_MBSCASESTR=''
4366GNULIB_MBSCHR=''
4367GNULIB_MBSCSPN=''
4368GNULIB_MBSINIT=''
4369GNULIB_MBSLEN=''
4370GNULIB_MBSNCASECMP=''
4371GNULIB_MBSNLEN=''
4372GNULIB_MBSNRTOWCS=''
4373GNULIB_MBSPBRK=''
4374GNULIB_MBSPCASECMP=''
4375GNULIB_MBSRCHR=''
4376GNULIB_MBSRTOWCS=''
4377GNULIB_MBSSEP=''
4378GNULIB_MBSSPN=''
4379GNULIB_MBSSTR=''
4380GNULIB_MBSTOK_R=''
4381GNULIB_MBTOWC=''
4382GNULIB_MEMCHR=''
4383GNULIB_MEMMEM=''
4384GNULIB_MEMPCPY=''
4385GNULIB_MEMRCHR=''
4386GNULIB_MKDIRAT=''
4387GNULIB_MKDTEMP=''
4388GNULIB_MKFIFO=''
4389GNULIB_MKFIFOAT=''
4390GNULIB_MKNOD=''
4391GNULIB_MKNODAT=''
4392GNULIB_MKOSTEMP=''
4393GNULIB_MKOSTEMPS=''
4394GNULIB_MKSTEMP=''
4395GNULIB_MKSTEMPS=''
4396GNULIB_MKTIME=''
4397GNULIB_MODF=''
4398GNULIB_MODFF=''
4399GNULIB_MODFL=''
4400GNULIB_NANOSLEEP=''
4401GNULIB_NONBLOCKING=''
4402GNULIB_OBSTACK_PRINTF=''
4403GNULIB_OBSTACK_PRINTF_POSIX=''
4404GNULIB_OPEN=''
4405GNULIB_OPENAT=''
4406GNULIB_OPENDIR=''
4407GNULIB_OVERRIDES_STRUCT_STAT=''
4408GNULIB_OVERRIDES_WINT_T=''
4409GNULIB_PCLOSE=''
4410GNULIB_PERROR=''
4411GNULIB_PIPE2=''
4412GNULIB_PIPE=''
4413GNULIB_POPEN=''
4414GNULIB_POSIX_OPENPT=''
4415GNULIB_POWF=''
4416GNULIB_PREAD=''
4417GNULIB_PRINTF=''
4418GNULIB_PRINTF_POSIX=''
4419GNULIB_PSELECT=''
4420GNULIB_PTHREAD_SIGMASK=''
4421GNULIB_PTSNAME=''
4422GNULIB_PTSNAME_R=''
4423GNULIB_PUTC=''
4424GNULIB_PUTCHAR=''
4425GNULIB_PUTENV=''
4426GNULIB_PUTS=''
4427GNULIB_PWRITE=''
4428GNULIB_QSORT_R=''
4429GNULIB_RAISE=''
4430GNULIB_RANDOM=''
4431GNULIB_RANDOM_R=''
4432GNULIB_RAWMEMCHR=''
4433GNULIB_READ=''
4434GNULIB_READDIR=''
4435GNULIB_READLINK=''
4436GNULIB_READLINKAT=''
4437GNULIB_REALLOCARRAY=''
4438GNULIB_REALLOC_POSIX=''
4439GNULIB_REALPATH=''
4440GNULIB_RECV=''
4441GNULIB_RECVFROM=''
4442GNULIB_REMAINDER=''
4443GNULIB_REMAINDERF=''
4444GNULIB_REMAINDERL=''
4445GNULIB_REMOVE=''
4446GNULIB_RENAME=''
4447GNULIB_RENAMEAT=''
4448GNULIB_REWINDDIR=''
4449GNULIB_RINT=''
4450GNULIB_RINTF=''
4451GNULIB_RINTL=''
4452GNULIB_RMDIR=''
4453GNULIB_ROUND=''
4454GNULIB_ROUNDF=''
4455GNULIB_ROUNDL=''
4456GNULIB_RPMATCH=''
4457GNULIB_SCANDIR=''
4458GNULIB_SCANF=''
4459GNULIB_SECURE_GETENV=''
4460GNULIB_SELECT=''
4461GNULIB_SEND=''
4462GNULIB_SENDTO=''
4463GNULIB_SETENV=''
4464GNULIB_SETHOSTNAME=''
4465GNULIB_SETSOCKOPT=''
4466GNULIB_SHUTDOWN=''
4467GNULIB_SIGACTION=''
4468GNULIB_SIGNAL_H_SIGPIPE=''
4469GNULIB_SIGNBIT=''
4470GNULIB_SIGPROCMASK=''
4471GNULIB_SINF=''
4472GNULIB_SINHF=''
4473GNULIB_SINL=''
4474GNULIB_SLEEP=''
4475GNULIB_SNPRINTF=''
4476GNULIB_SOCKET=''
4477GNULIB_SPRINTF_POSIX=''
4478GNULIB_SQRTF=''
4479GNULIB_SQRTL=''
4480GNULIB_STAT=''
4481GNULIB_STDIO_H_NONBLOCKING=''
4482GNULIB_STDIO_H_SIGPIPE=''
4483GNULIB_STPCPY=''
4484GNULIB_STPNCPY=''
4485GNULIB_STRCASESTR=''
4486GNULIB_STRCHRNUL=''
4487GNULIB_STRDUP=''
4488GNULIB_STRERROR=''
4489GNULIB_STRERROR_R=''
4490GNULIB_STRFTIME=''
4491GNULIB_STRNCAT=''
4492GNULIB_STRNDUP=''
4493GNULIB_STRNLEN=''
4494GNULIB_STRPBRK=''
4495GNULIB_STRPTIME=''
4496GNULIB_STRSEP=''
4497GNULIB_STRSIGNAL=''
4498GNULIB_STRSTR=''
4499GNULIB_STRTOD=''
4500GNULIB_STRTOK_R=''
4501GNULIB_STRTOLL=''
4502GNULIB_STRTOULL=''
4503GNULIB_STRVERSCMP=''
4504GNULIB_SYMLINK=''
4505GNULIB_SYMLINKAT=''
4506GNULIB_SYSTEM_POSIX=''
4507GNULIB_TANF=''
4508GNULIB_TANHF=''
4509GNULIB_TANL=''
4510GNULIB_TIMEGM=''
4511GNULIB_TIMES=''
4512GNULIB_TIME_R=''
4513GNULIB_TIME_RZ=''
4514GNULIB_TMPFILE=''
4515GNULIB_TOWCTRANS=''
4516GNULIB_TRUNC=''
4517GNULIB_TRUNCATE=''
4518GNULIB_TRUNCF=''
4519GNULIB_TRUNCL=''
4520GNULIB_TTYNAME_R=''
4521GNULIB_TZSET=''
4522GNULIB_UNAME=''
4523GNULIB_UNISTD_H_NONBLOCKING=''
4524GNULIB_UNISTD_H_SIGPIPE=''
4525GNULIB_UNLINK=''
4526GNULIB_UNLINKAT=''
4527GNULIB_UNLOCKPT=''
4528GNULIB_UNSETENV=''
4529GNULIB_USLEEP=''
4530GNULIB_UTIMENSAT=''
4531GNULIB_VASPRINTF=''
4532GNULIB_VDPRINTF=''
4533GNULIB_VFPRINTF=''
4534GNULIB_VFPRINTF_POSIX=''
4535GNULIB_VFSCANF=''
4536GNULIB_VPRINTF=''
4537GNULIB_VPRINTF_POSIX=''
4538GNULIB_VSCANF=''
4539GNULIB_VSNPRINTF=''
4540GNULIB_VSPRINTF_POSIX=''
4541GNULIB_WAITPID=''
4542GNULIB_WCPCPY=''
4543GNULIB_WCPNCPY=''
4544GNULIB_WCRTOMB=''
4545GNULIB_WCSCASECMP=''
4546GNULIB_WCSCAT=''
4547GNULIB_WCSCHR=''
4548GNULIB_WCSCMP=''
4549GNULIB_WCSCOLL=''
4550GNULIB_WCSCPY=''
4551GNULIB_WCSCSPN=''
4552GNULIB_WCSDUP=''
4553GNULIB_WCSFTIME=''
4554GNULIB_WCSLEN=''
4555GNULIB_WCSNCASECMP=''
4556GNULIB_WCSNCAT=''
4557GNULIB_WCSNCMP=''
4558GNULIB_WCSNCPY=''
4559GNULIB_WCSNLEN=''
4560GNULIB_WCSNRTOMBS=''
4561GNULIB_WCSPBRK=''
4562GNULIB_WCSRCHR=''
4563GNULIB_WCSRTOMBS=''
4564GNULIB_WCSSPN=''
4565GNULIB_WCSSTR=''
4566GNULIB_WCSTOK=''
4567GNULIB_WCSWIDTH=''
4568GNULIB_WCSXFRM=''
4569GNULIB_WCTOB=''
4570GNULIB_WCTOMB=''
4571GNULIB_WCTRANS=''
4572GNULIB_WCTYPE=''
4573GNULIB_WCWIDTH=''
4574GNULIB_WMEMCHR=''
4575GNULIB_WMEMCMP=''
4576GNULIB_WMEMCPY=''
4577GNULIB_WMEMMOVE=''
4578GNULIB_WMEMSET=''
4579GNULIB_WRITE=''
4580GNULIB__EXIT=''
4581GNUPLOT='/opt/local/bin/gnuplot'
4582GPERF='/usr/bin/gperf'
4583GREP='/opt/local/bin/grep'
4584GXX_VERSION=''
4585HAVE_ACCEPT4=''
4586HAVE_ACOSF=''
4587HAVE_ACOSL=''
4588HAVE_ALPHASORT=''
4589HAVE_ASINF=''
4590HAVE_ASINL=''
4591HAVE_ATAN2F=''
4592HAVE_ATANF=''
4593HAVE_ATANL=''
4594HAVE_ATOLL=''
4595HAVE_BTOWC=''
4596HAVE_C99_STDINT_H=''
4597HAVE_CANONICALIZE_FILE_NAME=''
4598HAVE_CBRT=''
4599HAVE_CBRTF=''
4600HAVE_CBRTL=''
4601HAVE_CHOWN=''
4602HAVE_CLOSEDIR=''
4603HAVE_COPYSIGN=''
4604HAVE_COPYSIGNL=''
4605HAVE_COSF=''
4606HAVE_COSHF=''
4607HAVE_COSL=''
4608HAVE_CRTDEFS_H=''
4609HAVE_DECL_ACOSL=''
4610HAVE_DECL_ASINL=''
4611HAVE_DECL_ATANL=''
4612HAVE_DECL_CBRTF=''
4613HAVE_DECL_CBRTL=''
4614HAVE_DECL_CEILF=''
4615HAVE_DECL_CEILL=''
4616HAVE_DECL_COPYSIGNF=''
4617HAVE_DECL_COSL=''
4618HAVE_DECL_DIRFD=''
4619HAVE_DECL_ENVIRON=''
4620HAVE_DECL_EXP2=''
4621HAVE_DECL_EXP2F=''
4622HAVE_DECL_EXP2L=''
4623HAVE_DECL_EXPL=''
4624HAVE_DECL_EXPM1L=''
4625HAVE_DECL_FCHDIR=''
4626HAVE_DECL_FDATASYNC=''
4627HAVE_DECL_FDOPENDIR=''
4628HAVE_DECL_FLOORF=''
4629HAVE_DECL_FLOORL=''
4630HAVE_DECL_FPURGE=''
4631HAVE_DECL_FREXPL=''
4632HAVE_DECL_FSEEKO=''
4633HAVE_DECL_FTELLO=''
4634HAVE_DECL_GETDELIM=''
4635HAVE_DECL_GETDOMAINNAME=''
4636HAVE_DECL_GETLINE=''
4637HAVE_DECL_GETLOADAVG=''
4638HAVE_DECL_GETLOGIN=''
4639HAVE_DECL_GETLOGIN_R=''
4640HAVE_DECL_GETPAGESIZE=''
4641HAVE_DECL_GETUSERSHELL=''
4642HAVE_DECL_INITSTATE=''
4643HAVE_DECL_LDEXPL=''
4644HAVE_DECL_LOCALTIME_R=''
4645HAVE_DECL_LOG10L=''
4646HAVE_DECL_LOG2=''
4647HAVE_DECL_LOG2F=''
4648HAVE_DECL_LOG2L=''
4649HAVE_DECL_LOGB=''
4650HAVE_DECL_LOGL=''
4651HAVE_DECL_MEMMEM=''
4652HAVE_DECL_MEMRCHR=''
4653HAVE_DECL_OBSTACK_PRINTF=''
4654HAVE_DECL_REMAINDER=''
4655HAVE_DECL_REMAINDERL=''
4656HAVE_DECL_RINTF=''
4657HAVE_DECL_ROUND=''
4658HAVE_DECL_ROUNDF=''
4659HAVE_DECL_ROUNDL=''
4660HAVE_DECL_SETENV=''
4661HAVE_DECL_SETHOSTNAME=''
4662HAVE_DECL_SETSTATE=''
4663HAVE_DECL_SINL=''
4664HAVE_DECL_SNPRINTF=''
4665HAVE_DECL_SQRTL=''
4666HAVE_DECL_STRDUP=''
4667HAVE_DECL_STRERROR_R=''
4668HAVE_DECL_STRNCASECMP=''
4669HAVE_DECL_STRNDUP=''
4670HAVE_DECL_STRNLEN=''
4671HAVE_DECL_STRSIGNAL=''
4672HAVE_DECL_STRTOK_R=''
4673HAVE_DECL_TANL=''
4674HAVE_DECL_TRUNC=''
4675HAVE_DECL_TRUNCF=''
4676HAVE_DECL_TRUNCL=''
4677HAVE_DECL_TTYNAME_R=''
4678HAVE_DECL_UNSETENV=''
4679HAVE_DECL_VSNPRINTF=''
4680HAVE_DECL_WCTOB=''
4681HAVE_DECL_WCWIDTH=''
4682HAVE_DIRENT_H=''
4683HAVE_DPRINTF=''
4684HAVE_DUP2=''
4685HAVE_DUP3=''
4686HAVE_EUIDACCESS=''
4687HAVE_EXPF=''
4688HAVE_EXPL=''
4689HAVE_EXPLICIT_BZERO=''
4690HAVE_EXPM1=''
4691HAVE_EXPM1F=''
4692HAVE_FABSF=''
4693HAVE_FABSL=''
4694HAVE_FACCESSAT=''
4695HAVE_FCHDIR=''
4696HAVE_FCHMODAT=''
4697HAVE_FCHOWNAT=''
4698HAVE_FCNTL=''
4699HAVE_FDATASYNC=''
4700HAVE_FDOPENDIR=''
4701HAVE_FEATURES_H=''
4702HAVE_FFS=''
4703HAVE_FFSL=''
4704HAVE_FFSLL=''
4705HAVE_FMA=''
4706HAVE_FMAF=''
4707HAVE_FMAL=''
4708HAVE_FMODF=''
4709HAVE_FMODL=''
4710HAVE_FREXPF=''
4711HAVE_FSEEKO=''
4712HAVE_FSTATAT=''
4713HAVE_FSYNC=''
4714HAVE_FTELLO=''
4715HAVE_FTRUNCATE=''
4716HAVE_FUTIMENS=''
4717HAVE_GETDTABLESIZE=''
4718HAVE_GETGROUPS=''
4719HAVE_GETHOSTNAME=''
4720HAVE_GETLOGIN=''
4721HAVE_GETOPT_H=''
4722HAVE_GETPAGESIZE=''
4723HAVE_GETRUSAGE=''
4724HAVE_GETSUBOPT=''
4725HAVE_GETTIMEOFDAY=''
4726HAVE_GRANTPT=''
4727HAVE_GROUP_MEMBER=''
4728HAVE_HYPOTF=''
4729HAVE_HYPOTL=''
4730HAVE_ILOGB=''
4731HAVE_ILOGBF=''
4732HAVE_ILOGBL=''
4733HAVE_INTTYPES_H=''
4734HAVE_ISNAND=''
4735HAVE_ISNANF=''
4736HAVE_ISNANL=''
4737HAVE_ISWBLANK=''
4738HAVE_ISWCNTRL=''
4739HAVE_LCHMOD=''
4740HAVE_LCHOWN=''
4741HAVE_LDEXPF=''
4742HAVE_LINK=''
4743HAVE_LINKAT=''
4744HAVE_LOG10F=''
4745HAVE_LOG10L=''
4746HAVE_LOG1P=''
4747HAVE_LOG1PF=''
4748HAVE_LOG1PL=''
4749HAVE_LOGBF=''
4750HAVE_LOGBL=''
4751HAVE_LOGF=''
4752HAVE_LOGL=''
4753HAVE_LONG_LONG_INT=''
4754HAVE_LSTAT=''
4755HAVE_MAX_ALIGN_T=''
4756HAVE_MBRLEN=''
4757HAVE_MBRTOWC=''
4758HAVE_MBSINIT=''
4759HAVE_MBSLEN=''
4760HAVE_MBSNRTOWCS=''
4761HAVE_MBSRTOWCS=''
4762HAVE_MEMCHR=''
4763HAVE_MEMPCPY=''
4764HAVE_MKDIRAT=''
4765HAVE_MKDTEMP=''
4766HAVE_MKFIFO=''
4767HAVE_MKFIFOAT=''
4768HAVE_MKNOD=''
4769HAVE_MKNODAT=''
4770HAVE_MKOSTEMP=''
4771HAVE_MKOSTEMPS=''
4772HAVE_MKSTEMP=''
4773HAVE_MKSTEMPS=''
4774HAVE_MODFF=''
4775HAVE_MODFL=''
4776HAVE_MSVC_INVALID_PARAMETER_HANDLER=''
4777HAVE_NANOSLEEP=''
4778HAVE_OPENAT=''
4779HAVE_OPENDIR=''
4780HAVE_OS_H=''
4781HAVE_PCLOSE=''
4782HAVE_PIPE2=''
4783HAVE_PIPE=''
4784HAVE_POPEN=''
4785HAVE_POSIX_OPENPT=''
4786HAVE_POSIX_SIGNALBLOCKING=''
4787HAVE_POWF=''
4788HAVE_PREAD=''
4789HAVE_PSELECT=''
4790HAVE_PTHREAD_SIGMASK=''
4791HAVE_PTSNAME=''
4792HAVE_PTSNAME_R=''
4793HAVE_PWRITE=''
4794HAVE_QSORT_R=''
4795HAVE_RAISE=''
4796HAVE_RANDOM=''
4797HAVE_RANDOM_H=''
4798HAVE_RANDOM_R=''
4799HAVE_RAWMEMCHR=''
4800HAVE_READDIR=''
4801HAVE_READLINK=''
4802HAVE_READLINKAT=''
4803HAVE_REALLOCARRAY=''
4804HAVE_REALPATH=''
4805HAVE_REMAINDER=''
4806HAVE_REMAINDERF=''
4807HAVE_RENAMEAT=''
4808HAVE_REWINDDIR=''
4809HAVE_RINT=''
4810HAVE_RINTL=''
4811HAVE_RPMATCH=''
4812HAVE_SA_FAMILY_T=''
4813HAVE_SCANDIR=''
4814HAVE_SECURE_GETENV=''
4815HAVE_SETENV=''
4816HAVE_SETHOSTNAME=''
4817HAVE_SIGACTION=''
4818HAVE_SIGHANDLER_T=''
4819HAVE_SIGINFO_T=''
4820HAVE_SIGNED_SIG_ATOMIC_T=''
4821HAVE_SIGNED_WCHAR_T=''
4822HAVE_SIGNED_WINT_T=''
4823HAVE_SIGSET_T=''
4824HAVE_SINF=''
4825HAVE_SINHF=''
4826HAVE_SINL=''
4827HAVE_SLEEP=''
4828HAVE_SQRTF=''
4829HAVE_SQRTL=''
4830HAVE_STDINT_H=''
4831HAVE_STPCPY=''
4832HAVE_STPNCPY=''
4833HAVE_STRCASECMP=''
4834HAVE_STRCASESTR=''
4835HAVE_STRCHRNUL=''
4836HAVE_STRINGS_H=''
4837HAVE_STRPBRK=''
4838HAVE_STRPTIME=''
4839HAVE_STRSEP=''
4840HAVE_STRTOD=''
4841HAVE_STRTOLL=''
4842HAVE_STRTOULL=''
4843HAVE_STRUCT_RANDOM_DATA=''
4844HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
4845HAVE_STRUCT_SOCKADDR_STORAGE=''
4846HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=''
4847HAVE_STRUCT_TIMEVAL=''
4848HAVE_STRUCT_TMS=''
4849HAVE_STRUCT_UTSNAME=''
4850HAVE_STRVERSCMP=''
4851HAVE_SYMLINK=''
4852HAVE_SYMLINKAT=''
4853HAVE_SYS_BITYPES_H=''
4854HAVE_SYS_CDEFS_H=''
4855HAVE_SYS_INTTYPES_H=''
4856HAVE_SYS_LOADAVG_H=''
4857HAVE_SYS_PARAM_H=''
4858HAVE_SYS_RESOURCE_H=''
4859HAVE_SYS_SELECT_H=''
4860HAVE_SYS_SOCKET_H=''
4861HAVE_SYS_TIMES_H=''
4862HAVE_SYS_TIME_H=''
4863HAVE_SYS_TYPES_H=''
4864HAVE_SYS_UIO_H=''
4865HAVE_SYS_UTSNAME_H=''
4866HAVE_TANF=''
4867HAVE_TANHF=''
4868HAVE_TANL=''
4869HAVE_TIMEGM=''
4870HAVE_TIMES=''
4871HAVE_TIMEZONE_T=''
4872HAVE_TRUNCATE=''
4873HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
4874HAVE_TZSET=''
4875HAVE_UNAME=''
4876HAVE_UNISTD_H=''
4877HAVE_UNLINKAT=''
4878HAVE_UNLOCKPT=''
4879HAVE_UNSIGNED_LONG_LONG_INT=''
4880HAVE_USLEEP=''
4881HAVE_UTIMENSAT=''
4882HAVE_VASPRINTF=''
4883HAVE_VDPRINTF=''
4884HAVE_WCHAR_H=''
4885HAVE_WCHAR_T=''
4886HAVE_WCPCPY=''
4887HAVE_WCPNCPY=''
4888HAVE_WCRTOMB=''
4889HAVE_WCSCASECMP=''
4890HAVE_WCSCAT=''
4891HAVE_WCSCHR=''
4892HAVE_WCSCMP=''
4893HAVE_WCSCOLL=''
4894HAVE_WCSCPY=''
4895HAVE_WCSCSPN=''
4896HAVE_WCSDUP=''
4897HAVE_WCSFTIME=''
4898HAVE_WCSLEN=''
4899HAVE_WCSNCASECMP=''
4900HAVE_WCSNCAT=''
4901HAVE_WCSNCMP=''
4902HAVE_WCSNCPY=''
4903HAVE_WCSNLEN=''
4904HAVE_WCSNRTOMBS=''
4905HAVE_WCSPBRK=''
4906HAVE_WCSRCHR=''
4907HAVE_WCSRTOMBS=''
4908HAVE_WCSSPN=''
4909HAVE_WCSSTR=''
4910HAVE_WCSTOK=''
4911HAVE_WCSWIDTH=''
4912HAVE_WCSXFRM=''
4913HAVE_WCTRANS_T=''
4914HAVE_WCTYPE_H=''
4915HAVE_WCTYPE_T=''
4916HAVE_WINSOCK2_H=''
4917HAVE_WINT_T=''
4918HAVE_WMEMCHR=''
4919HAVE_WMEMCMP=''
4920HAVE_WMEMCPY=''
4921HAVE_WMEMMOVE=''
4922HAVE_WMEMSET=''
4923HAVE_WS2TCPIP_H=''
4924HAVE__BOOL=''
4925HAVE__EXIT=''
4926HDF5_CPPFLAGS=''
4927HDF5_LDFLAGS=''
4928HDF5_LIBS=''
4929HOST_CPU=''
4930HOST_CPU_C_ABI=''
4931ICONV_CONST=''
4932ICONV_H=''
4933ICOTOOL='/opt/local/bin/icotool'
4934INCLUDE_DEPS='yes'
4935INCLUDE_NEXT=''
4936INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
4937INSTALL_DATA='${INSTALL} -m 644'
4938INSTALL_PROGRAM='${INSTALL}'
4939INSTALL_SCRIPT='/usr/bin/install -c'
4940INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
4941JAR=''
4942JAVA=''
4943JAVAC=''
4944JAVA_CPPFLAGS=''
4945JAVA_HOME=''
4946JAVA_LIBS=''
4947KLU_CPPFLAGS=''
4948KLU_LDFLAGS=''
4949KLU_LIBS=''
4950LAPACK_LIBS=''
4951LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
4952LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64'
4953LD_CXX='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
4954LD_STATIC_FLAG=''
4955LEX='/opt/local/bin/flex'
4956LEXLIB=''
4957LEX_OUTPUT_ROOT='lex.octave_'
4958LFLAGS='-I'
4959LIBICONV=''
4960LIBINTL=''
4961LIBMULTITHREAD=''
4962LIBOBJS=''
4963LIBOCTAVE=''
4964LIBOCTAVE_LINK_DEPS=''
4965LIBOCTAVE_LINK_OPTS=''
4966LIBOCTGUI_LINK_DEPS=''
4967LIBOCTGUI_LINK_OPTS=''
4968LIBOCTINTERP=''
4969LIBOCTINTERP_LINK_DEPS=''
4970LIBOCTINTERP_LINK_OPTS=''
4971LIBPTH=''
4972LIBPTH_PREFIX=''
4973LIBS='-lm  '
4974LIBSOCKET=''
4975LIBTHREAD=''
4976LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4977LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_FALSE=''
4978LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE=''
4979LIBUNISTRING_COMPILE_UNICONV_U8_CONV_TO_ENC_FALSE=''
4980LIBUNISTRING_COMPILE_UNICONV_U8_CONV_TO_ENC_TRUE=''
4981LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE=''
4982LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE=''
4983LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE=''
4984LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE=''
4985LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE=''
4986LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE=''
4987LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE=''
4988LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE=''
4989LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE=''
4990LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE=''
4991LIBUNISTRING_COMPILE_UNISTR_U8_PREV_FALSE=''
4992LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE=''
4993LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE=''
4994LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE=''
4995LIBUNISTRING_UNICONV_H=''
4996LIBUNISTRING_UNISTR_H=''
4997LIBUNISTRING_UNITYPES_H=''
4998LIB_CLOCK_GETTIME=''
4999LIB_CRYPTO=''
5000LIB_GETLOGIN=''
5001LIB_NANOSLEEP=''
5002LIB_SELECT=''
5003LIMITS_H=''
5004LIPO='lipo'
5005LLVM_CONFIG=''
5006LLVM_CPPFLAGS=''
5007LLVM_CXXFLAGS=''
5008LLVM_LDFLAGS=''
5009LLVM_LIBS=''
5010LN_S='ln -s'
5011LOCALCHARSET_TESTS_ENVIRONMENT=''
5012LOCALE_FR=''
5013LOCALE_FR_UTF8=''
5014LOCALE_JA=''
5015LOCALE_ZH_CN=''
5016LRELEASE=''
5017LRELEASEFLAGS=''
5018LRELEASE_QTVER=''
5019LTALLOCA=''
5020LTLIBICONV=''
5021LTLIBINTL=''
5022LTLIBMULTITHREAD=''
5023LTLIBOBJS=''
5024LTLIBPTH=''
5025LTLIBTHREAD=''
5026LT_SYS_LIBRARY_PATH=''
5027MAGICK_CPPFLAGS=''
5028MAGICK_LDFLAGS=''
5029MAGICK_LIBS=''
5030MAKEINFO='/opt/local/bin/makeinfo'
5031MANIFEST_TOOL=':'
5032MKDIR_P='/bin/mkdir -p'
5033MKINFO='makeinfo'
5034MKOCTFILE_AR=''
5035MKOCTFILE_CC=''
5036MKOCTFILE_CXX=''
5037MKOCTFILE_DL_LD=''
5038MKOCTFILE_DL_LDFLAGS='-bundle -bundle_loader ${bindir}/octave-${version}'
5039MKOCTFILE_F77=''
5040MKOCTFILE_LD_CXX=''
5041MKOCTFILE_OCTAVE_LINK_DEPS=''
5042MKOCTFILE_OCT_LINK_DEPS=''
5043MKOCTFILE_RANLIB=''
5044MOC=''
5045MOCFLAGS=''
5046MOC_QTVER=''
5047NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=''
5048NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
5049NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
5050NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
5051NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
5052NEXT_AS_FIRST_DIRECTIVE_GLOB_H=''
5053NEXT_AS_FIRST_DIRECTIVE_ICONV_H=''
5054NEXT_AS_FIRST_DIRECTIVE_LIMITS_H=''
5055NEXT_AS_FIRST_DIRECTIVE_MATH_H=''
5056NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
5057NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
5058NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
5059NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
5060NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
5061NEXT_AS_FIRST_DIRECTIVE_STRINGS_H=''
5062NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
5063NEXT_AS_FIRST_DIRECTIVE_SYS_RESOURCE_H=''
5064NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=''
5065NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H=''
5066NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
5067NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H=''
5068NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
5069NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
5070NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H=''
5071NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H=''
5072NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H=''
5073NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
5074NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
5075NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
5076NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
5077NEXT_DIRENT_H=''
5078NEXT_ERRNO_H=''
5079NEXT_FCNTL_H=''
5080NEXT_FLOAT_H=''
5081NEXT_GETOPT_H=''
5082NEXT_GLOB_H=''
5083NEXT_ICONV_H=''
5084NEXT_LIMITS_H=''
5085NEXT_MATH_H=''
5086NEXT_SIGNAL_H=''
5087NEXT_STDDEF_H=''
5088NEXT_STDINT_H=''
5089NEXT_STDIO_H=''
5090NEXT_STDLIB_H=''
5091NEXT_STRINGS_H=''
5092NEXT_STRING_H=''
5093NEXT_SYS_RESOURCE_H=''
5094NEXT_SYS_SELECT_H=''
5095NEXT_SYS_SOCKET_H=''
5096NEXT_SYS_STAT_H=''
5097NEXT_SYS_TIMES_H=''
5098NEXT_SYS_TIME_H=''
5099NEXT_SYS_TYPES_H=''
5100NEXT_SYS_UIO_H=''
5101NEXT_SYS_UTSNAME_H=''
5102NEXT_SYS_WAIT_H=''
5103NEXT_TIME_H=''
5104NEXT_UNISTD_H=''
5105NEXT_WCHAR_H=''
5106NEXT_WCTYPE_H=''
5107NM='/opt/local/bin/nm -B'
5108NMEDIT='nmedit'
5109NO_OCT_FILE_STRIP='true'
5110NO_UNDEFINED_LDFLAG='-no-undefined'
5111OBJDUMP='objdump'
5112OBJEXT='o'
5113OCTAVE_API_VERSION='api-v52'
5114OCTAVE_COPYRIGHT='Copyright (C) 2018 John W. Eaton and others.'
5115OCTAVE_DLL_DEFS=''
5116OCTAVE_F77_INT_TYPE=''
5117OCTAVE_GUI_LINK_DEPS=''
5118OCTAVE_GUI_LINK_OPTS=''
5119OCTAVE_IDX_TYPE='int64_t'
5120OCTAVE_LINK_DEPS=''
5121OCTAVE_LINK_OPTS=''
5122OCTAVE_MAJOR_VERSION='4'
5123OCTAVE_MINOR_VERSION='4'
5124OCTAVE_PATCH_VERSION='0'
5125OCTAVE_RELEASE_DATE='2018-04-30'
5126OCTAVE_VERSION='4.x.x'
5127OCTGRAPHICS_DLL_DEFS=''
5128OCTGUI_DLL_DEFS=''
5129OCTINTERP_DLL_DEFS=''
5130OCT_LINK_DEPS=''
5131OCT_LINK_OPTS=''
5132OPENGL_LIBS=''
5133OSMESA_CPPFLAGS=''
5134OSMESA_LDFLAGS=''
5135OSMESA_LIBS=''
5136OTOOL64=':'
5137OTOOL='otool'
5138PACKAGE='octave'
5139PACKAGE_BUGREPORT='https://octave.org/bugs.html'
5140PACKAGE_NAME='GNU Octave'
5141PACKAGE_STRING='GNU Octave 4.4.0'
5142PACKAGE_TARNAME='octave'
5143PACKAGE_URL='https://www.gnu.org/software/octave/'
5144PACKAGE_VERSION='4.4.0'
5145PATH_SEPARATOR=':'
5146PCRE_CPPFLAGS=''
5147PCRE_LDFLAGS=''
5148PCRE_LIBS=''
5149PERL='/opt/local/bin/perl5'
5150PKG_CONFIG='/opt/local/bin/pkg-config'
5151PORTAUDIO_CPPFLAGS=''
5152PORTAUDIO_LDFLAGS=''
5153PORTAUDIO_LIBS=''
5154PRAGMA_COLUMNS=''
5155PRAGMA_SYSTEM_HEADER=''
5156PTHREAD_CC='/usr/bin/clang'
5157PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
5158PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
5159PTHREAD_LIBS=''
5160PTRDIFF_T_SUFFIX=''
5161PYTHON='/opt/local/bin/python2.7'
5162QCOLLECTIONGENERATOR=''
5163QCOLLECTIONGENERATORFLAGS=''
5164QCOLLECTIONGENERATOR_QTVER=''
5165QHELPGENERATOR=''
5166QHELPGENERATORFLAGS=''
5167QHELPGENERATOR_QTVER=''
5168QHULL_CPPFLAGS=''
5169QHULL_LDFLAGS=''
5170QHULL_LIBS=''
5171QRUPDATE_CPPFLAGS=''
5172QRUPDATE_LDFLAGS=''
5173QRUPDATE_LIBS=''
5174QTCHOOSER=''
5175QT_CFLAGS=''
5176QT_CPPFLAGS=''
5177QT_LDFLAGS=''
5178QT_LIBS=''
5179RANLIB='/usr/bin/ranlib'
5180RCC=''
5181RCCFLAGS=''
5182RCC_QTVER=''
5183RDYNAMIC_FLAG=''
5184READLINE_LIBS=''
5185REPLACE_ACOSF=''
5186REPLACE_ASINF=''
5187REPLACE_ATAN2F=''
5188REPLACE_ATANF=''
5189REPLACE_BTOWC=''
5190REPLACE_CALLOC=''
5191REPLACE_CANONICALIZE_FILE_NAME=''
5192REPLACE_CBRTF=''
5193REPLACE_CBRTL=''
5194REPLACE_CEIL=''
5195REPLACE_CEILF=''
5196REPLACE_CEILL=''
5197REPLACE_CHOWN=''
5198REPLACE_CLOSE=''
5199REPLACE_CLOSEDIR=''
5200REPLACE_COSF=''
5201REPLACE_COSHF=''
5202REPLACE_CTIME=''
5203REPLACE_DIRFD=''
5204REPLACE_DPRINTF=''
5205REPLACE_DUP2=''
5206REPLACE_DUP=''
5207REPLACE_EXP2=''
5208REPLACE_EXP2L=''
5209REPLACE_EXPF=''
5210REPLACE_EXPM1=''
5211REPLACE_EXPM1F=''
5212REPLACE_FABSL=''
5213REPLACE_FACCESSAT=''
5214REPLACE_FCHOWNAT=''
5215REPLACE_FCLOSE=''
5216REPLACE_FCNTL=''
5217REPLACE_FDOPEN=''
5218REPLACE_FDOPENDIR=''
5219REPLACE_FFLUSH=''
5220REPLACE_FLOOR=''
5221REPLACE_FLOORF=''
5222REPLACE_FLOORL=''
5223REPLACE_FMA=''
5224REPLACE_FMAF=''
5225REPLACE_FMAL=''
5226REPLACE_FMOD=''
5227REPLACE_FMODF=''
5228REPLACE_FMODL=''
5229REPLACE_FOPEN=''
5230REPLACE_FPRINTF=''
5231REPLACE_FPURGE=''
5232REPLACE_FREOPEN=''
5233REPLACE_FREXP=''
5234REPLACE_FREXPF=''
5235REPLACE_FREXPL=''
5236REPLACE_FSEEK=''
5237REPLACE_FSEEKO=''
5238REPLACE_FSTAT=''
5239REPLACE_FSTATAT=''
5240REPLACE_FTELL=''
5241REPLACE_FTELLO=''
5242REPLACE_FTRUNCATE=''
5243REPLACE_FUTIMENS=''
5244REPLACE_GETCWD=''
5245REPLACE_GETDELIM=''
5246REPLACE_GETDOMAINNAME=''
5247REPLACE_GETDTABLESIZE=''
5248REPLACE_GETGROUPS=''
5249REPLACE_GETLINE=''
5250REPLACE_GETLOGIN_R=''
5251REPLACE_GETPAGESIZE=''
5252REPLACE_GETTIMEOFDAY=''
5253REPLACE_GLOB=''
5254REPLACE_GMTIME=''
5255REPLACE_HUGE_VAL=''
5256REPLACE_HYPOT=''
5257REPLACE_HYPOTF=''
5258REPLACE_HYPOTL=''
5259REPLACE_ICONV=''
5260REPLACE_ICONV_OPEN=''
5261REPLACE_ICONV_UTF=''
5262REPLACE_ILOGB=''
5263REPLACE_ILOGBF=''
5264REPLACE_ILOGBL=''
5265REPLACE_ISATTY=''
5266REPLACE_ISFINITE=''
5267REPLACE_ISINF=''
5268REPLACE_ISNAN=''
5269REPLACE_ISWBLANK=''
5270REPLACE_ISWCNTRL=''
5271REPLACE_ITOLD=''
5272REPLACE_LCHOWN=''
5273REPLACE_LDEXPL=''
5274REPLACE_LINK=''
5275REPLACE_LINKAT=''
5276REPLACE_LOCALTIME=''
5277REPLACE_LOCALTIME_R=''
5278REPLACE_LOG10=''
5279REPLACE_LOG10F=''
5280REPLACE_LOG10L=''
5281REPLACE_LOG1P=''
5282REPLACE_LOG1PF=''
5283REPLACE_LOG1PL=''
5284REPLACE_LOG2=''
5285REPLACE_LOG2F=''
5286REPLACE_LOG2L=''
5287REPLACE_LOG=''
5288REPLACE_LOGB=''
5289REPLACE_LOGBF=''
5290REPLACE_LOGBL=''
5291REPLACE_LOGF=''
5292REPLACE_LOGL=''
5293REPLACE_LSEEK=''
5294REPLACE_LSTAT=''
5295REPLACE_MALLOC=''
5296REPLACE_MBRLEN=''
5297REPLACE_MBRTOWC=''
5298REPLACE_MBSINIT=''
5299REPLACE_MBSNRTOWCS=''
5300REPLACE_MBSRTOWCS=''
5301REPLACE_MBSTATE_T=''
5302REPLACE_MBTOWC=''
5303REPLACE_MEMCHR=''
5304REPLACE_MEMMEM=''
5305REPLACE_MKDIR=''
5306REPLACE_MKFIFO=''
5307REPLACE_MKNOD=''
5308REPLACE_MKSTEMP=''
5309REPLACE_MKTIME=''
5310REPLACE_MODF=''
5311REPLACE_MODFF=''
5312REPLACE_MODFL=''
5313REPLACE_NAN=''
5314REPLACE_NANOSLEEP=''
5315REPLACE_NULL=''
5316REPLACE_OBSTACK_PRINTF=''
5317REPLACE_OPEN=''
5318REPLACE_OPENAT=''
5319REPLACE_OPENDIR=''
5320REPLACE_PERROR=''
5321REPLACE_POPEN=''
5322REPLACE_PREAD=''
5323REPLACE_PRINTF=''
5324REPLACE_PSELECT=''
5325REPLACE_PTHREAD_SIGMASK=''
5326REPLACE_PTSNAME=''
5327REPLACE_PTSNAME_R=''
5328REPLACE_PUTENV=''
5329REPLACE_PWRITE=''
5330REPLACE_QSORT_R=''
5331REPLACE_RAISE=''
5332REPLACE_RANDOM_R=''
5333REPLACE_READ=''
5334REPLACE_READLINK=''
5335REPLACE_READLINKAT=''
5336REPLACE_REALLOC=''
5337REPLACE_REALPATH=''
5338REPLACE_REMAINDER=''
5339REPLACE_REMAINDERF=''
5340REPLACE_REMAINDERL=''
5341REPLACE_REMOVE=''
5342REPLACE_RENAME=''
5343REPLACE_RENAMEAT=''
5344REPLACE_RMDIR=''
5345REPLACE_ROUND=''
5346REPLACE_ROUNDF=''
5347REPLACE_ROUNDL=''
5348REPLACE_SELECT=''
5349REPLACE_SETENV=''
5350REPLACE_SIGNBIT=''
5351REPLACE_SIGNBIT_USING_GCC=''
5352REPLACE_SINF=''
5353REPLACE_SINHF=''
5354REPLACE_SLEEP=''
5355REPLACE_SNPRINTF=''
5356REPLACE_SPRINTF=''
5357REPLACE_SQRTF=''
5358REPLACE_SQRTL=''
5359REPLACE_STAT=''
5360REPLACE_STDIO_READ_FUNCS=''
5361REPLACE_STDIO_WRITE_FUNCS=''
5362REPLACE_STPNCPY=''
5363REPLACE_STRCASESTR=''
5364REPLACE_STRCHRNUL=''
5365REPLACE_STRDUP=''
5366REPLACE_STRERROR=''
5367REPLACE_STRERROR_R=''
5368REPLACE_STRFTIME=''
5369REPLACE_STRNCAT=''
5370REPLACE_STRNDUP=''
5371REPLACE_STRNLEN=''
5372REPLACE_STRSIGNAL=''
5373REPLACE_STRSTR=''
5374REPLACE_STRTOD=''
5375REPLACE_STRTOK_R=''
5376REPLACE_STRUCT_TIMEVAL=''
5377REPLACE_SYMLINK=''
5378REPLACE_SYMLINKAT=''
5379REPLACE_TANF=''
5380REPLACE_TANHF=''
5381REPLACE_TIMEGM=''
5382REPLACE_TMPFILE=''
5383REPLACE_TOWLOWER=''
5384REPLACE_TRUNC=''
5385REPLACE_TRUNCATE=''
5386REPLACE_TRUNCF=''
5387REPLACE_TRUNCL=''
5388REPLACE_TTYNAME_R=''
5389REPLACE_TZSET=''
5390REPLACE_UNLINK=''
5391REPLACE_UNLINKAT=''
5392REPLACE_UNSETENV=''
5393REPLACE_USLEEP=''
5394REPLACE_UTIMENSAT=''
5395REPLACE_VASPRINTF=''
5396REPLACE_VDPRINTF=''
5397REPLACE_VFPRINTF=''
5398REPLACE_VPRINTF=''
5399REPLACE_VSNPRINTF=''
5400REPLACE_VSPRINTF=''
5401REPLACE_WCRTOMB=''
5402REPLACE_WCSFTIME=''
5403REPLACE_WCSNRTOMBS=''
5404REPLACE_WCSRTOMBS=''
5405REPLACE_WCSWIDTH=''
5406REPLACE_WCTOB=''
5407REPLACE_WCTOMB=''
5408REPLACE_WCWIDTH=''
5409REPLACE_WRITE=''
5410REPRODUCIBLE_TAR_FLAGS='--numeric-owner'
5411RSVG_CONVERT='/opt/local/bin/rsvg-convert'
5412SED='/opt/local/bin/gsed'
5413SET_MAKE=''
5414SHARED_LIBS='yes'
5415SHELL='/bin/sh'
5416SH_LD='/usr/bin/clang++ -std=gnu++11'
5417SH_LDFLAGS='-dynamiclib -single_module -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64'
5418SIG_ATOMIC_T_SUFFIX=''
5419SIZE_T_SUFFIX=''
5420SNDFILE_CPPFLAGS=''
5421SNDFILE_LDFLAGS=''
5422SNDFILE_LIBS=''
5423SPARSE_XCPPFLAGS=''
5424SPARSE_XLDFLAGS=''
5425SPARSE_XLIBS=''
5426STATIC_LIBS='yes'
5427STDALIGN_H=''
5428STDBOOL_H=''
5429STDDEF_H=''
5430STDINT_H=''
5431STRIP='strip'
5432SUITESPARSECONFIG_CPPFLAGS=''
5433SUITESPARSECONFIG_LDFLAGS=''
5434SUITESPARSECONFIG_LIBS=''
5435SUNDIALS_IDA_CPPFLAGS=''
5436SUNDIALS_IDA_LDFLAGS=''
5437SUNDIALS_IDA_LIBS=''
5438SUNDIALS_NVECSERIAL_CPPFLAGS=''
5439SUNDIALS_NVECSERIAL_LDFLAGS=''
5440SUNDIALS_NVECSERIAL_LIBS=''
5441SUNDIALS_XCPPFLAGS=''
5442SUNDIALS_XLDFLAGS=''
5443SUNDIALS_XLIBS=''
5444SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
5445TEMPLATE_AR='ar'
5446TEMPLATE_ARFLAGS='cr'
5447TERM_LIBS=''
5448TEXI2DVI='/opt/local/bin/texi2dvi'
5449TEXI2PDF='/opt/local/bin/texi2pdf'
5450TIME_H_DEFINES_STRUCT_TIMESPEC=''
5451UIC=''
5452UICFLAGS=''
5453UIC_QTVER=''
5454UMFPACK_CPPFLAGS=''
5455UMFPACK_LDFLAGS=''
5456UMFPACK_LIBS=''
5457UNDEFINE_STRTOK_R=''
5458UNISTD_H_DEFINES_STRUCT_TIMESPEC=''
5459UNISTD_H_HAVE_WINSOCK2_H=''
5460UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
5461VERSION='4.4.0'
5462WARN_CFLAGS=''
5463WARN_CXXFLAGS=''
5464WARN_LDFLAGS=''
5465WCHAR_T_SUFFIX=''
5466WIN32_TERMINAL_FALSE=''
5467WIN32_TERMINAL_TRUE=''
5468WINDOWS_64_BIT_OFF_T=''
5469WINDOWS_64_BIT_ST_SIZE=''
5470WINDOWS_STAT_INODES=''
5471WINDOWS_STAT_TIMESPEC=''
5472WINT_T_SUFFIX=''
5473X11_INCFLAGS=''
5474X11_LIBS=''
5475XMKMF=''
5476XTRA_CFLAGS=' -D_THREAD_SAFE -pthread'
5477XTRA_CXXFLAGS=' -D_THREAD_SAFE -pthread'
5478XTRA_EXTERNAL_SH_LDFLAGS=''
5479YACC='/opt/local/bin/bison -y'
5480YFLAGS=''
5481Z_CPPFLAGS=''
5482Z_LDFLAGS=''
5483Z_LIBS=''
5484ac_config_files=''
5485ac_config_headers=' config.h:config.in.h'
5486ac_ct_AR='ar'
5487ac_ct_CC='/usr/bin/clang'
5488ac_ct_CXX=''
5489ac_ct_DUMPBIN=''
5490ac_ct_F77=''
5491ac_ct_LRELEASE=''
5492ac_ct_LRELEASE_QTVER=''
5493ac_ct_MOC=''
5494ac_ct_MOC_QTVER=''
5495ac_ct_QCOLLECTIONGENERATOR=''
5496ac_ct_QCOLLECTIONGENERATOR_QTVER=''
5497ac_ct_QHELPGENERATOR=''
5498ac_ct_QHELPGENERATOR_QTVER=''
5499ac_ct_QTCHOOSER=''
5500ac_ct_RCC=''
5501ac_ct_RCC_QTVER=''
5502ac_ct_UIC=''
5503ac_ct_UIC_QTVER=''
5504am__EXEEXT_FALSE=''
5505am__EXEEXT_TRUE=''
5506am__fastdepCC_FALSE='#'
5507am__fastdepCC_TRUE=''
5508am__fastdepCXX_FALSE='#'
5509am__fastdepCXX_TRUE=''
5510am__include='include'
5511am__isrc=''
5512am__leading_dot='.'
5513am__nodep='_no'
5514am__quote=''
5515am__tar='tar --format=ustar -chf - "$$tardir"'
5516am__untar='tar -xf -'
5517archlibdir='${libexecdir}/octave/${version}/exec/x86_64-apple-darwin17.x.x'
5518ax_pthread_config=''
5519bindir='${exec_prefix}/bin'
5520build='x86_64-apple-darwin17.6.0'
5521build_alias=''
5522build_cpu='x86_64'
5523build_os='darwin17.6.0'
5524build_vendor='apple'
5525canonical_host_type='x86_64-apple-darwin17.6.0'
5526config_opts=' '\''--prefix=/opt/local'\'' '\''--without-osmesa'\'' '\''--with-framework-carbon'\'' '\''--without-x'\'' '\''--enable-static'\'' '\''--disable-openmp'\'' '\''--disable-java'\'' '\''--with-qt=5'\'' '\''--without-fltk'\'' '\''--with-framework-opengl'\'' '\''--disable-jit'\'' '\''--with-sndfile'\'' '\''--with-portaudio'\'' '\''--with-magick=GraphicsMagick'\'' '\''--enable-docs'\'' '\''--with-amd=-lamd -lsuitesparseconfig'\'' '\''--with-camd=-lcamd -lsuitesparseconfig'\'' '\''--with-colamd=-lcolamd -lsuitesparseconfig'\'' '\''--with-cholmod=-lcholmod -lsuitesparseconfig'\'' '\''--with-cxsparse=-lcxsparse -lsuitesparseconfig'\'' '\''--with-umfpack=-lumfpack -lsuitesparseconfig'\'' '\''--without-openssl'\'' '\''FLIBS=-L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm'\'' '\''--with-blas=-L/opt/local/lib -lvecLibFort'\'' '\''--with-lapack='\'' '\''CC=/usr/bin/clang'\'' '\''CFLAGS=-pipe -Os -arch x86_64'\'' '\''LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/libexec/qt5/lib -arch x86_64'\'' '\''CPPFLAGS=-I/opt/local/include'\'' '\''YACC=/opt/local/bin/bison -y'\'' '\''CXX=/usr/bin/clang++'\'' '\''CXXFLAGS=-pipe -Os -stdlib=libc++ -arch x86_64'\'' '\''F77=/opt/local/bin/gfortran-mp-7'\'' '\''FFLAGS=-pipe -Os'\'''
5527datadir='${datarootdir}'
5528datarootdir='${prefix}/share'
5529doc_cache_file='${octetcdir}/doc-cache'
5530docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
5531dvidir='${docdir}'
5532exec_prefix='NONE'
5533fcnfiledir='${datadir}/octave/${version}/m'
5534gl_LIBOBJS=''
5535gl_LTLIBOBJS=''
5536gltests_LIBOBJS=''
5537gltests_LTLIBOBJS=''
5538gltests_WITNESS=''
5539host='x86_64-apple-darwin17.6.0'
5540host_alias=''
5541host_cpu='x86_64'
5542host_os='darwin17.6.0'
5543host_vendor='apple'
5544htmldir='${docdir}'
5545imagedir='${datadir}/octave/${version}/imagelib'
5546includedir='${prefix}/include'
5547infodir='${datarootdir}/info'
5548infofile='${infodir}/octave.info'
5549install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-4.4.0/build-aux/install-sh'
5550ldpreloadsep=' '
5551libdir='${exec_prefix}/lib'
5552libexecdir='${exec_prefix}/libexec'
5553library_path_var='DYLD_LIBRARY_PATH'
5554lispdir=''
5555localapiarchlibdir='${libexecdir}/octave/${api_version}/site/exec/x86_64-apple-darwin17.x.x'
5556localapifcnfiledir='${datadir}/octave/site/${api_version}/m'
5557localapioctfiledir='${libdir}/octave/site/oct/${api_version}/x86_64-apple-darwin17.x.x'
5558localarchlibdir='${libexecdir}/octave/site/exec/x86_64-apple-darwin17.x.x'
5559localedir='${datarootdir}/locale'
5560localfcnfiledir='${datadir}/octave/site/m'
5561localoctfiledir='${libdir}/octave/site/oct/x86_64-apple-darwin17.x.x'
5562localstartupfiledir='${localfcnfiledir}/startup'
5563localstatedir='${prefix}/var'
5564localverarchlibdir='${libexecdir}/octave/${version}/site/exec/x86_64-apple-darwin17.x.x'
5565localverfcnfiledir='${datadir}/octave/${version}/site/m'
5566localveroctfiledir='${libdir}/octave/${version}/site/oct/x86_64-apple-darwin17.x.x'
5567man1dir='${mandir}/man1'
5568man1ext='.1'
5569mandir='${datarootdir}/man'
5570mkdir_p='$(MKDIR_P)'
5571octdatadir='${datadir}/octave/${version}/data'
5572octdocdir='${datadir}/octave/${version}/doc'
5573octetcdir='${datadir}/octave/${version}/etc'
5574octfiledir='${libdir}/octave/${version}/oct/x86_64-apple-darwin17.x.x'
5575octfontsdir='${datadir}/octave/${version}/fonts'
5576octincludedir='${includedir}/octave-${version}/octave'
5577octlibdir='${libdir}/octave/${version}'
5578octlocaledir='${datadir}/octave/${version}/locale'
5579octtestsdir='${octetcdir}/tests'
5580oldincludedir='/usr/include'
5581pdfdir='${docdir}'
5582pkglibexecdir=''
5583prefix='/opt/local'
5584program_transform_name='s,x,x,'
5585psdir='${docdir}'
5586runstatedir='${localstatedir}/run'
5587sbindir='${exec_prefix}/sbin'
5588sepchar=':'
5589sharedstatedir='${prefix}/com'
5590startupfiledir='${fcnfiledir}/startup'
5591sysconfdir='${prefix}/etc'
5592target_alias=''
5593texi_macros_file='${octetcdir}/macros.texi'
5594
5595## ----------- ##
5596## confdefs.h. ##
5597## ----------- ##
5598
5599/* confdefs.h */
5600#define PACKAGE_NAME "GNU Octave"
5601#define PACKAGE_TARNAME "octave"
5602#define PACKAGE_VERSION "4.4.0"
5603#define PACKAGE_STRING "GNU Octave 4.4.0"
5604#define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
5605#define PACKAGE_URL "https://www.gnu.org/software/octave/"
5606#define PACKAGE "octave"
5607#define VERSION "4.4.0"
5608#define OCTAVE_SOURCE 1
5609#define STDC_HEADERS 1
5610#define HAVE_SYS_TYPES_H 1
5611#define HAVE_SYS_STAT_H 1
5612#define HAVE_STDLIB_H 1
5613#define HAVE_STRING_H 1
5614#define HAVE_MEMORY_H 1
5615#define HAVE_STRINGS_H 1
5616#define HAVE_INTTYPES_H 1
5617#define HAVE_STDINT_H 1
5618#define HAVE_UNISTD_H 1
5619#define __EXTENSIONS__ 1
5620#define _ALL_SOURCE 1
5621#define _DARWIN_C_SOURCE 1
5622#define _GNU_SOURCE 1
5623#define _NETBSD_SOURCE 1
5624#define _OPENBSD_SOURCE 1
5625#define _POSIX_PTHREAD_SEMANTICS 1
5626#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5627#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5628#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5629#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5630#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5631#define __STDC_WANT_LIB_EXT2__ 1
5632#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5633#define _TANDEM_SOURCE 1
5634#define _HPUX_ALT_XOPEN_SOCKET_API 1
5635#define YYTEXT_POINTER 1
5636#define SEPCHAR ':'
5637#define SEPCHAR_STR ":"
5638#define SHELL_PATH "/bin/sh"
5639#define HAVE_FSEEKO 1
5640#define _DARWIN_USE_64_BIT_INODE 1
5641#define __NO_MATH_INLINES 1
5642#define SIZEOF_VOID_P 8
5643#define OCTAVE_ENABLE_64 1
5644#define OCTAVE_SIZEOF_IDX_TYPE 8
5645#define OCTAVE_IDX_TYPE int64_t
5646#define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
5647#define HAVE_PTHREAD_PRIO_INHERIT 1
5648#define HAVE_PTHREAD 1
5649#define HAVE_DLFCN_H 1
5650#define LT_OBJDIR ".libs/"
5651#define HAVE_LIBM 1
5652#define F77_FUNC(name,NAME) name ## _
5653#define F77_FUNC_(name,NAME) name ## _
5654#define F77_USES_GFORTRAN_CALLING_CONVENTION 1
5655
5656configure: exit 1