| 1 | This file contains any messages produced by compilers while |
|---|
| 2 | running configure, to aid debugging if configure makes a mistake. |
|---|
| 3 | |
|---|
| 4 | It was created by GNU Octave configure 3.8.2, which was |
|---|
| 5 | generated by GNU Autoconf 2.69. Invocation command line was |
|---|
| 6 | |
|---|
| 7 | $ ./configure --prefix=/opt/local --disable-dependency-tracking --with-umfpack=-lumfpack -lSuiteSparse --enable-docs --enable-strict-warning-flags --disable-silent-rules --without-x --with-opengl --enable-gui --disable-java --with-cholmod=-lcholmod --with-blas=-lcblas -lf77blas -latlas --with-lapack=-llapack |
|---|
| 8 | |
|---|
| 9 | ## --------- ## |
|---|
| 10 | ## Platform. ## |
|---|
| 11 | ## --------- ## |
|---|
| 12 | |
|---|
| 13 | hostname = anujjain-OSX |
|---|
| 14 | uname -m = x86_64 |
|---|
| 15 | uname -r = 14.5.0 |
|---|
| 16 | uname -s = Darwin |
|---|
| 17 | uname -v = Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~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 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 |
|---|
| 27 | Kernel configured for up to 8 processors. |
|---|
| 28 | 4 processors are physically available. |
|---|
| 29 | 8 processors are logically available. |
|---|
| 30 | Processor type: x86_64h (Intel x86-64h Haswell) |
|---|
| 31 | Processors active: 0 1 2 3 4 5 6 7 |
|---|
| 32 | Primary memory available: 16.00 gigabytes |
|---|
| 33 | Default processor set: 331 tasks, 2057 threads, 8 processors |
|---|
| 34 | Load average: 2.35, Mach factor: 5.64 |
|---|
| 35 | /bin/machine = unknown |
|---|
| 36 | /usr/bin/oslevel = unknown |
|---|
| 37 | /bin/universe = unknown |
|---|
| 38 | |
|---|
| 39 | PATH: /opt/local/libexec/qt4/bin |
|---|
| 40 | PATH: /opt/local/bin |
|---|
| 41 | PATH: /opt/local/sbin |
|---|
| 42 | PATH: /bin |
|---|
| 43 | PATH: /sbin |
|---|
| 44 | PATH: /usr/bin |
|---|
| 45 | PATH: /usr/sbin |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | ## ----------- ## |
|---|
| 49 | ## Core tests. ## |
|---|
| 50 | ## ----------- ## |
|---|
| 51 | |
|---|
| 52 | configure:5027: checking for a BSD-compatible install |
|---|
| 53 | configure:5095: result: /usr/bin/install -c |
|---|
| 54 | configure:5106: checking whether build environment is sane |
|---|
| 55 | configure:5161: result: yes |
|---|
| 56 | configure:5312: checking for a thread-safe mkdir -p |
|---|
| 57 | configure:5351: result: build-aux/install-sh -c -d |
|---|
| 58 | configure:5358: checking for gawk |
|---|
| 59 | configure:5385: result: /opt/local/bin/gawk |
|---|
| 60 | configure:5396: checking whether make sets $(MAKE) |
|---|
| 61 | configure:5418: result: yes |
|---|
| 62 | configure:5447: checking whether make supports nested variables |
|---|
| 63 | configure:5464: result: yes |
|---|
| 64 | configure:5553: checking whether UID '502' is supported by ustar format |
|---|
| 65 | configure:5556: result: yes |
|---|
| 66 | configure:5563: checking whether GID '502' is supported by ustar format |
|---|
| 67 | configure:5566: result: yes |
|---|
| 68 | configure:5574: checking how to create a ustar tar archive |
|---|
| 69 | configure:5585: tar --version |
|---|
| 70 | bsdtar 2.8.3 - libarchive 2.8.3 |
|---|
| 71 | configure:5588: $? = 0 |
|---|
| 72 | configure:5628: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar |
|---|
| 73 | configure:5631: $? = 0 |
|---|
| 74 | configure:5635: tar -xf - <conftest.tar |
|---|
| 75 | configure:5638: $? = 0 |
|---|
| 76 | configure:5640: cat conftest.dir/file |
|---|
| 77 | GrepMe |
|---|
| 78 | configure:5643: $? = 0 |
|---|
| 79 | configure:5656: result: gnutar |
|---|
| 80 | configure:5720: checking whether make supports nested variables |
|---|
| 81 | configure:5737: result: yes |
|---|
| 82 | configure:5753: checking build system type |
|---|
| 83 | configure:5767: result: x86_64-apple-darwin14.5.0 |
|---|
| 84 | configure:5787: checking host system type |
|---|
| 85 | configure:5800: result: x86_64-apple-darwin14.5.0 |
|---|
| 86 | configure:5856: checking for style of include used by make |
|---|
| 87 | configure:5884: result: GNU |
|---|
| 88 | configure:5955: checking for gcc |
|---|
| 89 | configure:5982: result: /usr/bin/clang |
|---|
| 90 | configure:6211: checking for C compiler version |
|---|
| 91 | configure:6220: /usr/bin/clang --version >&5 |
|---|
| 92 | Apple LLVM version 7.0.2 (clang-700.1.81) |
|---|
| 93 | Target: x86_64-apple-darwin14.5.0 |
|---|
| 94 | Thread model: posix |
|---|
| 95 | configure:6231: $? = 0 |
|---|
| 96 | configure:6220: /usr/bin/clang -v >&5 |
|---|
| 97 | Apple LLVM version 7.0.2 (clang-700.1.81) |
|---|
| 98 | Target: x86_64-apple-darwin14.5.0 |
|---|
| 99 | Thread model: posix |
|---|
| 100 | configure:6231: $? = 0 |
|---|
| 101 | configure:6220: /usr/bin/clang -V >&5 |
|---|
| 102 | clang: error: argument to '-V' is missing (expected 1 value) |
|---|
| 103 | clang: error: no input files |
|---|
| 104 | configure:6231: $? = 1 |
|---|
| 105 | configure:6220: /usr/bin/clang -qversion >&5 |
|---|
| 106 | clang: error: unknown argument: '-qversion' |
|---|
| 107 | clang: error: no input files |
|---|
| 108 | configure:6231: $? = 1 |
|---|
| 109 | configure:6251: checking whether the C compiler works |
|---|
| 110 | configure:6273: /usr/bin/clang -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 111 | configure:6277: $? = 0 |
|---|
| 112 | configure:6325: result: yes |
|---|
| 113 | configure:6328: checking for C compiler default output file name |
|---|
| 114 | configure:6330: result: a.out |
|---|
| 115 | configure:6336: checking for suffix of executables |
|---|
| 116 | configure:6343: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 117 | configure:6347: $? = 0 |
|---|
| 118 | configure:6369: result: |
|---|
| 119 | configure:6391: checking whether we are cross compiling |
|---|
| 120 | configure:6399: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 121 | configure:6403: $? = 0 |
|---|
| 122 | configure:6410: ./conftest |
|---|
| 123 | configure:6414: $? = 0 |
|---|
| 124 | configure:6429: result: no |
|---|
| 125 | configure:6434: checking for suffix of object files |
|---|
| 126 | configure:6456: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 127 | configure:6460: $? = 0 |
|---|
| 128 | configure:6481: result: o |
|---|
| 129 | configure:6485: checking whether we are using the GNU C compiler |
|---|
| 130 | configure:6504: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 131 | configure:6504: $? = 0 |
|---|
| 132 | configure:6513: result: yes |
|---|
| 133 | configure:6522: checking whether /usr/bin/clang accepts -g |
|---|
| 134 | configure:6542: /usr/bin/clang -c -g conftest.c >&5 |
|---|
| 135 | configure:6542: $? = 0 |
|---|
| 136 | configure:6583: result: yes |
|---|
| 137 | configure:6600: checking for /usr/bin/clang option to accept ISO C89 |
|---|
| 138 | configure:6663: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 139 | configure:6663: $? = 0 |
|---|
| 140 | configure:6676: result: none needed |
|---|
| 141 | configure:6701: checking whether /usr/bin/clang understands -c and -o together |
|---|
| 142 | configure:6723: /usr/bin/clang -c conftest.c -o conftest2.o |
|---|
| 143 | configure:6726: $? = 0 |
|---|
| 144 | configure:6723: /usr/bin/clang -c conftest.c -o conftest2.o |
|---|
| 145 | configure:6726: $? = 0 |
|---|
| 146 | configure:6738: result: yes |
|---|
| 147 | configure:6757: checking dependency style of /usr/bin/clang |
|---|
| 148 | configure:6868: result: none |
|---|
| 149 | configure:6889: checking how to run the C preprocessor |
|---|
| 150 | configure:6920: /usr/bin/clang -E conftest.c |
|---|
| 151 | configure:6920: $? = 0 |
|---|
| 152 | configure:6934: /usr/bin/clang -E conftest.c |
|---|
| 153 | conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found |
|---|
| 154 | #include <ac_nonexistent.h> |
|---|
| 155 | ^ |
|---|
| 156 | 1 error generated. |
|---|
| 157 | configure:6934: $? = 1 |
|---|
| 158 | configure: failed program was: |
|---|
| 159 | | /* confdefs.h */ |
|---|
| 160 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 161 | | #define PACKAGE_TARNAME "octave" |
|---|
| 162 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 163 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 164 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 165 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 166 | | #define PACKAGE "octave" |
|---|
| 167 | | #define VERSION "3.8.2" |
|---|
| 168 | | #define OCTAVE_SOURCE 1 |
|---|
| 169 | | /* end confdefs.h. */ |
|---|
| 170 | | #include <ac_nonexistent.h> |
|---|
| 171 | configure:6959: result: /usr/bin/clang -E |
|---|
| 172 | configure:6979: /usr/bin/clang -E conftest.c |
|---|
| 173 | configure:6979: $? = 0 |
|---|
| 174 | configure:6993: /usr/bin/clang -E conftest.c |
|---|
| 175 | conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found |
|---|
| 176 | #include <ac_nonexistent.h> |
|---|
| 177 | ^ |
|---|
| 178 | 1 error generated. |
|---|
| 179 | configure:6993: $? = 1 |
|---|
| 180 | configure: failed program was: |
|---|
| 181 | | /* confdefs.h */ |
|---|
| 182 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 183 | | #define PACKAGE_TARNAME "octave" |
|---|
| 184 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 185 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 186 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 187 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 188 | | #define PACKAGE "octave" |
|---|
| 189 | | #define VERSION "3.8.2" |
|---|
| 190 | | #define OCTAVE_SOURCE 1 |
|---|
| 191 | | /* end confdefs.h. */ |
|---|
| 192 | | #include <ac_nonexistent.h> |
|---|
| 193 | configure:7022: checking for grep that handles long lines and -e |
|---|
| 194 | configure:7080: result: /opt/local/bin/grep |
|---|
| 195 | configure:7085: checking for egrep |
|---|
| 196 | configure:7147: result: /opt/local/bin/grep -E |
|---|
| 197 | configure:7152: checking for ANSI C header files |
|---|
| 198 | configure:7172: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 199 | configure:7172: $? = 0 |
|---|
| 200 | configure:7245: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 201 | configure:7245: $? = 0 |
|---|
| 202 | configure:7245: ./conftest |
|---|
| 203 | configure:7245: $? = 0 |
|---|
| 204 | configure:7256: result: yes |
|---|
| 205 | configure:7269: checking for sys/types.h |
|---|
| 206 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 207 | configure:7269: $? = 0 |
|---|
| 208 | configure:7269: result: yes |
|---|
| 209 | configure:7269: checking for sys/stat.h |
|---|
| 210 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 211 | configure:7269: $? = 0 |
|---|
| 212 | configure:7269: result: yes |
|---|
| 213 | configure:7269: checking for stdlib.h |
|---|
| 214 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 215 | configure:7269: $? = 0 |
|---|
| 216 | configure:7269: result: yes |
|---|
| 217 | configure:7269: checking for string.h |
|---|
| 218 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 219 | configure:7269: $? = 0 |
|---|
| 220 | configure:7269: result: yes |
|---|
| 221 | configure:7269: checking for memory.h |
|---|
| 222 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 223 | configure:7269: $? = 0 |
|---|
| 224 | configure:7269: result: yes |
|---|
| 225 | configure:7269: checking for strings.h |
|---|
| 226 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 227 | configure:7269: $? = 0 |
|---|
| 228 | configure:7269: result: yes |
|---|
| 229 | configure:7269: checking for inttypes.h |
|---|
| 230 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 231 | configure:7269: $? = 0 |
|---|
| 232 | configure:7269: result: yes |
|---|
| 233 | configure:7269: checking for stdint.h |
|---|
| 234 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 235 | configure:7269: $? = 0 |
|---|
| 236 | configure:7269: result: yes |
|---|
| 237 | configure:7269: checking for unistd.h |
|---|
| 238 | configure:7269: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 239 | configure:7269: $? = 0 |
|---|
| 240 | configure:7269: result: yes |
|---|
| 241 | configure:7282: checking minix/config.h usability |
|---|
| 242 | configure:7282: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 243 | conftest.c:55:10: fatal error: 'minix/config.h' file not found |
|---|
| 244 | #include <minix/config.h> |
|---|
| 245 | ^ |
|---|
| 246 | 1 error generated. |
|---|
| 247 | configure:7282: $? = 1 |
|---|
| 248 | configure: failed program was: |
|---|
| 249 | | /* confdefs.h */ |
|---|
| 250 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 251 | | #define PACKAGE_TARNAME "octave" |
|---|
| 252 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 253 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 254 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 255 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 256 | | #define PACKAGE "octave" |
|---|
| 257 | | #define VERSION "3.8.2" |
|---|
| 258 | | #define OCTAVE_SOURCE 1 |
|---|
| 259 | | #define STDC_HEADERS 1 |
|---|
| 260 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 261 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 262 | | #define HAVE_STDLIB_H 1 |
|---|
| 263 | | #define HAVE_STRING_H 1 |
|---|
| 264 | | #define HAVE_MEMORY_H 1 |
|---|
| 265 | | #define HAVE_STRINGS_H 1 |
|---|
| 266 | | #define HAVE_INTTYPES_H 1 |
|---|
| 267 | | #define HAVE_STDINT_H 1 |
|---|
| 268 | | #define HAVE_UNISTD_H 1 |
|---|
| 269 | | /* end confdefs.h. */ |
|---|
| 270 | | #include <stdio.h> |
|---|
| 271 | | #ifdef HAVE_SYS_TYPES_H |
|---|
| 272 | | # include <sys/types.h> |
|---|
| 273 | | #endif |
|---|
| 274 | | #ifdef HAVE_SYS_STAT_H |
|---|
| 275 | | # include <sys/stat.h> |
|---|
| 276 | | #endif |
|---|
| 277 | | #ifdef STDC_HEADERS |
|---|
| 278 | | # include <stdlib.h> |
|---|
| 279 | | # include <stddef.h> |
|---|
| 280 | | #else |
|---|
| 281 | | # ifdef HAVE_STDLIB_H |
|---|
| 282 | | # include <stdlib.h> |
|---|
| 283 | | # endif |
|---|
| 284 | | #endif |
|---|
| 285 | | #ifdef HAVE_STRING_H |
|---|
| 286 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 287 | | # include <memory.h> |
|---|
| 288 | | # endif |
|---|
| 289 | | # include <string.h> |
|---|
| 290 | | #endif |
|---|
| 291 | | #ifdef HAVE_STRINGS_H |
|---|
| 292 | | # include <strings.h> |
|---|
| 293 | | #endif |
|---|
| 294 | | #ifdef HAVE_INTTYPES_H |
|---|
| 295 | | # include <inttypes.h> |
|---|
| 296 | | #endif |
|---|
| 297 | | #ifdef HAVE_STDINT_H |
|---|
| 298 | | # include <stdint.h> |
|---|
| 299 | | #endif |
|---|
| 300 | | #ifdef HAVE_UNISTD_H |
|---|
| 301 | | # include <unistd.h> |
|---|
| 302 | | #endif |
|---|
| 303 | | #include <minix/config.h> |
|---|
| 304 | configure:7282: result: no |
|---|
| 305 | configure:7282: checking minix/config.h presence |
|---|
| 306 | configure:7282: /usr/bin/clang -E conftest.c |
|---|
| 307 | conftest.c:22:10: fatal error: 'minix/config.h' file not found |
|---|
| 308 | #include <minix/config.h> |
|---|
| 309 | ^ |
|---|
| 310 | 1 error generated. |
|---|
| 311 | configure:7282: $? = 1 |
|---|
| 312 | configure: failed program was: |
|---|
| 313 | | /* confdefs.h */ |
|---|
| 314 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 315 | | #define PACKAGE_TARNAME "octave" |
|---|
| 316 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 317 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 318 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 319 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 320 | | #define PACKAGE "octave" |
|---|
| 321 | | #define VERSION "3.8.2" |
|---|
| 322 | | #define OCTAVE_SOURCE 1 |
|---|
| 323 | | #define STDC_HEADERS 1 |
|---|
| 324 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 325 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 326 | | #define HAVE_STDLIB_H 1 |
|---|
| 327 | | #define HAVE_STRING_H 1 |
|---|
| 328 | | #define HAVE_MEMORY_H 1 |
|---|
| 329 | | #define HAVE_STRINGS_H 1 |
|---|
| 330 | | #define HAVE_INTTYPES_H 1 |
|---|
| 331 | | #define HAVE_STDINT_H 1 |
|---|
| 332 | | #define HAVE_UNISTD_H 1 |
|---|
| 333 | | /* end confdefs.h. */ |
|---|
| 334 | | #include <minix/config.h> |
|---|
| 335 | configure:7282: result: no |
|---|
| 336 | configure:7282: checking for minix/config.h |
|---|
| 337 | configure:7282: result: no |
|---|
| 338 | configure:7306: checking whether it is safe to define __EXTENSIONS__ |
|---|
| 339 | configure:7324: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 340 | configure:7324: $? = 0 |
|---|
| 341 | configure:7331: result: yes |
|---|
| 342 | configure:7346: checking whether _XOPEN_SOURCE should be defined |
|---|
| 343 | configure:7365: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 344 | configure:7365: $? = 0 |
|---|
| 345 | configure:7389: result: no |
|---|
| 346 | configure:7405: result: defining octlibdir to be $(libdir)/octave/$(version) |
|---|
| 347 | configure:7411: result: defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type) |
|---|
| 348 | configure:7417: result: defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type) |
|---|
| 349 | configure:7423: result: defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type) |
|---|
| 350 | configure:7429: result: defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type) |
|---|
| 351 | configure:7435: result: defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type) |
|---|
| 352 | configure:7441: result: defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type) |
|---|
| 353 | configure:7447: result: defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type) |
|---|
| 354 | configure:7453: result: defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type) |
|---|
| 355 | configure:7459: result: defining octincludedir to be $(includedir)/octave-$(version)/octave |
|---|
| 356 | configure:7465: result: defining fcnfiledir to be $(datadir)/octave/$(version)/m |
|---|
| 357 | configure:7471: result: defining localfcnfiledir to be $(datadir)/octave/site/m |
|---|
| 358 | configure:7477: result: defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m |
|---|
| 359 | configure:7483: result: defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m |
|---|
| 360 | configure:7489: result: defining octetcdir to be $(datadir)/octave/$(version)/etc |
|---|
| 361 | configure:7495: result: defining octlocaledir to be $(datadir)/octave/$(version)/locale |
|---|
| 362 | configure:7501: result: defining doc_cache_file to be $(octetcdir)/doc-cache |
|---|
| 363 | configure:7507: result: defining octtestsdir to be $(octetcdir)/tests |
|---|
| 364 | configure:7513: result: defining texi_macros_file to be $(octetcdir)/macros.texi |
|---|
| 365 | configure:7519: result: defining imagedir to be $(datadir)/octave/$(version)/imagelib |
|---|
| 366 | configure:7525: result: defining man1dir to be $(mandir)/man1 |
|---|
| 367 | configure:7531: result: defining man1ext to be .1 |
|---|
| 368 | configure:7537: result: defining infofile to be $(infodir)/octave.info |
|---|
| 369 | configure:7595: checking for pkg-config |
|---|
| 370 | configure:7613: found /opt/local/bin/pkg-config |
|---|
| 371 | configure:7625: result: /opt/local/bin/pkg-config |
|---|
| 372 | configure:7650: checking pkg-config is at least version 0.9.0 |
|---|
| 373 | configure:7653: result: yes |
|---|
| 374 | configure:7668: checking for gawk |
|---|
| 375 | configure:7695: result: /opt/local/bin/gawk |
|---|
| 376 | configure:7706: checking for grep that handles long lines and -e |
|---|
| 377 | configure:7764: result: /opt/local/bin/grep |
|---|
| 378 | configure:7774: checking for gfind |
|---|
| 379 | configure:7804: result: no |
|---|
| 380 | configure:7774: checking for find |
|---|
| 381 | configure:7790: found /usr/bin/find |
|---|
| 382 | configure:7801: result: find |
|---|
| 383 | configure:7814: checking for a usable sed |
|---|
| 384 | configure:7892: result: /opt/local/bin/gsed |
|---|
| 385 | configure:7898: checking for perl |
|---|
| 386 | configure:7925: result: /opt/local/bin/perl |
|---|
| 387 | configure:7940: checking for gperf |
|---|
| 388 | configure:7956: found /opt/local/bin/gperf |
|---|
| 389 | configure:7967: result: gperf |
|---|
| 390 | configure:7996: checking for flex |
|---|
| 391 | configure:8012: found /opt/local/bin/flex |
|---|
| 392 | configure:8023: result: flex |
|---|
| 393 | configure:8061: flex conftest.l |
|---|
| 394 | configure:8065: $? = 0 |
|---|
| 395 | configure:8067: checking lex output file root |
|---|
| 396 | configure:8081: result: lex.yy |
|---|
| 397 | configure:8086: checking lex library |
|---|
| 398 | configure:8100: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 399 | Undefined symbols for architecture x86_64: |
|---|
| 400 | "_yywrap", referenced from: |
|---|
| 401 | _yylex in conftest-3cad1c.o |
|---|
| 402 | _main in conftest-3cad1c.o |
|---|
| 403 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 404 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 405 | configure:8100: $? = 1 |
|---|
| 406 | configure: failed program was: |
|---|
| 407 | | /* confdefs.h */ |
|---|
| 408 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 409 | | #define PACKAGE_TARNAME "octave" |
|---|
| 410 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 411 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 412 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 413 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 414 | | #define PACKAGE "octave" |
|---|
| 415 | | #define VERSION "3.8.2" |
|---|
| 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 _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 432 | | #define _TANDEM_SOURCE 1 |
|---|
| 433 | | /* end confdefs.h. */ |
|---|
| 434 | | |
|---|
| 435 | | #line 3 "lex.yy.c" |
|---|
| 436 | | |
|---|
| 437 | | #define YY_INT_ALIGNED short int |
|---|
| 438 | | |
|---|
| 439 | | /* A lexical scanner generated by flex */ |
|---|
| 440 | | |
|---|
| 441 | | #define FLEX_SCANNER |
|---|
| 442 | | #define YY_FLEX_MAJOR_VERSION 2 |
|---|
| 443 | | #define YY_FLEX_MINOR_VERSION 6 |
|---|
| 444 | | #define YY_FLEX_SUBMINOR_VERSION 0 |
|---|
| 445 | | #if YY_FLEX_SUBMINOR_VERSION > 0 |
|---|
| 446 | | #define FLEX_BETA |
|---|
| 447 | | #endif |
|---|
| 448 | | |
|---|
| 449 | | /* First, we deal with platform-specific or compiler-specific issues. */ |
|---|
| 450 | | |
|---|
| 451 | | /* begin standard C headers. */ |
|---|
| 452 | | #include <stdio.h> |
|---|
| 453 | | #include <string.h> |
|---|
| 454 | | #include <errno.h> |
|---|
| 455 | | #include <stdlib.h> |
|---|
| 456 | | |
|---|
| 457 | | /* end standard C headers. */ |
|---|
| 458 | | |
|---|
| 459 | | /* flex integer type definitions */ |
|---|
| 460 | | |
|---|
| 461 | | #ifndef FLEXINT_H |
|---|
| 462 | | #define FLEXINT_H |
|---|
| 463 | | |
|---|
| 464 | | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ |
|---|
| 465 | | |
|---|
| 466 | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L |
|---|
| 467 | | |
|---|
| 468 | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, |
|---|
| 469 | | * if you want the limit (max/min) macros for int types. |
|---|
| 470 | | */ |
|---|
| 471 | | #ifndef __STDC_LIMIT_MACROS |
|---|
| 472 | | #define __STDC_LIMIT_MACROS 1 |
|---|
| 473 | | #endif |
|---|
| 474 | | |
|---|
| 475 | | #include <inttypes.h> |
|---|
| 476 | | typedef int8_t flex_int8_t; |
|---|
| 477 | | typedef uint8_t flex_uint8_t; |
|---|
| 478 | | typedef int16_t flex_int16_t; |
|---|
| 479 | | typedef uint16_t flex_uint16_t; |
|---|
| 480 | | typedef int32_t flex_int32_t; |
|---|
| 481 | | typedef uint32_t flex_uint32_t; |
|---|
| 482 | | #else |
|---|
| 483 | | typedef signed char flex_int8_t; |
|---|
| 484 | | typedef short int flex_int16_t; |
|---|
| 485 | | typedef int flex_int32_t; |
|---|
| 486 | | typedef unsigned char flex_uint8_t; |
|---|
| 487 | | typedef unsigned short int flex_uint16_t; |
|---|
| 488 | | typedef unsigned int flex_uint32_t; |
|---|
| 489 | | |
|---|
| 490 | | /* Limits of integral types. */ |
|---|
| 491 | | #ifndef INT8_MIN |
|---|
| 492 | | #define INT8_MIN (-128) |
|---|
| 493 | | #endif |
|---|
| 494 | | #ifndef INT16_MIN |
|---|
| 495 | | #define INT16_MIN (-32767-1) |
|---|
| 496 | | #endif |
|---|
| 497 | | #ifndef INT32_MIN |
|---|
| 498 | | #define INT32_MIN (-2147483647-1) |
|---|
| 499 | | #endif |
|---|
| 500 | | #ifndef INT8_MAX |
|---|
| 501 | | #define INT8_MAX (127) |
|---|
| 502 | | #endif |
|---|
| 503 | | #ifndef INT16_MAX |
|---|
| 504 | | #define INT16_MAX (32767) |
|---|
| 505 | | #endif |
|---|
| 506 | | #ifndef INT32_MAX |
|---|
| 507 | | #define INT32_MAX (2147483647) |
|---|
| 508 | | #endif |
|---|
| 509 | | #ifndef UINT8_MAX |
|---|
| 510 | | #define UINT8_MAX (255U) |
|---|
| 511 | | #endif |
|---|
| 512 | | #ifndef UINT16_MAX |
|---|
| 513 | | #define UINT16_MAX (65535U) |
|---|
| 514 | | #endif |
|---|
| 515 | | #ifndef UINT32_MAX |
|---|
| 516 | | #define UINT32_MAX (4294967295U) |
|---|
| 517 | | #endif |
|---|
| 518 | | |
|---|
| 519 | | #endif /* ! C99 */ |
|---|
| 520 | | |
|---|
| 521 | | #endif /* ! FLEXINT_H */ |
|---|
| 522 | | |
|---|
| 523 | | #ifdef __cplusplus |
|---|
| 524 | | |
|---|
| 525 | | /* The "const" storage-class-modifier is valid. */ |
|---|
| 526 | | #define YY_USE_CONST |
|---|
| 527 | | |
|---|
| 528 | | #else /* ! __cplusplus */ |
|---|
| 529 | | |
|---|
| 530 | | /* C99 requires __STDC__ to be defined as 1. */ |
|---|
| 531 | | #if defined (__STDC__) |
|---|
| 532 | | |
|---|
| 533 | | #define YY_USE_CONST |
|---|
| 534 | | |
|---|
| 535 | | #endif /* defined (__STDC__) */ |
|---|
| 536 | | #endif /* ! __cplusplus */ |
|---|
| 537 | | |
|---|
| 538 | | #ifdef YY_USE_CONST |
|---|
| 539 | | #define yyconst const |
|---|
| 540 | | #else |
|---|
| 541 | | #define yyconst |
|---|
| 542 | | #endif |
|---|
| 543 | | |
|---|
| 544 | | /* Returned upon end-of-file. */ |
|---|
| 545 | | #define YY_NULL 0 |
|---|
| 546 | | |
|---|
| 547 | | /* Promotes a possibly negative, possibly signed char to an unsigned |
|---|
| 548 | | * integer for use as an array index. If the signed char is negative, |
|---|
| 549 | | * we want to instead treat it as an 8-bit unsigned char, hence the |
|---|
| 550 | | * double cast. |
|---|
| 551 | | */ |
|---|
| 552 | | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) |
|---|
| 553 | | |
|---|
| 554 | | /* Enter a start condition. This macro really ought to take a parameter, |
|---|
| 555 | | * but we do it the disgusting crufty way forced on us by the ()-less |
|---|
| 556 | | * definition of BEGIN. |
|---|
| 557 | | */ |
|---|
| 558 | | #define BEGIN (yy_start) = 1 + 2 * |
|---|
| 559 | | |
|---|
| 560 | | /* Translate the current start state into a value that can be later handed |
|---|
| 561 | | * to BEGIN to return to the state. The YYSTATE alias is for lex |
|---|
| 562 | | * compatibility. |
|---|
| 563 | | */ |
|---|
| 564 | | #define YY_START (((yy_start) - 1) / 2) |
|---|
| 565 | | #define YYSTATE YY_START |
|---|
| 566 | | |
|---|
| 567 | | /* Action number for EOF rule of a given start state. */ |
|---|
| 568 | | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) |
|---|
| 569 | | |
|---|
| 570 | | /* Special action meaning "start processing a new file". */ |
|---|
| 571 | | #define YY_NEW_FILE yyrestart(yyin ) |
|---|
| 572 | | |
|---|
| 573 | | #define YY_END_OF_BUFFER_CHAR 0 |
|---|
| 574 | | |
|---|
| 575 | | /* Size of default input buffer. */ |
|---|
| 576 | | #ifndef YY_BUF_SIZE |
|---|
| 577 | | #ifdef __ia64__ |
|---|
| 578 | | /* On IA-64, the buffer size is 16k, not 8k. |
|---|
| 579 | | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. |
|---|
| 580 | | * Ditto for the __ia64__ case accordingly. |
|---|
| 581 | | */ |
|---|
| 582 | | #define YY_BUF_SIZE 32768 |
|---|
| 583 | | #else |
|---|
| 584 | | #define YY_BUF_SIZE 16384 |
|---|
| 585 | | #endif /* __ia64__ */ |
|---|
| 586 | | #endif |
|---|
| 587 | | |
|---|
| 588 | | /* The state buf must be large enough to hold one state per character in the main buffer. |
|---|
| 589 | | */ |
|---|
| 590 | | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
|---|
| 591 | | |
|---|
| 592 | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE |
|---|
| 593 | | #define YY_TYPEDEF_YY_BUFFER_STATE |
|---|
| 594 | | typedef struct yy_buffer_state *YY_BUFFER_STATE; |
|---|
| 595 | | #endif |
|---|
| 596 | | |
|---|
| 597 | | #ifndef YY_TYPEDEF_YY_SIZE_T |
|---|
| 598 | | #define YY_TYPEDEF_YY_SIZE_T |
|---|
| 599 | | typedef size_t yy_size_t; |
|---|
| 600 | | #endif |
|---|
| 601 | | |
|---|
| 602 | | extern yy_size_t yyleng; |
|---|
| 603 | | |
|---|
| 604 | | extern FILE *yyin, *yyout; |
|---|
| 605 | | |
|---|
| 606 | | #define EOB_ACT_CONTINUE_SCAN 0 |
|---|
| 607 | | #define EOB_ACT_END_OF_FILE 1 |
|---|
| 608 | | #define EOB_ACT_LAST_MATCH 2 |
|---|
| 609 | | |
|---|
| 610 | | #define YY_LESS_LINENO(n) |
|---|
| 611 | | #define YY_LINENO_REWIND_TO(ptr) |
|---|
| 612 | | |
|---|
| 613 | | /* Return all but the first "n" matched characters back to the input stream. */ |
|---|
| 614 | | #define yyless(n) \ |
|---|
| 615 | | do \ |
|---|
| 616 | | { \ |
|---|
| 617 | | /* Undo effects of setting up yytext. */ \ |
|---|
| 618 | | int yyless_macro_arg = (n); \ |
|---|
| 619 | | YY_LESS_LINENO(yyless_macro_arg);\ |
|---|
| 620 | | *yy_cp = (yy_hold_char); \ |
|---|
| 621 | | YY_RESTORE_YY_MORE_OFFSET \ |
|---|
| 622 | | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ |
|---|
| 623 | | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ |
|---|
| 624 | | } \ |
|---|
| 625 | | while ( 0 ) |
|---|
| 626 | | |
|---|
| 627 | | #define unput(c) yyunput( c, (yytext_ptr) ) |
|---|
| 628 | | |
|---|
| 629 | | #ifndef YY_STRUCT_YY_BUFFER_STATE |
|---|
| 630 | | #define YY_STRUCT_YY_BUFFER_STATE |
|---|
| 631 | | struct yy_buffer_state |
|---|
| 632 | | { |
|---|
| 633 | | FILE *yy_input_file; |
|---|
| 634 | | |
|---|
| 635 | | char *yy_ch_buf; /* input buffer */ |
|---|
| 636 | | char *yy_buf_pos; /* current position in input buffer */ |
|---|
| 637 | | |
|---|
| 638 | | /* Size of input buffer in bytes, not including room for EOB |
|---|
| 639 | | * characters. |
|---|
| 640 | | */ |
|---|
| 641 | | yy_size_t yy_buf_size; |
|---|
| 642 | | |
|---|
| 643 | | /* Number of characters read into yy_ch_buf, not including EOB |
|---|
| 644 | | * characters. |
|---|
| 645 | | */ |
|---|
| 646 | | yy_size_t yy_n_chars; |
|---|
| 647 | | |
|---|
| 648 | | /* Whether we "own" the buffer - i.e., we know we created it, |
|---|
| 649 | | * and can realloc() it to grow it, and should free() it to |
|---|
| 650 | | * delete it. |
|---|
| 651 | | */ |
|---|
| 652 | | int yy_is_our_buffer; |
|---|
| 653 | | |
|---|
| 654 | | /* Whether this is an "interactive" input source; if so, and |
|---|
| 655 | | * if we're using stdio for input, then we want to use getc() |
|---|
| 656 | | * instead of fread(), to make sure we stop fetching input after |
|---|
| 657 | | * each newline. |
|---|
| 658 | | */ |
|---|
| 659 | | int yy_is_interactive; |
|---|
| 660 | | |
|---|
| 661 | | /* Whether we're considered to be at the beginning of a line. |
|---|
| 662 | | * If so, '^' rules will be active on the next match, otherwise |
|---|
| 663 | | * not. |
|---|
| 664 | | */ |
|---|
| 665 | | int yy_at_bol; |
|---|
| 666 | | |
|---|
| 667 | | int yy_bs_lineno; /**< The line count. */ |
|---|
| 668 | | int yy_bs_column; /**< The column count. */ |
|---|
| 669 | | |
|---|
| 670 | | /* Whether to try to fill the input buffer when we reach the |
|---|
| 671 | | * end of it. |
|---|
| 672 | | */ |
|---|
| 673 | | int yy_fill_buffer; |
|---|
| 674 | | |
|---|
| 675 | | int yy_buffer_status; |
|---|
| 676 | | |
|---|
| 677 | | #define YY_BUFFER_NEW 0 |
|---|
| 678 | | #define YY_BUFFER_NORMAL 1 |
|---|
| 679 | | /* When an EOF's been seen but there's still some text to process |
|---|
| 680 | | * then we mark the buffer as YY_EOF_PENDING, to indicate that we |
|---|
| 681 | | * shouldn't try reading from the input source any more. We might |
|---|
| 682 | | * still have a bunch of tokens to match, though, because of |
|---|
| 683 | | * possible backing-up. |
|---|
| 684 | | * |
|---|
| 685 | | * When we actually see the EOF, we change the status to "new" |
|---|
| 686 | | * (via yyrestart()), so that the user can continue scanning by |
|---|
| 687 | | * just pointing yyin at a new input file. |
|---|
| 688 | | */ |
|---|
| 689 | | #define YY_BUFFER_EOF_PENDING 2 |
|---|
| 690 | | |
|---|
| 691 | | }; |
|---|
| 692 | | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ |
|---|
| 693 | | |
|---|
| 694 | | /* Stack of input buffers. */ |
|---|
| 695 | | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ |
|---|
| 696 | | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ |
|---|
| 697 | | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ |
|---|
| 698 | | |
|---|
| 699 | | /* We provide macros for accessing buffer states in case in the |
|---|
| 700 | | * future we want to put the buffer states in a more general |
|---|
| 701 | | * "scanner state". |
|---|
| 702 | | * |
|---|
| 703 | | * Returns the top of the stack, or NULL. |
|---|
| 704 | | */ |
|---|
| 705 | | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ |
|---|
| 706 | | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ |
|---|
| 707 | | : NULL) |
|---|
| 708 | | |
|---|
| 709 | | /* Same as previous macro, but useful when we know that the buffer stack is not |
|---|
| 710 | | * NULL or when we need an lvalue. For internal use only. |
|---|
| 711 | | */ |
|---|
| 712 | | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
|---|
| 713 | | |
|---|
| 714 | | /* yy_hold_char holds the character lost when yytext is formed. */ |
|---|
| 715 | | static char yy_hold_char; |
|---|
| 716 | | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ |
|---|
| 717 | | yy_size_t yyleng; |
|---|
| 718 | | |
|---|
| 719 | | /* Points to current character in buffer. */ |
|---|
| 720 | | static char *yy_c_buf_p = (char *) 0; |
|---|
| 721 | | static int yy_init = 0; /* whether we need to initialize */ |
|---|
| 722 | | static int yy_start = 0; /* start state number */ |
|---|
| 723 | | |
|---|
| 724 | | /* Flag which is used to allow yywrap()'s to do buffer switches |
|---|
| 725 | | * instead of setting up a fresh yyin. A bit of a hack ... |
|---|
| 726 | | */ |
|---|
| 727 | | static int yy_did_buffer_switch_on_eof; |
|---|
| 728 | | |
|---|
| 729 | | void yyrestart (FILE *input_file ); |
|---|
| 730 | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); |
|---|
| 731 | | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); |
|---|
| 732 | | void yy_delete_buffer (YY_BUFFER_STATE b ); |
|---|
| 733 | | void yy_flush_buffer (YY_BUFFER_STATE b ); |
|---|
| 734 | | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); |
|---|
| 735 | | void yypop_buffer_state (void ); |
|---|
| 736 | | |
|---|
| 737 | | static void yyensure_buffer_stack (void ); |
|---|
| 738 | | static void yy_load_buffer_state (void ); |
|---|
| 739 | | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); |
|---|
| 740 | | |
|---|
| 741 | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) |
|---|
| 742 | | |
|---|
| 743 | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); |
|---|
| 744 | | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); |
|---|
| 745 | | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); |
|---|
| 746 | | |
|---|
| 747 | | void *yyalloc (yy_size_t ); |
|---|
| 748 | | void *yyrealloc (void *,yy_size_t ); |
|---|
| 749 | | void yyfree (void * ); |
|---|
| 750 | | |
|---|
| 751 | | #define yy_new_buffer yy_create_buffer |
|---|
| 752 | | |
|---|
| 753 | | #define yy_set_interactive(is_interactive) \ |
|---|
| 754 | | { \ |
|---|
| 755 | | if ( ! YY_CURRENT_BUFFER ){ \ |
|---|
| 756 | | yyensure_buffer_stack (); \ |
|---|
| 757 | | YY_CURRENT_BUFFER_LVALUE = \ |
|---|
| 758 | | yy_create_buffer(yyin,YY_BUF_SIZE ); \ |
|---|
| 759 | | } \ |
|---|
| 760 | | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ |
|---|
| 761 | | } |
|---|
| 762 | | |
|---|
| 763 | | #define yy_set_bol(at_bol) \ |
|---|
| 764 | | { \ |
|---|
| 765 | | if ( ! YY_CURRENT_BUFFER ){\ |
|---|
| 766 | | yyensure_buffer_stack (); \ |
|---|
| 767 | | YY_CURRENT_BUFFER_LVALUE = \ |
|---|
| 768 | | yy_create_buffer(yyin,YY_BUF_SIZE ); \ |
|---|
| 769 | | } \ |
|---|
| 770 | | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ |
|---|
| 771 | | } |
|---|
| 772 | | |
|---|
| 773 | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
|---|
| 774 | | |
|---|
| 775 | | /* Begin user sect3 */ |
|---|
| 776 | | |
|---|
| 777 | | typedef unsigned char YY_CHAR; |
|---|
| 778 | | |
|---|
| 779 | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; |
|---|
| 780 | | |
|---|
| 781 | | typedef int yy_state_type; |
|---|
| 782 | | |
|---|
| 783 | | extern int yylineno; |
|---|
| 784 | | |
|---|
| 785 | | int yylineno = 1; |
|---|
| 786 | | |
|---|
| 787 | | extern char *yytext; |
|---|
| 788 | | #ifdef yytext_ptr |
|---|
| 789 | | #undef yytext_ptr |
|---|
| 790 | | #endif |
|---|
| 791 | | #define yytext_ptr yytext |
|---|
| 792 | | |
|---|
| 793 | | static yy_state_type yy_get_previous_state (void ); |
|---|
| 794 | | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); |
|---|
| 795 | | static int yy_get_next_buffer (void ); |
|---|
| 796 | | #if defined(__GNUC__) && __GNUC__ >= 3 |
|---|
| 797 | | __attribute__((__noreturn__)) |
|---|
| 798 | | #endif |
|---|
| 799 | | static void yy_fatal_error (yyconst char msg[] ); |
|---|
| 800 | | |
|---|
| 801 | | /* Done after the current pattern has been matched and before the |
|---|
| 802 | | * corresponding action - sets up yytext. |
|---|
| 803 | | */ |
|---|
| 804 | | #define YY_DO_BEFORE_ACTION \ |
|---|
| 805 | | (yytext_ptr) = yy_bp; \ |
|---|
| 806 | | (yytext_ptr) -= (yy_more_len); \ |
|---|
| 807 | | yyleng = (size_t) (yy_cp - (yytext_ptr)); \ |
|---|
| 808 | | (yy_hold_char) = *yy_cp; \ |
|---|
| 809 | | *yy_cp = '\0'; \ |
|---|
| 810 | | (yy_c_buf_p) = yy_cp; |
|---|
| 811 | | |
|---|
| 812 | | #define YY_NUM_RULES 8 |
|---|
| 813 | | #define YY_END_OF_BUFFER 9 |
|---|
| 814 | | /* This struct is not used in this scanner, |
|---|
| 815 | | but its presence is necessary. */ |
|---|
| 816 | | struct yy_trans_info |
|---|
| 817 | | { |
|---|
| 818 | | flex_int32_t yy_verify; |
|---|
| 819 | | flex_int32_t yy_nxt; |
|---|
| 820 | | }; |
|---|
| 821 | | static yyconst flex_int16_t yy_acclist[23] = |
|---|
| 822 | | { 0, |
|---|
| 823 | | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, |
|---|
| 824 | | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, |
|---|
| 825 | | 7, 8 |
|---|
| 826 | | } ; |
|---|
| 827 | | |
|---|
| 828 | | static yyconst flex_int16_t yy_accept[14] = |
|---|
| 829 | | { 0, |
|---|
| 830 | | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, |
|---|
| 831 | | 20, 23, 23 |
|---|
| 832 | | } ; |
|---|
| 833 | | |
|---|
| 834 | | static yyconst YY_CHAR yy_ec[256] = |
|---|
| 835 | | { 0, |
|---|
| 836 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, |
|---|
| 837 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 838 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 839 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 840 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 841 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 842 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 843 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 844 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 845 | | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, |
|---|
| 846 | | |
|---|
| 847 | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 848 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 849 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 850 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 851 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 852 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 853 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 854 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 855 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 856 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 857 | | |
|---|
| 858 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 859 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 860 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 861 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 862 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
|---|
| 863 | | 1, 1, 1, 1, 1 |
|---|
| 864 | | } ; |
|---|
| 865 | | |
|---|
| 866 | | static yyconst YY_CHAR yy_meta[9] = |
|---|
| 867 | | { 0, |
|---|
| 868 | | 1, 1, 1, 1, 1, 1, 1, 1 |
|---|
| 869 | | } ; |
|---|
| 870 | | |
|---|
| 871 | | static yyconst flex_uint16_t yy_base[13] = |
|---|
| 872 | | { 0, |
|---|
| 873 | | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, |
|---|
| 874 | | 10, 10 |
|---|
| 875 | | } ; |
|---|
| 876 | | |
|---|
| 877 | | static yyconst flex_int16_t yy_def[13] = |
|---|
| 878 | | { 0, |
|---|
| 879 | | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, |
|---|
| 880 | | 12, 0 |
|---|
| 881 | | } ; |
|---|
| 882 | | |
|---|
| 883 | | static yyconst flex_uint16_t yy_nxt[19] = |
|---|
| 884 | | { 0, |
|---|
| 885 | | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, |
|---|
| 886 | | 12, 12, 12, 12, 12, 12, 12, 12 |
|---|
| 887 | | } ; |
|---|
| 888 | | |
|---|
| 889 | | static yyconst flex_int16_t yy_chk[19] = |
|---|
| 890 | | { 0, |
|---|
| 891 | | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, |
|---|
| 892 | | 12, 12, 12, 12, 12, 12, 12, 12 |
|---|
| 893 | | } ; |
|---|
| 894 | | |
|---|
| 895 | | extern int yy_flex_debug; |
|---|
| 896 | | int yy_flex_debug = 0; |
|---|
| 897 | | |
|---|
| 898 | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; |
|---|
| 899 | | static char *yy_full_match; |
|---|
| 900 | | static int yy_lp; |
|---|
| 901 | | #define REJECT \ |
|---|
| 902 | | { \ |
|---|
| 903 | | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ |
|---|
| 904 | | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ |
|---|
| 905 | | ++(yy_lp); \ |
|---|
| 906 | | goto find_rule; \ |
|---|
| 907 | | } |
|---|
| 908 | | |
|---|
| 909 | | static int yy_more_flag = 0; |
|---|
| 910 | | static int yy_more_len = 0; |
|---|
| 911 | | #define yymore() ((yy_more_flag) = 1) |
|---|
| 912 | | #define YY_MORE_ADJ (yy_more_len) |
|---|
| 913 | | #define YY_RESTORE_YY_MORE_OFFSET |
|---|
| 914 | | char *yytext; |
|---|
| 915 | | #line 1 "conftest.l" |
|---|
| 916 | | #line 484 "lex.yy.c" |
|---|
| 917 | | |
|---|
| 918 | | #define INITIAL 0 |
|---|
| 919 | | |
|---|
| 920 | | #ifndef YY_NO_UNISTD_H |
|---|
| 921 | | /* Special case for "unistd.h", since it is non-ANSI. We include it way |
|---|
| 922 | | * down here because we want the user's section 1 to have been scanned first. |
|---|
| 923 | | * The user has a chance to override it with an option. |
|---|
| 924 | | */ |
|---|
| 925 | | #include <unistd.h> |
|---|
| 926 | | #endif |
|---|
| 927 | | |
|---|
| 928 | | #ifndef YY_EXTRA_TYPE |
|---|
| 929 | | #define YY_EXTRA_TYPE void * |
|---|
| 930 | | #endif |
|---|
| 931 | | |
|---|
| 932 | | static int yy_init_globals (void ); |
|---|
| 933 | | |
|---|
| 934 | | /* Accessor methods to globals. |
|---|
| 935 | | These are made visible to non-reentrant scanners for convenience. */ |
|---|
| 936 | | |
|---|
| 937 | | int yylex_destroy (void ); |
|---|
| 938 | | |
|---|
| 939 | | int yyget_debug (void ); |
|---|
| 940 | | |
|---|
| 941 | | void yyset_debug (int debug_flag ); |
|---|
| 942 | | |
|---|
| 943 | | YY_EXTRA_TYPE yyget_extra (void ); |
|---|
| 944 | | |
|---|
| 945 | | void yyset_extra (YY_EXTRA_TYPE user_defined ); |
|---|
| 946 | | |
|---|
| 947 | | FILE *yyget_in (void ); |
|---|
| 948 | | |
|---|
| 949 | | void yyset_in (FILE * _in_str ); |
|---|
| 950 | | |
|---|
| 951 | | FILE *yyget_out (void ); |
|---|
| 952 | | |
|---|
| 953 | | void yyset_out (FILE * _out_str ); |
|---|
| 954 | | |
|---|
| 955 | | yy_size_t yyget_leng (void ); |
|---|
| 956 | | |
|---|
| 957 | | char *yyget_text (void ); |
|---|
| 958 | | |
|---|
| 959 | | int yyget_lineno (void ); |
|---|
| 960 | | |
|---|
| 961 | | void yyset_lineno (int _line_number ); |
|---|
| 962 | | |
|---|
| 963 | | /* Macros after this point can all be overridden by user definitions in |
|---|
| 964 | | * section 1. |
|---|
| 965 | | */ |
|---|
| 966 | | |
|---|
| 967 | | #ifndef YY_SKIP_YYWRAP |
|---|
| 968 | | #ifdef __cplusplus |
|---|
| 969 | | extern "C" int yywrap (void ); |
|---|
| 970 | | #else |
|---|
| 971 | | extern int yywrap (void ); |
|---|
| 972 | | #endif |
|---|
| 973 | | #endif |
|---|
| 974 | | |
|---|
| 975 | | #ifndef YY_NO_UNPUT |
|---|
| 976 | | |
|---|
| 977 | | static void yyunput (int c,char *buf_ptr ); |
|---|
| 978 | | |
|---|
| 979 | | #endif |
|---|
| 980 | | |
|---|
| 981 | | #ifndef yytext_ptr |
|---|
| 982 | | static void yy_flex_strncpy (char *,yyconst char *,int ); |
|---|
| 983 | | #endif |
|---|
| 984 | | |
|---|
| 985 | | #ifdef YY_NEED_STRLEN |
|---|
| 986 | | static int yy_flex_strlen (yyconst char * ); |
|---|
| 987 | | #endif |
|---|
| 988 | | |
|---|
| 989 | | #ifndef YY_NO_INPUT |
|---|
| 990 | | |
|---|
| 991 | | #ifdef __cplusplus |
|---|
| 992 | | static int yyinput (void ); |
|---|
| 993 | | #else |
|---|
| 994 | | static int input (void ); |
|---|
| 995 | | #endif |
|---|
| 996 | | |
|---|
| 997 | | #endif |
|---|
| 998 | | |
|---|
| 999 | | /* Amount of stuff to slurp up with each read. */ |
|---|
| 1000 | | #ifndef YY_READ_BUF_SIZE |
|---|
| 1001 | | #ifdef __ia64__ |
|---|
| 1002 | | /* On IA-64, the buffer size is 16k, not 8k */ |
|---|
| 1003 | | #define YY_READ_BUF_SIZE 16384 |
|---|
| 1004 | | #else |
|---|
| 1005 | | #define YY_READ_BUF_SIZE 8192 |
|---|
| 1006 | | #endif /* __ia64__ */ |
|---|
| 1007 | | #endif |
|---|
| 1008 | | |
|---|
| 1009 | | /* Copy whatever the last rule matched to the standard output. */ |
|---|
| 1010 | | #ifndef ECHO |
|---|
| 1011 | | /* This used to be an fputs(), but since the string might contain NUL's, |
|---|
| 1012 | | * we now use fwrite(). |
|---|
| 1013 | | */ |
|---|
| 1014 | | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) |
|---|
| 1015 | | #endif |
|---|
| 1016 | | |
|---|
| 1017 | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, |
|---|
| 1018 | | * is returned in "result". |
|---|
| 1019 | | */ |
|---|
| 1020 | | #ifndef YY_INPUT |
|---|
| 1021 | | #define YY_INPUT(buf,result,max_size) \ |
|---|
| 1022 | | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ |
|---|
| 1023 | | { \ |
|---|
| 1024 | | int c = '*'; \ |
|---|
| 1025 | | size_t n; \ |
|---|
| 1026 | | for ( n = 0; n < max_size && \ |
|---|
| 1027 | | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ |
|---|
| 1028 | | buf[n] = (char) c; \ |
|---|
| 1029 | | if ( c == '\n' ) \ |
|---|
| 1030 | | buf[n++] = (char) c; \ |
|---|
| 1031 | | if ( c == EOF && ferror( yyin ) ) \ |
|---|
| 1032 | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ |
|---|
| 1033 | | result = n; \ |
|---|
| 1034 | | } \ |
|---|
| 1035 | | else \ |
|---|
| 1036 | | { \ |
|---|
| 1037 | | errno=0; \ |
|---|
| 1038 | | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ |
|---|
| 1039 | | { \ |
|---|
| 1040 | | if( errno != EINTR) \ |
|---|
| 1041 | | { \ |
|---|
| 1042 | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ |
|---|
| 1043 | | break; \ |
|---|
| 1044 | | } \ |
|---|
| 1045 | | errno=0; \ |
|---|
| 1046 | | clearerr(yyin); \ |
|---|
| 1047 | | } \ |
|---|
| 1048 | | }\ |
|---|
| 1049 | | \ |
|---|
| 1050 | | |
|---|
| 1051 | | #endif |
|---|
| 1052 | | |
|---|
| 1053 | | /* No semi-colon after return; correct usage is to write "yyterminate();" - |
|---|
| 1054 | | * we don't want an extra ';' after the "return" because that will cause |
|---|
| 1055 | | * some compilers to complain about unreachable statements. |
|---|
| 1056 | | */ |
|---|
| 1057 | | #ifndef yyterminate |
|---|
| 1058 | | #define yyterminate() return YY_NULL |
|---|
| 1059 | | #endif |
|---|
| 1060 | | |
|---|
| 1061 | | /* Number of entries by which start-condition stack grows. */ |
|---|
| 1062 | | #ifndef YY_START_STACK_INCR |
|---|
| 1063 | | #define YY_START_STACK_INCR 25 |
|---|
| 1064 | | #endif |
|---|
| 1065 | | |
|---|
| 1066 | | /* Report a fatal error. */ |
|---|
| 1067 | | #ifndef YY_FATAL_ERROR |
|---|
| 1068 | | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) |
|---|
| 1069 | | #endif |
|---|
| 1070 | | |
|---|
| 1071 | | /* end tables serialization structures and prototypes */ |
|---|
| 1072 | | |
|---|
| 1073 | | /* Default declaration of generated scanner - a define so the user can |
|---|
| 1074 | | * easily add parameters. |
|---|
| 1075 | | */ |
|---|
| 1076 | | #ifndef YY_DECL |
|---|
| 1077 | | #define YY_DECL_IS_OURS 1 |
|---|
| 1078 | | |
|---|
| 1079 | | extern int yylex (void); |
|---|
| 1080 | | |
|---|
| 1081 | | #define YY_DECL int yylex (void) |
|---|
| 1082 | | #endif /* !YY_DECL */ |
|---|
| 1083 | | |
|---|
| 1084 | | /* Code executed at the beginning of each rule, after yytext and yyleng |
|---|
| 1085 | | * have been set up. |
|---|
| 1086 | | */ |
|---|
| 1087 | | #ifndef YY_USER_ACTION |
|---|
| 1088 | | #define YY_USER_ACTION |
|---|
| 1089 | | #endif |
|---|
| 1090 | | |
|---|
| 1091 | | /* Code executed at the end of each rule. */ |
|---|
| 1092 | | #ifndef YY_BREAK |
|---|
| 1093 | | #define YY_BREAK /*LINTED*/break; |
|---|
| 1094 | | #endif |
|---|
| 1095 | | |
|---|
| 1096 | | #define YY_RULE_SETUP \ |
|---|
| 1097 | | YY_USER_ACTION |
|---|
| 1098 | | |
|---|
| 1099 | | /** The main scanner function which does all the work. |
|---|
| 1100 | | */ |
|---|
| 1101 | | YY_DECL |
|---|
| 1102 | | { |
|---|
| 1103 | | yy_state_type yy_current_state; |
|---|
| 1104 | | char *yy_cp, *yy_bp; |
|---|
| 1105 | | int yy_act; |
|---|
| 1106 | | |
|---|
| 1107 | | if ( !(yy_init) ) |
|---|
| 1108 | | { |
|---|
| 1109 | | (yy_init) = 1; |
|---|
| 1110 | | |
|---|
| 1111 | | #ifdef YY_USER_INIT |
|---|
| 1112 | | YY_USER_INIT; |
|---|
| 1113 | | #endif |
|---|
| 1114 | | |
|---|
| 1115 | | /* Create the reject buffer large enough to save one state per allowed character. */ |
|---|
| 1116 | | if ( ! (yy_state_buf) ) |
|---|
| 1117 | | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); |
|---|
| 1118 | | if ( ! (yy_state_buf) ) |
|---|
| 1119 | | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); |
|---|
| 1120 | | |
|---|
| 1121 | | if ( ! (yy_start) ) |
|---|
| 1122 | | (yy_start) = 1; /* first start state */ |
|---|
| 1123 | | |
|---|
| 1124 | | if ( ! yyin ) |
|---|
| 1125 | | yyin = stdin; |
|---|
| 1126 | | |
|---|
| 1127 | | if ( ! yyout ) |
|---|
| 1128 | | yyout = stdout; |
|---|
| 1129 | | |
|---|
| 1130 | | if ( ! YY_CURRENT_BUFFER ) { |
|---|
| 1131 | | yyensure_buffer_stack (); |
|---|
| 1132 | | YY_CURRENT_BUFFER_LVALUE = |
|---|
| 1133 | | yy_create_buffer(yyin,YY_BUF_SIZE ); |
|---|
| 1134 | | } |
|---|
| 1135 | | |
|---|
| 1136 | | yy_load_buffer_state( ); |
|---|
| 1137 | | } |
|---|
| 1138 | | |
|---|
| 1139 | | { |
|---|
| 1140 | | #line 1 "conftest.l" |
|---|
| 1141 | | |
|---|
| 1142 | | #line 710 "lex.yy.c" |
|---|
| 1143 | | |
|---|
| 1144 | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ |
|---|
| 1145 | | { |
|---|
| 1146 | | (yy_more_len) = 0; |
|---|
| 1147 | | if ( (yy_more_flag) ) |
|---|
| 1148 | | { |
|---|
| 1149 | | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); |
|---|
| 1150 | | (yy_more_flag) = 0; |
|---|
| 1151 | | } |
|---|
| 1152 | | yy_cp = (yy_c_buf_p); |
|---|
| 1153 | | |
|---|
| 1154 | | /* Support of yytext. */ |
|---|
| 1155 | | *yy_cp = (yy_hold_char); |
|---|
| 1156 | | |
|---|
| 1157 | | /* yy_bp points to the position in yy_ch_buf of the start of |
|---|
| 1158 | | * the current run. |
|---|
| 1159 | | */ |
|---|
| 1160 | | yy_bp = yy_cp; |
|---|
| 1161 | | |
|---|
| 1162 | | yy_current_state = (yy_start); |
|---|
| 1163 | | |
|---|
| 1164 | | (yy_state_ptr) = (yy_state_buf); |
|---|
| 1165 | | *(yy_state_ptr)++ = yy_current_state; |
|---|
| 1166 | | |
|---|
| 1167 | | yy_match: |
|---|
| 1168 | | do |
|---|
| 1169 | | { |
|---|
| 1170 | | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; |
|---|
| 1171 | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) |
|---|
| 1172 | | { |
|---|
| 1173 | | yy_current_state = (int) yy_def[yy_current_state]; |
|---|
| 1174 | | if ( yy_current_state >= 13 ) |
|---|
| 1175 | | yy_c = yy_meta[(unsigned int) yy_c]; |
|---|
| 1176 | | } |
|---|
| 1177 | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; |
|---|
| 1178 | | *(yy_state_ptr)++ = yy_current_state; |
|---|
| 1179 | | ++yy_cp; |
|---|
| 1180 | | } |
|---|
| 1181 | | while ( yy_base[yy_current_state] != 10 ); |
|---|
| 1182 | | |
|---|
| 1183 | | yy_find_action: |
|---|
| 1184 | | yy_current_state = *--(yy_state_ptr); |
|---|
| 1185 | | (yy_lp) = yy_accept[yy_current_state]; |
|---|
| 1186 | | find_rule: /* we branch to this label when backing up */ |
|---|
| 1187 | | for ( ; ; ) /* until we find what rule we matched */ |
|---|
| 1188 | | { |
|---|
| 1189 | | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) |
|---|
| 1190 | | { |
|---|
| 1191 | | yy_act = yy_acclist[(yy_lp)]; |
|---|
| 1192 | | { |
|---|
| 1193 | | (yy_full_match) = yy_cp; |
|---|
| 1194 | | break; |
|---|
| 1195 | | } |
|---|
| 1196 | | } |
|---|
| 1197 | | --yy_cp; |
|---|
| 1198 | | yy_current_state = *--(yy_state_ptr); |
|---|
| 1199 | | (yy_lp) = yy_accept[yy_current_state]; |
|---|
| 1200 | | } |
|---|
| 1201 | | |
|---|
| 1202 | | YY_DO_BEFORE_ACTION; |
|---|
| 1203 | | |
|---|
| 1204 | | do_action: /* This label is used only to access EOF actions. */ |
|---|
| 1205 | | |
|---|
| 1206 | | switch ( yy_act ) |
|---|
| 1207 | | { /* beginning of action switch */ |
|---|
| 1208 | | case 1: |
|---|
| 1209 | | YY_RULE_SETUP |
|---|
| 1210 | | #line 2 "conftest.l" |
|---|
| 1211 | | { ECHO; } |
|---|
| 1212 | | YY_BREAK |
|---|
| 1213 | | case 2: |
|---|
| 1214 | | YY_RULE_SETUP |
|---|
| 1215 | | #line 3 "conftest.l" |
|---|
| 1216 | | { REJECT; } |
|---|
| 1217 | | YY_BREAK |
|---|
| 1218 | | case 3: |
|---|
| 1219 | | YY_RULE_SETUP |
|---|
| 1220 | | #line 4 "conftest.l" |
|---|
| 1221 | | { yymore (); } |
|---|
| 1222 | | YY_BREAK |
|---|
| 1223 | | case 4: |
|---|
| 1224 | | YY_RULE_SETUP |
|---|
| 1225 | | #line 5 "conftest.l" |
|---|
| 1226 | | { yyless (1); } |
|---|
| 1227 | | YY_BREAK |
|---|
| 1228 | | case 5: |
|---|
| 1229 | | YY_RULE_SETUP |
|---|
| 1230 | | #line 6 "conftest.l" |
|---|
| 1231 | | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ |
|---|
| 1232 | | yyless ((input () != 0)); } |
|---|
| 1233 | | YY_BREAK |
|---|
| 1234 | | case 6: |
|---|
| 1235 | | YY_RULE_SETUP |
|---|
| 1236 | | #line 8 "conftest.l" |
|---|
| 1237 | | { unput (yytext[0]); } |
|---|
| 1238 | | YY_BREAK |
|---|
| 1239 | | case 7: |
|---|
| 1240 | | YY_RULE_SETUP |
|---|
| 1241 | | #line 9 "conftest.l" |
|---|
| 1242 | | { BEGIN INITIAL; } |
|---|
| 1243 | | YY_BREAK |
|---|
| 1244 | | case 8: |
|---|
| 1245 | | YY_RULE_SETUP |
|---|
| 1246 | | #line 10 "conftest.l" |
|---|
| 1247 | | ECHO; |
|---|
| 1248 | | YY_BREAK |
|---|
| 1249 | | #line 817 "lex.yy.c" |
|---|
| 1250 | | case YY_STATE_EOF(INITIAL): |
|---|
| 1251 | | yyterminate(); |
|---|
| 1252 | | |
|---|
| 1253 | | case YY_END_OF_BUFFER: |
|---|
| 1254 | | { |
|---|
| 1255 | | /* Amount of text matched not including the EOB char. */ |
|---|
| 1256 | | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; |
|---|
| 1257 | | |
|---|
| 1258 | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ |
|---|
| 1259 | | *yy_cp = (yy_hold_char); |
|---|
| 1260 | | YY_RESTORE_YY_MORE_OFFSET |
|---|
| 1261 | | |
|---|
| 1262 | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) |
|---|
| 1263 | | { |
|---|
| 1264 | | /* We're scanning a new file or input source. It's |
|---|
| 1265 | | * possible that this happened because the user |
|---|
| 1266 | | * just pointed yyin at a new source and called |
|---|
| 1267 | | * yylex(). If so, then we have to assure |
|---|
| 1268 | | * consistency between YY_CURRENT_BUFFER and our |
|---|
| 1269 | | * globals. Here is the right place to do so, because |
|---|
| 1270 | | * this is the first action (other than possibly a |
|---|
| 1271 | | * back-up) that will match for the new input source. |
|---|
| 1272 | | */ |
|---|
| 1273 | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; |
|---|
| 1274 | | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; |
|---|
| 1275 | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; |
|---|
| 1276 | | } |
|---|
| 1277 | | |
|---|
| 1278 | | /* Note that here we test for yy_c_buf_p "<=" to the position |
|---|
| 1279 | | * of the first EOB in the buffer, since yy_c_buf_p will |
|---|
| 1280 | | * already have been incremented past the NUL character |
|---|
| 1281 | | * (since all states make transitions on EOB to the |
|---|
| 1282 | | * end-of-buffer state). Contrast this with the test |
|---|
| 1283 | | * in input(). |
|---|
| 1284 | | */ |
|---|
| 1285 | | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) |
|---|
| 1286 | | { /* This was really a NUL. */ |
|---|
| 1287 | | yy_state_type yy_next_state; |
|---|
| 1288 | | |
|---|
| 1289 | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; |
|---|
| 1290 | | |
|---|
| 1291 | | yy_current_state = yy_get_previous_state( ); |
|---|
| 1292 | | |
|---|
| 1293 | | /* Okay, we're now positioned to make the NUL |
|---|
| 1294 | | * transition. We couldn't have |
|---|
| 1295 | | * yy_get_previous_state() go ahead and do it |
|---|
| 1296 | | * for us because it doesn't know how to deal |
|---|
| 1297 | | * with the possibility of jamming (and we don't |
|---|
| 1298 | | * want to build jamming into it because then it |
|---|
| 1299 | | * will run more slowly). |
|---|
| 1300 | | */ |
|---|
| 1301 | | |
|---|
| 1302 | | yy_next_state = yy_try_NUL_trans( yy_current_state ); |
|---|
| 1303 | | |
|---|
| 1304 | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; |
|---|
| 1305 | | |
|---|
| 1306 | | if ( yy_next_state ) |
|---|
| 1307 | | { |
|---|
| 1308 | | /* Consume the NUL. */ |
|---|
| 1309 | | yy_cp = ++(yy_c_buf_p); |
|---|
| 1310 | | yy_current_state = yy_next_state; |
|---|
| 1311 | | goto yy_match; |
|---|
| 1312 | | } |
|---|
| 1313 | | |
|---|
| 1314 | | else |
|---|
| 1315 | | { |
|---|
| 1316 | | yy_cp = (yy_c_buf_p); |
|---|
| 1317 | | goto yy_find_action; |
|---|
| 1318 | | } |
|---|
| 1319 | | } |
|---|
| 1320 | | |
|---|
| 1321 | | else switch ( yy_get_next_buffer( ) ) |
|---|
| 1322 | | { |
|---|
| 1323 | | case EOB_ACT_END_OF_FILE: |
|---|
| 1324 | | { |
|---|
| 1325 | | (yy_did_buffer_switch_on_eof) = 0; |
|---|
| 1326 | | |
|---|
| 1327 | | if ( yywrap( ) ) |
|---|
| 1328 | | { |
|---|
| 1329 | | /* Note: because we've taken care in |
|---|
| 1330 | | * yy_get_next_buffer() to have set up |
|---|
| 1331 | | * yytext, we can now set up |
|---|
| 1332 | | * yy_c_buf_p so that if some total |
|---|
| 1333 | | * hoser (like flex itself) wants to |
|---|
| 1334 | | * call the scanner after we return the |
|---|
| 1335 | | * YY_NULL, it'll still work - another |
|---|
| 1336 | | * YY_NULL will get returned. |
|---|
| 1337 | | */ |
|---|
| 1338 | | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; |
|---|
| 1339 | | |
|---|
| 1340 | | yy_act = YY_STATE_EOF(YY_START); |
|---|
| 1341 | | goto do_action; |
|---|
| 1342 | | } |
|---|
| 1343 | | |
|---|
| 1344 | | else |
|---|
| 1345 | | { |
|---|
| 1346 | | if ( ! (yy_did_buffer_switch_on_eof) ) |
|---|
| 1347 | | YY_NEW_FILE; |
|---|
| 1348 | | } |
|---|
| 1349 | | break; |
|---|
| 1350 | | } |
|---|
| 1351 | | |
|---|
| 1352 | | case EOB_ACT_CONTINUE_SCAN: |
|---|
| 1353 | | (yy_c_buf_p) = |
|---|
| 1354 | | (yytext_ptr) + yy_amount_of_matched_text; |
|---|
| 1355 | | |
|---|
| 1356 | | yy_current_state = yy_get_previous_state( ); |
|---|
| 1357 | | |
|---|
| 1358 | | yy_cp = (yy_c_buf_p); |
|---|
| 1359 | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; |
|---|
| 1360 | | goto yy_match; |
|---|
| 1361 | | |
|---|
| 1362 | | case EOB_ACT_LAST_MATCH: |
|---|
| 1363 | | (yy_c_buf_p) = |
|---|
| 1364 | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; |
|---|
| 1365 | | |
|---|
| 1366 | | yy_current_state = yy_get_previous_state( ); |
|---|
| 1367 | | |
|---|
| 1368 | | yy_cp = (yy_c_buf_p); |
|---|
| 1369 | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; |
|---|
| 1370 | | goto yy_find_action; |
|---|
| 1371 | | } |
|---|
| 1372 | | break; |
|---|
| 1373 | | } |
|---|
| 1374 | | |
|---|
| 1375 | | default: |
|---|
| 1376 | | YY_FATAL_ERROR( |
|---|
| 1377 | | "fatal flex scanner internal error--no action found" ); |
|---|
| 1378 | | } /* end of action switch */ |
|---|
| 1379 | | } /* end of scanning one token */ |
|---|
| 1380 | | } /* end of user's declarations */ |
|---|
| 1381 | | } /* end of yylex */ |
|---|
| 1382 | | |
|---|
| 1383 | | /* yy_get_next_buffer - try to read in a new buffer |
|---|
| 1384 | | * |
|---|
| 1385 | | * Returns a code representing an action: |
|---|
| 1386 | | * EOB_ACT_LAST_MATCH - |
|---|
| 1387 | | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position |
|---|
| 1388 | | * EOB_ACT_END_OF_FILE - end of file |
|---|
| 1389 | | */ |
|---|
| 1390 | | static int yy_get_next_buffer (void) |
|---|
| 1391 | | { |
|---|
| 1392 | | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; |
|---|
| 1393 | | char *source = (yytext_ptr); |
|---|
| 1394 | | yy_size_t number_to_move, i; |
|---|
| 1395 | | int ret_val; |
|---|
| 1396 | | |
|---|
| 1397 | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) |
|---|
| 1398 | | YY_FATAL_ERROR( |
|---|
| 1399 | | "fatal flex scanner internal error--end of buffer missed" ); |
|---|
| 1400 | | |
|---|
| 1401 | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) |
|---|
| 1402 | | { /* Don't try to fill the buffer, so this is an EOF. */ |
|---|
| 1403 | | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) |
|---|
| 1404 | | { |
|---|
| 1405 | | /* We matched a single character, the EOB, so |
|---|
| 1406 | | * treat this as a final EOF. |
|---|
| 1407 | | */ |
|---|
| 1408 | | return EOB_ACT_END_OF_FILE; |
|---|
| 1409 | | } |
|---|
| 1410 | | |
|---|
| 1411 | | else |
|---|
| 1412 | | { |
|---|
| 1413 | | /* We matched some text prior to the EOB, first |
|---|
| 1414 | | * process it. |
|---|
| 1415 | | */ |
|---|
| 1416 | | return EOB_ACT_LAST_MATCH; |
|---|
| 1417 | | } |
|---|
| 1418 | | } |
|---|
| 1419 | | |
|---|
| 1420 | | /* Try to read more data. */ |
|---|
| 1421 | | |
|---|
| 1422 | | /* First move last chars to start of buffer. */ |
|---|
| 1423 | | number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1; |
|---|
| 1424 | | |
|---|
| 1425 | | for ( i = 0; i < number_to_move; ++i ) |
|---|
| 1426 | | *(dest++) = *(source++); |
|---|
| 1427 | | |
|---|
| 1428 | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) |
|---|
| 1429 | | /* don't do the read, it's not guaranteed to return an EOF, |
|---|
| 1430 | | * just force an EOF |
|---|
| 1431 | | */ |
|---|
| 1432 | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; |
|---|
| 1433 | | |
|---|
| 1434 | | else |
|---|
| 1435 | | { |
|---|
| 1436 | | yy_size_t num_to_read = |
|---|
| 1437 | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; |
|---|
| 1438 | | |
|---|
| 1439 | | while ( num_to_read <= 0 ) |
|---|
| 1440 | | { /* Not enough room in the buffer - grow it. */ |
|---|
| 1441 | | |
|---|
| 1442 | | YY_FATAL_ERROR( |
|---|
| 1443 | | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); |
|---|
| 1444 | | |
|---|
| 1445 | | } |
|---|
| 1446 | | |
|---|
| 1447 | | if ( num_to_read > YY_READ_BUF_SIZE ) |
|---|
| 1448 | | num_to_read = YY_READ_BUF_SIZE; |
|---|
| 1449 | | |
|---|
| 1450 | | /* Read in more data. */ |
|---|
| 1451 | | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), |
|---|
| 1452 | | (yy_n_chars), num_to_read ); |
|---|
| 1453 | | |
|---|
| 1454 | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); |
|---|
| 1455 | | } |
|---|
| 1456 | | |
|---|
| 1457 | | if ( (yy_n_chars) == 0 ) |
|---|
| 1458 | | { |
|---|
| 1459 | | if ( number_to_move == YY_MORE_ADJ ) |
|---|
| 1460 | | { |
|---|
| 1461 | | ret_val = EOB_ACT_END_OF_FILE; |
|---|
| 1462 | | yyrestart(yyin ); |
|---|
| 1463 | | } |
|---|
| 1464 | | |
|---|
| 1465 | | else |
|---|
| 1466 | | { |
|---|
| 1467 | | ret_val = EOB_ACT_LAST_MATCH; |
|---|
| 1468 | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = |
|---|
| 1469 | | YY_BUFFER_EOF_PENDING; |
|---|
| 1470 | | } |
|---|
| 1471 | | } |
|---|
| 1472 | | |
|---|
| 1473 | | else |
|---|
| 1474 | | ret_val = EOB_ACT_CONTINUE_SCAN; |
|---|
| 1475 | | |
|---|
| 1476 | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { |
|---|
| 1477 | | /* Extend the array by 50%, plus the number we really need. */ |
|---|
| 1478 | | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); |
|---|
| 1479 | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); |
|---|
| 1480 | | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) |
|---|
| 1481 | | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); |
|---|
| 1482 | | } |
|---|
| 1483 | | |
|---|
| 1484 | | (yy_n_chars) += number_to_move; |
|---|
| 1485 | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; |
|---|
| 1486 | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; |
|---|
| 1487 | | |
|---|
| 1488 | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; |
|---|
| 1489 | | |
|---|
| 1490 | | return ret_val; |
|---|
| 1491 | | } |
|---|
| 1492 | | |
|---|
| 1493 | | /* yy_get_previous_state - get the state just before the EOB char was reached */ |
|---|
| 1494 | | |
|---|
| 1495 | | static yy_state_type yy_get_previous_state (void) |
|---|
| 1496 | | { |
|---|
| 1497 | | yy_state_type yy_current_state; |
|---|
| 1498 | | char *yy_cp; |
|---|
| 1499 | | |
|---|
| 1500 | | yy_current_state = (yy_start); |
|---|
| 1501 | | |
|---|
| 1502 | | (yy_state_ptr) = (yy_state_buf); |
|---|
| 1503 | | *(yy_state_ptr)++ = yy_current_state; |
|---|
| 1504 | | |
|---|
| 1505 | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) |
|---|
| 1506 | | { |
|---|
| 1507 | | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); |
|---|
| 1508 | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) |
|---|
| 1509 | | { |
|---|
| 1510 | | yy_current_state = (int) yy_def[yy_current_state]; |
|---|
| 1511 | | if ( yy_current_state >= 13 ) |
|---|
| 1512 | | yy_c = yy_meta[(unsigned int) yy_c]; |
|---|
| 1513 | | } |
|---|
| 1514 | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; |
|---|
| 1515 | | *(yy_state_ptr)++ = yy_current_state; |
|---|
| 1516 | | } |
|---|
| 1517 | | |
|---|
| 1518 | | return yy_current_state; |
|---|
| 1519 | | } |
|---|
| 1520 | | |
|---|
| 1521 | | /* yy_try_NUL_trans - try to make a transition on the NUL character |
|---|
| 1522 | | * |
|---|
| 1523 | | * synopsis |
|---|
| 1524 | | * next_state = yy_try_NUL_trans( current_state ); |
|---|
| 1525 | | */ |
|---|
| 1526 | | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) |
|---|
| 1527 | | { |
|---|
| 1528 | | int yy_is_jam; |
|---|
| 1529 | | |
|---|
| 1530 | | YY_CHAR yy_c = 1; |
|---|
| 1531 | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) |
|---|
| 1532 | | { |
|---|
| 1533 | | yy_current_state = (int) yy_def[yy_current_state]; |
|---|
| 1534 | | if ( yy_current_state >= 13 ) |
|---|
| 1535 | | yy_c = yy_meta[(unsigned int) yy_c]; |
|---|
| 1536 | | } |
|---|
| 1537 | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; |
|---|
| 1538 | | yy_is_jam = (yy_current_state == 12); |
|---|
| 1539 | | if ( ! yy_is_jam ) |
|---|
| 1540 | | *(yy_state_ptr)++ = yy_current_state; |
|---|
| 1541 | | |
|---|
| 1542 | | return yy_is_jam ? 0 : yy_current_state; |
|---|
| 1543 | | } |
|---|
| 1544 | | |
|---|
| 1545 | | #ifndef YY_NO_UNPUT |
|---|
| 1546 | | |
|---|
| 1547 | | static void yyunput (int c, char * yy_bp ) |
|---|
| 1548 | | { |
|---|
| 1549 | | char *yy_cp; |
|---|
| 1550 | | |
|---|
| 1551 | | yy_cp = (yy_c_buf_p); |
|---|
| 1552 | | |
|---|
| 1553 | | /* undo effects of setting up yytext */ |
|---|
| 1554 | | *yy_cp = (yy_hold_char); |
|---|
| 1555 | | |
|---|
| 1556 | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) |
|---|
| 1557 | | { /* need to shift things up to make room */ |
|---|
| 1558 | | /* +2 for EOB chars. */ |
|---|
| 1559 | | yy_size_t number_to_move = (yy_n_chars) + 2; |
|---|
| 1560 | | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ |
|---|
| 1561 | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; |
|---|
| 1562 | | char *source = |
|---|
| 1563 | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; |
|---|
| 1564 | | |
|---|
| 1565 | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) |
|---|
| 1566 | | *--dest = *--source; |
|---|
| 1567 | | |
|---|
| 1568 | | yy_cp += (int) (dest - source); |
|---|
| 1569 | | yy_bp += (int) (dest - source); |
|---|
| 1570 | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = |
|---|
| 1571 | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; |
|---|
| 1572 | | |
|---|
| 1573 | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) |
|---|
| 1574 | | YY_FATAL_ERROR( "flex scanner push-back overflow" ); |
|---|
| 1575 | | } |
|---|
| 1576 | | |
|---|
| 1577 | | *--yy_cp = (char) c; |
|---|
| 1578 | | |
|---|
| 1579 | | (yytext_ptr) = yy_bp; |
|---|
| 1580 | | (yy_hold_char) = *yy_cp; |
|---|
| 1581 | | (yy_c_buf_p) = yy_cp; |
|---|
| 1582 | | } |
|---|
| 1583 | | |
|---|
| 1584 | | #endif |
|---|
| 1585 | | |
|---|
| 1586 | | #ifndef YY_NO_INPUT |
|---|
| 1587 | | #ifdef __cplusplus |
|---|
| 1588 | | static int yyinput (void) |
|---|
| 1589 | | #else |
|---|
| 1590 | | static int input (void) |
|---|
| 1591 | | #endif |
|---|
| 1592 | | |
|---|
| 1593 | | { |
|---|
| 1594 | | int c; |
|---|
| 1595 | | |
|---|
| 1596 | | *(yy_c_buf_p) = (yy_hold_char); |
|---|
| 1597 | | |
|---|
| 1598 | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) |
|---|
| 1599 | | { |
|---|
| 1600 | | /* yy_c_buf_p now points to the character we want to return. |
|---|
| 1601 | | * If this occurs *before* the EOB characters, then it's a |
|---|
| 1602 | | * valid NUL; if not, then we've hit the end of the buffer. |
|---|
| 1603 | | */ |
|---|
| 1604 | | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) |
|---|
| 1605 | | /* This was really a NUL. */ |
|---|
| 1606 | | *(yy_c_buf_p) = '\0'; |
|---|
| 1607 | | |
|---|
| 1608 | | else |
|---|
| 1609 | | { /* need more input */ |
|---|
| 1610 | | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); |
|---|
| 1611 | | ++(yy_c_buf_p); |
|---|
| 1612 | | |
|---|
| 1613 | | switch ( yy_get_next_buffer( ) ) |
|---|
| 1614 | | { |
|---|
| 1615 | | case EOB_ACT_LAST_MATCH: |
|---|
| 1616 | | /* This happens because yy_g_n_b() |
|---|
| 1617 | | * sees that we've accumulated a |
|---|
| 1618 | | * token and flags that we need to |
|---|
| 1619 | | * try matching the token before |
|---|
| 1620 | | * proceeding. But for input(), |
|---|
| 1621 | | * there's no matching to consider. |
|---|
| 1622 | | * So convert the EOB_ACT_LAST_MATCH |
|---|
| 1623 | | * to EOB_ACT_END_OF_FILE. |
|---|
| 1624 | | */ |
|---|
| 1625 | | |
|---|
| 1626 | | /* Reset buffer status. */ |
|---|
| 1627 | | yyrestart(yyin ); |
|---|
| 1628 | | |
|---|
| 1629 | | /*FALLTHROUGH*/ |
|---|
| 1630 | | |
|---|
| 1631 | | case EOB_ACT_END_OF_FILE: |
|---|
| 1632 | | { |
|---|
| 1633 | | if ( yywrap( ) ) |
|---|
| 1634 | | return EOF; |
|---|
| 1635 | | |
|---|
| 1636 | | if ( ! (yy_did_buffer_switch_on_eof) ) |
|---|
| 1637 | | YY_NEW_FILE; |
|---|
| 1638 | | #ifdef __cplusplus |
|---|
| 1639 | | return yyinput(); |
|---|
| 1640 | | #else |
|---|
| 1641 | | return input(); |
|---|
| 1642 | | #endif |
|---|
| 1643 | | } |
|---|
| 1644 | | |
|---|
| 1645 | | case EOB_ACT_CONTINUE_SCAN: |
|---|
| 1646 | | (yy_c_buf_p) = (yytext_ptr) + offset; |
|---|
| 1647 | | break; |
|---|
| 1648 | | } |
|---|
| 1649 | | } |
|---|
| 1650 | | } |
|---|
| 1651 | | |
|---|
| 1652 | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ |
|---|
| 1653 | | *(yy_c_buf_p) = '\0'; /* preserve yytext */ |
|---|
| 1654 | | (yy_hold_char) = *++(yy_c_buf_p); |
|---|
| 1655 | | |
|---|
| 1656 | | return c; |
|---|
| 1657 | | } |
|---|
| 1658 | | #endif /* ifndef YY_NO_INPUT */ |
|---|
| 1659 | | |
|---|
| 1660 | | /** Immediately switch to a different input stream. |
|---|
| 1661 | | * @param input_file A readable stream. |
|---|
| 1662 | | * |
|---|
| 1663 | | * @note This function does not reset the start condition to @c INITIAL . |
|---|
| 1664 | | */ |
|---|
| 1665 | | void yyrestart (FILE * input_file ) |
|---|
| 1666 | | { |
|---|
| 1667 | | |
|---|
| 1668 | | if ( ! YY_CURRENT_BUFFER ){ |
|---|
| 1669 | | yyensure_buffer_stack (); |
|---|
| 1670 | | YY_CURRENT_BUFFER_LVALUE = |
|---|
| 1671 | | yy_create_buffer(yyin,YY_BUF_SIZE ); |
|---|
| 1672 | | } |
|---|
| 1673 | | |
|---|
| 1674 | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); |
|---|
| 1675 | | yy_load_buffer_state( ); |
|---|
| 1676 | | } |
|---|
| 1677 | | |
|---|
| 1678 | | /** Switch to a different input buffer. |
|---|
| 1679 | | * @param new_buffer The new input buffer. |
|---|
| 1680 | | * |
|---|
| 1681 | | */ |
|---|
| 1682 | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) |
|---|
| 1683 | | { |
|---|
| 1684 | | |
|---|
| 1685 | | /* TODO. We should be able to replace this entire function body |
|---|
| 1686 | | * with |
|---|
| 1687 | | * yypop_buffer_state(); |
|---|
| 1688 | | * yypush_buffer_state(new_buffer); |
|---|
| 1689 | | */ |
|---|
| 1690 | | yyensure_buffer_stack (); |
|---|
| 1691 | | if ( YY_CURRENT_BUFFER == new_buffer ) |
|---|
| 1692 | | return; |
|---|
| 1693 | | |
|---|
| 1694 | | if ( YY_CURRENT_BUFFER ) |
|---|
| 1695 | | { |
|---|
| 1696 | | /* Flush out information for old buffer. */ |
|---|
| 1697 | | *(yy_c_buf_p) = (yy_hold_char); |
|---|
| 1698 | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); |
|---|
| 1699 | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); |
|---|
| 1700 | | } |
|---|
| 1701 | | |
|---|
| 1702 | | YY_CURRENT_BUFFER_LVALUE = new_buffer; |
|---|
| 1703 | | yy_load_buffer_state( ); |
|---|
| 1704 | | |
|---|
| 1705 | | /* We don't actually know whether we did this switch during |
|---|
| 1706 | | * EOF (yywrap()) processing, but the only time this flag |
|---|
| 1707 | | * is looked at is after yywrap() is called, so it's safe |
|---|
| 1708 | | * to go ahead and always set it. |
|---|
| 1709 | | */ |
|---|
| 1710 | | (yy_did_buffer_switch_on_eof) = 1; |
|---|
| 1711 | | } |
|---|
| 1712 | | |
|---|
| 1713 | | static void yy_load_buffer_state (void) |
|---|
| 1714 | | { |
|---|
| 1715 | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; |
|---|
| 1716 | | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; |
|---|
| 1717 | | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; |
|---|
| 1718 | | (yy_hold_char) = *(yy_c_buf_p); |
|---|
| 1719 | | } |
|---|
| 1720 | | |
|---|
| 1721 | | /** Allocate and initialize an input buffer state. |
|---|
| 1722 | | * @param file A readable stream. |
|---|
| 1723 | | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. |
|---|
| 1724 | | * |
|---|
| 1725 | | * @return the allocated buffer state. |
|---|
| 1726 | | */ |
|---|
| 1727 | | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) |
|---|
| 1728 | | { |
|---|
| 1729 | | YY_BUFFER_STATE b; |
|---|
| 1730 | | |
|---|
| 1731 | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); |
|---|
| 1732 | | if ( ! b ) |
|---|
| 1733 | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); |
|---|
| 1734 | | |
|---|
| 1735 | | b->yy_buf_size = (yy_size_t)size; |
|---|
| 1736 | | |
|---|
| 1737 | | /* yy_ch_buf has to be 2 characters longer than the size given because |
|---|
| 1738 | | * we need to put in 2 end-of-buffer characters. |
|---|
| 1739 | | */ |
|---|
| 1740 | | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); |
|---|
| 1741 | | if ( ! b->yy_ch_buf ) |
|---|
| 1742 | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); |
|---|
| 1743 | | |
|---|
| 1744 | | b->yy_is_our_buffer = 1; |
|---|
| 1745 | | |
|---|
| 1746 | | yy_init_buffer(b,file ); |
|---|
| 1747 | | |
|---|
| 1748 | | return b; |
|---|
| 1749 | | } |
|---|
| 1750 | | |
|---|
| 1751 | | /** Destroy the buffer. |
|---|
| 1752 | | * @param b a buffer created with yy_create_buffer() |
|---|
| 1753 | | * |
|---|
| 1754 | | */ |
|---|
| 1755 | | void yy_delete_buffer (YY_BUFFER_STATE b ) |
|---|
| 1756 | | { |
|---|
| 1757 | | |
|---|
| 1758 | | if ( ! b ) |
|---|
| 1759 | | return; |
|---|
| 1760 | | |
|---|
| 1761 | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ |
|---|
| 1762 | | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; |
|---|
| 1763 | | |
|---|
| 1764 | | if ( b->yy_is_our_buffer ) |
|---|
| 1765 | | yyfree((void *) b->yy_ch_buf ); |
|---|
| 1766 | | |
|---|
| 1767 | | yyfree((void *) b ); |
|---|
| 1768 | | } |
|---|
| 1769 | | |
|---|
| 1770 | | /* Initializes or reinitializes a buffer. |
|---|
| 1771 | | * This function is sometimes called more than once on the same buffer, |
|---|
| 1772 | | * such as during a yyrestart() or at EOF. |
|---|
| 1773 | | */ |
|---|
| 1774 | | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) |
|---|
| 1775 | | |
|---|
| 1776 | | { |
|---|
| 1777 | | int oerrno = errno; |
|---|
| 1778 | | |
|---|
| 1779 | | yy_flush_buffer(b ); |
|---|
| 1780 | | |
|---|
| 1781 | | b->yy_input_file = file; |
|---|
| 1782 | | b->yy_fill_buffer = 1; |
|---|
| 1783 | | |
|---|
| 1784 | | /* If b is the current buffer, then yy_init_buffer was _probably_ |
|---|
| 1785 | | * called from yyrestart() or through yy_get_next_buffer. |
|---|
| 1786 | | * In that case, we don't want to reset the lineno or column. |
|---|
| 1787 | | */ |
|---|
| 1788 | | if (b != YY_CURRENT_BUFFER){ |
|---|
| 1789 | | b->yy_bs_lineno = 1; |
|---|
| 1790 | | b->yy_bs_column = 0; |
|---|
| 1791 | | } |
|---|
| 1792 | | |
|---|
| 1793 | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; |
|---|
| 1794 | | |
|---|
| 1795 | | errno = oerrno; |
|---|
| 1796 | | } |
|---|
| 1797 | | |
|---|
| 1798 | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. |
|---|
| 1799 | | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. |
|---|
| 1800 | | * |
|---|
| 1801 | | */ |
|---|
| 1802 | | void yy_flush_buffer (YY_BUFFER_STATE b ) |
|---|
| 1803 | | { |
|---|
| 1804 | | if ( ! b ) |
|---|
| 1805 | | return; |
|---|
| 1806 | | |
|---|
| 1807 | | b->yy_n_chars = 0; |
|---|
| 1808 | | |
|---|
| 1809 | | /* We always need two end-of-buffer characters. The first causes |
|---|
| 1810 | | * a transition to the end-of-buffer state. The second causes |
|---|
| 1811 | | * a jam in that state. |
|---|
| 1812 | | */ |
|---|
| 1813 | | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; |
|---|
| 1814 | | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; |
|---|
| 1815 | | |
|---|
| 1816 | | b->yy_buf_pos = &b->yy_ch_buf[0]; |
|---|
| 1817 | | |
|---|
| 1818 | | b->yy_at_bol = 1; |
|---|
| 1819 | | b->yy_buffer_status = YY_BUFFER_NEW; |
|---|
| 1820 | | |
|---|
| 1821 | | if ( b == YY_CURRENT_BUFFER ) |
|---|
| 1822 | | yy_load_buffer_state( ); |
|---|
| 1823 | | } |
|---|
| 1824 | | |
|---|
| 1825 | | /** Pushes the new state onto the stack. The new state becomes |
|---|
| 1826 | | * the current state. This function will allocate the stack |
|---|
| 1827 | | * if necessary. |
|---|
| 1828 | | * @param new_buffer The new state. |
|---|
| 1829 | | * |
|---|
| 1830 | | */ |
|---|
| 1831 | | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) |
|---|
| 1832 | | { |
|---|
| 1833 | | if (new_buffer == NULL) |
|---|
| 1834 | | return; |
|---|
| 1835 | | |
|---|
| 1836 | | yyensure_buffer_stack(); |
|---|
| 1837 | | |
|---|
| 1838 | | /* This block is copied from yy_switch_to_buffer. */ |
|---|
| 1839 | | if ( YY_CURRENT_BUFFER ) |
|---|
| 1840 | | { |
|---|
| 1841 | | /* Flush out information for old buffer. */ |
|---|
| 1842 | | *(yy_c_buf_p) = (yy_hold_char); |
|---|
| 1843 | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); |
|---|
| 1844 | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); |
|---|
| 1845 | | } |
|---|
| 1846 | | |
|---|
| 1847 | | /* Only push if top exists. Otherwise, replace top. */ |
|---|
| 1848 | | if (YY_CURRENT_BUFFER) |
|---|
| 1849 | | (yy_buffer_stack_top)++; |
|---|
| 1850 | | YY_CURRENT_BUFFER_LVALUE = new_buffer; |
|---|
| 1851 | | |
|---|
| 1852 | | /* copied from yy_switch_to_buffer. */ |
|---|
| 1853 | | yy_load_buffer_state( ); |
|---|
| 1854 | | (yy_did_buffer_switch_on_eof) = 1; |
|---|
| 1855 | | } |
|---|
| 1856 | | |
|---|
| 1857 | | /** Removes and deletes the top of the stack, if present. |
|---|
| 1858 | | * The next element becomes the new top. |
|---|
| 1859 | | * |
|---|
| 1860 | | */ |
|---|
| 1861 | | void yypop_buffer_state (void) |
|---|
| 1862 | | { |
|---|
| 1863 | | if (!YY_CURRENT_BUFFER) |
|---|
| 1864 | | return; |
|---|
| 1865 | | |
|---|
| 1866 | | yy_delete_buffer(YY_CURRENT_BUFFER ); |
|---|
| 1867 | | YY_CURRENT_BUFFER_LVALUE = NULL; |
|---|
| 1868 | | if ((yy_buffer_stack_top) > 0) |
|---|
| 1869 | | --(yy_buffer_stack_top); |
|---|
| 1870 | | |
|---|
| 1871 | | if (YY_CURRENT_BUFFER) { |
|---|
| 1872 | | yy_load_buffer_state( ); |
|---|
| 1873 | | (yy_did_buffer_switch_on_eof) = 1; |
|---|
| 1874 | | } |
|---|
| 1875 | | } |
|---|
| 1876 | | |
|---|
| 1877 | | /* Allocates the stack if it does not exist. |
|---|
| 1878 | | * Guarantees space for at least one push. |
|---|
| 1879 | | */ |
|---|
| 1880 | | static void yyensure_buffer_stack (void) |
|---|
| 1881 | | { |
|---|
| 1882 | | yy_size_t num_to_alloc; |
|---|
| 1883 | | |
|---|
| 1884 | | if (!(yy_buffer_stack)) { |
|---|
| 1885 | | |
|---|
| 1886 | | /* First allocation is just for 2 elements, since we don't know if this |
|---|
| 1887 | | * scanner will even need a stack. We use 2 instead of 1 to avoid an |
|---|
| 1888 | | * immediate realloc on the next call. |
|---|
| 1889 | | */ |
|---|
| 1890 | | num_to_alloc = 1; // After all that talk, this was set to 1 anyways... |
|---|
| 1891 | | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc |
|---|
| 1892 | | (num_to_alloc * sizeof(struct yy_buffer_state*) |
|---|
| 1893 | | ); |
|---|
| 1894 | | if ( ! (yy_buffer_stack) ) |
|---|
| 1895 | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); |
|---|
| 1896 | | |
|---|
| 1897 | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); |
|---|
| 1898 | | |
|---|
| 1899 | | (yy_buffer_stack_max) = num_to_alloc; |
|---|
| 1900 | | (yy_buffer_stack_top) = 0; |
|---|
| 1901 | | return; |
|---|
| 1902 | | } |
|---|
| 1903 | | |
|---|
| 1904 | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ |
|---|
| 1905 | | |
|---|
| 1906 | | /* Increase the buffer to prepare for a possible push. */ |
|---|
| 1907 | | yy_size_t grow_size = 8 /* arbitrary grow size */; |
|---|
| 1908 | | |
|---|
| 1909 | | num_to_alloc = (yy_buffer_stack_max) + grow_size; |
|---|
| 1910 | | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc |
|---|
| 1911 | | ((yy_buffer_stack), |
|---|
| 1912 | | num_to_alloc * sizeof(struct yy_buffer_state*) |
|---|
| 1913 | | ); |
|---|
| 1914 | | if ( ! (yy_buffer_stack) ) |
|---|
| 1915 | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); |
|---|
| 1916 | | |
|---|
| 1917 | | /* zero only the new slots.*/ |
|---|
| 1918 | | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); |
|---|
| 1919 | | (yy_buffer_stack_max) = num_to_alloc; |
|---|
| 1920 | | } |
|---|
| 1921 | | } |
|---|
| 1922 | | |
|---|
| 1923 | | /** Setup the input buffer state to scan directly from a user-specified character buffer. |
|---|
| 1924 | | * @param base the character buffer |
|---|
| 1925 | | * @param size the size in bytes of the character buffer |
|---|
| 1926 | | * |
|---|
| 1927 | | * @return the newly allocated buffer state object. |
|---|
| 1928 | | */ |
|---|
| 1929 | | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) |
|---|
| 1930 | | { |
|---|
| 1931 | | YY_BUFFER_STATE b; |
|---|
| 1932 | | |
|---|
| 1933 | | if ( size < 2 || |
|---|
| 1934 | | base[size-2] != YY_END_OF_BUFFER_CHAR || |
|---|
| 1935 | | base[size-1] != YY_END_OF_BUFFER_CHAR ) |
|---|
| 1936 | | /* They forgot to leave room for the EOB's. */ |
|---|
| 1937 | | return 0; |
|---|
| 1938 | | |
|---|
| 1939 | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); |
|---|
| 1940 | | if ( ! b ) |
|---|
| 1941 | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); |
|---|
| 1942 | | |
|---|
| 1943 | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ |
|---|
| 1944 | | b->yy_buf_pos = b->yy_ch_buf = base; |
|---|
| 1945 | | b->yy_is_our_buffer = 0; |
|---|
| 1946 | | b->yy_input_file = 0; |
|---|
| 1947 | | b->yy_n_chars = b->yy_buf_size; |
|---|
| 1948 | | b->yy_is_interactive = 0; |
|---|
| 1949 | | b->yy_at_bol = 1; |
|---|
| 1950 | | b->yy_fill_buffer = 0; |
|---|
| 1951 | | b->yy_buffer_status = YY_BUFFER_NEW; |
|---|
| 1952 | | |
|---|
| 1953 | | yy_switch_to_buffer(b ); |
|---|
| 1954 | | |
|---|
| 1955 | | return b; |
|---|
| 1956 | | } |
|---|
| 1957 | | |
|---|
| 1958 | | /** Setup the input buffer state to scan a string. The next call to yylex() will |
|---|
| 1959 | | * scan from a @e copy of @a str. |
|---|
| 1960 | | * @param yystr a NUL-terminated string to scan |
|---|
| 1961 | | * |
|---|
| 1962 | | * @return the newly allocated buffer state object. |
|---|
| 1963 | | * @note If you want to scan bytes that may contain NUL values, then use |
|---|
| 1964 | | * yy_scan_bytes() instead. |
|---|
| 1965 | | */ |
|---|
| 1966 | | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) |
|---|
| 1967 | | { |
|---|
| 1968 | | |
|---|
| 1969 | | return yy_scan_bytes(yystr,strlen(yystr) ); |
|---|
| 1970 | | } |
|---|
| 1971 | | |
|---|
| 1972 | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will |
|---|
| 1973 | | * scan from a @e copy of @a bytes. |
|---|
| 1974 | | * @param yybytes the byte buffer to scan |
|---|
| 1975 | | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. |
|---|
| 1976 | | * |
|---|
| 1977 | | * @return the newly allocated buffer state object. |
|---|
| 1978 | | */ |
|---|
| 1979 | | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) |
|---|
| 1980 | | { |
|---|
| 1981 | | YY_BUFFER_STATE b; |
|---|
| 1982 | | char *buf; |
|---|
| 1983 | | yy_size_t n; |
|---|
| 1984 | | yy_size_t i; |
|---|
| 1985 | | |
|---|
| 1986 | | /* Get memory for full buffer, including space for trailing EOB's. */ |
|---|
| 1987 | | n = _yybytes_len + 2; |
|---|
| 1988 | | buf = (char *) yyalloc(n ); |
|---|
| 1989 | | if ( ! buf ) |
|---|
| 1990 | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); |
|---|
| 1991 | | |
|---|
| 1992 | | for ( i = 0; i < _yybytes_len; ++i ) |
|---|
| 1993 | | buf[i] = yybytes[i]; |
|---|
| 1994 | | |
|---|
| 1995 | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; |
|---|
| 1996 | | |
|---|
| 1997 | | b = yy_scan_buffer(buf,n ); |
|---|
| 1998 | | if ( ! b ) |
|---|
| 1999 | | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); |
|---|
| 2000 | | |
|---|
| 2001 | | /* It's okay to grow etc. this buffer, and we should throw it |
|---|
| 2002 | | * away when we're done. |
|---|
| 2003 | | */ |
|---|
| 2004 | | b->yy_is_our_buffer = 1; |
|---|
| 2005 | | |
|---|
| 2006 | | return b; |
|---|
| 2007 | | } |
|---|
| 2008 | | |
|---|
| 2009 | | #ifndef YY_EXIT_FAILURE |
|---|
| 2010 | | #define YY_EXIT_FAILURE 2 |
|---|
| 2011 | | #endif |
|---|
| 2012 | | |
|---|
| 2013 | | static void yy_fatal_error (yyconst char* msg ) |
|---|
| 2014 | | { |
|---|
| 2015 | | (void) fprintf( stderr, "%s\n", msg ); |
|---|
| 2016 | | exit( YY_EXIT_FAILURE ); |
|---|
| 2017 | | } |
|---|
| 2018 | | |
|---|
| 2019 | | /* Redefine yyless() so it works in section 3 code. */ |
|---|
| 2020 | | |
|---|
| 2021 | | #undef yyless |
|---|
| 2022 | | #define yyless(n) \ |
|---|
| 2023 | | do \ |
|---|
| 2024 | | { \ |
|---|
| 2025 | | /* Undo effects of setting up yytext. */ \ |
|---|
| 2026 | | int yyless_macro_arg = (n); \ |
|---|
| 2027 | | YY_LESS_LINENO(yyless_macro_arg);\ |
|---|
| 2028 | | yytext[yyleng] = (yy_hold_char); \ |
|---|
| 2029 | | (yy_c_buf_p) = yytext + yyless_macro_arg; \ |
|---|
| 2030 | | (yy_hold_char) = *(yy_c_buf_p); \ |
|---|
| 2031 | | *(yy_c_buf_p) = '\0'; \ |
|---|
| 2032 | | yyleng = yyless_macro_arg; \ |
|---|
| 2033 | | } \ |
|---|
| 2034 | | while ( 0 ) |
|---|
| 2035 | | |
|---|
| 2036 | | /* Accessor methods (get/set functions) to struct members. */ |
|---|
| 2037 | | |
|---|
| 2038 | | /** Get the current line number. |
|---|
| 2039 | | * |
|---|
| 2040 | | */ |
|---|
| 2041 | | int yyget_lineno (void) |
|---|
| 2042 | | { |
|---|
| 2043 | | |
|---|
| 2044 | | return yylineno; |
|---|
| 2045 | | } |
|---|
| 2046 | | |
|---|
| 2047 | | /** Get the input stream. |
|---|
| 2048 | | * |
|---|
| 2049 | | */ |
|---|
| 2050 | | FILE *yyget_in (void) |
|---|
| 2051 | | { |
|---|
| 2052 | | return yyin; |
|---|
| 2053 | | } |
|---|
| 2054 | | |
|---|
| 2055 | | /** Get the output stream. |
|---|
| 2056 | | * |
|---|
| 2057 | | */ |
|---|
| 2058 | | FILE *yyget_out (void) |
|---|
| 2059 | | { |
|---|
| 2060 | | return yyout; |
|---|
| 2061 | | } |
|---|
| 2062 | | |
|---|
| 2063 | | /** Get the length of the current token. |
|---|
| 2064 | | * |
|---|
| 2065 | | */ |
|---|
| 2066 | | yy_size_t yyget_leng (void) |
|---|
| 2067 | | { |
|---|
| 2068 | | return yyleng; |
|---|
| 2069 | | } |
|---|
| 2070 | | |
|---|
| 2071 | | /** Get the current token. |
|---|
| 2072 | | * |
|---|
| 2073 | | */ |
|---|
| 2074 | | |
|---|
| 2075 | | char *yyget_text (void) |
|---|
| 2076 | | { |
|---|
| 2077 | | return yytext; |
|---|
| 2078 | | } |
|---|
| 2079 | | |
|---|
| 2080 | | /** Set the current line number. |
|---|
| 2081 | | * @param _line_number line number |
|---|
| 2082 | | * |
|---|
| 2083 | | */ |
|---|
| 2084 | | void yyset_lineno (int _line_number ) |
|---|
| 2085 | | { |
|---|
| 2086 | | |
|---|
| 2087 | | yylineno = _line_number; |
|---|
| 2088 | | } |
|---|
| 2089 | | |
|---|
| 2090 | | /** Set the input stream. This does not discard the current |
|---|
| 2091 | | * input buffer. |
|---|
| 2092 | | * @param _in_str A readable stream. |
|---|
| 2093 | | * |
|---|
| 2094 | | * @see yy_switch_to_buffer |
|---|
| 2095 | | */ |
|---|
| 2096 | | void yyset_in (FILE * _in_str ) |
|---|
| 2097 | | { |
|---|
| 2098 | | yyin = _in_str ; |
|---|
| 2099 | | } |
|---|
| 2100 | | |
|---|
| 2101 | | void yyset_out (FILE * _out_str ) |
|---|
| 2102 | | { |
|---|
| 2103 | | yyout = _out_str ; |
|---|
| 2104 | | } |
|---|
| 2105 | | |
|---|
| 2106 | | int yyget_debug (void) |
|---|
| 2107 | | { |
|---|
| 2108 | | return yy_flex_debug; |
|---|
| 2109 | | } |
|---|
| 2110 | | |
|---|
| 2111 | | void yyset_debug (int _bdebug ) |
|---|
| 2112 | | { |
|---|
| 2113 | | yy_flex_debug = _bdebug ; |
|---|
| 2114 | | } |
|---|
| 2115 | | |
|---|
| 2116 | | static int yy_init_globals (void) |
|---|
| 2117 | | { |
|---|
| 2118 | | /* Initialization is the same as for the non-reentrant scanner. |
|---|
| 2119 | | * This function is called from yylex_destroy(), so don't allocate here. |
|---|
| 2120 | | */ |
|---|
| 2121 | | |
|---|
| 2122 | | (yy_buffer_stack) = 0; |
|---|
| 2123 | | (yy_buffer_stack_top) = 0; |
|---|
| 2124 | | (yy_buffer_stack_max) = 0; |
|---|
| 2125 | | (yy_c_buf_p) = (char *) 0; |
|---|
| 2126 | | (yy_init) = 0; |
|---|
| 2127 | | (yy_start) = 0; |
|---|
| 2128 | | |
|---|
| 2129 | | (yy_state_buf) = 0; |
|---|
| 2130 | | (yy_state_ptr) = 0; |
|---|
| 2131 | | (yy_full_match) = 0; |
|---|
| 2132 | | (yy_lp) = 0; |
|---|
| 2133 | | |
|---|
| 2134 | | /* Defined in main.c */ |
|---|
| 2135 | | #ifdef YY_STDINIT |
|---|
| 2136 | | yyin = stdin; |
|---|
| 2137 | | yyout = stdout; |
|---|
| 2138 | | #else |
|---|
| 2139 | | yyin = (FILE *) 0; |
|---|
| 2140 | | yyout = (FILE *) 0; |
|---|
| 2141 | | #endif |
|---|
| 2142 | | |
|---|
| 2143 | | /* For future reference: Set errno on error, since we are called by |
|---|
| 2144 | | * yylex_init() |
|---|
| 2145 | | */ |
|---|
| 2146 | | return 0; |
|---|
| 2147 | | } |
|---|
| 2148 | | |
|---|
| 2149 | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ |
|---|
| 2150 | | int yylex_destroy (void) |
|---|
| 2151 | | { |
|---|
| 2152 | | |
|---|
| 2153 | | /* Pop the buffer stack, destroying each element. */ |
|---|
| 2154 | | while(YY_CURRENT_BUFFER){ |
|---|
| 2155 | | yy_delete_buffer(YY_CURRENT_BUFFER ); |
|---|
| 2156 | | YY_CURRENT_BUFFER_LVALUE = NULL; |
|---|
| 2157 | | yypop_buffer_state(); |
|---|
| 2158 | | } |
|---|
| 2159 | | |
|---|
| 2160 | | /* Destroy the stack itself. */ |
|---|
| 2161 | | yyfree((yy_buffer_stack) ); |
|---|
| 2162 | | (yy_buffer_stack) = NULL; |
|---|
| 2163 | | |
|---|
| 2164 | | yyfree ( (yy_state_buf) ); |
|---|
| 2165 | | (yy_state_buf) = NULL; |
|---|
| 2166 | | |
|---|
| 2167 | | /* Reset the globals. This is important in a non-reentrant scanner so the next time |
|---|
| 2168 | | * yylex() is called, initialization will occur. */ |
|---|
| 2169 | | yy_init_globals( ); |
|---|
| 2170 | | |
|---|
| 2171 | | return 0; |
|---|
| 2172 | | } |
|---|
| 2173 | | |
|---|
| 2174 | | /* |
|---|
| 2175 | | * Internal utility routines. |
|---|
| 2176 | | */ |
|---|
| 2177 | | |
|---|
| 2178 | | #ifndef yytext_ptr |
|---|
| 2179 | | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) |
|---|
| 2180 | | { |
|---|
| 2181 | | |
|---|
| 2182 | | int i; |
|---|
| 2183 | | for ( i = 0; i < n; ++i ) |
|---|
| 2184 | | s1[i] = s2[i]; |
|---|
| 2185 | | } |
|---|
| 2186 | | #endif |
|---|
| 2187 | | |
|---|
| 2188 | | #ifdef YY_NEED_STRLEN |
|---|
| 2189 | | static int yy_flex_strlen (yyconst char * s ) |
|---|
| 2190 | | { |
|---|
| 2191 | | int n; |
|---|
| 2192 | | for ( n = 0; s[n]; ++n ) |
|---|
| 2193 | | ; |
|---|
| 2194 | | |
|---|
| 2195 | | return n; |
|---|
| 2196 | | } |
|---|
| 2197 | | #endif |
|---|
| 2198 | | |
|---|
| 2199 | | void *yyalloc (yy_size_t size ) |
|---|
| 2200 | | { |
|---|
| 2201 | | return (void *) malloc( size ); |
|---|
| 2202 | | } |
|---|
| 2203 | | |
|---|
| 2204 | | void *yyrealloc (void * ptr, yy_size_t size ) |
|---|
| 2205 | | { |
|---|
| 2206 | | |
|---|
| 2207 | | /* The cast to (char *) in the following accommodates both |
|---|
| 2208 | | * implementations that use char* generic pointers, and those |
|---|
| 2209 | | * that use void* generic pointers. It works with the latter |
|---|
| 2210 | | * because both ANSI C and C++ allow castless assignment from |
|---|
| 2211 | | * any pointer type to void*, and deal with argument conversions |
|---|
| 2212 | | * as though doing an assignment. |
|---|
| 2213 | | */ |
|---|
| 2214 | | return (void *) realloc( (char *) ptr, size ); |
|---|
| 2215 | | } |
|---|
| 2216 | | |
|---|
| 2217 | | void yyfree (void * ptr ) |
|---|
| 2218 | | { |
|---|
| 2219 | | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ |
|---|
| 2220 | | } |
|---|
| 2221 | | |
|---|
| 2222 | | #define YYTABLES_NAME "yytables" |
|---|
| 2223 | | |
|---|
| 2224 | | #line 10 "conftest.l" |
|---|
| 2225 | | |
|---|
| 2226 | | |
|---|
| 2227 | | #ifdef YYTEXT_POINTER |
|---|
| 2228 | | extern char *yytext; |
|---|
| 2229 | | #endif |
|---|
| 2230 | | int |
|---|
| 2231 | | main (void) |
|---|
| 2232 | | { |
|---|
| 2233 | | return ! yylex () + ! yywrap (); |
|---|
| 2234 | | } |
|---|
| 2235 | configure:8100: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 conftest.c -lfl >&5 |
|---|
| 2236 | configure:8100: $? = 0 |
|---|
| 2237 | configure:8110: result: -lfl |
|---|
| 2238 | configure:8116: checking whether yytext is a pointer |
|---|
| 2239 | configure:8133: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 conftest.c -lfl >&5 |
|---|
| 2240 | configure:8133: $? = 0 |
|---|
| 2241 | configure:8141: result: yes |
|---|
| 2242 | configure:8161: result: defining LFLAGS to be -I |
|---|
| 2243 | configure:8189: checking for bison |
|---|
| 2244 | configure:8205: found /opt/local/bin/bison |
|---|
| 2245 | configure:8216: result: bison -y |
|---|
| 2246 | configure:8235: checking syntax of bison api.prefix (or name-prefix) declaration |
|---|
| 2247 | configure:8268: result: api |
|---|
| 2248 | configure:8290: checking syntax of bison push/pull declaration |
|---|
| 2249 | configure:8334: result: dash |
|---|
| 2250 | configure:8374: checking for makeinfo |
|---|
| 2251 | configure:8390: found /opt/local/bin/makeinfo |
|---|
| 2252 | configure:8401: result: makeinfo |
|---|
| 2253 | configure:8425: checking for texi2dvi |
|---|
| 2254 | configure:8452: result: /opt/local/bin/texi2dvi |
|---|
| 2255 | configure:8480: checking for texi2pdf |
|---|
| 2256 | configure:8507: result: /opt/local/bin/texi2pdf |
|---|
| 2257 | configure:8542: checking whether ln -s works |
|---|
| 2258 | configure:8546: result: yes |
|---|
| 2259 | configure:8562: checking for desktop-file-install |
|---|
| 2260 | configure:8592: result: no |
|---|
| 2261 | configure:8614: checking for gs |
|---|
| 2262 | configure:8630: found /opt/local/bin/gs |
|---|
| 2263 | configure:8641: result: gs |
|---|
| 2264 | configure:8680: checking for gnuplot |
|---|
| 2265 | configure:8696: found /opt/local/bin/gnuplot |
|---|
| 2266 | configure:8707: result: gnuplot |
|---|
| 2267 | configure:8753: checking for less |
|---|
| 2268 | configure:8769: found /opt/local/bin/less |
|---|
| 2269 | configure:8780: result: less |
|---|
| 2270 | configure:8804: checking for python |
|---|
| 2271 | configure:8831: result: ' ' |
|---|
| 2272 | configure:9154: defining __NO_MATH_INLINES avoids buggy GNU libc exp function |
|---|
| 2273 | configure:9274: checking for C++ compiler version |
|---|
| 2274 | configure:9283: /usr/bin/clang++ --version >&5 |
|---|
| 2275 | Apple LLVM version 7.0.2 (clang-700.1.81) |
|---|
| 2276 | Target: x86_64-apple-darwin14.5.0 |
|---|
| 2277 | Thread model: posix |
|---|
| 2278 | configure:9294: $? = 0 |
|---|
| 2279 | configure:9283: /usr/bin/clang++ -v >&5 |
|---|
| 2280 | Apple LLVM version 7.0.2 (clang-700.1.81) |
|---|
| 2281 | Target: x86_64-apple-darwin14.5.0 |
|---|
| 2282 | Thread model: posix |
|---|
| 2283 | configure:9294: $? = 0 |
|---|
| 2284 | configure:9283: /usr/bin/clang++ -V >&5 |
|---|
| 2285 | clang: error: argument to '-V' is missing (expected 1 value) |
|---|
| 2286 | clang: error: no input files |
|---|
| 2287 | configure:9294: $? = 1 |
|---|
| 2288 | configure:9283: /usr/bin/clang++ -qversion >&5 |
|---|
| 2289 | clang: error: unknown argument: '-qversion' |
|---|
| 2290 | clang: error: no input files |
|---|
| 2291 | configure:9294: $? = 1 |
|---|
| 2292 | configure:9298: checking whether we are using the GNU C++ compiler |
|---|
| 2293 | configure:9317: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ conftest.cpp >&5 |
|---|
| 2294 | configure:9317: $? = 0 |
|---|
| 2295 | configure:9326: result: yes |
|---|
| 2296 | configure:9335: checking whether /usr/bin/clang++ accepts -g |
|---|
| 2297 | configure:9355: /usr/bin/clang++ -c -g conftest.cpp >&5 |
|---|
| 2298 | configure:9355: $? = 0 |
|---|
| 2299 | configure:9396: result: yes |
|---|
| 2300 | configure:9421: checking dependency style of /usr/bin/clang++ |
|---|
| 2301 | configure:9532: result: none |
|---|
| 2302 | configure:9552: checking how to run the C++ preprocessor |
|---|
| 2303 | configure:9579: /usr/bin/clang++ -E conftest.cpp |
|---|
| 2304 | configure:9579: $? = 0 |
|---|
| 2305 | configure:9593: /usr/bin/clang++ -E conftest.cpp |
|---|
| 2306 | conftest.cpp:34:10: fatal error: 'ac_nonexistent.h' file not found |
|---|
| 2307 | #include <ac_nonexistent.h> |
|---|
| 2308 | ^ |
|---|
| 2309 | 1 error generated. |
|---|
| 2310 | configure:9593: $? = 1 |
|---|
| 2311 | configure: failed program was: |
|---|
| 2312 | | /* confdefs.h */ |
|---|
| 2313 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 2314 | | #define PACKAGE_TARNAME "octave" |
|---|
| 2315 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 2316 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 2317 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 2318 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 2319 | | #define PACKAGE "octave" |
|---|
| 2320 | | #define VERSION "3.8.2" |
|---|
| 2321 | | #define OCTAVE_SOURCE 1 |
|---|
| 2322 | | #define STDC_HEADERS 1 |
|---|
| 2323 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2324 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2325 | | #define HAVE_STDLIB_H 1 |
|---|
| 2326 | | #define HAVE_STRING_H 1 |
|---|
| 2327 | | #define HAVE_MEMORY_H 1 |
|---|
| 2328 | | #define HAVE_STRINGS_H 1 |
|---|
| 2329 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2330 | | #define HAVE_STDINT_H 1 |
|---|
| 2331 | | #define HAVE_UNISTD_H 1 |
|---|
| 2332 | | #define __EXTENSIONS__ 1 |
|---|
| 2333 | | #define _ALL_SOURCE 1 |
|---|
| 2334 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 2335 | | #define _GNU_SOURCE 1 |
|---|
| 2336 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 2337 | | #define _TANDEM_SOURCE 1 |
|---|
| 2338 | | #define YYTEXT_POINTER 1 |
|---|
| 2339 | | #define SEPCHAR ':' |
|---|
| 2340 | | #define SEPCHAR_STR ":" |
|---|
| 2341 | | #define SHELL_PATH "/bin/sh" |
|---|
| 2342 | | #define OCTAVE_IDX_TYPE int |
|---|
| 2343 | | #define __NO_MATH_INLINES 1 |
|---|
| 2344 | | /* end confdefs.h. */ |
|---|
| 2345 | | #include <ac_nonexistent.h> |
|---|
| 2346 | configure:9618: result: /usr/bin/clang++ -E |
|---|
| 2347 | configure:9638: /usr/bin/clang++ -E conftest.cpp |
|---|
| 2348 | configure:9638: $? = 0 |
|---|
| 2349 | configure:9652: /usr/bin/clang++ -E conftest.cpp |
|---|
| 2350 | conftest.cpp:34:10: fatal error: 'ac_nonexistent.h' file not found |
|---|
| 2351 | #include <ac_nonexistent.h> |
|---|
| 2352 | ^ |
|---|
| 2353 | 1 error generated. |
|---|
| 2354 | configure:9652: $? = 1 |
|---|
| 2355 | configure: failed program was: |
|---|
| 2356 | | /* confdefs.h */ |
|---|
| 2357 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 2358 | | #define PACKAGE_TARNAME "octave" |
|---|
| 2359 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 2360 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 2361 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 2362 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 2363 | | #define PACKAGE "octave" |
|---|
| 2364 | | #define VERSION "3.8.2" |
|---|
| 2365 | | #define OCTAVE_SOURCE 1 |
|---|
| 2366 | | #define STDC_HEADERS 1 |
|---|
| 2367 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2368 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2369 | | #define HAVE_STDLIB_H 1 |
|---|
| 2370 | | #define HAVE_STRING_H 1 |
|---|
| 2371 | | #define HAVE_MEMORY_H 1 |
|---|
| 2372 | | #define HAVE_STRINGS_H 1 |
|---|
| 2373 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2374 | | #define HAVE_STDINT_H 1 |
|---|
| 2375 | | #define HAVE_UNISTD_H 1 |
|---|
| 2376 | | #define __EXTENSIONS__ 1 |
|---|
| 2377 | | #define _ALL_SOURCE 1 |
|---|
| 2378 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 2379 | | #define _GNU_SOURCE 1 |
|---|
| 2380 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 2381 | | #define _TANDEM_SOURCE 1 |
|---|
| 2382 | | #define YYTEXT_POINTER 1 |
|---|
| 2383 | | #define SEPCHAR ':' |
|---|
| 2384 | | #define SEPCHAR_STR ":" |
|---|
| 2385 | | #define SHELL_PATH "/bin/sh" |
|---|
| 2386 | | #define OCTAVE_IDX_TYPE int |
|---|
| 2387 | | #define __NO_MATH_INLINES 1 |
|---|
| 2388 | | /* end confdefs.h. */ |
|---|
| 2389 | | #include <ac_nonexistent.h> |
|---|
| 2390 | configure:9782: checking for gcc |
|---|
| 2391 | configure:9809: result: /usr/bin/clang |
|---|
| 2392 | configure:10038: checking for C compiler version |
|---|
| 2393 | configure:10047: /usr/bin/clang --version >&5 |
|---|
| 2394 | Apple LLVM version 7.0.2 (clang-700.1.81) |
|---|
| 2395 | Target: x86_64-apple-darwin14.5.0 |
|---|
| 2396 | Thread model: posix |
|---|
| 2397 | configure:10058: $? = 0 |
|---|
| 2398 | configure:10047: /usr/bin/clang -v >&5 |
|---|
| 2399 | Apple LLVM version 7.0.2 (clang-700.1.81) |
|---|
| 2400 | Target: x86_64-apple-darwin14.5.0 |
|---|
| 2401 | Thread model: posix |
|---|
| 2402 | configure:10058: $? = 0 |
|---|
| 2403 | configure:10047: /usr/bin/clang -V >&5 |
|---|
| 2404 | clang: error: argument to '-V' is missing (expected 1 value) |
|---|
| 2405 | clang: error: no input files |
|---|
| 2406 | configure:10058: $? = 1 |
|---|
| 2407 | configure:10047: /usr/bin/clang -qversion >&5 |
|---|
| 2408 | clang: error: unknown argument: '-qversion' |
|---|
| 2409 | clang: error: no input files |
|---|
| 2410 | configure:10058: $? = 1 |
|---|
| 2411 | configure:10062: checking whether we are using the GNU C compiler |
|---|
| 2412 | configure:10090: result: yes |
|---|
| 2413 | configure:10099: checking whether /usr/bin/clang accepts -g |
|---|
| 2414 | configure:10160: result: yes |
|---|
| 2415 | configure:10177: checking for /usr/bin/clang option to accept ISO C89 |
|---|
| 2416 | configure:10253: result: none needed |
|---|
| 2417 | configure:10278: checking whether /usr/bin/clang understands -c and -o together |
|---|
| 2418 | configure:10315: result: yes |
|---|
| 2419 | configure:10334: checking dependency style of /usr/bin/clang |
|---|
| 2420 | configure:10445: result: none |
|---|
| 2421 | configure:10465: checking how to run the C preprocessor |
|---|
| 2422 | configure:10535: result: /usr/bin/clang -E |
|---|
| 2423 | configure:10555: /usr/bin/clang -E conftest.c |
|---|
| 2424 | configure:10555: $? = 0 |
|---|
| 2425 | configure:10569: /usr/bin/clang -E conftest.c |
|---|
| 2426 | conftest.c:34:10: fatal error: 'ac_nonexistent.h' file not found |
|---|
| 2427 | #include <ac_nonexistent.h> |
|---|
| 2428 | ^ |
|---|
| 2429 | 1 error generated. |
|---|
| 2430 | configure:10569: $? = 1 |
|---|
| 2431 | configure: failed program was: |
|---|
| 2432 | | /* confdefs.h */ |
|---|
| 2433 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 2434 | | #define PACKAGE_TARNAME "octave" |
|---|
| 2435 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 2436 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 2437 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 2438 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 2439 | | #define PACKAGE "octave" |
|---|
| 2440 | | #define VERSION "3.8.2" |
|---|
| 2441 | | #define OCTAVE_SOURCE 1 |
|---|
| 2442 | | #define STDC_HEADERS 1 |
|---|
| 2443 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2444 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2445 | | #define HAVE_STDLIB_H 1 |
|---|
| 2446 | | #define HAVE_STRING_H 1 |
|---|
| 2447 | | #define HAVE_MEMORY_H 1 |
|---|
| 2448 | | #define HAVE_STRINGS_H 1 |
|---|
| 2449 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2450 | | #define HAVE_STDINT_H 1 |
|---|
| 2451 | | #define HAVE_UNISTD_H 1 |
|---|
| 2452 | | #define __EXTENSIONS__ 1 |
|---|
| 2453 | | #define _ALL_SOURCE 1 |
|---|
| 2454 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 2455 | | #define _GNU_SOURCE 1 |
|---|
| 2456 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 2457 | | #define _TANDEM_SOURCE 1 |
|---|
| 2458 | | #define YYTEXT_POINTER 1 |
|---|
| 2459 | | #define SEPCHAR ':' |
|---|
| 2460 | | #define SEPCHAR_STR ":" |
|---|
| 2461 | | #define SHELL_PATH "/bin/sh" |
|---|
| 2462 | | #define OCTAVE_IDX_TYPE int |
|---|
| 2463 | | #define __NO_MATH_INLINES 1 |
|---|
| 2464 | | /* end confdefs.h. */ |
|---|
| 2465 | | #include <ac_nonexistent.h> |
|---|
| 2466 | configure:10598: checking whether /usr/bin/clang needs -traditional |
|---|
| 2467 | conftest.c:34:10: fatal error: 'termio.h' file not found |
|---|
| 2468 | #include <termio.h> |
|---|
| 2469 | ^ |
|---|
| 2470 | 1 error generated. |
|---|
| 2471 | configure:10632: result: no |
|---|
| 2472 | configure:10673: checking for Minix Amsterdam compiler |
|---|
| 2473 | configure:10697: result: no |
|---|
| 2474 | configure:10749: checking for ar |
|---|
| 2475 | configure:10765: found /opt/local/bin/ar |
|---|
| 2476 | configure:10776: result: ar |
|---|
| 2477 | configure:10856: checking for ranlib |
|---|
| 2478 | configure:10872: found /opt/local/bin/ranlib |
|---|
| 2479 | configure:10883: result: ranlib |
|---|
| 2480 | configure:10915: checking for _LARGEFILE_SOURCE value needed for large files |
|---|
| 2481 | configure:10934: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 2482 | configure:10934: $? = 0 |
|---|
| 2483 | configure:10962: result: no |
|---|
| 2484 | configure:11019: checking for special C compiler options needed for large files |
|---|
| 2485 | configure:11064: result: no |
|---|
| 2486 | configure:11070: checking for _FILE_OFFSET_BITS value needed for large files |
|---|
| 2487 | configure:11095: /usr/bin/clang -c -pipe -Os -arch x86_64 conftest.c >&5 |
|---|
| 2488 | configure:11095: $? = 0 |
|---|
| 2489 | configure:11127: result: no |
|---|
| 2490 | configure:11432: checking C compiler version number |
|---|
| 2491 | configure:11479: result: |
|---|
| 2492 | configure:11493: checking C++ compiler version number |
|---|
| 2493 | configure:11540: result: |
|---|
| 2494 | configure:11547: checking whether stl_algo.h is broken |
|---|
| 2495 | configure:11620: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ conftest.cpp >&5 |
|---|
| 2496 | configure:11620: $? = 0 |
|---|
| 2497 | configure:11620: ./conftest |
|---|
| 2498 | configure:11620: $? = 0 |
|---|
| 2499 | configure:11637: result: no |
|---|
| 2500 | configure:11842: checking whether pthreads work with -pthread |
|---|
| 2501 | configure:11930: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread conftest.c >&5 |
|---|
| 2502 | configure:11930: $? = 0 |
|---|
| 2503 | configure:11939: result: yes |
|---|
| 2504 | configure:11958: checking for joinable pthread attribute |
|---|
| 2505 | configure:11973: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread conftest.c >&5 |
|---|
| 2506 | configure:11973: $? = 0 |
|---|
| 2507 | configure:11979: result: PTHREAD_CREATE_JOINABLE |
|---|
| 2508 | configure:11989: checking if more special flags are required for pthreads |
|---|
| 2509 | configure:12003: result: -D_THREAD_SAFE |
|---|
| 2510 | configure:12009: checking for PTHREAD_PRIO_INHERIT |
|---|
| 2511 | configure:12027: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -pthread conftest.c >&5 |
|---|
| 2512 | configure:12027: $? = 0 |
|---|
| 2513 | configure:12036: result: yes |
|---|
| 2514 | configure:12799: checking for sin in -lm |
|---|
| 2515 | configure:12824: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lm >&5 |
|---|
| 2516 | conftest.c:46:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration] |
|---|
| 2517 | char sin (); |
|---|
| 2518 | ^ |
|---|
| 2519 | conftest.c:46:6: note: 'sin' is a builtin with type 'double (double)' |
|---|
| 2520 | 1 warning generated. |
|---|
| 2521 | configure:12824: $? = 0 |
|---|
| 2522 | configure:12833: result: yes |
|---|
| 2523 | configure:12959: checking for Fortran 77 compiler version |
|---|
| 2524 | configure:12968: /opt/local/bin/gfortran-mp-5 --version >&5 |
|---|
| 2525 | GNU Fortran (MacPorts gcc5 5.3.0_0) 5.3.0 |
|---|
| 2526 | Copyright (C) 2015 Free Software Foundation, Inc. |
|---|
| 2527 | |
|---|
| 2528 | GNU Fortran comes with NO WARRANTY, to the extent permitted by law. |
|---|
| 2529 | You may redistribute copies of GNU Fortran |
|---|
| 2530 | under the terms of the GNU General Public License. |
|---|
| 2531 | For more information about these matters, see the file named COPYING |
|---|
| 2532 | |
|---|
| 2533 | configure:12979: $? = 0 |
|---|
| 2534 | configure:12968: /opt/local/bin/gfortran-mp-5 -v >&5 |
|---|
| 2535 | Using built-in specs. |
|---|
| 2536 | COLLECT_GCC=/opt/local/bin/gfortran-mp-5 |
|---|
| 2537 | COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin14/5.3.0/lto-wrapper |
|---|
| 2538 | Target: x86_64-apple-darwin14 |
|---|
| 2539 | Configured with: /opt/local/var/macports/build/_opt_mports_dports_lang_gcc5/gcc5/work/gcc-5.3.0/configure --prefix=/opt/local --build=x86_64-apple-darwin14 --enable-languages=c,c++,objc,obj-c++,lto,fortran,java --libdir=/opt/local/lib/gcc5 --includedir=/opt/local/include/gcc5 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-5 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-5 --with-gxx-include-dir=/opt/local/include/gcc5/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion='MacPorts gcc5 5.3.0_0' |
|---|
| 2540 | Thread model: posix |
|---|
| 2541 | gcc version 5.3.0 (MacPorts gcc5 5.3.0_0) |
|---|
| 2542 | configure:12979: $? = 0 |
|---|
| 2543 | configure:12968: /opt/local/bin/gfortran-mp-5 -V >&5 |
|---|
| 2544 | gfortran-mp-5: error: unrecognized command line option '-V' |
|---|
| 2545 | gfortran-mp-5: fatal error: no input files |
|---|
| 2546 | compilation terminated. |
|---|
| 2547 | configure:12979: $? = 1 |
|---|
| 2548 | configure:12968: /opt/local/bin/gfortran-mp-5 -qversion >&5 |
|---|
| 2549 | gfortran-mp-5: error: unrecognized command line option '-qversion' |
|---|
| 2550 | gfortran-mp-5: fatal error: no input files |
|---|
| 2551 | compilation terminated. |
|---|
| 2552 | configure:12979: $? = 1 |
|---|
| 2553 | configure:12988: checking whether we are using the GNU Fortran 77 compiler |
|---|
| 2554 | configure:13001: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.F >&5 |
|---|
| 2555 | configure:13001: $? = 0 |
|---|
| 2556 | configure:13010: result: yes |
|---|
| 2557 | configure:13016: checking whether /opt/local/bin/gfortran-mp-5 accepts -g |
|---|
| 2558 | configure:13027: /opt/local/bin/gfortran-mp-5 -c -g conftest.f >&5 |
|---|
| 2559 | configure:13027: $? = 0 |
|---|
| 2560 | configure:13035: result: yes |
|---|
| 2561 | configure:13069: checking how to get verbose linking output from /opt/local/bin/gfortran-mp-5 |
|---|
| 2562 | configure:13079: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.f >&5 |
|---|
| 2563 | configure:13079: $? = 0 |
|---|
| 2564 | configure:13097: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os -v conftest.f -lm |
|---|
| 2565 | Using built-in specs. |
|---|
| 2566 | Target: x86_64-apple-darwin14 |
|---|
| 2567 | Thread model: posix |
|---|
| 2568 | gcc version 5.3.0 (MacPorts gcc5 5.3.0_0) |
|---|
| 2569 | /opt/local/libexec/gcc/x86_64-apple-darwin14/5.3.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -mmacosx-version-min=10.10 -mtune=core2 -auxbase conftest -Os -version -fintrinsic-modules-path /opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/finclude -o - | |
|---|
| 2570 | /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/ccc1F2Oa.o |
|---|
| 2571 | GNU Fortran (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin14) |
|---|
| 2572 | compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3 |
|---|
| 2573 | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 |
|---|
| 2574 | GNU Fortran2008 (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin14) |
|---|
| 2575 | compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3 |
|---|
| 2576 | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 |
|---|
| 2577 | Apple Inc version cctools-877.5, GNU assembler version 1.38 |
|---|
| 2578 | Reading specs from /opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../../libgfortran.spec |
|---|
| 2579 | rename spec lib to liborig |
|---|
| 2580 | /opt/local/libexec/gcc/x86_64-apple-darwin14/5.3.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.10 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccc1F2Oa.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v |
|---|
| 2581 | collect2 version 5.3.0 |
|---|
| 2582 | /opt/local/bin/ld -dynamic -arch x86_64 -macosx_version_min 10.10 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccc1F2Oa.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v |
|---|
| 2583 | @(#)PROGRAM:ld PROJECT:ld64-253.3 |
|---|
| 2584 | configured to support archs: i386 x86_64 x86_64h armv6 armv7 armv7s armv7m armv7k arm64 (tvOS) |
|---|
| 2585 | Library search paths: |
|---|
| 2586 | /opt/local/lib |
|---|
| 2587 | /opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 |
|---|
| 2588 | /opt/local/lib/gcc5 |
|---|
| 2589 | /usr/lib |
|---|
| 2590 | /usr/local/lib |
|---|
| 2591 | Framework search paths: |
|---|
| 2592 | /Library/Frameworks/ |
|---|
| 2593 | /System/Library/Frameworks/ |
|---|
| 2594 | /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/ccc1F2Oa.o |
|---|
| 2595 | configure:13180: result: -v |
|---|
| 2596 | configure:13182: checking for Fortran 77 libraries of /opt/local/bin/gfortran-mp-5 |
|---|
| 2597 | configure:13205: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os -v conftest.f -lm |
|---|
| 2598 | Using built-in specs. |
|---|
| 2599 | Target: x86_64-apple-darwin14 |
|---|
| 2600 | Thread model: posix |
|---|
| 2601 | gcc version 5.3.0 (MacPorts gcc5 5.3.0_0) |
|---|
| 2602 | /opt/local/libexec/gcc/x86_64-apple-darwin14/5.3.0/f951 conftest.f -ffixed-form -fPIC -quiet -dumpbase conftest.f -mmacosx-version-min=10.10 -mtune=core2 -auxbase conftest -Os -version -fintrinsic-modules-path /opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/finclude -o - | |
|---|
| 2603 | /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/ccWrUhMe.o |
|---|
| 2604 | GNU Fortran (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin14) |
|---|
| 2605 | compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3 |
|---|
| 2606 | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 |
|---|
| 2607 | GNU Fortran2008 (MacPorts gcc5 5.3.0_0) version 5.3.0 (x86_64-apple-darwin14) |
|---|
| 2608 | compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3, MPC version 1.0.3 |
|---|
| 2609 | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 |
|---|
| 2610 | Apple Inc version cctools-877.5, GNU assembler version 1.38 |
|---|
| 2611 | Reading specs from /opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../../libgfortran.spec |
|---|
| 2612 | rename spec lib to liborig |
|---|
| 2613 | /opt/local/libexec/gcc/x86_64-apple-darwin14/5.3.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.10 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccWrUhMe.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v |
|---|
| 2614 | collect2 version 5.3.0 |
|---|
| 2615 | /opt/local/bin/ld -dynamic -arch x86_64 -macosx_version_min 10.10 -weak_reference_mismatches non-weak -o conftest -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/.tmp/ccWrUhMe.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v |
|---|
| 2616 | @(#)PROGRAM:ld PROJECT:ld64-253.3 |
|---|
| 2617 | configured to support archs: i386 x86_64 x86_64h armv6 armv7 armv7s armv7m armv7k arm64 (tvOS) |
|---|
| 2618 | Library search paths: |
|---|
| 2619 | /opt/local/lib |
|---|
| 2620 | /opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 |
|---|
| 2621 | /opt/local/lib/gcc5 |
|---|
| 2622 | /usr/lib |
|---|
| 2623 | /usr/local/lib |
|---|
| 2624 | Framework search paths: |
|---|
| 2625 | /Library/Frameworks/ |
|---|
| 2626 | /System/Library/Frameworks/ |
|---|
| 2627 | /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/ccWrUhMe.o |
|---|
| 2628 | configure:13401: result: -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm |
|---|
| 2629 | configure:13417: checking for dummy main to link with Fortran 77 libraries |
|---|
| 2630 | configure:13451: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 2631 | configure:13451: $? = 0 |
|---|
| 2632 | configure:13496: result: none |
|---|
| 2633 | configure:13529: checking for Fortran 77 name-mangling scheme |
|---|
| 2634 | configure:13542: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.f >&5 |
|---|
| 2635 | configure:13542: $? = 0 |
|---|
| 2636 | configure:13583: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c cfortran_test.o -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 2637 | Undefined symbols for architecture x86_64: |
|---|
| 2638 | "_foobar", referenced from: |
|---|
| 2639 | _main in conftest-97c158.o |
|---|
| 2640 | (maybe you meant: _foobar_) |
|---|
| 2641 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 2642 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 2643 | configure:13583: $? = 1 |
|---|
| 2644 | configure: failed program was: |
|---|
| 2645 | | /* confdefs.h */ |
|---|
| 2646 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 2647 | | #define PACKAGE_TARNAME "octave" |
|---|
| 2648 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 2649 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 2650 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 2651 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 2652 | | #define PACKAGE "octave" |
|---|
| 2653 | | #define VERSION "3.8.2" |
|---|
| 2654 | | #define OCTAVE_SOURCE 1 |
|---|
| 2655 | | #define STDC_HEADERS 1 |
|---|
| 2656 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2657 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2658 | | #define HAVE_STDLIB_H 1 |
|---|
| 2659 | | #define HAVE_STRING_H 1 |
|---|
| 2660 | | #define HAVE_MEMORY_H 1 |
|---|
| 2661 | | #define HAVE_STRINGS_H 1 |
|---|
| 2662 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2663 | | #define HAVE_STDINT_H 1 |
|---|
| 2664 | | #define HAVE_UNISTD_H 1 |
|---|
| 2665 | | #define __EXTENSIONS__ 1 |
|---|
| 2666 | | #define _ALL_SOURCE 1 |
|---|
| 2667 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 2668 | | #define _GNU_SOURCE 1 |
|---|
| 2669 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 2670 | | #define _TANDEM_SOURCE 1 |
|---|
| 2671 | | #define YYTEXT_POINTER 1 |
|---|
| 2672 | | #define SEPCHAR ':' |
|---|
| 2673 | | #define SEPCHAR_STR ":" |
|---|
| 2674 | | #define SHELL_PATH "/bin/sh" |
|---|
| 2675 | | #define OCTAVE_IDX_TYPE int |
|---|
| 2676 | | #define __NO_MATH_INLINES 1 |
|---|
| 2677 | | #define HAVE_FSEEKO 1 |
|---|
| 2678 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 2679 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 2680 | | #define HAVE_PTHREAD 1 |
|---|
| 2681 | | #define FLOAT_TRUNCATE |
|---|
| 2682 | | #define HAVE_LIBM 1 |
|---|
| 2683 | | /* end confdefs.h. */ |
|---|
| 2684 | | |
|---|
| 2685 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 2686 | | Use char because int might match the return type of a GCC |
|---|
| 2687 | | builtin and then its argument prototype would still apply. */ |
|---|
| 2688 | | #ifdef __cplusplus |
|---|
| 2689 | | extern "C" |
|---|
| 2690 | | #endif |
|---|
| 2691 | | char foobar (); |
|---|
| 2692 | | #ifdef F77_DUMMY_MAIN |
|---|
| 2693 | | |
|---|
| 2694 | | # ifdef __cplusplus |
|---|
| 2695 | | extern "C" |
|---|
| 2696 | | # endif |
|---|
| 2697 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 2698 | | |
|---|
| 2699 | | #endif |
|---|
| 2700 | | int |
|---|
| 2701 | | main () |
|---|
| 2702 | | { |
|---|
| 2703 | | return foobar (); |
|---|
| 2704 | | ; |
|---|
| 2705 | | return 0; |
|---|
| 2706 | | } |
|---|
| 2707 | configure:13583: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c cfortran_test.o -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 2708 | configure:13583: $? = 0 |
|---|
| 2709 | configure:13641: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c cfortran_test.o -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 2710 | configure:13641: $? = 0 |
|---|
| 2711 | configure:13683: result: lower case, underscore, no extra underscore |
|---|
| 2712 | configure:13976: defining FFLAGS to be -pipe -Os |
|---|
| 2713 | configure:13989: checking whether /opt/local/bin/gfortran-mp-5 has the intrinsic function ISNAN |
|---|
| 2714 | configure:14014: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.f >&5 |
|---|
| 2715 | configure:14014: $? = 0 |
|---|
| 2716 | configure:14028: result: yes |
|---|
| 2717 | configure:14040: checking whether /opt/local/bin/gfortran-mp-5 generates correct size integers |
|---|
| 2718 | configure:14064: /opt/local/bin/gfortran-mp-5 -c -pipe -Os conftest.f >&5 |
|---|
| 2719 | configure:14064: $? = 0 |
|---|
| 2720 | configure:14112: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c fintsize.o -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 2721 | conftest.c:68:11: warning: implicit declaration of function 'foo_' is invalid in C99 [-Wimplicit-function-declaration] |
|---|
| 2722 | F77_FUNC(foo,FOO) (&n, &in, &out); |
|---|
| 2723 | ^ |
|---|
| 2724 | conftest.c:39:29: note: expanded from macro 'F77_FUNC' |
|---|
| 2725 | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 2726 | ^ |
|---|
| 2727 | <scratch space>:5:1: note: expanded from here |
|---|
| 2728 | foo_ |
|---|
| 2729 | ^ |
|---|
| 2730 | 1 warning generated. |
|---|
| 2731 | configure:14112: $? = 0 |
|---|
| 2732 | configure:14112: ./conftest |
|---|
| 2733 | configure:14112: $? = 0 |
|---|
| 2734 | configure:14146: result: yes |
|---|
| 2735 | configure:14303: checking whether /opt/local/bin/gfortran-mp-5 accepts -ffloat-store |
|---|
| 2736 | configure:14321: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os -ffloat-store conftest.f -lm >&5 |
|---|
| 2737 | configure:14321: $? = 0 |
|---|
| 2738 | configure:14339: result: yes |
|---|
| 2739 | configure:14342: result: setting F77_FLOAT_STORE_FLAG to -ffloat-store |
|---|
| 2740 | configure:14414: checking libqhull/libqhull.h usability |
|---|
| 2741 | configure:14414: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 2742 | configure:14414: $? = 0 |
|---|
| 2743 | configure:14414: result: yes |
|---|
| 2744 | configure:14414: checking libqhull/libqhull.h presence |
|---|
| 2745 | configure:14414: /usr/bin/clang -E conftest.c |
|---|
| 2746 | configure:14414: $? = 0 |
|---|
| 2747 | configure:14414: result: yes |
|---|
| 2748 | configure:14414: checking for libqhull/libqhull.h |
|---|
| 2749 | configure:14414: result: yes |
|---|
| 2750 | configure:14425: checking for qh_qhull in -lqhull |
|---|
| 2751 | configure:14456: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lqhull -lm >&5 |
|---|
| 2752 | configure:14456: $? = 0 |
|---|
| 2753 | configure:14465: result: yes |
|---|
| 2754 | configure:14470: checking for qh_version in -lqhull |
|---|
| 2755 | configure:14525: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lqhull -lm >&5 |
|---|
| 2756 | configure:14525: $? = 0 |
|---|
| 2757 | configure:14534: result: yes |
|---|
| 2758 | configure:14543: checking whether the qhull library works |
|---|
| 2759 | configure:14608: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lqhull -lm >&5 |
|---|
| 2760 | configure:14608: $? = 0 |
|---|
| 2761 | configure:14608: ./conftest |
|---|
| 2762 | configure:14608: $? = 0 |
|---|
| 2763 | configure:14619: result: yes |
|---|
| 2764 | configure:14658: checking pcre.h usability |
|---|
| 2765 | configure:14658: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 2766 | configure:14658: $? = 0 |
|---|
| 2767 | configure:14658: result: yes |
|---|
| 2768 | configure:14658: checking pcre.h presence |
|---|
| 2769 | configure:14658: /usr/bin/clang -E conftest.c |
|---|
| 2770 | configure:14658: $? = 0 |
|---|
| 2771 | configure:14658: result: yes |
|---|
| 2772 | configure:14658: checking for pcre.h |
|---|
| 2773 | configure:14658: result: yes |
|---|
| 2774 | configure:14658: checking pcre/pcre.h usability |
|---|
| 2775 | configure:14658: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 2776 | conftest.c:78:10: fatal error: 'pcre/pcre.h' file not found |
|---|
| 2777 | #include <pcre/pcre.h> |
|---|
| 2778 | ^ |
|---|
| 2779 | 1 error generated. |
|---|
| 2780 | configure:14658: $? = 1 |
|---|
| 2781 | configure: failed program was: |
|---|
| 2782 | | /* confdefs.h */ |
|---|
| 2783 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 2784 | | #define PACKAGE_TARNAME "octave" |
|---|
| 2785 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 2786 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 2787 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 2788 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 2789 | | #define PACKAGE "octave" |
|---|
| 2790 | | #define VERSION "3.8.2" |
|---|
| 2791 | | #define OCTAVE_SOURCE 1 |
|---|
| 2792 | | #define STDC_HEADERS 1 |
|---|
| 2793 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2794 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2795 | | #define HAVE_STDLIB_H 1 |
|---|
| 2796 | | #define HAVE_STRING_H 1 |
|---|
| 2797 | | #define HAVE_MEMORY_H 1 |
|---|
| 2798 | | #define HAVE_STRINGS_H 1 |
|---|
| 2799 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2800 | | #define HAVE_STDINT_H 1 |
|---|
| 2801 | | #define HAVE_UNISTD_H 1 |
|---|
| 2802 | | #define __EXTENSIONS__ 1 |
|---|
| 2803 | | #define _ALL_SOURCE 1 |
|---|
| 2804 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 2805 | | #define _GNU_SOURCE 1 |
|---|
| 2806 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 2807 | | #define _TANDEM_SOURCE 1 |
|---|
| 2808 | | #define YYTEXT_POINTER 1 |
|---|
| 2809 | | #define SEPCHAR ':' |
|---|
| 2810 | | #define SEPCHAR_STR ":" |
|---|
| 2811 | | #define SHELL_PATH "/bin/sh" |
|---|
| 2812 | | #define OCTAVE_IDX_TYPE int |
|---|
| 2813 | | #define __NO_MATH_INLINES 1 |
|---|
| 2814 | | #define HAVE_FSEEKO 1 |
|---|
| 2815 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 2816 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 2817 | | #define HAVE_PTHREAD 1 |
|---|
| 2818 | | #define FLOAT_TRUNCATE |
|---|
| 2819 | | #define HAVE_LIBM 1 |
|---|
| 2820 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 2821 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 2822 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 2823 | | #define HAVE_QHULL 1 |
|---|
| 2824 | | #define HAVE_PCRE_H 1 |
|---|
| 2825 | | /* end confdefs.h. */ |
|---|
| 2826 | | #include <stdio.h> |
|---|
| 2827 | | #ifdef HAVE_SYS_TYPES_H |
|---|
| 2828 | | # include <sys/types.h> |
|---|
| 2829 | | #endif |
|---|
| 2830 | | #ifdef HAVE_SYS_STAT_H |
|---|
| 2831 | | # include <sys/stat.h> |
|---|
| 2832 | | #endif |
|---|
| 2833 | | #ifdef STDC_HEADERS |
|---|
| 2834 | | # include <stdlib.h> |
|---|
| 2835 | | # include <stddef.h> |
|---|
| 2836 | | #else |
|---|
| 2837 | | # ifdef HAVE_STDLIB_H |
|---|
| 2838 | | # include <stdlib.h> |
|---|
| 2839 | | # endif |
|---|
| 2840 | | #endif |
|---|
| 2841 | | #ifdef HAVE_STRING_H |
|---|
| 2842 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 2843 | | # include <memory.h> |
|---|
| 2844 | | # endif |
|---|
| 2845 | | # include <string.h> |
|---|
| 2846 | | #endif |
|---|
| 2847 | | #ifdef HAVE_STRINGS_H |
|---|
| 2848 | | # include <strings.h> |
|---|
| 2849 | | #endif |
|---|
| 2850 | | #ifdef HAVE_INTTYPES_H |
|---|
| 2851 | | # include <inttypes.h> |
|---|
| 2852 | | #endif |
|---|
| 2853 | | #ifdef HAVE_STDINT_H |
|---|
| 2854 | | # include <stdint.h> |
|---|
| 2855 | | #endif |
|---|
| 2856 | | #ifdef HAVE_UNISTD_H |
|---|
| 2857 | | # include <unistd.h> |
|---|
| 2858 | | #endif |
|---|
| 2859 | | #include <pcre/pcre.h> |
|---|
| 2860 | configure:14658: result: no |
|---|
| 2861 | configure:14658: checking pcre/pcre.h presence |
|---|
| 2862 | configure:14658: /usr/bin/clang -E conftest.c |
|---|
| 2863 | conftest.c:45:10: fatal error: 'pcre/pcre.h' file not found |
|---|
| 2864 | #include <pcre/pcre.h> |
|---|
| 2865 | ^ |
|---|
| 2866 | 1 error generated. |
|---|
| 2867 | configure:14658: $? = 1 |
|---|
| 2868 | configure: failed program was: |
|---|
| 2869 | | /* confdefs.h */ |
|---|
| 2870 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 2871 | | #define PACKAGE_TARNAME "octave" |
|---|
| 2872 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 2873 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 2874 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 2875 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 2876 | | #define PACKAGE "octave" |
|---|
| 2877 | | #define VERSION "3.8.2" |
|---|
| 2878 | | #define OCTAVE_SOURCE 1 |
|---|
| 2879 | | #define STDC_HEADERS 1 |
|---|
| 2880 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2881 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2882 | | #define HAVE_STDLIB_H 1 |
|---|
| 2883 | | #define HAVE_STRING_H 1 |
|---|
| 2884 | | #define HAVE_MEMORY_H 1 |
|---|
| 2885 | | #define HAVE_STRINGS_H 1 |
|---|
| 2886 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2887 | | #define HAVE_STDINT_H 1 |
|---|
| 2888 | | #define HAVE_UNISTD_H 1 |
|---|
| 2889 | | #define __EXTENSIONS__ 1 |
|---|
| 2890 | | #define _ALL_SOURCE 1 |
|---|
| 2891 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 2892 | | #define _GNU_SOURCE 1 |
|---|
| 2893 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 2894 | | #define _TANDEM_SOURCE 1 |
|---|
| 2895 | | #define YYTEXT_POINTER 1 |
|---|
| 2896 | | #define SEPCHAR ':' |
|---|
| 2897 | | #define SEPCHAR_STR ":" |
|---|
| 2898 | | #define SHELL_PATH "/bin/sh" |
|---|
| 2899 | | #define OCTAVE_IDX_TYPE int |
|---|
| 2900 | | #define __NO_MATH_INLINES 1 |
|---|
| 2901 | | #define HAVE_FSEEKO 1 |
|---|
| 2902 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 2903 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 2904 | | #define HAVE_PTHREAD 1 |
|---|
| 2905 | | #define FLOAT_TRUNCATE |
|---|
| 2906 | | #define HAVE_LIBM 1 |
|---|
| 2907 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 2908 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 2909 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 2910 | | #define HAVE_QHULL 1 |
|---|
| 2911 | | #define HAVE_PCRE_H 1 |
|---|
| 2912 | | /* end confdefs.h. */ |
|---|
| 2913 | | #include <pcre/pcre.h> |
|---|
| 2914 | configure:14658: result: no |
|---|
| 2915 | configure:14658: checking for pcre/pcre.h |
|---|
| 2916 | configure:14658: result: no |
|---|
| 2917 | configure:14669: checking whether pcre.h defines the macros we need |
|---|
| 2918 | configure:14698: result: yes |
|---|
| 2919 | configure:14705: checking for pcre-config |
|---|
| 2920 | configure:14721: found /opt/local/bin/pcre-config |
|---|
| 2921 | configure:14733: result: yes |
|---|
| 2922 | configure:14751: checking for pcre_compile |
|---|
| 2923 | configure:14751: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -L/opt/local/lib -lpcre -lm >&5 |
|---|
| 2924 | configure:14751: $? = 0 |
|---|
| 2925 | configure:14751: result: yes |
|---|
| 2926 | configure:14827: checking zlib.h usability |
|---|
| 2927 | configure:14827: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 2928 | configure:14827: $? = 0 |
|---|
| 2929 | configure:14827: result: yes |
|---|
| 2930 | configure:14827: checking zlib.h presence |
|---|
| 2931 | configure:14827: /usr/bin/clang -E conftest.c |
|---|
| 2932 | configure:14827: $? = 0 |
|---|
| 2933 | configure:14827: result: yes |
|---|
| 2934 | configure:14827: checking for zlib.h |
|---|
| 2935 | configure:14827: result: yes |
|---|
| 2936 | configure:14838: checking for gzclearerr in -lz |
|---|
| 2937 | configure:14869: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lz -lm >&5 |
|---|
| 2938 | configure:14869: $? = 0 |
|---|
| 2939 | configure:14878: result: yes |
|---|
| 2940 | configure:15472: checking hdf5.h usability |
|---|
| 2941 | configure:15472: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 2942 | configure:15472: $? = 0 |
|---|
| 2943 | configure:15472: result: yes |
|---|
| 2944 | configure:15472: checking hdf5.h presence |
|---|
| 2945 | configure:15472: /usr/bin/clang -E conftest.c |
|---|
| 2946 | configure:15472: $? = 0 |
|---|
| 2947 | configure:15472: result: yes |
|---|
| 2948 | configure:15472: checking for hdf5.h |
|---|
| 2949 | configure:15472: result: yes |
|---|
| 2950 | configure:15483: checking for H5Gget_num_objs in -lhdf5 |
|---|
| 2951 | configure:15514: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lhdf5 -lz -lm >&5 |
|---|
| 2952 | configure:15514: $? = 0 |
|---|
| 2953 | configure:15523: result: yes |
|---|
| 2954 | configure:15528: checking whether HDF5 library has enforced version 1.6 API |
|---|
| 2955 | configure:15556: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lhdf5 -lz -lm >&5 |
|---|
| 2956 | conftest.c:65:24: error: too few arguments to function call, expected 3, have 2 |
|---|
| 2957 | H5Eset_auto (0, 0); |
|---|
| 2958 | ~~~~~~~~~~~ ^ |
|---|
| 2959 | /opt/local/include/H5Epublic.h:174:8: note: 'H5Eset_auto2' declared here |
|---|
| 2960 | H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data); |
|---|
| 2961 | ^ |
|---|
| 2962 | 1 error generated. |
|---|
| 2963 | configure:15556: $? = 1 |
|---|
| 2964 | configure: failed program was: |
|---|
| 2965 | | /* confdefs.h */ |
|---|
| 2966 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 2967 | | #define PACKAGE_TARNAME "octave" |
|---|
| 2968 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 2969 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 2970 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 2971 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 2972 | | #define PACKAGE "octave" |
|---|
| 2973 | | #define VERSION "3.8.2" |
|---|
| 2974 | | #define OCTAVE_SOURCE 1 |
|---|
| 2975 | | #define STDC_HEADERS 1 |
|---|
| 2976 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2977 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2978 | | #define HAVE_STDLIB_H 1 |
|---|
| 2979 | | #define HAVE_STRING_H 1 |
|---|
| 2980 | | #define HAVE_MEMORY_H 1 |
|---|
| 2981 | | #define HAVE_STRINGS_H 1 |
|---|
| 2982 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2983 | | #define HAVE_STDINT_H 1 |
|---|
| 2984 | | #define HAVE_UNISTD_H 1 |
|---|
| 2985 | | #define __EXTENSIONS__ 1 |
|---|
| 2986 | | #define _ALL_SOURCE 1 |
|---|
| 2987 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 2988 | | #define _GNU_SOURCE 1 |
|---|
| 2989 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 2990 | | #define _TANDEM_SOURCE 1 |
|---|
| 2991 | | #define YYTEXT_POINTER 1 |
|---|
| 2992 | | #define SEPCHAR ':' |
|---|
| 2993 | | #define SEPCHAR_STR ":" |
|---|
| 2994 | | #define SHELL_PATH "/bin/sh" |
|---|
| 2995 | | #define OCTAVE_IDX_TYPE int |
|---|
| 2996 | | #define __NO_MATH_INLINES 1 |
|---|
| 2997 | | #define HAVE_FSEEKO 1 |
|---|
| 2998 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 2999 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3000 | | #define HAVE_PTHREAD 1 |
|---|
| 3001 | | #define FLOAT_TRUNCATE |
|---|
| 3002 | | #define HAVE_LIBM 1 |
|---|
| 3003 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3004 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3005 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3006 | | #define HAVE_QHULL 1 |
|---|
| 3007 | | #define HAVE_PCRE_H 1 |
|---|
| 3008 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3009 | | #define HAVE_ZLIB_H 1 |
|---|
| 3010 | | #define HAVE_Z 1 |
|---|
| 3011 | | #define HAVE_ZLIB 1 |
|---|
| 3012 | | #define HAVE_HDF5_H 1 |
|---|
| 3013 | | /* end confdefs.h. */ |
|---|
| 3014 | | |
|---|
| 3015 | | #include <hdf5.h> |
|---|
| 3016 | | |
|---|
| 3017 | | #ifdef F77_DUMMY_MAIN |
|---|
| 3018 | | |
|---|
| 3019 | | # ifdef __cplusplus |
|---|
| 3020 | | extern "C" |
|---|
| 3021 | | # endif |
|---|
| 3022 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 3023 | | |
|---|
| 3024 | | #endif |
|---|
| 3025 | | int |
|---|
| 3026 | | main () |
|---|
| 3027 | | { |
|---|
| 3028 | | |
|---|
| 3029 | | H5Eset_auto (0, 0); |
|---|
| 3030 | | |
|---|
| 3031 | | ; |
|---|
| 3032 | | return 0; |
|---|
| 3033 | | } |
|---|
| 3034 | configure:15565: result: no |
|---|
| 3035 | configure:15743: checking fftw3.h usability |
|---|
| 3036 | configure:15743: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3037 | configure:15743: $? = 0 |
|---|
| 3038 | configure:15743: result: yes |
|---|
| 3039 | configure:15743: checking fftw3.h presence |
|---|
| 3040 | configure:15743: /usr/bin/clang -E conftest.c |
|---|
| 3041 | configure:15743: $? = 0 |
|---|
| 3042 | configure:15743: result: yes |
|---|
| 3043 | configure:15743: checking for fftw3.h |
|---|
| 3044 | configure:15743: result: yes |
|---|
| 3045 | configure:15754: checking for fftw_plan_dft_1d in -lfftw3 |
|---|
| 3046 | configure:15785: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lfftw3 -lm >&5 |
|---|
| 3047 | configure:15785: $? = 0 |
|---|
| 3048 | configure:15794: result: yes |
|---|
| 3049 | configure:15877: checking for fftw3.h |
|---|
| 3050 | configure:15877: result: yes |
|---|
| 3051 | configure:15888: checking for fftwf_plan_dft_1d in -lfftw3f |
|---|
| 3052 | configure:15919: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lfftw3f -lm >&5 |
|---|
| 3053 | configure:15919: $? = 0 |
|---|
| 3054 | configure:15928: result: yes |
|---|
| 3055 | configure:15973: checking for fftw3 multi-threading support |
|---|
| 3056 | configure:16001: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lfftw3 -lm >&5 |
|---|
| 3057 | Undefined symbols for architecture x86_64: |
|---|
| 3058 | "_fftw_plan_with_nthreads", referenced from: |
|---|
| 3059 | _main in conftest-98cdc0.o |
|---|
| 3060 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 3061 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 3062 | configure:16001: $? = 1 |
|---|
| 3063 | configure: failed program was: |
|---|
| 3064 | | /* confdefs.h */ |
|---|
| 3065 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 3066 | | #define PACKAGE_TARNAME "octave" |
|---|
| 3067 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 3068 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 3069 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 3070 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 3071 | | #define PACKAGE "octave" |
|---|
| 3072 | | #define VERSION "3.8.2" |
|---|
| 3073 | | #define OCTAVE_SOURCE 1 |
|---|
| 3074 | | #define STDC_HEADERS 1 |
|---|
| 3075 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 3076 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 3077 | | #define HAVE_STDLIB_H 1 |
|---|
| 3078 | | #define HAVE_STRING_H 1 |
|---|
| 3079 | | #define HAVE_MEMORY_H 1 |
|---|
| 3080 | | #define HAVE_STRINGS_H 1 |
|---|
| 3081 | | #define HAVE_INTTYPES_H 1 |
|---|
| 3082 | | #define HAVE_STDINT_H 1 |
|---|
| 3083 | | #define HAVE_UNISTD_H 1 |
|---|
| 3084 | | #define __EXTENSIONS__ 1 |
|---|
| 3085 | | #define _ALL_SOURCE 1 |
|---|
| 3086 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 3087 | | #define _GNU_SOURCE 1 |
|---|
| 3088 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 3089 | | #define _TANDEM_SOURCE 1 |
|---|
| 3090 | | #define YYTEXT_POINTER 1 |
|---|
| 3091 | | #define SEPCHAR ':' |
|---|
| 3092 | | #define SEPCHAR_STR ":" |
|---|
| 3093 | | #define SHELL_PATH "/bin/sh" |
|---|
| 3094 | | #define OCTAVE_IDX_TYPE int |
|---|
| 3095 | | #define __NO_MATH_INLINES 1 |
|---|
| 3096 | | #define HAVE_FSEEKO 1 |
|---|
| 3097 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 3098 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3099 | | #define HAVE_PTHREAD 1 |
|---|
| 3100 | | #define FLOAT_TRUNCATE |
|---|
| 3101 | | #define HAVE_LIBM 1 |
|---|
| 3102 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3103 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3104 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3105 | | #define HAVE_QHULL 1 |
|---|
| 3106 | | #define HAVE_PCRE_H 1 |
|---|
| 3107 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3108 | | #define HAVE_ZLIB_H 1 |
|---|
| 3109 | | #define HAVE_Z 1 |
|---|
| 3110 | | #define HAVE_ZLIB 1 |
|---|
| 3111 | | #define HAVE_HDF5_H 1 |
|---|
| 3112 | | #define HAVE_HDF5_18 1 |
|---|
| 3113 | | #define HAVE_HDF5 1 |
|---|
| 3114 | | #define HAVE_FFTW3_H 1 |
|---|
| 3115 | | #define HAVE_FFTW3 1 |
|---|
| 3116 | | #define HAVE_FFTW3_H 1 |
|---|
| 3117 | | #define HAVE_FFTW3F 1 |
|---|
| 3118 | | /* end confdefs.h. */ |
|---|
| 3119 | | |
|---|
| 3120 | | #include <fftw3.h> |
|---|
| 3121 | | |
|---|
| 3122 | | #ifdef F77_DUMMY_MAIN |
|---|
| 3123 | | |
|---|
| 3124 | | # ifdef __cplusplus |
|---|
| 3125 | | extern "C" |
|---|
| 3126 | | # endif |
|---|
| 3127 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 3128 | | |
|---|
| 3129 | | #endif |
|---|
| 3130 | | int |
|---|
| 3131 | | main () |
|---|
| 3132 | | { |
|---|
| 3133 | | |
|---|
| 3134 | | fftw_plan_with_nthreads (2); |
|---|
| 3135 | | |
|---|
| 3136 | | ; |
|---|
| 3137 | | return 0; |
|---|
| 3138 | | } |
|---|
| 3139 | configure:16028: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lfftw3_threads -lfftw3 -lm >&5 |
|---|
| 3140 | configure:16028: $? = 0 |
|---|
| 3141 | configure:16041: result: -lfftw3_threads |
|---|
| 3142 | configure:16070: checking for fftw3f multi-threading support |
|---|
| 3143 | configure:16098: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lfftw3f -lm >&5 |
|---|
| 3144 | Undefined symbols for architecture x86_64: |
|---|
| 3145 | "_fftwf_plan_with_nthreads", referenced from: |
|---|
| 3146 | _main in conftest-b962c9.o |
|---|
| 3147 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 3148 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 3149 | configure:16098: $? = 1 |
|---|
| 3150 | configure: failed program was: |
|---|
| 3151 | | /* confdefs.h */ |
|---|
| 3152 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 3153 | | #define PACKAGE_TARNAME "octave" |
|---|
| 3154 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 3155 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 3156 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 3157 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 3158 | | #define PACKAGE "octave" |
|---|
| 3159 | | #define VERSION "3.8.2" |
|---|
| 3160 | | #define OCTAVE_SOURCE 1 |
|---|
| 3161 | | #define STDC_HEADERS 1 |
|---|
| 3162 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 3163 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 3164 | | #define HAVE_STDLIB_H 1 |
|---|
| 3165 | | #define HAVE_STRING_H 1 |
|---|
| 3166 | | #define HAVE_MEMORY_H 1 |
|---|
| 3167 | | #define HAVE_STRINGS_H 1 |
|---|
| 3168 | | #define HAVE_INTTYPES_H 1 |
|---|
| 3169 | | #define HAVE_STDINT_H 1 |
|---|
| 3170 | | #define HAVE_UNISTD_H 1 |
|---|
| 3171 | | #define __EXTENSIONS__ 1 |
|---|
| 3172 | | #define _ALL_SOURCE 1 |
|---|
| 3173 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 3174 | | #define _GNU_SOURCE 1 |
|---|
| 3175 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 3176 | | #define _TANDEM_SOURCE 1 |
|---|
| 3177 | | #define YYTEXT_POINTER 1 |
|---|
| 3178 | | #define SEPCHAR ':' |
|---|
| 3179 | | #define SEPCHAR_STR ":" |
|---|
| 3180 | | #define SHELL_PATH "/bin/sh" |
|---|
| 3181 | | #define OCTAVE_IDX_TYPE int |
|---|
| 3182 | | #define __NO_MATH_INLINES 1 |
|---|
| 3183 | | #define HAVE_FSEEKO 1 |
|---|
| 3184 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 3185 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3186 | | #define HAVE_PTHREAD 1 |
|---|
| 3187 | | #define FLOAT_TRUNCATE |
|---|
| 3188 | | #define HAVE_LIBM 1 |
|---|
| 3189 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3190 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3191 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3192 | | #define HAVE_QHULL 1 |
|---|
| 3193 | | #define HAVE_PCRE_H 1 |
|---|
| 3194 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3195 | | #define HAVE_ZLIB_H 1 |
|---|
| 3196 | | #define HAVE_Z 1 |
|---|
| 3197 | | #define HAVE_ZLIB 1 |
|---|
| 3198 | | #define HAVE_HDF5_H 1 |
|---|
| 3199 | | #define HAVE_HDF5_18 1 |
|---|
| 3200 | | #define HAVE_HDF5 1 |
|---|
| 3201 | | #define HAVE_FFTW3_H 1 |
|---|
| 3202 | | #define HAVE_FFTW3 1 |
|---|
| 3203 | | #define HAVE_FFTW3_H 1 |
|---|
| 3204 | | #define HAVE_FFTW3F 1 |
|---|
| 3205 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 3206 | | /* end confdefs.h. */ |
|---|
| 3207 | | |
|---|
| 3208 | | #include <fftw3.h> |
|---|
| 3209 | | |
|---|
| 3210 | | #ifdef F77_DUMMY_MAIN |
|---|
| 3211 | | |
|---|
| 3212 | | # ifdef __cplusplus |
|---|
| 3213 | | extern "C" |
|---|
| 3214 | | # endif |
|---|
| 3215 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 3216 | | |
|---|
| 3217 | | #endif |
|---|
| 3218 | | int |
|---|
| 3219 | | main () |
|---|
| 3220 | | { |
|---|
| 3221 | | |
|---|
| 3222 | | fftwf_plan_with_nthreads (2); |
|---|
| 3223 | | |
|---|
| 3224 | | ; |
|---|
| 3225 | | return 0; |
|---|
| 3226 | | } |
|---|
| 3227 | configure:16125: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lfftw3f_threads -lfftw3f -lm >&5 |
|---|
| 3228 | configure:16125: $? = 0 |
|---|
| 3229 | configure:16138: result: -lfftw3f_threads |
|---|
| 3230 | configure:16248: checking glpk/glpk.h usability |
|---|
| 3231 | configure:16248: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3232 | conftest.c:92:10: fatal error: 'glpk/glpk.h' file not found |
|---|
| 3233 | #include <glpk/glpk.h> |
|---|
| 3234 | ^ |
|---|
| 3235 | 1 error generated. |
|---|
| 3236 | configure:16248: $? = 1 |
|---|
| 3237 | configure: failed program was: |
|---|
| 3238 | | /* confdefs.h */ |
|---|
| 3239 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 3240 | | #define PACKAGE_TARNAME "octave" |
|---|
| 3241 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 3242 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 3243 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 3244 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 3245 | | #define PACKAGE "octave" |
|---|
| 3246 | | #define VERSION "3.8.2" |
|---|
| 3247 | | #define OCTAVE_SOURCE 1 |
|---|
| 3248 | | #define STDC_HEADERS 1 |
|---|
| 3249 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 3250 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 3251 | | #define HAVE_STDLIB_H 1 |
|---|
| 3252 | | #define HAVE_STRING_H 1 |
|---|
| 3253 | | #define HAVE_MEMORY_H 1 |
|---|
| 3254 | | #define HAVE_STRINGS_H 1 |
|---|
| 3255 | | #define HAVE_INTTYPES_H 1 |
|---|
| 3256 | | #define HAVE_STDINT_H 1 |
|---|
| 3257 | | #define HAVE_UNISTD_H 1 |
|---|
| 3258 | | #define __EXTENSIONS__ 1 |
|---|
| 3259 | | #define _ALL_SOURCE 1 |
|---|
| 3260 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 3261 | | #define _GNU_SOURCE 1 |
|---|
| 3262 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 3263 | | #define _TANDEM_SOURCE 1 |
|---|
| 3264 | | #define YYTEXT_POINTER 1 |
|---|
| 3265 | | #define SEPCHAR ':' |
|---|
| 3266 | | #define SEPCHAR_STR ":" |
|---|
| 3267 | | #define SHELL_PATH "/bin/sh" |
|---|
| 3268 | | #define OCTAVE_IDX_TYPE int |
|---|
| 3269 | | #define __NO_MATH_INLINES 1 |
|---|
| 3270 | | #define HAVE_FSEEKO 1 |
|---|
| 3271 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 3272 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3273 | | #define HAVE_PTHREAD 1 |
|---|
| 3274 | | #define FLOAT_TRUNCATE |
|---|
| 3275 | | #define HAVE_LIBM 1 |
|---|
| 3276 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3277 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3278 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3279 | | #define HAVE_QHULL 1 |
|---|
| 3280 | | #define HAVE_PCRE_H 1 |
|---|
| 3281 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3282 | | #define HAVE_ZLIB_H 1 |
|---|
| 3283 | | #define HAVE_Z 1 |
|---|
| 3284 | | #define HAVE_ZLIB 1 |
|---|
| 3285 | | #define HAVE_HDF5_H 1 |
|---|
| 3286 | | #define HAVE_HDF5_18 1 |
|---|
| 3287 | | #define HAVE_HDF5 1 |
|---|
| 3288 | | #define HAVE_FFTW3_H 1 |
|---|
| 3289 | | #define HAVE_FFTW3 1 |
|---|
| 3290 | | #define HAVE_FFTW3_H 1 |
|---|
| 3291 | | #define HAVE_FFTW3F 1 |
|---|
| 3292 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 3293 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 3294 | | #define HAVE_FFTW 1 |
|---|
| 3295 | | /* end confdefs.h. */ |
|---|
| 3296 | | #include <stdio.h> |
|---|
| 3297 | | #ifdef HAVE_SYS_TYPES_H |
|---|
| 3298 | | # include <sys/types.h> |
|---|
| 3299 | | #endif |
|---|
| 3300 | | #ifdef HAVE_SYS_STAT_H |
|---|
| 3301 | | # include <sys/stat.h> |
|---|
| 3302 | | #endif |
|---|
| 3303 | | #ifdef STDC_HEADERS |
|---|
| 3304 | | # include <stdlib.h> |
|---|
| 3305 | | # include <stddef.h> |
|---|
| 3306 | | #else |
|---|
| 3307 | | # ifdef HAVE_STDLIB_H |
|---|
| 3308 | | # include <stdlib.h> |
|---|
| 3309 | | # endif |
|---|
| 3310 | | #endif |
|---|
| 3311 | | #ifdef HAVE_STRING_H |
|---|
| 3312 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 3313 | | # include <memory.h> |
|---|
| 3314 | | # endif |
|---|
| 3315 | | # include <string.h> |
|---|
| 3316 | | #endif |
|---|
| 3317 | | #ifdef HAVE_STRINGS_H |
|---|
| 3318 | | # include <strings.h> |
|---|
| 3319 | | #endif |
|---|
| 3320 | | #ifdef HAVE_INTTYPES_H |
|---|
| 3321 | | # include <inttypes.h> |
|---|
| 3322 | | #endif |
|---|
| 3323 | | #ifdef HAVE_STDINT_H |
|---|
| 3324 | | # include <stdint.h> |
|---|
| 3325 | | #endif |
|---|
| 3326 | | #ifdef HAVE_UNISTD_H |
|---|
| 3327 | | # include <unistd.h> |
|---|
| 3328 | | #endif |
|---|
| 3329 | | #include <glpk/glpk.h> |
|---|
| 3330 | configure:16248: result: no |
|---|
| 3331 | configure:16248: checking glpk/glpk.h presence |
|---|
| 3332 | configure:16248: /usr/bin/clang -E conftest.c |
|---|
| 3333 | conftest.c:59:10: fatal error: 'glpk/glpk.h' file not found |
|---|
| 3334 | #include <glpk/glpk.h> |
|---|
| 3335 | ^ |
|---|
| 3336 | 1 error generated. |
|---|
| 3337 | configure:16248: $? = 1 |
|---|
| 3338 | configure: failed program was: |
|---|
| 3339 | | /* confdefs.h */ |
|---|
| 3340 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 3341 | | #define PACKAGE_TARNAME "octave" |
|---|
| 3342 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 3343 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 3344 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 3345 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 3346 | | #define PACKAGE "octave" |
|---|
| 3347 | | #define VERSION "3.8.2" |
|---|
| 3348 | | #define OCTAVE_SOURCE 1 |
|---|
| 3349 | | #define STDC_HEADERS 1 |
|---|
| 3350 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 3351 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 3352 | | #define HAVE_STDLIB_H 1 |
|---|
| 3353 | | #define HAVE_STRING_H 1 |
|---|
| 3354 | | #define HAVE_MEMORY_H 1 |
|---|
| 3355 | | #define HAVE_STRINGS_H 1 |
|---|
| 3356 | | #define HAVE_INTTYPES_H 1 |
|---|
| 3357 | | #define HAVE_STDINT_H 1 |
|---|
| 3358 | | #define HAVE_UNISTD_H 1 |
|---|
| 3359 | | #define __EXTENSIONS__ 1 |
|---|
| 3360 | | #define _ALL_SOURCE 1 |
|---|
| 3361 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 3362 | | #define _GNU_SOURCE 1 |
|---|
| 3363 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 3364 | | #define _TANDEM_SOURCE 1 |
|---|
| 3365 | | #define YYTEXT_POINTER 1 |
|---|
| 3366 | | #define SEPCHAR ':' |
|---|
| 3367 | | #define SEPCHAR_STR ":" |
|---|
| 3368 | | #define SHELL_PATH "/bin/sh" |
|---|
| 3369 | | #define OCTAVE_IDX_TYPE int |
|---|
| 3370 | | #define __NO_MATH_INLINES 1 |
|---|
| 3371 | | #define HAVE_FSEEKO 1 |
|---|
| 3372 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 3373 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3374 | | #define HAVE_PTHREAD 1 |
|---|
| 3375 | | #define FLOAT_TRUNCATE |
|---|
| 3376 | | #define HAVE_LIBM 1 |
|---|
| 3377 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3378 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3379 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3380 | | #define HAVE_QHULL 1 |
|---|
| 3381 | | #define HAVE_PCRE_H 1 |
|---|
| 3382 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3383 | | #define HAVE_ZLIB_H 1 |
|---|
| 3384 | | #define HAVE_Z 1 |
|---|
| 3385 | | #define HAVE_ZLIB 1 |
|---|
| 3386 | | #define HAVE_HDF5_H 1 |
|---|
| 3387 | | #define HAVE_HDF5_18 1 |
|---|
| 3388 | | #define HAVE_HDF5 1 |
|---|
| 3389 | | #define HAVE_FFTW3_H 1 |
|---|
| 3390 | | #define HAVE_FFTW3 1 |
|---|
| 3391 | | #define HAVE_FFTW3_H 1 |
|---|
| 3392 | | #define HAVE_FFTW3F 1 |
|---|
| 3393 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 3394 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 3395 | | #define HAVE_FFTW 1 |
|---|
| 3396 | | /* end confdefs.h. */ |
|---|
| 3397 | | #include <glpk/glpk.h> |
|---|
| 3398 | configure:16248: result: no |
|---|
| 3399 | configure:16248: checking for glpk/glpk.h |
|---|
| 3400 | configure:16248: result: no |
|---|
| 3401 | configure:16248: checking glpk.h usability |
|---|
| 3402 | configure:16248: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3403 | configure:16248: $? = 0 |
|---|
| 3404 | configure:16248: result: yes |
|---|
| 3405 | configure:16248: checking glpk.h presence |
|---|
| 3406 | configure:16248: /usr/bin/clang -E conftest.c |
|---|
| 3407 | configure:16248: $? = 0 |
|---|
| 3408 | configure:16248: result: yes |
|---|
| 3409 | configure:16248: checking for glpk.h |
|---|
| 3410 | configure:16248: result: yes |
|---|
| 3411 | configure:16259: checking for glp_simplex in -lglpk |
|---|
| 3412 | configure:16290: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lglpk -lz -lm >&5 |
|---|
| 3413 | configure:16290: $? = 0 |
|---|
| 3414 | configure:16299: result: yes |
|---|
| 3415 | configure:16304: checking whether the glpk library has glp_interior(glp_prob*, glp_iptcp*) |
|---|
| 3416 | configure:16348: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread conftest.cpp -lglpk -lz -lm >&5 |
|---|
| 3417 | configure:16348: $? = 0 |
|---|
| 3418 | configure:16363: result: yes |
|---|
| 3419 | configure:16458: checking curl/curl.h usability |
|---|
| 3420 | configure:16458: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3421 | configure:16458: $? = 0 |
|---|
| 3422 | configure:16458: result: yes |
|---|
| 3423 | configure:16458: checking curl/curl.h presence |
|---|
| 3424 | configure:16458: /usr/bin/clang -E conftest.c |
|---|
| 3425 | configure:16458: $? = 0 |
|---|
| 3426 | configure:16458: result: yes |
|---|
| 3427 | configure:16458: checking for curl/curl.h |
|---|
| 3428 | configure:16458: result: yes |
|---|
| 3429 | configure:16469: checking for curl_easy_escape in -lcurl |
|---|
| 3430 | configure:16500: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lcurl -lz -lm >&5 |
|---|
| 3431 | configure:16500: $? = 0 |
|---|
| 3432 | configure:16509: result: yes |
|---|
| 3433 | configure:16536: checking for CURLOPT_DIRLISTONLY in curl/curl.h |
|---|
| 3434 | configure:16564: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3435 | configure:16564: $? = 0 |
|---|
| 3436 | configure:16572: result: yes |
|---|
| 3437 | configure:16601: $PKG_CONFIG --exists --print-errors "$magick++" |
|---|
| 3438 | configure:16604: $? = 0 |
|---|
| 3439 | configure:16627: checking Magick++.h usability |
|---|
| 3440 | configure:16627: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread -I/opt/local/include/GraphicsMagick conftest.cpp >&5 |
|---|
| 3441 | configure:16627: $? = 0 |
|---|
| 3442 | configure:16627: result: yes |
|---|
| 3443 | configure:16627: checking Magick++.h presence |
|---|
| 3444 | configure:16627: /usr/bin/clang++ -E -I/opt/local/include/GraphicsMagick conftest.cpp |
|---|
| 3445 | configure:16627: $? = 0 |
|---|
| 3446 | configure:16627: result: yes |
|---|
| 3447 | configure:16627: checking for Magick++.h |
|---|
| 3448 | configure:16627: result: yes |
|---|
| 3449 | configure:16630: checking for Magick::ColorRGB in Magick++.h |
|---|
| 3450 | configure:16641: /usr/bin/clang++ -E -I/opt/local/include/GraphicsMagick conftest.cpp |
|---|
| 3451 | configure:16641: $? = 0 |
|---|
| 3452 | configure:16649: result: yes |
|---|
| 3453 | configure:16669: checking for setlocale |
|---|
| 3454 | configure:16669: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lm >&5 |
|---|
| 3455 | configure:16669: $? = 0 |
|---|
| 3456 | configure:16669: result: yes |
|---|
| 3457 | configure:16698: checking for X |
|---|
| 3458 | configure:16884: result: disabled |
|---|
| 3459 | configure:17017: checking whether ld accepts -framework Carbon |
|---|
| 3460 | configure:17049: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread -framework Carbon conftest.cpp -lm >&5 |
|---|
| 3461 | configure:17049: $? = 0 |
|---|
| 3462 | configure:17067: result: yes |
|---|
| 3463 | configure:17096: adding -Wl,-framework -Wl,Carbon to CARBON_LIBS |
|---|
| 3464 | configure:17133: checking whether ld accepts -framework OpenGL |
|---|
| 3465 | configure:17170: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread -framework OpenGL conftest.cpp -lm >&5 |
|---|
| 3466 | configure:17170: $? = 0 |
|---|
| 3467 | configure:17188: result: yes |
|---|
| 3468 | configure:17218: adding -Wl,-framework -Wl,OpenGL to OPENGL_LIBS |
|---|
| 3469 | configure:17221: checking whether gluTessCallback is called with "(...)" |
|---|
| 3470 | configure:17260: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread conftest.cpp >&5 |
|---|
| 3471 | conftest.cpp:87:9: error: no matching function for call to 'gluTessCallback' |
|---|
| 3472 | gluTessCallback(0, 0, func); |
|---|
| 3473 | ^~~~~~~~~~~~~~~ |
|---|
| 3474 | /System/Library/Frameworks/OpenGL.framework/Headers/glu.h:291:13: note: candidate function not viable: no known conversion from 'GLvoid (*)(...)' to 'GLvoid (*)()' for 3rd argument |
|---|
| 3475 | extern void gluTessCallback (GLUtesselator* tess, GLenum which, GLvoid (*CallBackFunc)()) OPENGL_DEPRECATED(10_0, 10_9); |
|---|
| 3476 | ^ |
|---|
| 3477 | 1 error generated. |
|---|
| 3478 | configure:17260: $? = 1 |
|---|
| 3479 | configure: failed program was: |
|---|
| 3480 | | /* confdefs.h */ |
|---|
| 3481 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 3482 | | #define PACKAGE_TARNAME "octave" |
|---|
| 3483 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 3484 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 3485 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 3486 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 3487 | | #define PACKAGE "octave" |
|---|
| 3488 | | #define VERSION "3.8.2" |
|---|
| 3489 | | #define OCTAVE_SOURCE 1 |
|---|
| 3490 | | #define STDC_HEADERS 1 |
|---|
| 3491 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 3492 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 3493 | | #define HAVE_STDLIB_H 1 |
|---|
| 3494 | | #define HAVE_STRING_H 1 |
|---|
| 3495 | | #define HAVE_MEMORY_H 1 |
|---|
| 3496 | | #define HAVE_STRINGS_H 1 |
|---|
| 3497 | | #define HAVE_INTTYPES_H 1 |
|---|
| 3498 | | #define HAVE_STDINT_H 1 |
|---|
| 3499 | | #define HAVE_UNISTD_H 1 |
|---|
| 3500 | | #define __EXTENSIONS__ 1 |
|---|
| 3501 | | #define _ALL_SOURCE 1 |
|---|
| 3502 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 3503 | | #define _GNU_SOURCE 1 |
|---|
| 3504 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 3505 | | #define _TANDEM_SOURCE 1 |
|---|
| 3506 | | #define YYTEXT_POINTER 1 |
|---|
| 3507 | | #define SEPCHAR ':' |
|---|
| 3508 | | #define SEPCHAR_STR ":" |
|---|
| 3509 | | #define SHELL_PATH "/bin/sh" |
|---|
| 3510 | | #define OCTAVE_IDX_TYPE int |
|---|
| 3511 | | #define __NO_MATH_INLINES 1 |
|---|
| 3512 | | #define HAVE_FSEEKO 1 |
|---|
| 3513 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 3514 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3515 | | #define HAVE_PTHREAD 1 |
|---|
| 3516 | | #define FLOAT_TRUNCATE |
|---|
| 3517 | | #define HAVE_LIBM 1 |
|---|
| 3518 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3519 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3520 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3521 | | #define HAVE_QHULL 1 |
|---|
| 3522 | | #define HAVE_PCRE_H 1 |
|---|
| 3523 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3524 | | #define HAVE_ZLIB_H 1 |
|---|
| 3525 | | #define HAVE_Z 1 |
|---|
| 3526 | | #define HAVE_ZLIB 1 |
|---|
| 3527 | | #define HAVE_HDF5_H 1 |
|---|
| 3528 | | #define HAVE_HDF5_18 1 |
|---|
| 3529 | | #define HAVE_HDF5 1 |
|---|
| 3530 | | #define HAVE_FFTW3_H 1 |
|---|
| 3531 | | #define HAVE_FFTW3 1 |
|---|
| 3532 | | #define HAVE_FFTW3_H 1 |
|---|
| 3533 | | #define HAVE_FFTW3F 1 |
|---|
| 3534 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 3535 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 3536 | | #define HAVE_FFTW 1 |
|---|
| 3537 | | #define HAVE_GLPK_H 1 |
|---|
| 3538 | | #define HAVE_GLPK 1 |
|---|
| 3539 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 3540 | | #define HAVE_CURL 1 |
|---|
| 3541 | | #define HAVE_SETLOCALE 1 |
|---|
| 3542 | | #define HAVE_MAGICK 1 |
|---|
| 3543 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 3544 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 3545 | | /* end confdefs.h. */ |
|---|
| 3546 | | |
|---|
| 3547 | | #ifdef HAVE_GL_GLU_H |
|---|
| 3548 | | # include <GL/glu.h> |
|---|
| 3549 | | #elif defined HAVE_OPENGL_GLU_H || defined HAVE_FRAMEWORK_OPENGL |
|---|
| 3550 | | # include <OpenGL/glu.h> |
|---|
| 3551 | | #endif |
|---|
| 3552 | | |
|---|
| 3553 | | #ifdef F77_DUMMY_MAIN |
|---|
| 3554 | | |
|---|
| 3555 | | # ifdef __cplusplus |
|---|
| 3556 | | extern "C" |
|---|
| 3557 | | # endif |
|---|
| 3558 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 3559 | | |
|---|
| 3560 | | #endif |
|---|
| 3561 | | int |
|---|
| 3562 | | main () |
|---|
| 3563 | | { |
|---|
| 3564 | | |
|---|
| 3565 | | GLvoid (*func)(...); |
|---|
| 3566 | | gluTessCallback(0, 0, func); |
|---|
| 3567 | | |
|---|
| 3568 | | ; |
|---|
| 3569 | | return 0; |
|---|
| 3570 | | } |
|---|
| 3571 | configure:17274: result: no |
|---|
| 3572 | configure:17472: checking for FT2 |
|---|
| 3573 | configure:17480: $PKG_CONFIG --exists --print-errors "freetype2" |
|---|
| 3574 | configure:17483: $? = 0 |
|---|
| 3575 | configure:17498: $PKG_CONFIG --exists --print-errors "freetype2" |
|---|
| 3576 | configure:17501: $? = 0 |
|---|
| 3577 | configure:17556: result: yes |
|---|
| 3578 | configure:17560: checking for FreeType2 version >= 9.03 |
|---|
| 3579 | configure:17565: result: yes |
|---|
| 3580 | configure:17574: checking for FT_Reference_Face |
|---|
| 3581 | configure:17574: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -L/opt/local/lib -lfreetype -lm >&5 |
|---|
| 3582 | configure:17574: $? = 0 |
|---|
| 3583 | configure:17574: result: yes |
|---|
| 3584 | configure:17606: checking for FONTCONFIG |
|---|
| 3585 | configure:17614: $PKG_CONFIG --exists --print-errors "fontconfig" |
|---|
| 3586 | configure:17617: $? = 0 |
|---|
| 3587 | configure:17632: $PKG_CONFIG --exists --print-errors "fontconfig" |
|---|
| 3588 | configure:17635: $? = 0 |
|---|
| 3589 | configure:17673: result: yes |
|---|
| 3590 | configure:17816: checking for fltk-config |
|---|
| 3591 | configure:17834: found /opt/local/bin/fltk-config |
|---|
| 3592 | configure:17847: result: /opt/local/bin/fltk-config |
|---|
| 3593 | configure:17877: checking for OpenGL support in FLTK |
|---|
| 3594 | configure:17907: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5 |
|---|
| 3595 | In file included from conftest.c:72: |
|---|
| 3596 | In file included from /opt/local/include/FL/gl.h:45: |
|---|
| 3597 | /opt/local/include/FL/Enumerations.H:533:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3598 | extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUND_UP_BOX(); |
|---|
| 3599 | ^ |
|---|
| 3600 | enum |
|---|
| 3601 | /opt/local/include/FL/Enumerations.H:536:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3602 | extern FL_EXPORT Fl_Boxtype fl_define_FL_SHADOW_BOX(); |
|---|
| 3603 | ^ |
|---|
| 3604 | enum |
|---|
| 3605 | /opt/local/include/FL/Enumerations.H:539:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3606 | extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUNDED_BOX(); |
|---|
| 3607 | ^ |
|---|
| 3608 | enum |
|---|
| 3609 | /opt/local/include/FL/Enumerations.H:542:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3610 | extern FL_EXPORT Fl_Boxtype fl_define_FL_RFLAT_BOX(); |
|---|
| 3611 | ^ |
|---|
| 3612 | enum |
|---|
| 3613 | /opt/local/include/FL/Enumerations.H:544:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3614 | extern FL_EXPORT Fl_Boxtype fl_define_FL_RSHADOW_BOX(); |
|---|
| 3615 | ^ |
|---|
| 3616 | enum |
|---|
| 3617 | /opt/local/include/FL/Enumerations.H:546:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3618 | extern FL_EXPORT Fl_Boxtype fl_define_FL_DIAMOND_BOX(); |
|---|
| 3619 | ^ |
|---|
| 3620 | enum |
|---|
| 3621 | /opt/local/include/FL/Enumerations.H:549:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3622 | extern FL_EXPORT Fl_Boxtype fl_define_FL_OVAL_BOX(); |
|---|
| 3623 | ^ |
|---|
| 3624 | enum |
|---|
| 3625 | /opt/local/include/FL/Enumerations.H:555:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3626 | extern FL_EXPORT Fl_Boxtype fl_define_FL_PLASTIC_UP_BOX(); |
|---|
| 3627 | ^ |
|---|
| 3628 | enum |
|---|
| 3629 | /opt/local/include/FL/Enumerations.H:565:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3630 | extern FL_EXPORT Fl_Boxtype fl_define_FL_GTK_UP_BOX(); |
|---|
| 3631 | ^ |
|---|
| 3632 | enum |
|---|
| 3633 | /opt/local/include/FL/Enumerations.H:577:18: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3634 | extern FL_EXPORT Fl_Boxtype fl_define_FL_GLEAM_UP_BOX(); |
|---|
| 3635 | ^ |
|---|
| 3636 | enum |
|---|
| 3637 | /opt/local/include/FL/Enumerations.H:593:8: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3638 | inline Fl_Boxtype fl_box(Fl_Boxtype b) { |
|---|
| 3639 | ^ |
|---|
| 3640 | enum |
|---|
| 3641 | /opt/local/include/FL/Enumerations.H:593:26: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3642 | inline Fl_Boxtype fl_box(Fl_Boxtype b) { |
|---|
| 3643 | ^ |
|---|
| 3644 | enum |
|---|
| 3645 | /opt/local/include/FL/Enumerations.H:594:22: error: called object type '<dependent type>' is not a function or function pointer |
|---|
| 3646 | return (Fl_Boxtype)((b<FL_UP_BOX||b%4>1)?b:(b-2)); |
|---|
| 3647 | ~~~~~~~~~~~~^ |
|---|
| 3648 | /opt/local/include/FL/Enumerations.H:601:8: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3649 | inline Fl_Boxtype fl_down(Fl_Boxtype b) { |
|---|
| 3650 | ^ |
|---|
| 3651 | enum |
|---|
| 3652 | /opt/local/include/FL/Enumerations.H:601:27: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3653 | inline Fl_Boxtype fl_down(Fl_Boxtype b) { |
|---|
| 3654 | ^ |
|---|
| 3655 | enum |
|---|
| 3656 | /opt/local/include/FL/Enumerations.H:602:22: error: called object type '<dependent type>' is not a function or function pointer |
|---|
| 3657 | return (Fl_Boxtype)((b<FL_UP_BOX)?b:(b|1)); |
|---|
| 3658 | ~~~~~~~~~~~~^ |
|---|
| 3659 | /opt/local/include/FL/Enumerations.H:609:8: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3660 | inline Fl_Boxtype fl_frame(Fl_Boxtype b) { |
|---|
| 3661 | ^ |
|---|
| 3662 | enum |
|---|
| 3663 | /opt/local/include/FL/Enumerations.H:609:28: error: must use 'enum' tag to refer to type 'Fl_Boxtype' |
|---|
| 3664 | inline Fl_Boxtype fl_frame(Fl_Boxtype b) { |
|---|
| 3665 | ^ |
|---|
| 3666 | enum |
|---|
| 3667 | /opt/local/include/FL/Enumerations.H:610:22: error: called object type '<dependent type>' is not a function or function pointer |
|---|
| 3668 | return (Fl_Boxtype)((b%4<2)?b:(b+2)); |
|---|
| 3669 | ~~~~~~~~~~~~^ |
|---|
| 3670 | fatal error: too many errors emitted, stopping now [-ferror-limit=] |
|---|
| 3671 | 20 errors generated. |
|---|
| 3672 | configure:17907: $? = 1 |
|---|
| 3673 | configure: failed program was: |
|---|
| 3674 | | /* confdefs.h */ |
|---|
| 3675 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 3676 | | #define PACKAGE_TARNAME "octave" |
|---|
| 3677 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 3678 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 3679 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 3680 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 3681 | | #define PACKAGE "octave" |
|---|
| 3682 | | #define VERSION "3.8.2" |
|---|
| 3683 | | #define OCTAVE_SOURCE 1 |
|---|
| 3684 | | #define STDC_HEADERS 1 |
|---|
| 3685 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 3686 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 3687 | | #define HAVE_STDLIB_H 1 |
|---|
| 3688 | | #define HAVE_STRING_H 1 |
|---|
| 3689 | | #define HAVE_MEMORY_H 1 |
|---|
| 3690 | | #define HAVE_STRINGS_H 1 |
|---|
| 3691 | | #define HAVE_INTTYPES_H 1 |
|---|
| 3692 | | #define HAVE_STDINT_H 1 |
|---|
| 3693 | | #define HAVE_UNISTD_H 1 |
|---|
| 3694 | | #define __EXTENSIONS__ 1 |
|---|
| 3695 | | #define _ALL_SOURCE 1 |
|---|
| 3696 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 3697 | | #define _GNU_SOURCE 1 |
|---|
| 3698 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 3699 | | #define _TANDEM_SOURCE 1 |
|---|
| 3700 | | #define YYTEXT_POINTER 1 |
|---|
| 3701 | | #define SEPCHAR ':' |
|---|
| 3702 | | #define SEPCHAR_STR ":" |
|---|
| 3703 | | #define SHELL_PATH "/bin/sh" |
|---|
| 3704 | | #define OCTAVE_IDX_TYPE int |
|---|
| 3705 | | #define __NO_MATH_INLINES 1 |
|---|
| 3706 | | #define HAVE_FSEEKO 1 |
|---|
| 3707 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 3708 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3709 | | #define HAVE_PTHREAD 1 |
|---|
| 3710 | | #define FLOAT_TRUNCATE |
|---|
| 3711 | | #define HAVE_LIBM 1 |
|---|
| 3712 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3713 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3714 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3715 | | #define HAVE_QHULL 1 |
|---|
| 3716 | | #define HAVE_PCRE_H 1 |
|---|
| 3717 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3718 | | #define HAVE_ZLIB_H 1 |
|---|
| 3719 | | #define HAVE_Z 1 |
|---|
| 3720 | | #define HAVE_ZLIB 1 |
|---|
| 3721 | | #define HAVE_HDF5_H 1 |
|---|
| 3722 | | #define HAVE_HDF5_18 1 |
|---|
| 3723 | | #define HAVE_HDF5 1 |
|---|
| 3724 | | #define HAVE_FFTW3_H 1 |
|---|
| 3725 | | #define HAVE_FFTW3 1 |
|---|
| 3726 | | #define HAVE_FFTW3_H 1 |
|---|
| 3727 | | #define HAVE_FFTW3F 1 |
|---|
| 3728 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 3729 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 3730 | | #define HAVE_FFTW 1 |
|---|
| 3731 | | #define HAVE_GLPK_H 1 |
|---|
| 3732 | | #define HAVE_GLPK 1 |
|---|
| 3733 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 3734 | | #define HAVE_CURL 1 |
|---|
| 3735 | | #define HAVE_SETLOCALE 1 |
|---|
| 3736 | | #define HAVE_MAGICK 1 |
|---|
| 3737 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 3738 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 3739 | | #define HAVE_OPENGL 1 |
|---|
| 3740 | | #define HAVE_FREETYPE 1 |
|---|
| 3741 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 3742 | | #define HAVE_FONTCONFIG 1 |
|---|
| 3743 | | /* end confdefs.h. */ |
|---|
| 3744 | | |
|---|
| 3745 | | #include <FL/gl.h> |
|---|
| 3746 | | |
|---|
| 3747 | | #ifdef F77_DUMMY_MAIN |
|---|
| 3748 | | |
|---|
| 3749 | | # ifdef __cplusplus |
|---|
| 3750 | | extern "C" |
|---|
| 3751 | | # endif |
|---|
| 3752 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 3753 | | |
|---|
| 3754 | | #endif |
|---|
| 3755 | | int |
|---|
| 3756 | | main () |
|---|
| 3757 | | { |
|---|
| 3758 | | |
|---|
| 3759 | | int nothing = 0; |
|---|
| 3760 | | |
|---|
| 3761 | | ; |
|---|
| 3762 | | return 0; |
|---|
| 3763 | | } |
|---|
| 3764 | configure:17916: result: yes |
|---|
| 3765 | configure:17947: checking gl2ps.h usability |
|---|
| 3766 | configure:17947: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3767 | configure:17947: $? = 0 |
|---|
| 3768 | configure:17947: result: yes |
|---|
| 3769 | configure:17947: checking gl2ps.h presence |
|---|
| 3770 | configure:17947: /usr/bin/clang -E conftest.c |
|---|
| 3771 | configure:17947: $? = 0 |
|---|
| 3772 | configure:17947: result: yes |
|---|
| 3773 | configure:17947: checking for gl2ps.h |
|---|
| 3774 | configure:17947: result: yes |
|---|
| 3775 | configure:18043: checking how to print strings |
|---|
| 3776 | configure:18070: result: printf |
|---|
| 3777 | configure:18091: checking for a sed that does not truncate output |
|---|
| 3778 | configure:18155: result: /opt/local/bin/gsed |
|---|
| 3779 | configure:18173: checking for fgrep |
|---|
| 3780 | configure:18235: result: /opt/local/bin/grep -F |
|---|
| 3781 | configure:18270: checking for ld used by /usr/bin/clang |
|---|
| 3782 | configure:18337: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
|---|
| 3783 | configure:18344: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
|---|
| 3784 | configure:18359: result: no |
|---|
| 3785 | configure:18371: checking for BSD- or MS-compatible name lister (nm) |
|---|
| 3786 | configure:18420: result: /opt/local/bin/nm |
|---|
| 3787 | configure:18550: checking the name lister (/opt/local/bin/nm) interface |
|---|
| 3788 | configure:18557: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3789 | configure:18560: /opt/local/bin/nm "conftest.o" |
|---|
| 3790 | configure:18563: output |
|---|
| 3791 | 0000000000000000 S _some_variable |
|---|
| 3792 | configure:18570: result: BSD nm |
|---|
| 3793 | configure:18574: checking the maximum length of command line arguments |
|---|
| 3794 | configure:18705: result: 196608 |
|---|
| 3795 | configure:18722: checking whether the shell understands some XSI constructs |
|---|
| 3796 | configure:18732: result: yes |
|---|
| 3797 | configure:18736: checking whether the shell understands "+=" |
|---|
| 3798 | configure:18742: result: yes |
|---|
| 3799 | configure:18777: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format |
|---|
| 3800 | configure:18817: result: func_convert_file_noop |
|---|
| 3801 | configure:18824: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format |
|---|
| 3802 | configure:18844: result: func_convert_file_noop |
|---|
| 3803 | configure:18851: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files |
|---|
| 3804 | configure:18858: result: -r |
|---|
| 3805 | configure:18932: checking for objdump |
|---|
| 3806 | configure:18962: result: no |
|---|
| 3807 | configure:18988: checking how to recognize dependent libraries |
|---|
| 3808 | configure:19186: result: pass_all |
|---|
| 3809 | configure:19271: checking for dlltool |
|---|
| 3810 | configure:19301: result: no |
|---|
| 3811 | configure:19328: checking how to associate runtime and link libraries |
|---|
| 3812 | configure:19355: result: printf %s\n |
|---|
| 3813 | configure:19479: checking for archiver @FILE support |
|---|
| 3814 | configure:19504: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3815 | configure:19504: $? = 0 |
|---|
| 3816 | configure:19507: ar cru libconftest.a @conftest.lst >&5 |
|---|
| 3817 | ar: @conftest.lst: No such file or directory |
|---|
| 3818 | configure:19510: $? = 1 |
|---|
| 3819 | configure:19530: result: no |
|---|
| 3820 | configure:19588: checking for strip |
|---|
| 3821 | configure:19604: found /opt/local/bin/strip |
|---|
| 3822 | configure:19615: result: strip |
|---|
| 3823 | configure:19687: checking for ranlib |
|---|
| 3824 | configure:19714: result: ranlib |
|---|
| 3825 | configure:19816: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object |
|---|
| 3826 | configure:19936: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3827 | configure:19939: $? = 0 |
|---|
| 3828 | configure:19943: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
|---|
| 3829 | configure:19946: $? = 0 |
|---|
| 3830 | cannot find nm_test_var in conftest.nm |
|---|
| 3831 | configure:19936: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3832 | configure:19939: $? = 0 |
|---|
| 3833 | configure:19943: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
|---|
| 3834 | configure:19946: $? = 0 |
|---|
| 3835 | configure:20012: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c conftstm.o >&5 |
|---|
| 3836 | configure:20015: $? = 0 |
|---|
| 3837 | configure:20053: result: ok |
|---|
| 3838 | configure:20090: checking for sysroot |
|---|
| 3839 | configure:20120: result: no |
|---|
| 3840 | configure:20397: checking for mt |
|---|
| 3841 | configure:20427: result: no |
|---|
| 3842 | configure:20447: checking if : is a manifest tool |
|---|
| 3843 | configure:20453: : '-?' |
|---|
| 3844 | configure:20461: result: no |
|---|
| 3845 | configure:20517: checking for dsymutil |
|---|
| 3846 | configure:20533: found /usr/bin/dsymutil |
|---|
| 3847 | configure:20544: result: dsymutil |
|---|
| 3848 | configure:20609: checking for nmedit |
|---|
| 3849 | configure:20625: found /opt/local/bin/nmedit |
|---|
| 3850 | configure:20636: result: nmedit |
|---|
| 3851 | configure:20701: checking for lipo |
|---|
| 3852 | configure:20717: found /opt/local/bin/lipo |
|---|
| 3853 | configure:20728: result: lipo |
|---|
| 3854 | configure:20793: checking for otool |
|---|
| 3855 | configure:20809: found /opt/local/bin/otool |
|---|
| 3856 | configure:20820: result: otool |
|---|
| 3857 | configure:20885: checking for otool64 |
|---|
| 3858 | configure:20915: result: no |
|---|
| 3859 | configure:20960: checking for -single_module linker flag |
|---|
| 3860 | /usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c |
|---|
| 3861 | configure:20993: result: yes |
|---|
| 3862 | configure:20996: checking for -exported_symbols_list linker flag |
|---|
| 3863 | configure:21024: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -Wl,-exported_symbols_list,conftest.sym conftest.c -lm >&5 |
|---|
| 3864 | configure:21024: $? = 0 |
|---|
| 3865 | configure:21034: result: yes |
|---|
| 3866 | configure:21037: checking for -force_load linker flag |
|---|
| 3867 | /usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -c -o conftest.o conftest.c |
|---|
| 3868 | ar cru libconftest.a conftest.o |
|---|
| 3869 | ranlib libconftest.a |
|---|
| 3870 | /usr/bin/clang -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -o conftest conftest.c -Wl,-force_load,./libconftest.a |
|---|
| 3871 | configure:21069: result: yes |
|---|
| 3872 | configure:21108: checking for dlfcn.h |
|---|
| 3873 | configure:21108: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c >&5 |
|---|
| 3874 | configure:21108: $? = 0 |
|---|
| 3875 | configure:21108: result: yes |
|---|
| 3876 | configure:21620: checking for objdir |
|---|
| 3877 | configure:21635: result: .libs |
|---|
| 3878 | configure:21906: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions |
|---|
| 3879 | configure:21924: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -fno-rtti -fno-exceptions conftest.c >&5 |
|---|
| 3880 | configure:21928: $? = 0 |
|---|
| 3881 | configure:21941: result: yes |
|---|
| 3882 | configure:22268: checking for /usr/bin/clang option to produce PIC |
|---|
| 3883 | configure:22275: result: -fno-common -DPIC |
|---|
| 3884 | configure:22283: checking if /usr/bin/clang PIC flag -fno-common -DPIC works |
|---|
| 3885 | configure:22301: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -fno-common -DPIC -DPIC conftest.c >&5 |
|---|
| 3886 | configure:22305: $? = 0 |
|---|
| 3887 | configure:22318: result: yes |
|---|
| 3888 | configure:22347: checking if /usr/bin/clang static flag -static works |
|---|
| 3889 | configure:22375: result: no |
|---|
| 3890 | configure:22390: checking if /usr/bin/clang supports -c -o file.o |
|---|
| 3891 | configure:22411: /usr/bin/clang -c -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -o out/conftest2.o conftest.c >&5 |
|---|
| 3892 | configure:22415: $? = 0 |
|---|
| 3893 | configure:22437: result: yes |
|---|
| 3894 | configure:22445: checking if /usr/bin/clang supports -c -o file.o |
|---|
| 3895 | configure:22492: result: yes |
|---|
| 3896 | configure:22525: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
|---|
| 3897 | configure:23698: result: yes |
|---|
| 3898 | configure:23938: checking dynamic linker characteristics |
|---|
| 3899 | configure:24680: result: darwin14.5.0 dyld |
|---|
| 3900 | configure:24787: checking how to hardcode library paths into programs |
|---|
| 3901 | configure:24812: result: immediate |
|---|
| 3902 | configure:24857: checking for dlopen in -ldl |
|---|
| 3903 | configure:24890: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -ldl -lm >&5 |
|---|
| 3904 | configure:24890: $? = 0 |
|---|
| 3905 | configure:24899: result: yes |
|---|
| 3906 | configure:25146: checking whether a program can dlopen itself |
|---|
| 3907 | configure:25226: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -DHAVE_DLFCN_H conftest.c -ldl -lm >&5 |
|---|
| 3908 | configure:25229: $? = 0 |
|---|
| 3909 | configure:25247: result: yes |
|---|
| 3910 | configure:25252: checking whether a statically linked program can dlopen itself |
|---|
| 3911 | configure:25332: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread -DHAVE_DLFCN_H conftest.c -ldl -lm >&5 |
|---|
| 3912 | configure:25335: $? = 0 |
|---|
| 3913 | configure:25353: result: yes |
|---|
| 3914 | configure:25392: checking whether stripping libraries is possible |
|---|
| 3915 | configure:25406: result: yes |
|---|
| 3916 | configure:25432: checking if libtool supports shared libraries |
|---|
| 3917 | configure:25434: result: yes |
|---|
| 3918 | configure:25437: checking whether to build shared libraries |
|---|
| 3919 | configure:25458: result: yes |
|---|
| 3920 | configure:25461: checking whether to build static libraries |
|---|
| 3921 | configure:25465: result: no |
|---|
| 3922 | configure:25488: checking how to run the C++ preprocessor |
|---|
| 3923 | configure:25554: result: /usr/bin/clang++ -E |
|---|
| 3924 | configure:25574: /usr/bin/clang++ -E conftest.cpp |
|---|
| 3925 | configure:25574: $? = 0 |
|---|
| 3926 | configure:25588: /usr/bin/clang++ -E conftest.cpp |
|---|
| 3927 | conftest.cpp:75:10: fatal error: 'ac_nonexistent.h' file not found |
|---|
| 3928 | #include <ac_nonexistent.h> |
|---|
| 3929 | ^ |
|---|
| 3930 | 1 error generated. |
|---|
| 3931 | configure:25588: $? = 1 |
|---|
| 3932 | configure: failed program was: |
|---|
| 3933 | | /* confdefs.h */ |
|---|
| 3934 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 3935 | | #define PACKAGE_TARNAME "octave" |
|---|
| 3936 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 3937 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 3938 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 3939 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 3940 | | #define PACKAGE "octave" |
|---|
| 3941 | | #define VERSION "3.8.2" |
|---|
| 3942 | | #define OCTAVE_SOURCE 1 |
|---|
| 3943 | | #define STDC_HEADERS 1 |
|---|
| 3944 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 3945 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 3946 | | #define HAVE_STDLIB_H 1 |
|---|
| 3947 | | #define HAVE_STRING_H 1 |
|---|
| 3948 | | #define HAVE_MEMORY_H 1 |
|---|
| 3949 | | #define HAVE_STRINGS_H 1 |
|---|
| 3950 | | #define HAVE_INTTYPES_H 1 |
|---|
| 3951 | | #define HAVE_STDINT_H 1 |
|---|
| 3952 | | #define HAVE_UNISTD_H 1 |
|---|
| 3953 | | #define __EXTENSIONS__ 1 |
|---|
| 3954 | | #define _ALL_SOURCE 1 |
|---|
| 3955 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 3956 | | #define _GNU_SOURCE 1 |
|---|
| 3957 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 3958 | | #define _TANDEM_SOURCE 1 |
|---|
| 3959 | | #define YYTEXT_POINTER 1 |
|---|
| 3960 | | #define SEPCHAR ':' |
|---|
| 3961 | | #define SEPCHAR_STR ":" |
|---|
| 3962 | | #define SHELL_PATH "/bin/sh" |
|---|
| 3963 | | #define OCTAVE_IDX_TYPE int |
|---|
| 3964 | | #define __NO_MATH_INLINES 1 |
|---|
| 3965 | | #define HAVE_FSEEKO 1 |
|---|
| 3966 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 3967 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 3968 | | #define HAVE_PTHREAD 1 |
|---|
| 3969 | | #define FLOAT_TRUNCATE |
|---|
| 3970 | | #define HAVE_LIBM 1 |
|---|
| 3971 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 3972 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 3973 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 3974 | | #define HAVE_QHULL 1 |
|---|
| 3975 | | #define HAVE_PCRE_H 1 |
|---|
| 3976 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 3977 | | #define HAVE_ZLIB_H 1 |
|---|
| 3978 | | #define HAVE_Z 1 |
|---|
| 3979 | | #define HAVE_ZLIB 1 |
|---|
| 3980 | | #define HAVE_HDF5_H 1 |
|---|
| 3981 | | #define HAVE_HDF5_18 1 |
|---|
| 3982 | | #define HAVE_HDF5 1 |
|---|
| 3983 | | #define HAVE_FFTW3_H 1 |
|---|
| 3984 | | #define HAVE_FFTW3 1 |
|---|
| 3985 | | #define HAVE_FFTW3_H 1 |
|---|
| 3986 | | #define HAVE_FFTW3F 1 |
|---|
| 3987 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 3988 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 3989 | | #define HAVE_FFTW 1 |
|---|
| 3990 | | #define HAVE_GLPK_H 1 |
|---|
| 3991 | | #define HAVE_GLPK 1 |
|---|
| 3992 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 3993 | | #define HAVE_CURL 1 |
|---|
| 3994 | | #define HAVE_SETLOCALE 1 |
|---|
| 3995 | | #define HAVE_MAGICK 1 |
|---|
| 3996 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 3997 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 3998 | | #define HAVE_OPENGL 1 |
|---|
| 3999 | | #define HAVE_FREETYPE 1 |
|---|
| 4000 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4001 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4002 | | #define HAVE_FLTK 1 |
|---|
| 4003 | | #define HAVE_GL2PS_H 1 |
|---|
| 4004 | | #define HAVE_DLFCN_H 1 |
|---|
| 4005 | | #define LT_OBJDIR ".libs/" |
|---|
| 4006 | | /* end confdefs.h. */ |
|---|
| 4007 | | #include <ac_nonexistent.h> |
|---|
| 4008 | configure:25757: checking for ld used by /usr/bin/clang++ |
|---|
| 4009 | configure:25824: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
|---|
| 4010 | configure:25831: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
|---|
| 4011 | configure:25846: result: no |
|---|
| 4012 | configure:25901: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
|---|
| 4013 | configure:26919: result: yes |
|---|
| 4014 | configure:26955: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread conftest.cpp >&5 |
|---|
| 4015 | configure:26958: $? = 0 |
|---|
| 4016 | configure:27478: checking for /usr/bin/clang++ option to produce PIC |
|---|
| 4017 | configure:27485: result: -fno-common -DPIC |
|---|
| 4018 | configure:27493: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works |
|---|
| 4019 | configure:27511: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread -fno-common -DPIC -DPIC conftest.cpp >&5 |
|---|
| 4020 | configure:27515: $? = 0 |
|---|
| 4021 | configure:27528: result: yes |
|---|
| 4022 | configure:27551: checking if /usr/bin/clang++ static flag -static works |
|---|
| 4023 | configure:27579: result: no |
|---|
| 4024 | configure:27591: checking if /usr/bin/clang++ supports -c -o file.o |
|---|
| 4025 | configure:27612: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread -o out/conftest2.o conftest.cpp >&5 |
|---|
| 4026 | configure:27616: $? = 0 |
|---|
| 4027 | configure:27638: result: yes |
|---|
| 4028 | configure:27643: checking if /usr/bin/clang++ supports -c -o file.o |
|---|
| 4029 | configure:27690: result: yes |
|---|
| 4030 | configure:27720: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
|---|
| 4031 | configure:27759: result: yes |
|---|
| 4032 | configure:27900: checking dynamic linker characteristics |
|---|
| 4033 | configure:28576: result: darwin14.5.0 dyld |
|---|
| 4034 | configure:28629: checking how to hardcode library paths into programs |
|---|
| 4035 | configure:28654: result: immediate |
|---|
| 4036 | configure:28802: checking if libtool supports shared libraries |
|---|
| 4037 | configure:28804: result: yes |
|---|
| 4038 | configure:28807: checking whether to build shared libraries |
|---|
| 4039 | configure:28827: result: yes |
|---|
| 4040 | configure:28830: checking whether to build static libraries |
|---|
| 4041 | configure:28834: result: no |
|---|
| 4042 | configure:29155: checking for /opt/local/bin/gfortran-mp-5 option to produce PIC |
|---|
| 4043 | configure:29162: result: -fno-common |
|---|
| 4044 | configure:29170: checking if /opt/local/bin/gfortran-mp-5 PIC flag -fno-common works |
|---|
| 4045 | configure:29188: /opt/local/bin/gfortran-mp-5 -c -pipe -Os -fno-common conftest.f >&5 |
|---|
| 4046 | configure:29192: $? = 0 |
|---|
| 4047 | configure:29205: result: yes |
|---|
| 4048 | configure:29228: checking if /opt/local/bin/gfortran-mp-5 static flag -static works |
|---|
| 4049 | configure:29256: result: no |
|---|
| 4050 | configure:29268: checking if /opt/local/bin/gfortran-mp-5 supports -c -o file.o |
|---|
| 4051 | configure:29289: /opt/local/bin/gfortran-mp-5 -c -pipe -Os -o out/conftest2.o conftest.f >&5 |
|---|
| 4052 | configure:29293: $? = 0 |
|---|
| 4053 | configure:29315: result: yes |
|---|
| 4054 | configure:29320: checking if /opt/local/bin/gfortran-mp-5 supports -c -o file.o |
|---|
| 4055 | configure:29367: result: yes |
|---|
| 4056 | configure:29397: checking whether the /opt/local/bin/gfortran-mp-5 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
|---|
| 4057 | configure:30504: result: yes |
|---|
| 4058 | configure:30645: checking dynamic linker characteristics |
|---|
| 4059 | configure:31307: result: darwin14.5.0 dyld |
|---|
| 4060 | configure:31360: checking how to hardcode library paths into programs |
|---|
| 4061 | configure:31385: result: immediate |
|---|
| 4062 | configure:31530: checking for sgemm_ in -lcblas -lf77blas -latlas |
|---|
| 4063 | configure:31558: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lcblas -lf77blas -latlas -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4064 | ld: library not found for -lf77blas |
|---|
| 4065 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4066 | configure:31558: $? = 1 |
|---|
| 4067 | configure: failed program was: |
|---|
| 4068 | | /* confdefs.h */ |
|---|
| 4069 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4070 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4071 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4072 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4073 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4074 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4075 | | #define PACKAGE "octave" |
|---|
| 4076 | | #define VERSION "3.8.2" |
|---|
| 4077 | | #define OCTAVE_SOURCE 1 |
|---|
| 4078 | | #define STDC_HEADERS 1 |
|---|
| 4079 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4080 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4081 | | #define HAVE_STDLIB_H 1 |
|---|
| 4082 | | #define HAVE_STRING_H 1 |
|---|
| 4083 | | #define HAVE_MEMORY_H 1 |
|---|
| 4084 | | #define HAVE_STRINGS_H 1 |
|---|
| 4085 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4086 | | #define HAVE_STDINT_H 1 |
|---|
| 4087 | | #define HAVE_UNISTD_H 1 |
|---|
| 4088 | | #define __EXTENSIONS__ 1 |
|---|
| 4089 | | #define _ALL_SOURCE 1 |
|---|
| 4090 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4091 | | #define _GNU_SOURCE 1 |
|---|
| 4092 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4093 | | #define _TANDEM_SOURCE 1 |
|---|
| 4094 | | #define YYTEXT_POINTER 1 |
|---|
| 4095 | | #define SEPCHAR ':' |
|---|
| 4096 | | #define SEPCHAR_STR ":" |
|---|
| 4097 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4098 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4099 | | #define __NO_MATH_INLINES 1 |
|---|
| 4100 | | #define HAVE_FSEEKO 1 |
|---|
| 4101 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4102 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4103 | | #define HAVE_PTHREAD 1 |
|---|
| 4104 | | #define FLOAT_TRUNCATE |
|---|
| 4105 | | #define HAVE_LIBM 1 |
|---|
| 4106 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4107 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4108 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4109 | | #define HAVE_QHULL 1 |
|---|
| 4110 | | #define HAVE_PCRE_H 1 |
|---|
| 4111 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4112 | | #define HAVE_ZLIB_H 1 |
|---|
| 4113 | | #define HAVE_Z 1 |
|---|
| 4114 | | #define HAVE_ZLIB 1 |
|---|
| 4115 | | #define HAVE_HDF5_H 1 |
|---|
| 4116 | | #define HAVE_HDF5_18 1 |
|---|
| 4117 | | #define HAVE_HDF5 1 |
|---|
| 4118 | | #define HAVE_FFTW3_H 1 |
|---|
| 4119 | | #define HAVE_FFTW3 1 |
|---|
| 4120 | | #define HAVE_FFTW3_H 1 |
|---|
| 4121 | | #define HAVE_FFTW3F 1 |
|---|
| 4122 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4123 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4124 | | #define HAVE_FFTW 1 |
|---|
| 4125 | | #define HAVE_GLPK_H 1 |
|---|
| 4126 | | #define HAVE_GLPK 1 |
|---|
| 4127 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4128 | | #define HAVE_CURL 1 |
|---|
| 4129 | | #define HAVE_SETLOCALE 1 |
|---|
| 4130 | | #define HAVE_MAGICK 1 |
|---|
| 4131 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4132 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4133 | | #define HAVE_OPENGL 1 |
|---|
| 4134 | | #define HAVE_FREETYPE 1 |
|---|
| 4135 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4136 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4137 | | #define HAVE_FLTK 1 |
|---|
| 4138 | | #define HAVE_GL2PS_H 1 |
|---|
| 4139 | | #define HAVE_DLFCN_H 1 |
|---|
| 4140 | | #define LT_OBJDIR ".libs/" |
|---|
| 4141 | | /* end confdefs.h. */ |
|---|
| 4142 | | |
|---|
| 4143 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4144 | | Use char because int might match the return type of a GCC |
|---|
| 4145 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4146 | | #ifdef __cplusplus |
|---|
| 4147 | | extern "C" |
|---|
| 4148 | | #endif |
|---|
| 4149 | | char sgemm_ (); |
|---|
| 4150 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4151 | | |
|---|
| 4152 | | # ifdef __cplusplus |
|---|
| 4153 | | extern "C" |
|---|
| 4154 | | # endif |
|---|
| 4155 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4156 | | |
|---|
| 4157 | | #endif |
|---|
| 4158 | | int |
|---|
| 4159 | | main () |
|---|
| 4160 | | { |
|---|
| 4161 | | return sgemm_ (); |
|---|
| 4162 | | ; |
|---|
| 4163 | | return 0; |
|---|
| 4164 | | } |
|---|
| 4165 | configure:31565: result: no |
|---|
| 4166 | configure:31574: checking if sgemm_ is being linked in already |
|---|
| 4167 | configure:31602: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4168 | Undefined symbols for architecture x86_64: |
|---|
| 4169 | "_sgemm_", referenced from: |
|---|
| 4170 | _main in conftest-636c80.o |
|---|
| 4171 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 4172 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4173 | configure:31602: $? = 1 |
|---|
| 4174 | configure: failed program was: |
|---|
| 4175 | | /* confdefs.h */ |
|---|
| 4176 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4177 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4178 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4179 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4180 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4181 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4182 | | #define PACKAGE "octave" |
|---|
| 4183 | | #define VERSION "3.8.2" |
|---|
| 4184 | | #define OCTAVE_SOURCE 1 |
|---|
| 4185 | | #define STDC_HEADERS 1 |
|---|
| 4186 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4187 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4188 | | #define HAVE_STDLIB_H 1 |
|---|
| 4189 | | #define HAVE_STRING_H 1 |
|---|
| 4190 | | #define HAVE_MEMORY_H 1 |
|---|
| 4191 | | #define HAVE_STRINGS_H 1 |
|---|
| 4192 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4193 | | #define HAVE_STDINT_H 1 |
|---|
| 4194 | | #define HAVE_UNISTD_H 1 |
|---|
| 4195 | | #define __EXTENSIONS__ 1 |
|---|
| 4196 | | #define _ALL_SOURCE 1 |
|---|
| 4197 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4198 | | #define _GNU_SOURCE 1 |
|---|
| 4199 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4200 | | #define _TANDEM_SOURCE 1 |
|---|
| 4201 | | #define YYTEXT_POINTER 1 |
|---|
| 4202 | | #define SEPCHAR ':' |
|---|
| 4203 | | #define SEPCHAR_STR ":" |
|---|
| 4204 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4205 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4206 | | #define __NO_MATH_INLINES 1 |
|---|
| 4207 | | #define HAVE_FSEEKO 1 |
|---|
| 4208 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4209 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4210 | | #define HAVE_PTHREAD 1 |
|---|
| 4211 | | #define FLOAT_TRUNCATE |
|---|
| 4212 | | #define HAVE_LIBM 1 |
|---|
| 4213 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4214 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4215 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4216 | | #define HAVE_QHULL 1 |
|---|
| 4217 | | #define HAVE_PCRE_H 1 |
|---|
| 4218 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4219 | | #define HAVE_ZLIB_H 1 |
|---|
| 4220 | | #define HAVE_Z 1 |
|---|
| 4221 | | #define HAVE_ZLIB 1 |
|---|
| 4222 | | #define HAVE_HDF5_H 1 |
|---|
| 4223 | | #define HAVE_HDF5_18 1 |
|---|
| 4224 | | #define HAVE_HDF5 1 |
|---|
| 4225 | | #define HAVE_FFTW3_H 1 |
|---|
| 4226 | | #define HAVE_FFTW3 1 |
|---|
| 4227 | | #define HAVE_FFTW3_H 1 |
|---|
| 4228 | | #define HAVE_FFTW3F 1 |
|---|
| 4229 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4230 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4231 | | #define HAVE_FFTW 1 |
|---|
| 4232 | | #define HAVE_GLPK_H 1 |
|---|
| 4233 | | #define HAVE_GLPK 1 |
|---|
| 4234 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4235 | | #define HAVE_CURL 1 |
|---|
| 4236 | | #define HAVE_SETLOCALE 1 |
|---|
| 4237 | | #define HAVE_MAGICK 1 |
|---|
| 4238 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4239 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4240 | | #define HAVE_OPENGL 1 |
|---|
| 4241 | | #define HAVE_FREETYPE 1 |
|---|
| 4242 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4243 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4244 | | #define HAVE_FLTK 1 |
|---|
| 4245 | | #define HAVE_GL2PS_H 1 |
|---|
| 4246 | | #define HAVE_DLFCN_H 1 |
|---|
| 4247 | | #define LT_OBJDIR ".libs/" |
|---|
| 4248 | | /* end confdefs.h. */ |
|---|
| 4249 | | |
|---|
| 4250 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4251 | | Use char because int might match the return type of a GCC |
|---|
| 4252 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4253 | | #ifdef __cplusplus |
|---|
| 4254 | | extern "C" |
|---|
| 4255 | | #endif |
|---|
| 4256 | | char sgemm_ (); |
|---|
| 4257 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4258 | | |
|---|
| 4259 | | # ifdef __cplusplus |
|---|
| 4260 | | extern "C" |
|---|
| 4261 | | # endif |
|---|
| 4262 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4263 | | |
|---|
| 4264 | | #endif |
|---|
| 4265 | | int |
|---|
| 4266 | | main () |
|---|
| 4267 | | { |
|---|
| 4268 | | return sgemm_ (); |
|---|
| 4269 | | ; |
|---|
| 4270 | | return 0; |
|---|
| 4271 | | } |
|---|
| 4272 | configure:31607: result: no |
|---|
| 4273 | configure:31614: checking for ATL_xerbla in -latlas |
|---|
| 4274 | configure:31647: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -latlas -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4275 | configure:31647: $? = 0 |
|---|
| 4276 | configure:31656: result: yes |
|---|
| 4277 | configure:31660: checking for sgemm_ in -lf77blas |
|---|
| 4278 | configure:31693: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lf77blas -latlas -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4279 | ld: library not found for -lf77blas |
|---|
| 4280 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4281 | configure:31693: $? = 1 |
|---|
| 4282 | configure: failed program was: |
|---|
| 4283 | | /* confdefs.h */ |
|---|
| 4284 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4285 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4286 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4287 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4288 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4289 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4290 | | #define PACKAGE "octave" |
|---|
| 4291 | | #define VERSION "3.8.2" |
|---|
| 4292 | | #define OCTAVE_SOURCE 1 |
|---|
| 4293 | | #define STDC_HEADERS 1 |
|---|
| 4294 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4295 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4296 | | #define HAVE_STDLIB_H 1 |
|---|
| 4297 | | #define HAVE_STRING_H 1 |
|---|
| 4298 | | #define HAVE_MEMORY_H 1 |
|---|
| 4299 | | #define HAVE_STRINGS_H 1 |
|---|
| 4300 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4301 | | #define HAVE_STDINT_H 1 |
|---|
| 4302 | | #define HAVE_UNISTD_H 1 |
|---|
| 4303 | | #define __EXTENSIONS__ 1 |
|---|
| 4304 | | #define _ALL_SOURCE 1 |
|---|
| 4305 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4306 | | #define _GNU_SOURCE 1 |
|---|
| 4307 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4308 | | #define _TANDEM_SOURCE 1 |
|---|
| 4309 | | #define YYTEXT_POINTER 1 |
|---|
| 4310 | | #define SEPCHAR ':' |
|---|
| 4311 | | #define SEPCHAR_STR ":" |
|---|
| 4312 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4313 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4314 | | #define __NO_MATH_INLINES 1 |
|---|
| 4315 | | #define HAVE_FSEEKO 1 |
|---|
| 4316 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4317 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4318 | | #define HAVE_PTHREAD 1 |
|---|
| 4319 | | #define FLOAT_TRUNCATE |
|---|
| 4320 | | #define HAVE_LIBM 1 |
|---|
| 4321 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4322 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4323 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4324 | | #define HAVE_QHULL 1 |
|---|
| 4325 | | #define HAVE_PCRE_H 1 |
|---|
| 4326 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4327 | | #define HAVE_ZLIB_H 1 |
|---|
| 4328 | | #define HAVE_Z 1 |
|---|
| 4329 | | #define HAVE_ZLIB 1 |
|---|
| 4330 | | #define HAVE_HDF5_H 1 |
|---|
| 4331 | | #define HAVE_HDF5_18 1 |
|---|
| 4332 | | #define HAVE_HDF5 1 |
|---|
| 4333 | | #define HAVE_FFTW3_H 1 |
|---|
| 4334 | | #define HAVE_FFTW3 1 |
|---|
| 4335 | | #define HAVE_FFTW3_H 1 |
|---|
| 4336 | | #define HAVE_FFTW3F 1 |
|---|
| 4337 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4338 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4339 | | #define HAVE_FFTW 1 |
|---|
| 4340 | | #define HAVE_GLPK_H 1 |
|---|
| 4341 | | #define HAVE_GLPK 1 |
|---|
| 4342 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4343 | | #define HAVE_CURL 1 |
|---|
| 4344 | | #define HAVE_SETLOCALE 1 |
|---|
| 4345 | | #define HAVE_MAGICK 1 |
|---|
| 4346 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4347 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4348 | | #define HAVE_OPENGL 1 |
|---|
| 4349 | | #define HAVE_FREETYPE 1 |
|---|
| 4350 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4351 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4352 | | #define HAVE_FLTK 1 |
|---|
| 4353 | | #define HAVE_GL2PS_H 1 |
|---|
| 4354 | | #define HAVE_DLFCN_H 1 |
|---|
| 4355 | | #define LT_OBJDIR ".libs/" |
|---|
| 4356 | | /* end confdefs.h. */ |
|---|
| 4357 | | |
|---|
| 4358 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4359 | | Use char because int might match the return type of a GCC |
|---|
| 4360 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4361 | | #ifdef __cplusplus |
|---|
| 4362 | | extern "C" |
|---|
| 4363 | | #endif |
|---|
| 4364 | | char sgemm_ (); |
|---|
| 4365 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4366 | | |
|---|
| 4367 | | # ifdef __cplusplus |
|---|
| 4368 | | extern "C" |
|---|
| 4369 | | # endif |
|---|
| 4370 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4371 | | |
|---|
| 4372 | | #endif |
|---|
| 4373 | | int |
|---|
| 4374 | | main () |
|---|
| 4375 | | { |
|---|
| 4376 | | return sgemm_ (); |
|---|
| 4377 | | ; |
|---|
| 4378 | | return 0; |
|---|
| 4379 | | } |
|---|
| 4380 | configure:31703: result: no |
|---|
| 4381 | configure:31764: checking for sgemm_ in -lblas |
|---|
| 4382 | configure:31797: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lblas -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4383 | configure:31797: $? = 0 |
|---|
| 4384 | configure:31807: result: yes |
|---|
| 4385 | configure:31811: checking for dgemm_ in -ldgemm |
|---|
| 4386 | configure:31844: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -ldgemm -lblas -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4387 | ld: library not found for -ldgemm |
|---|
| 4388 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4389 | configure:31844: $? = 1 |
|---|
| 4390 | configure: failed program was: |
|---|
| 4391 | | /* confdefs.h */ |
|---|
| 4392 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4393 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4394 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4395 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4396 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4397 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4398 | | #define PACKAGE "octave" |
|---|
| 4399 | | #define VERSION "3.8.2" |
|---|
| 4400 | | #define OCTAVE_SOURCE 1 |
|---|
| 4401 | | #define STDC_HEADERS 1 |
|---|
| 4402 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4403 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4404 | | #define HAVE_STDLIB_H 1 |
|---|
| 4405 | | #define HAVE_STRING_H 1 |
|---|
| 4406 | | #define HAVE_MEMORY_H 1 |
|---|
| 4407 | | #define HAVE_STRINGS_H 1 |
|---|
| 4408 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4409 | | #define HAVE_STDINT_H 1 |
|---|
| 4410 | | #define HAVE_UNISTD_H 1 |
|---|
| 4411 | | #define __EXTENSIONS__ 1 |
|---|
| 4412 | | #define _ALL_SOURCE 1 |
|---|
| 4413 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4414 | | #define _GNU_SOURCE 1 |
|---|
| 4415 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4416 | | #define _TANDEM_SOURCE 1 |
|---|
| 4417 | | #define YYTEXT_POINTER 1 |
|---|
| 4418 | | #define SEPCHAR ':' |
|---|
| 4419 | | #define SEPCHAR_STR ":" |
|---|
| 4420 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4421 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4422 | | #define __NO_MATH_INLINES 1 |
|---|
| 4423 | | #define HAVE_FSEEKO 1 |
|---|
| 4424 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4425 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4426 | | #define HAVE_PTHREAD 1 |
|---|
| 4427 | | #define FLOAT_TRUNCATE |
|---|
| 4428 | | #define HAVE_LIBM 1 |
|---|
| 4429 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4430 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4431 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4432 | | #define HAVE_QHULL 1 |
|---|
| 4433 | | #define HAVE_PCRE_H 1 |
|---|
| 4434 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4435 | | #define HAVE_ZLIB_H 1 |
|---|
| 4436 | | #define HAVE_Z 1 |
|---|
| 4437 | | #define HAVE_ZLIB 1 |
|---|
| 4438 | | #define HAVE_HDF5_H 1 |
|---|
| 4439 | | #define HAVE_HDF5_18 1 |
|---|
| 4440 | | #define HAVE_HDF5 1 |
|---|
| 4441 | | #define HAVE_FFTW3_H 1 |
|---|
| 4442 | | #define HAVE_FFTW3 1 |
|---|
| 4443 | | #define HAVE_FFTW3_H 1 |
|---|
| 4444 | | #define HAVE_FFTW3F 1 |
|---|
| 4445 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4446 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4447 | | #define HAVE_FFTW 1 |
|---|
| 4448 | | #define HAVE_GLPK_H 1 |
|---|
| 4449 | | #define HAVE_GLPK 1 |
|---|
| 4450 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4451 | | #define HAVE_CURL 1 |
|---|
| 4452 | | #define HAVE_SETLOCALE 1 |
|---|
| 4453 | | #define HAVE_MAGICK 1 |
|---|
| 4454 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4455 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4456 | | #define HAVE_OPENGL 1 |
|---|
| 4457 | | #define HAVE_FREETYPE 1 |
|---|
| 4458 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4459 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4460 | | #define HAVE_FLTK 1 |
|---|
| 4461 | | #define HAVE_GL2PS_H 1 |
|---|
| 4462 | | #define HAVE_DLFCN_H 1 |
|---|
| 4463 | | #define LT_OBJDIR ".libs/" |
|---|
| 4464 | | /* end confdefs.h. */ |
|---|
| 4465 | | |
|---|
| 4466 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4467 | | Use char because int might match the return type of a GCC |
|---|
| 4468 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4469 | | #ifdef __cplusplus |
|---|
| 4470 | | extern "C" |
|---|
| 4471 | | #endif |
|---|
| 4472 | | char dgemm_ (); |
|---|
| 4473 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4474 | | |
|---|
| 4475 | | # ifdef __cplusplus |
|---|
| 4476 | | extern "C" |
|---|
| 4477 | | # endif |
|---|
| 4478 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4479 | | |
|---|
| 4480 | | #endif |
|---|
| 4481 | | int |
|---|
| 4482 | | main () |
|---|
| 4483 | | { |
|---|
| 4484 | | return dgemm_ (); |
|---|
| 4485 | | ; |
|---|
| 4486 | | return 0; |
|---|
| 4487 | | } |
|---|
| 4488 | configure:31854: result: no |
|---|
| 4489 | configure:31916: checking for sgemm_ in -lmkl |
|---|
| 4490 | configure:31949: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lmkl -lguide -lpthread -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4491 | ld: library not found for -lmkl |
|---|
| 4492 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4493 | configure:31949: $? = 1 |
|---|
| 4494 | configure: failed program was: |
|---|
| 4495 | | /* confdefs.h */ |
|---|
| 4496 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4497 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4498 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4499 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4500 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4501 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4502 | | #define PACKAGE "octave" |
|---|
| 4503 | | #define VERSION "3.8.2" |
|---|
| 4504 | | #define OCTAVE_SOURCE 1 |
|---|
| 4505 | | #define STDC_HEADERS 1 |
|---|
| 4506 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4507 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4508 | | #define HAVE_STDLIB_H 1 |
|---|
| 4509 | | #define HAVE_STRING_H 1 |
|---|
| 4510 | | #define HAVE_MEMORY_H 1 |
|---|
| 4511 | | #define HAVE_STRINGS_H 1 |
|---|
| 4512 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4513 | | #define HAVE_STDINT_H 1 |
|---|
| 4514 | | #define HAVE_UNISTD_H 1 |
|---|
| 4515 | | #define __EXTENSIONS__ 1 |
|---|
| 4516 | | #define _ALL_SOURCE 1 |
|---|
| 4517 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4518 | | #define _GNU_SOURCE 1 |
|---|
| 4519 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4520 | | #define _TANDEM_SOURCE 1 |
|---|
| 4521 | | #define YYTEXT_POINTER 1 |
|---|
| 4522 | | #define SEPCHAR ':' |
|---|
| 4523 | | #define SEPCHAR_STR ":" |
|---|
| 4524 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4525 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4526 | | #define __NO_MATH_INLINES 1 |
|---|
| 4527 | | #define HAVE_FSEEKO 1 |
|---|
| 4528 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4529 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4530 | | #define HAVE_PTHREAD 1 |
|---|
| 4531 | | #define FLOAT_TRUNCATE |
|---|
| 4532 | | #define HAVE_LIBM 1 |
|---|
| 4533 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4534 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4535 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4536 | | #define HAVE_QHULL 1 |
|---|
| 4537 | | #define HAVE_PCRE_H 1 |
|---|
| 4538 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4539 | | #define HAVE_ZLIB_H 1 |
|---|
| 4540 | | #define HAVE_Z 1 |
|---|
| 4541 | | #define HAVE_ZLIB 1 |
|---|
| 4542 | | #define HAVE_HDF5_H 1 |
|---|
| 4543 | | #define HAVE_HDF5_18 1 |
|---|
| 4544 | | #define HAVE_HDF5 1 |
|---|
| 4545 | | #define HAVE_FFTW3_H 1 |
|---|
| 4546 | | #define HAVE_FFTW3 1 |
|---|
| 4547 | | #define HAVE_FFTW3_H 1 |
|---|
| 4548 | | #define HAVE_FFTW3F 1 |
|---|
| 4549 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4550 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4551 | | #define HAVE_FFTW 1 |
|---|
| 4552 | | #define HAVE_GLPK_H 1 |
|---|
| 4553 | | #define HAVE_GLPK 1 |
|---|
| 4554 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4555 | | #define HAVE_CURL 1 |
|---|
| 4556 | | #define HAVE_SETLOCALE 1 |
|---|
| 4557 | | #define HAVE_MAGICK 1 |
|---|
| 4558 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4559 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4560 | | #define HAVE_OPENGL 1 |
|---|
| 4561 | | #define HAVE_FREETYPE 1 |
|---|
| 4562 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4563 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4564 | | #define HAVE_FLTK 1 |
|---|
| 4565 | | #define HAVE_GL2PS_H 1 |
|---|
| 4566 | | #define HAVE_DLFCN_H 1 |
|---|
| 4567 | | #define LT_OBJDIR ".libs/" |
|---|
| 4568 | | /* end confdefs.h. */ |
|---|
| 4569 | | |
|---|
| 4570 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4571 | | Use char because int might match the return type of a GCC |
|---|
| 4572 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4573 | | #ifdef __cplusplus |
|---|
| 4574 | | extern "C" |
|---|
| 4575 | | #endif |
|---|
| 4576 | | char sgemm_ (); |
|---|
| 4577 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4578 | | |
|---|
| 4579 | | # ifdef __cplusplus |
|---|
| 4580 | | extern "C" |
|---|
| 4581 | | # endif |
|---|
| 4582 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4583 | | |
|---|
| 4584 | | #endif |
|---|
| 4585 | | int |
|---|
| 4586 | | main () |
|---|
| 4587 | | { |
|---|
| 4588 | | return sgemm_ (); |
|---|
| 4589 | | ; |
|---|
| 4590 | | return 0; |
|---|
| 4591 | | } |
|---|
| 4592 | configure:31959: result: no |
|---|
| 4593 | configure:31970: checking for sgemm_ in -framework vecLib |
|---|
| 4594 | configure:31998: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -framework vecLib -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4595 | ld: framework not found vecLib |
|---|
| 4596 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4597 | configure:31998: $? = 1 |
|---|
| 4598 | configure: failed program was: |
|---|
| 4599 | | /* confdefs.h */ |
|---|
| 4600 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4601 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4602 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4603 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4604 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4605 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4606 | | #define PACKAGE "octave" |
|---|
| 4607 | | #define VERSION "3.8.2" |
|---|
| 4608 | | #define OCTAVE_SOURCE 1 |
|---|
| 4609 | | #define STDC_HEADERS 1 |
|---|
| 4610 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4611 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4612 | | #define HAVE_STDLIB_H 1 |
|---|
| 4613 | | #define HAVE_STRING_H 1 |
|---|
| 4614 | | #define HAVE_MEMORY_H 1 |
|---|
| 4615 | | #define HAVE_STRINGS_H 1 |
|---|
| 4616 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4617 | | #define HAVE_STDINT_H 1 |
|---|
| 4618 | | #define HAVE_UNISTD_H 1 |
|---|
| 4619 | | #define __EXTENSIONS__ 1 |
|---|
| 4620 | | #define _ALL_SOURCE 1 |
|---|
| 4621 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4622 | | #define _GNU_SOURCE 1 |
|---|
| 4623 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4624 | | #define _TANDEM_SOURCE 1 |
|---|
| 4625 | | #define YYTEXT_POINTER 1 |
|---|
| 4626 | | #define SEPCHAR ':' |
|---|
| 4627 | | #define SEPCHAR_STR ":" |
|---|
| 4628 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4629 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4630 | | #define __NO_MATH_INLINES 1 |
|---|
| 4631 | | #define HAVE_FSEEKO 1 |
|---|
| 4632 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4633 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4634 | | #define HAVE_PTHREAD 1 |
|---|
| 4635 | | #define FLOAT_TRUNCATE |
|---|
| 4636 | | #define HAVE_LIBM 1 |
|---|
| 4637 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4638 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4639 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4640 | | #define HAVE_QHULL 1 |
|---|
| 4641 | | #define HAVE_PCRE_H 1 |
|---|
| 4642 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4643 | | #define HAVE_ZLIB_H 1 |
|---|
| 4644 | | #define HAVE_Z 1 |
|---|
| 4645 | | #define HAVE_ZLIB 1 |
|---|
| 4646 | | #define HAVE_HDF5_H 1 |
|---|
| 4647 | | #define HAVE_HDF5_18 1 |
|---|
| 4648 | | #define HAVE_HDF5 1 |
|---|
| 4649 | | #define HAVE_FFTW3_H 1 |
|---|
| 4650 | | #define HAVE_FFTW3 1 |
|---|
| 4651 | | #define HAVE_FFTW3_H 1 |
|---|
| 4652 | | #define HAVE_FFTW3F 1 |
|---|
| 4653 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4654 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4655 | | #define HAVE_FFTW 1 |
|---|
| 4656 | | #define HAVE_GLPK_H 1 |
|---|
| 4657 | | #define HAVE_GLPK 1 |
|---|
| 4658 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4659 | | #define HAVE_CURL 1 |
|---|
| 4660 | | #define HAVE_SETLOCALE 1 |
|---|
| 4661 | | #define HAVE_MAGICK 1 |
|---|
| 4662 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4663 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4664 | | #define HAVE_OPENGL 1 |
|---|
| 4665 | | #define HAVE_FREETYPE 1 |
|---|
| 4666 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4667 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4668 | | #define HAVE_FLTK 1 |
|---|
| 4669 | | #define HAVE_GL2PS_H 1 |
|---|
| 4670 | | #define HAVE_DLFCN_H 1 |
|---|
| 4671 | | #define LT_OBJDIR ".libs/" |
|---|
| 4672 | | /* end confdefs.h. */ |
|---|
| 4673 | | |
|---|
| 4674 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4675 | | Use char because int might match the return type of a GCC |
|---|
| 4676 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4677 | | #ifdef __cplusplus |
|---|
| 4678 | | extern "C" |
|---|
| 4679 | | #endif |
|---|
| 4680 | | char sgemm_ (); |
|---|
| 4681 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4682 | | |
|---|
| 4683 | | # ifdef __cplusplus |
|---|
| 4684 | | extern "C" |
|---|
| 4685 | | # endif |
|---|
| 4686 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4687 | | |
|---|
| 4688 | | #endif |
|---|
| 4689 | | int |
|---|
| 4690 | | main () |
|---|
| 4691 | | { |
|---|
| 4692 | | return sgemm_ (); |
|---|
| 4693 | | ; |
|---|
| 4694 | | return 0; |
|---|
| 4695 | | } |
|---|
| 4696 | configure:32003: result: no |
|---|
| 4697 | configure:32011: checking for sgemm_ in -lcxml |
|---|
| 4698 | configure:32044: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lcxml -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4699 | ld: library not found for -lcxml |
|---|
| 4700 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4701 | configure:32044: $? = 1 |
|---|
| 4702 | configure: failed program was: |
|---|
| 4703 | | /* confdefs.h */ |
|---|
| 4704 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4705 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4706 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4707 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4708 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4709 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4710 | | #define PACKAGE "octave" |
|---|
| 4711 | | #define VERSION "3.8.2" |
|---|
| 4712 | | #define OCTAVE_SOURCE 1 |
|---|
| 4713 | | #define STDC_HEADERS 1 |
|---|
| 4714 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4715 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4716 | | #define HAVE_STDLIB_H 1 |
|---|
| 4717 | | #define HAVE_STRING_H 1 |
|---|
| 4718 | | #define HAVE_MEMORY_H 1 |
|---|
| 4719 | | #define HAVE_STRINGS_H 1 |
|---|
| 4720 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4721 | | #define HAVE_STDINT_H 1 |
|---|
| 4722 | | #define HAVE_UNISTD_H 1 |
|---|
| 4723 | | #define __EXTENSIONS__ 1 |
|---|
| 4724 | | #define _ALL_SOURCE 1 |
|---|
| 4725 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4726 | | #define _GNU_SOURCE 1 |
|---|
| 4727 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4728 | | #define _TANDEM_SOURCE 1 |
|---|
| 4729 | | #define YYTEXT_POINTER 1 |
|---|
| 4730 | | #define SEPCHAR ':' |
|---|
| 4731 | | #define SEPCHAR_STR ":" |
|---|
| 4732 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4733 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4734 | | #define __NO_MATH_INLINES 1 |
|---|
| 4735 | | #define HAVE_FSEEKO 1 |
|---|
| 4736 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4737 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4738 | | #define HAVE_PTHREAD 1 |
|---|
| 4739 | | #define FLOAT_TRUNCATE |
|---|
| 4740 | | #define HAVE_LIBM 1 |
|---|
| 4741 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4742 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4743 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4744 | | #define HAVE_QHULL 1 |
|---|
| 4745 | | #define HAVE_PCRE_H 1 |
|---|
| 4746 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4747 | | #define HAVE_ZLIB_H 1 |
|---|
| 4748 | | #define HAVE_Z 1 |
|---|
| 4749 | | #define HAVE_ZLIB 1 |
|---|
| 4750 | | #define HAVE_HDF5_H 1 |
|---|
| 4751 | | #define HAVE_HDF5_18 1 |
|---|
| 4752 | | #define HAVE_HDF5 1 |
|---|
| 4753 | | #define HAVE_FFTW3_H 1 |
|---|
| 4754 | | #define HAVE_FFTW3 1 |
|---|
| 4755 | | #define HAVE_FFTW3_H 1 |
|---|
| 4756 | | #define HAVE_FFTW3F 1 |
|---|
| 4757 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4758 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4759 | | #define HAVE_FFTW 1 |
|---|
| 4760 | | #define HAVE_GLPK_H 1 |
|---|
| 4761 | | #define HAVE_GLPK 1 |
|---|
| 4762 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4763 | | #define HAVE_CURL 1 |
|---|
| 4764 | | #define HAVE_SETLOCALE 1 |
|---|
| 4765 | | #define HAVE_MAGICK 1 |
|---|
| 4766 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4767 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4768 | | #define HAVE_OPENGL 1 |
|---|
| 4769 | | #define HAVE_FREETYPE 1 |
|---|
| 4770 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4771 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4772 | | #define HAVE_FLTK 1 |
|---|
| 4773 | | #define HAVE_GL2PS_H 1 |
|---|
| 4774 | | #define HAVE_DLFCN_H 1 |
|---|
| 4775 | | #define LT_OBJDIR ".libs/" |
|---|
| 4776 | | /* end confdefs.h. */ |
|---|
| 4777 | | |
|---|
| 4778 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4779 | | Use char because int might match the return type of a GCC |
|---|
| 4780 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4781 | | #ifdef __cplusplus |
|---|
| 4782 | | extern "C" |
|---|
| 4783 | | #endif |
|---|
| 4784 | | char sgemm_ (); |
|---|
| 4785 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4786 | | |
|---|
| 4787 | | # ifdef __cplusplus |
|---|
| 4788 | | extern "C" |
|---|
| 4789 | | # endif |
|---|
| 4790 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4791 | | |
|---|
| 4792 | | #endif |
|---|
| 4793 | | int |
|---|
| 4794 | | main () |
|---|
| 4795 | | { |
|---|
| 4796 | | return sgemm_ (); |
|---|
| 4797 | | ; |
|---|
| 4798 | | return 0; |
|---|
| 4799 | | } |
|---|
| 4800 | configure:32054: result: no |
|---|
| 4801 | configure:32065: checking for sgemm_ in -ldxml |
|---|
| 4802 | configure:32098: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -ldxml -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4803 | ld: library not found for -ldxml |
|---|
| 4804 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4805 | configure:32098: $? = 1 |
|---|
| 4806 | configure: failed program was: |
|---|
| 4807 | | /* confdefs.h */ |
|---|
| 4808 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4809 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4810 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4811 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4812 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4813 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4814 | | #define PACKAGE "octave" |
|---|
| 4815 | | #define VERSION "3.8.2" |
|---|
| 4816 | | #define OCTAVE_SOURCE 1 |
|---|
| 4817 | | #define STDC_HEADERS 1 |
|---|
| 4818 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4819 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4820 | | #define HAVE_STDLIB_H 1 |
|---|
| 4821 | | #define HAVE_STRING_H 1 |
|---|
| 4822 | | #define HAVE_MEMORY_H 1 |
|---|
| 4823 | | #define HAVE_STRINGS_H 1 |
|---|
| 4824 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4825 | | #define HAVE_STDINT_H 1 |
|---|
| 4826 | | #define HAVE_UNISTD_H 1 |
|---|
| 4827 | | #define __EXTENSIONS__ 1 |
|---|
| 4828 | | #define _ALL_SOURCE 1 |
|---|
| 4829 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4830 | | #define _GNU_SOURCE 1 |
|---|
| 4831 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4832 | | #define _TANDEM_SOURCE 1 |
|---|
| 4833 | | #define YYTEXT_POINTER 1 |
|---|
| 4834 | | #define SEPCHAR ':' |
|---|
| 4835 | | #define SEPCHAR_STR ":" |
|---|
| 4836 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4837 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4838 | | #define __NO_MATH_INLINES 1 |
|---|
| 4839 | | #define HAVE_FSEEKO 1 |
|---|
| 4840 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4841 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4842 | | #define HAVE_PTHREAD 1 |
|---|
| 4843 | | #define FLOAT_TRUNCATE |
|---|
| 4844 | | #define HAVE_LIBM 1 |
|---|
| 4845 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4846 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4847 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4848 | | #define HAVE_QHULL 1 |
|---|
| 4849 | | #define HAVE_PCRE_H 1 |
|---|
| 4850 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4851 | | #define HAVE_ZLIB_H 1 |
|---|
| 4852 | | #define HAVE_Z 1 |
|---|
| 4853 | | #define HAVE_ZLIB 1 |
|---|
| 4854 | | #define HAVE_HDF5_H 1 |
|---|
| 4855 | | #define HAVE_HDF5_18 1 |
|---|
| 4856 | | #define HAVE_HDF5 1 |
|---|
| 4857 | | #define HAVE_FFTW3_H 1 |
|---|
| 4858 | | #define HAVE_FFTW3 1 |
|---|
| 4859 | | #define HAVE_FFTW3_H 1 |
|---|
| 4860 | | #define HAVE_FFTW3F 1 |
|---|
| 4861 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4862 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4863 | | #define HAVE_FFTW 1 |
|---|
| 4864 | | #define HAVE_GLPK_H 1 |
|---|
| 4865 | | #define HAVE_GLPK 1 |
|---|
| 4866 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4867 | | #define HAVE_CURL 1 |
|---|
| 4868 | | #define HAVE_SETLOCALE 1 |
|---|
| 4869 | | #define HAVE_MAGICK 1 |
|---|
| 4870 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4871 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4872 | | #define HAVE_OPENGL 1 |
|---|
| 4873 | | #define HAVE_FREETYPE 1 |
|---|
| 4874 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4875 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4876 | | #define HAVE_FLTK 1 |
|---|
| 4877 | | #define HAVE_GL2PS_H 1 |
|---|
| 4878 | | #define HAVE_DLFCN_H 1 |
|---|
| 4879 | | #define LT_OBJDIR ".libs/" |
|---|
| 4880 | | /* end confdefs.h. */ |
|---|
| 4881 | | |
|---|
| 4882 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4883 | | Use char because int might match the return type of a GCC |
|---|
| 4884 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4885 | | #ifdef __cplusplus |
|---|
| 4886 | | extern "C" |
|---|
| 4887 | | #endif |
|---|
| 4888 | | char sgemm_ (); |
|---|
| 4889 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4890 | | |
|---|
| 4891 | | # ifdef __cplusplus |
|---|
| 4892 | | extern "C" |
|---|
| 4893 | | # endif |
|---|
| 4894 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4895 | | |
|---|
| 4896 | | #endif |
|---|
| 4897 | | int |
|---|
| 4898 | | main () |
|---|
| 4899 | | { |
|---|
| 4900 | | return sgemm_ (); |
|---|
| 4901 | | ; |
|---|
| 4902 | | return 0; |
|---|
| 4903 | | } |
|---|
| 4904 | configure:32108: result: no |
|---|
| 4905 | configure:32223: checking for sgemm_ in -lscs |
|---|
| 4906 | configure:32256: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lscs -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 4907 | ld: library not found for -lscs |
|---|
| 4908 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 4909 | configure:32256: $? = 1 |
|---|
| 4910 | configure: failed program was: |
|---|
| 4911 | | /* confdefs.h */ |
|---|
| 4912 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 4913 | | #define PACKAGE_TARNAME "octave" |
|---|
| 4914 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 4915 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 4916 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 4917 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 4918 | | #define PACKAGE "octave" |
|---|
| 4919 | | #define VERSION "3.8.2" |
|---|
| 4920 | | #define OCTAVE_SOURCE 1 |
|---|
| 4921 | | #define STDC_HEADERS 1 |
|---|
| 4922 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 4923 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 4924 | | #define HAVE_STDLIB_H 1 |
|---|
| 4925 | | #define HAVE_STRING_H 1 |
|---|
| 4926 | | #define HAVE_MEMORY_H 1 |
|---|
| 4927 | | #define HAVE_STRINGS_H 1 |
|---|
| 4928 | | #define HAVE_INTTYPES_H 1 |
|---|
| 4929 | | #define HAVE_STDINT_H 1 |
|---|
| 4930 | | #define HAVE_UNISTD_H 1 |
|---|
| 4931 | | #define __EXTENSIONS__ 1 |
|---|
| 4932 | | #define _ALL_SOURCE 1 |
|---|
| 4933 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 4934 | | #define _GNU_SOURCE 1 |
|---|
| 4935 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 4936 | | #define _TANDEM_SOURCE 1 |
|---|
| 4937 | | #define YYTEXT_POINTER 1 |
|---|
| 4938 | | #define SEPCHAR ':' |
|---|
| 4939 | | #define SEPCHAR_STR ":" |
|---|
| 4940 | | #define SHELL_PATH "/bin/sh" |
|---|
| 4941 | | #define OCTAVE_IDX_TYPE int |
|---|
| 4942 | | #define __NO_MATH_INLINES 1 |
|---|
| 4943 | | #define HAVE_FSEEKO 1 |
|---|
| 4944 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 4945 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 4946 | | #define HAVE_PTHREAD 1 |
|---|
| 4947 | | #define FLOAT_TRUNCATE |
|---|
| 4948 | | #define HAVE_LIBM 1 |
|---|
| 4949 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 4950 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 4951 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 4952 | | #define HAVE_QHULL 1 |
|---|
| 4953 | | #define HAVE_PCRE_H 1 |
|---|
| 4954 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 4955 | | #define HAVE_ZLIB_H 1 |
|---|
| 4956 | | #define HAVE_Z 1 |
|---|
| 4957 | | #define HAVE_ZLIB 1 |
|---|
| 4958 | | #define HAVE_HDF5_H 1 |
|---|
| 4959 | | #define HAVE_HDF5_18 1 |
|---|
| 4960 | | #define HAVE_HDF5 1 |
|---|
| 4961 | | #define HAVE_FFTW3_H 1 |
|---|
| 4962 | | #define HAVE_FFTW3 1 |
|---|
| 4963 | | #define HAVE_FFTW3_H 1 |
|---|
| 4964 | | #define HAVE_FFTW3F 1 |
|---|
| 4965 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 4966 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 4967 | | #define HAVE_FFTW 1 |
|---|
| 4968 | | #define HAVE_GLPK_H 1 |
|---|
| 4969 | | #define HAVE_GLPK 1 |
|---|
| 4970 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 4971 | | #define HAVE_CURL 1 |
|---|
| 4972 | | #define HAVE_SETLOCALE 1 |
|---|
| 4973 | | #define HAVE_MAGICK 1 |
|---|
| 4974 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 4975 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 4976 | | #define HAVE_OPENGL 1 |
|---|
| 4977 | | #define HAVE_FREETYPE 1 |
|---|
| 4978 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 4979 | | #define HAVE_FONTCONFIG 1 |
|---|
| 4980 | | #define HAVE_FLTK 1 |
|---|
| 4981 | | #define HAVE_GL2PS_H 1 |
|---|
| 4982 | | #define HAVE_DLFCN_H 1 |
|---|
| 4983 | | #define LT_OBJDIR ".libs/" |
|---|
| 4984 | | /* end confdefs.h. */ |
|---|
| 4985 | | |
|---|
| 4986 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 4987 | | Use char because int might match the return type of a GCC |
|---|
| 4988 | | builtin and then its argument prototype would still apply. */ |
|---|
| 4989 | | #ifdef __cplusplus |
|---|
| 4990 | | extern "C" |
|---|
| 4991 | | #endif |
|---|
| 4992 | | char sgemm_ (); |
|---|
| 4993 | | #ifdef F77_DUMMY_MAIN |
|---|
| 4994 | | |
|---|
| 4995 | | # ifdef __cplusplus |
|---|
| 4996 | | extern "C" |
|---|
| 4997 | | # endif |
|---|
| 4998 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 4999 | | |
|---|
| 5000 | | #endif |
|---|
| 5001 | | int |
|---|
| 5002 | | main () |
|---|
| 5003 | | { |
|---|
| 5004 | | return sgemm_ (); |
|---|
| 5005 | | ; |
|---|
| 5006 | | return 0; |
|---|
| 5007 | | } |
|---|
| 5008 | configure:32266: result: no |
|---|
| 5009 | configure:32277: checking for sgemm_ in -lcomplib.sgimath |
|---|
| 5010 | configure:32310: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lcomplib.sgimath -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 5011 | ld: library not found for -lcomplib.sgimath |
|---|
| 5012 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5013 | configure:32310: $? = 1 |
|---|
| 5014 | configure: failed program was: |
|---|
| 5015 | | /* confdefs.h */ |
|---|
| 5016 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5017 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5018 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5019 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5020 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5021 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5022 | | #define PACKAGE "octave" |
|---|
| 5023 | | #define VERSION "3.8.2" |
|---|
| 5024 | | #define OCTAVE_SOURCE 1 |
|---|
| 5025 | | #define STDC_HEADERS 1 |
|---|
| 5026 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5027 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5028 | | #define HAVE_STDLIB_H 1 |
|---|
| 5029 | | #define HAVE_STRING_H 1 |
|---|
| 5030 | | #define HAVE_MEMORY_H 1 |
|---|
| 5031 | | #define HAVE_STRINGS_H 1 |
|---|
| 5032 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5033 | | #define HAVE_STDINT_H 1 |
|---|
| 5034 | | #define HAVE_UNISTD_H 1 |
|---|
| 5035 | | #define __EXTENSIONS__ 1 |
|---|
| 5036 | | #define _ALL_SOURCE 1 |
|---|
| 5037 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5038 | | #define _GNU_SOURCE 1 |
|---|
| 5039 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5040 | | #define _TANDEM_SOURCE 1 |
|---|
| 5041 | | #define YYTEXT_POINTER 1 |
|---|
| 5042 | | #define SEPCHAR ':' |
|---|
| 5043 | | #define SEPCHAR_STR ":" |
|---|
| 5044 | | #define SHELL_PATH "/bin/sh" |
|---|
| 5045 | | #define OCTAVE_IDX_TYPE int |
|---|
| 5046 | | #define __NO_MATH_INLINES 1 |
|---|
| 5047 | | #define HAVE_FSEEKO 1 |
|---|
| 5048 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 5049 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 5050 | | #define HAVE_PTHREAD 1 |
|---|
| 5051 | | #define FLOAT_TRUNCATE |
|---|
| 5052 | | #define HAVE_LIBM 1 |
|---|
| 5053 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 5054 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 5055 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 5056 | | #define HAVE_QHULL 1 |
|---|
| 5057 | | #define HAVE_PCRE_H 1 |
|---|
| 5058 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 5059 | | #define HAVE_ZLIB_H 1 |
|---|
| 5060 | | #define HAVE_Z 1 |
|---|
| 5061 | | #define HAVE_ZLIB 1 |
|---|
| 5062 | | #define HAVE_HDF5_H 1 |
|---|
| 5063 | | #define HAVE_HDF5_18 1 |
|---|
| 5064 | | #define HAVE_HDF5 1 |
|---|
| 5065 | | #define HAVE_FFTW3_H 1 |
|---|
| 5066 | | #define HAVE_FFTW3 1 |
|---|
| 5067 | | #define HAVE_FFTW3_H 1 |
|---|
| 5068 | | #define HAVE_FFTW3F 1 |
|---|
| 5069 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 5070 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 5071 | | #define HAVE_FFTW 1 |
|---|
| 5072 | | #define HAVE_GLPK_H 1 |
|---|
| 5073 | | #define HAVE_GLPK 1 |
|---|
| 5074 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 5075 | | #define HAVE_CURL 1 |
|---|
| 5076 | | #define HAVE_SETLOCALE 1 |
|---|
| 5077 | | #define HAVE_MAGICK 1 |
|---|
| 5078 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 5079 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 5080 | | #define HAVE_OPENGL 1 |
|---|
| 5081 | | #define HAVE_FREETYPE 1 |
|---|
| 5082 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 5083 | | #define HAVE_FONTCONFIG 1 |
|---|
| 5084 | | #define HAVE_FLTK 1 |
|---|
| 5085 | | #define HAVE_GL2PS_H 1 |
|---|
| 5086 | | #define HAVE_DLFCN_H 1 |
|---|
| 5087 | | #define LT_OBJDIR ".libs/" |
|---|
| 5088 | | /* end confdefs.h. */ |
|---|
| 5089 | | |
|---|
| 5090 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 5091 | | Use char because int might match the return type of a GCC |
|---|
| 5092 | | builtin and then its argument prototype would still apply. */ |
|---|
| 5093 | | #ifdef __cplusplus |
|---|
| 5094 | | extern "C" |
|---|
| 5095 | | #endif |
|---|
| 5096 | | char sgemm_ (); |
|---|
| 5097 | | #ifdef F77_DUMMY_MAIN |
|---|
| 5098 | | |
|---|
| 5099 | | # ifdef __cplusplus |
|---|
| 5100 | | extern "C" |
|---|
| 5101 | | # endif |
|---|
| 5102 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 5103 | | |
|---|
| 5104 | | #endif |
|---|
| 5105 | | int |
|---|
| 5106 | | main () |
|---|
| 5107 | | { |
|---|
| 5108 | | return sgemm_ (); |
|---|
| 5109 | | ; |
|---|
| 5110 | | return 0; |
|---|
| 5111 | | } |
|---|
| 5112 | configure:32320: result: no |
|---|
| 5113 | configure:32331: checking for sgemm_ in -lblas |
|---|
| 5114 | configure:32374: result: yes |
|---|
| 5115 | configure:32378: checking for sgemm_ in -lessl |
|---|
| 5116 | configure:32411: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lessl -lblas -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 5117 | ld: library not found for -lessl |
|---|
| 5118 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5119 | configure:32411: $? = 1 |
|---|
| 5120 | configure: failed program was: |
|---|
| 5121 | | /* confdefs.h */ |
|---|
| 5122 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5123 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5124 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5125 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5126 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5127 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5128 | | #define PACKAGE "octave" |
|---|
| 5129 | | #define VERSION "3.8.2" |
|---|
| 5130 | | #define OCTAVE_SOURCE 1 |
|---|
| 5131 | | #define STDC_HEADERS 1 |
|---|
| 5132 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5133 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5134 | | #define HAVE_STDLIB_H 1 |
|---|
| 5135 | | #define HAVE_STRING_H 1 |
|---|
| 5136 | | #define HAVE_MEMORY_H 1 |
|---|
| 5137 | | #define HAVE_STRINGS_H 1 |
|---|
| 5138 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5139 | | #define HAVE_STDINT_H 1 |
|---|
| 5140 | | #define HAVE_UNISTD_H 1 |
|---|
| 5141 | | #define __EXTENSIONS__ 1 |
|---|
| 5142 | | #define _ALL_SOURCE 1 |
|---|
| 5143 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5144 | | #define _GNU_SOURCE 1 |
|---|
| 5145 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5146 | | #define _TANDEM_SOURCE 1 |
|---|
| 5147 | | #define YYTEXT_POINTER 1 |
|---|
| 5148 | | #define SEPCHAR ':' |
|---|
| 5149 | | #define SEPCHAR_STR ":" |
|---|
| 5150 | | #define SHELL_PATH "/bin/sh" |
|---|
| 5151 | | #define OCTAVE_IDX_TYPE int |
|---|
| 5152 | | #define __NO_MATH_INLINES 1 |
|---|
| 5153 | | #define HAVE_FSEEKO 1 |
|---|
| 5154 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 5155 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 5156 | | #define HAVE_PTHREAD 1 |
|---|
| 5157 | | #define FLOAT_TRUNCATE |
|---|
| 5158 | | #define HAVE_LIBM 1 |
|---|
| 5159 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 5160 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 5161 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 5162 | | #define HAVE_QHULL 1 |
|---|
| 5163 | | #define HAVE_PCRE_H 1 |
|---|
| 5164 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 5165 | | #define HAVE_ZLIB_H 1 |
|---|
| 5166 | | #define HAVE_Z 1 |
|---|
| 5167 | | #define HAVE_ZLIB 1 |
|---|
| 5168 | | #define HAVE_HDF5_H 1 |
|---|
| 5169 | | #define HAVE_HDF5_18 1 |
|---|
| 5170 | | #define HAVE_HDF5 1 |
|---|
| 5171 | | #define HAVE_FFTW3_H 1 |
|---|
| 5172 | | #define HAVE_FFTW3 1 |
|---|
| 5173 | | #define HAVE_FFTW3_H 1 |
|---|
| 5174 | | #define HAVE_FFTW3F 1 |
|---|
| 5175 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 5176 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 5177 | | #define HAVE_FFTW 1 |
|---|
| 5178 | | #define HAVE_GLPK_H 1 |
|---|
| 5179 | | #define HAVE_GLPK 1 |
|---|
| 5180 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 5181 | | #define HAVE_CURL 1 |
|---|
| 5182 | | #define HAVE_SETLOCALE 1 |
|---|
| 5183 | | #define HAVE_MAGICK 1 |
|---|
| 5184 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 5185 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 5186 | | #define HAVE_OPENGL 1 |
|---|
| 5187 | | #define HAVE_FREETYPE 1 |
|---|
| 5188 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 5189 | | #define HAVE_FONTCONFIG 1 |
|---|
| 5190 | | #define HAVE_FLTK 1 |
|---|
| 5191 | | #define HAVE_GL2PS_H 1 |
|---|
| 5192 | | #define HAVE_DLFCN_H 1 |
|---|
| 5193 | | #define LT_OBJDIR ".libs/" |
|---|
| 5194 | | /* end confdefs.h. */ |
|---|
| 5195 | | |
|---|
| 5196 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 5197 | | Use char because int might match the return type of a GCC |
|---|
| 5198 | | builtin and then its argument prototype would still apply. */ |
|---|
| 5199 | | #ifdef __cplusplus |
|---|
| 5200 | | extern "C" |
|---|
| 5201 | | #endif |
|---|
| 5202 | | char sgemm_ (); |
|---|
| 5203 | | #ifdef F77_DUMMY_MAIN |
|---|
| 5204 | | |
|---|
| 5205 | | # ifdef __cplusplus |
|---|
| 5206 | | extern "C" |
|---|
| 5207 | | # endif |
|---|
| 5208 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 5209 | | |
|---|
| 5210 | | #endif |
|---|
| 5211 | | int |
|---|
| 5212 | | main () |
|---|
| 5213 | | { |
|---|
| 5214 | | return sgemm_ (); |
|---|
| 5215 | | ; |
|---|
| 5216 | | return 0; |
|---|
| 5217 | | } |
|---|
| 5218 | configure:32421: result: no |
|---|
| 5219 | configure:32434: checking for sgemm_ in -lblas |
|---|
| 5220 | configure:32477: result: yes |
|---|
| 5221 | configure:32519: checking whether LSAME is called correctly from Fortran |
|---|
| 5222 | configure:32542: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5223 | configure:32542: $? = 0 |
|---|
| 5224 | configure:32542: ./conftest |
|---|
| 5225 | configure:32542: $? = 0 |
|---|
| 5226 | configure:32551: result: yes |
|---|
| 5227 | configure:32554: checking whether ISAMAX is called correctly from Fortran |
|---|
| 5228 | configure:32575: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5229 | configure:32575: $? = 0 |
|---|
| 5230 | configure:32575: ./conftest |
|---|
| 5231 | configure:32575: $? = 0 |
|---|
| 5232 | configure:32584: result: yes |
|---|
| 5233 | configure:32587: checking whether SDOT is called correctly from Fortran |
|---|
| 5234 | configure:32607: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5235 | configure:32607: $? = 0 |
|---|
| 5236 | configure:32607: ./conftest |
|---|
| 5237 | STOP 1 |
|---|
| 5238 | configure:32607: $? = 1 |
|---|
| 5239 | configure: program exited with status 1 |
|---|
| 5240 | configure: failed program was: |
|---|
| 5241 | | program main |
|---|
| 5242 | | |
|---|
| 5243 | | real sdot,a(1),b(1),w |
|---|
| 5244 | | external sdot |
|---|
| 5245 | | a(1) = 1e0 |
|---|
| 5246 | | b(1) = 2e0 |
|---|
| 5247 | | w = sdot(1,a,1,b,1) |
|---|
| 5248 | | if (w .ne. a(1)*b(1)) stop 1 |
|---|
| 5249 | | |
|---|
| 5250 | | end |
|---|
| 5251 | configure:32616: result: no |
|---|
| 5252 | configure:32619: checking whether DDOT is called correctly from Fortran |
|---|
| 5253 | configure:32639: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5254 | configure:32639: $? = 0 |
|---|
| 5255 | configure:32639: ./conftest |
|---|
| 5256 | configure:32639: $? = 0 |
|---|
| 5257 | configure:32648: result: yes |
|---|
| 5258 | configure:32651: checking whether CDOTU is called correctly from Fortran |
|---|
| 5259 | configure:32671: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5260 | configure:32671: $? = 0 |
|---|
| 5261 | configure:32671: ./conftest |
|---|
| 5262 | |
|---|
| 5263 | Program received signal SIGSEGV: Segmentation fault - invalid memory reference. |
|---|
| 5264 | |
|---|
| 5265 | Backtrace for this error: |
|---|
| 5266 | #0 0x10f857f76 |
|---|
| 5267 | #1 0x10f857513 |
|---|
| 5268 | #2 0x7fff8a5a2f19 |
|---|
| 5269 | #3 0x7fff92913a75 |
|---|
| 5270 | #4 0x10f853e93 |
|---|
| 5271 | ./configure: line 4023: 44553 Segmentation fault: 11 ./conftest$ac_exeext |
|---|
| 5272 | configure:32671: $? = 139 |
|---|
| 5273 | configure: program exited with status 139 |
|---|
| 5274 | configure: failed program was: |
|---|
| 5275 | | program main |
|---|
| 5276 | | |
|---|
| 5277 | | complex cdotu,a(1),b(1),w |
|---|
| 5278 | | external cdotu |
|---|
| 5279 | | a(1) = cmplx(1e0,1e0) |
|---|
| 5280 | | b(1) = cmplx(1e0,2e0) |
|---|
| 5281 | | w = cdotu(1,a,1,b,1) |
|---|
| 5282 | | if (w .ne. a(1)*b(1)) stop 1 |
|---|
| 5283 | | |
|---|
| 5284 | | end |
|---|
| 5285 | configure:32680: result: no |
|---|
| 5286 | configure:32683: checking whether ZDOTU is called correctly from Fortran |
|---|
| 5287 | configure:32703: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5288 | configure:32703: $? = 0 |
|---|
| 5289 | configure:32703: ./conftest |
|---|
| 5290 | |
|---|
| 5291 | Program received signal SIGBUS: Access to an undefined portion of a memory object. |
|---|
| 5292 | |
|---|
| 5293 | Backtrace for this error: |
|---|
| 5294 | #0 0x109cc8f76 |
|---|
| 5295 | #1 0x109cc8513 |
|---|
| 5296 | #2 0x7fff8a5a2f19 |
|---|
| 5297 | #3 0x7fff92914e67 |
|---|
| 5298 | #4 0x109cc4e82 |
|---|
| 5299 | ./configure: line 4023: 44568 Bus error: 10 ./conftest$ac_exeext |
|---|
| 5300 | configure:32703: $? = 138 |
|---|
| 5301 | configure: program exited with status 138 |
|---|
| 5302 | configure: failed program was: |
|---|
| 5303 | | program main |
|---|
| 5304 | | |
|---|
| 5305 | | double complex zdotu,a(1),b(1),w |
|---|
| 5306 | | external zdotu |
|---|
| 5307 | | a(1) = dcmplx(1d0,1d0) |
|---|
| 5308 | | b(1) = dcmplx(1d0,2d0) |
|---|
| 5309 | | w = zdotu(1,a,1,b,1) |
|---|
| 5310 | | if (w .ne. a(1)*b(1)) stop 1 |
|---|
| 5311 | | |
|---|
| 5312 | | end |
|---|
| 5313 | configure:32712: result: no |
|---|
| 5314 | configure:32716: checking whether the integer size is correct |
|---|
| 5315 | configure:32750: /opt/local/bin/gfortran-mp-5 -o conftest -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5316 | configure:32750: $? = 0 |
|---|
| 5317 | configure:32750: ./conftest |
|---|
| 5318 | STOP 1 |
|---|
| 5319 | configure:32750: $? = 1 |
|---|
| 5320 | configure: program exited with status 1 |
|---|
| 5321 | configure: failed program was: |
|---|
| 5322 | | program main |
|---|
| 5323 | | |
|---|
| 5324 | | integer n,nn(3) |
|---|
| 5325 | | real s,a(1),b(1),sdot |
|---|
| 5326 | | a(1) = 1.0 |
|---|
| 5327 | | b(1) = 1.0 |
|---|
| 5328 | | c Generate -2**32 + 1, if possible |
|---|
| 5329 | | n = 2 |
|---|
| 5330 | | n = -4 ** (n ** 30) |
|---|
| 5331 | | n = n + 1 |
|---|
| 5332 | | if (n >= 0) goto 1 |
|---|
| 5333 | | c This means we're on 64-bit integers. Check whether the BLAS is, too. |
|---|
| 5334 | | s = sdot(n,a,1,b,1) |
|---|
| 5335 | | if (s .ne. 0.0) stop 1 |
|---|
| 5336 | | 1 continue |
|---|
| 5337 | | c We may be on 32-bit integers, and the BLAS on 64 bits. This is almost bound |
|---|
| 5338 | | c to have already failed, but just in case, we'll check. |
|---|
| 5339 | | nn(1) = -1 |
|---|
| 5340 | | nn(2) = 1 |
|---|
| 5341 | | nn(3) = -1 |
|---|
| 5342 | | s = sdot(nn(2),a,1,b,1) |
|---|
| 5343 | | if (s .ne. 1.0) stop 1 |
|---|
| 5344 | | |
|---|
| 5345 | | end |
|---|
| 5346 | configure:32759: result: no |
|---|
| 5347 | configure:33037: checking for sgemm_ in -lcblas -lf77blas -latlas |
|---|
| 5348 | configure:33065: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lcblas -lf77blas -latlas -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 5349 | ld: library not found for -lf77blas |
|---|
| 5350 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5351 | configure:33065: $? = 1 |
|---|
| 5352 | configure: failed program was: |
|---|
| 5353 | | /* confdefs.h */ |
|---|
| 5354 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5355 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5356 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5357 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5358 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5359 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5360 | | #define PACKAGE "octave" |
|---|
| 5361 | | #define VERSION "3.8.2" |
|---|
| 5362 | | #define OCTAVE_SOURCE 1 |
|---|
| 5363 | | #define STDC_HEADERS 1 |
|---|
| 5364 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5365 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5366 | | #define HAVE_STDLIB_H 1 |
|---|
| 5367 | | #define HAVE_STRING_H 1 |
|---|
| 5368 | | #define HAVE_MEMORY_H 1 |
|---|
| 5369 | | #define HAVE_STRINGS_H 1 |
|---|
| 5370 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5371 | | #define HAVE_STDINT_H 1 |
|---|
| 5372 | | #define HAVE_UNISTD_H 1 |
|---|
| 5373 | | #define __EXTENSIONS__ 1 |
|---|
| 5374 | | #define _ALL_SOURCE 1 |
|---|
| 5375 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5376 | | #define _GNU_SOURCE 1 |
|---|
| 5377 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5378 | | #define _TANDEM_SOURCE 1 |
|---|
| 5379 | | #define YYTEXT_POINTER 1 |
|---|
| 5380 | | #define SEPCHAR ':' |
|---|
| 5381 | | #define SEPCHAR_STR ":" |
|---|
| 5382 | | #define SHELL_PATH "/bin/sh" |
|---|
| 5383 | | #define OCTAVE_IDX_TYPE int |
|---|
| 5384 | | #define __NO_MATH_INLINES 1 |
|---|
| 5385 | | #define HAVE_FSEEKO 1 |
|---|
| 5386 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 5387 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 5388 | | #define HAVE_PTHREAD 1 |
|---|
| 5389 | | #define FLOAT_TRUNCATE |
|---|
| 5390 | | #define HAVE_LIBM 1 |
|---|
| 5391 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 5392 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 5393 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 5394 | | #define HAVE_QHULL 1 |
|---|
| 5395 | | #define HAVE_PCRE_H 1 |
|---|
| 5396 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 5397 | | #define HAVE_ZLIB_H 1 |
|---|
| 5398 | | #define HAVE_Z 1 |
|---|
| 5399 | | #define HAVE_ZLIB 1 |
|---|
| 5400 | | #define HAVE_HDF5_H 1 |
|---|
| 5401 | | #define HAVE_HDF5_18 1 |
|---|
| 5402 | | #define HAVE_HDF5 1 |
|---|
| 5403 | | #define HAVE_FFTW3_H 1 |
|---|
| 5404 | | #define HAVE_FFTW3 1 |
|---|
| 5405 | | #define HAVE_FFTW3_H 1 |
|---|
| 5406 | | #define HAVE_FFTW3F 1 |
|---|
| 5407 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 5408 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 5409 | | #define HAVE_FFTW 1 |
|---|
| 5410 | | #define HAVE_GLPK_H 1 |
|---|
| 5411 | | #define HAVE_GLPK 1 |
|---|
| 5412 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 5413 | | #define HAVE_CURL 1 |
|---|
| 5414 | | #define HAVE_SETLOCALE 1 |
|---|
| 5415 | | #define HAVE_MAGICK 1 |
|---|
| 5416 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 5417 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 5418 | | #define HAVE_OPENGL 1 |
|---|
| 5419 | | #define HAVE_FREETYPE 1 |
|---|
| 5420 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 5421 | | #define HAVE_FONTCONFIG 1 |
|---|
| 5422 | | #define HAVE_FLTK 1 |
|---|
| 5423 | | #define HAVE_GL2PS_H 1 |
|---|
| 5424 | | #define HAVE_DLFCN_H 1 |
|---|
| 5425 | | #define LT_OBJDIR ".libs/" |
|---|
| 5426 | | /* end confdefs.h. */ |
|---|
| 5427 | | |
|---|
| 5428 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 5429 | | Use char because int might match the return type of a GCC |
|---|
| 5430 | | builtin and then its argument prototype would still apply. */ |
|---|
| 5431 | | #ifdef __cplusplus |
|---|
| 5432 | | extern "C" |
|---|
| 5433 | | #endif |
|---|
| 5434 | | char sgemm_ (); |
|---|
| 5435 | | #ifdef F77_DUMMY_MAIN |
|---|
| 5436 | | |
|---|
| 5437 | | # ifdef __cplusplus |
|---|
| 5438 | | extern "C" |
|---|
| 5439 | | # endif |
|---|
| 5440 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 5441 | | |
|---|
| 5442 | | #endif |
|---|
| 5443 | | int |
|---|
| 5444 | | main () |
|---|
| 5445 | | { |
|---|
| 5446 | | return sgemm_ (); |
|---|
| 5447 | | ; |
|---|
| 5448 | | return 0; |
|---|
| 5449 | | } |
|---|
| 5450 | configure:33072: result: no |
|---|
| 5451 | configure:33081: checking if sgemm_ is being linked in already |
|---|
| 5452 | configure:33109: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 5453 | Undefined symbols for architecture x86_64: |
|---|
| 5454 | "_sgemm_", referenced from: |
|---|
| 5455 | _main in conftest-1de52e.o |
|---|
| 5456 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 5457 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5458 | configure:33109: $? = 1 |
|---|
| 5459 | configure: failed program was: |
|---|
| 5460 | | /* confdefs.h */ |
|---|
| 5461 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5462 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5463 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5464 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5465 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5466 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5467 | | #define PACKAGE "octave" |
|---|
| 5468 | | #define VERSION "3.8.2" |
|---|
| 5469 | | #define OCTAVE_SOURCE 1 |
|---|
| 5470 | | #define STDC_HEADERS 1 |
|---|
| 5471 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5472 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5473 | | #define HAVE_STDLIB_H 1 |
|---|
| 5474 | | #define HAVE_STRING_H 1 |
|---|
| 5475 | | #define HAVE_MEMORY_H 1 |
|---|
| 5476 | | #define HAVE_STRINGS_H 1 |
|---|
| 5477 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5478 | | #define HAVE_STDINT_H 1 |
|---|
| 5479 | | #define HAVE_UNISTD_H 1 |
|---|
| 5480 | | #define __EXTENSIONS__ 1 |
|---|
| 5481 | | #define _ALL_SOURCE 1 |
|---|
| 5482 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5483 | | #define _GNU_SOURCE 1 |
|---|
| 5484 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5485 | | #define _TANDEM_SOURCE 1 |
|---|
| 5486 | | #define YYTEXT_POINTER 1 |
|---|
| 5487 | | #define SEPCHAR ':' |
|---|
| 5488 | | #define SEPCHAR_STR ":" |
|---|
| 5489 | | #define SHELL_PATH "/bin/sh" |
|---|
| 5490 | | #define OCTAVE_IDX_TYPE int |
|---|
| 5491 | | #define __NO_MATH_INLINES 1 |
|---|
| 5492 | | #define HAVE_FSEEKO 1 |
|---|
| 5493 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 5494 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 5495 | | #define HAVE_PTHREAD 1 |
|---|
| 5496 | | #define FLOAT_TRUNCATE |
|---|
| 5497 | | #define HAVE_LIBM 1 |
|---|
| 5498 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 5499 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 5500 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 5501 | | #define HAVE_QHULL 1 |
|---|
| 5502 | | #define HAVE_PCRE_H 1 |
|---|
| 5503 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 5504 | | #define HAVE_ZLIB_H 1 |
|---|
| 5505 | | #define HAVE_Z 1 |
|---|
| 5506 | | #define HAVE_ZLIB 1 |
|---|
| 5507 | | #define HAVE_HDF5_H 1 |
|---|
| 5508 | | #define HAVE_HDF5_18 1 |
|---|
| 5509 | | #define HAVE_HDF5 1 |
|---|
| 5510 | | #define HAVE_FFTW3_H 1 |
|---|
| 5511 | | #define HAVE_FFTW3 1 |
|---|
| 5512 | | #define HAVE_FFTW3_H 1 |
|---|
| 5513 | | #define HAVE_FFTW3F 1 |
|---|
| 5514 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 5515 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 5516 | | #define HAVE_FFTW 1 |
|---|
| 5517 | | #define HAVE_GLPK_H 1 |
|---|
| 5518 | | #define HAVE_GLPK 1 |
|---|
| 5519 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 5520 | | #define HAVE_CURL 1 |
|---|
| 5521 | | #define HAVE_SETLOCALE 1 |
|---|
| 5522 | | #define HAVE_MAGICK 1 |
|---|
| 5523 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 5524 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 5525 | | #define HAVE_OPENGL 1 |
|---|
| 5526 | | #define HAVE_FREETYPE 1 |
|---|
| 5527 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 5528 | | #define HAVE_FONTCONFIG 1 |
|---|
| 5529 | | #define HAVE_FLTK 1 |
|---|
| 5530 | | #define HAVE_GL2PS_H 1 |
|---|
| 5531 | | #define HAVE_DLFCN_H 1 |
|---|
| 5532 | | #define LT_OBJDIR ".libs/" |
|---|
| 5533 | | /* end confdefs.h. */ |
|---|
| 5534 | | |
|---|
| 5535 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 5536 | | Use char because int might match the return type of a GCC |
|---|
| 5537 | | builtin and then its argument prototype would still apply. */ |
|---|
| 5538 | | #ifdef __cplusplus |
|---|
| 5539 | | extern "C" |
|---|
| 5540 | | #endif |
|---|
| 5541 | | char sgemm_ (); |
|---|
| 5542 | | #ifdef F77_DUMMY_MAIN |
|---|
| 5543 | | |
|---|
| 5544 | | # ifdef __cplusplus |
|---|
| 5545 | | extern "C" |
|---|
| 5546 | | # endif |
|---|
| 5547 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 5548 | | |
|---|
| 5549 | | #endif |
|---|
| 5550 | | int |
|---|
| 5551 | | main () |
|---|
| 5552 | | { |
|---|
| 5553 | | return sgemm_ (); |
|---|
| 5554 | | ; |
|---|
| 5555 | | return 0; |
|---|
| 5556 | | } |
|---|
| 5557 | configure:33114: result: no |
|---|
| 5558 | configure:33121: checking for ATL_xerbla in -latlas |
|---|
| 5559 | configure:33163: result: yes |
|---|
| 5560 | configure:33167: checking for sgemm_ in -lf77blas |
|---|
| 5561 | configure:33210: result: no |
|---|
| 5562 | configure:33271: checking for sgemm_ in -lblas |
|---|
| 5563 | configure:33314: result: yes |
|---|
| 5564 | configure:33318: checking for dgemm_ in -ldgemm |
|---|
| 5565 | configure:33361: result: no |
|---|
| 5566 | configure:33423: checking for sgemm_ in -lmkl |
|---|
| 5567 | configure:33466: result: no |
|---|
| 5568 | configure:33477: checking for sgemm_ in -framework vecLib |
|---|
| 5569 | configure:33505: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -framework vecLib -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 5570 | ld: framework not found vecLib |
|---|
| 5571 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5572 | configure:33505: $? = 1 |
|---|
| 5573 | configure: failed program was: |
|---|
| 5574 | | /* confdefs.h */ |
|---|
| 5575 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5576 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5577 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5578 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5579 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5580 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5581 | | #define PACKAGE "octave" |
|---|
| 5582 | | #define VERSION "3.8.2" |
|---|
| 5583 | | #define OCTAVE_SOURCE 1 |
|---|
| 5584 | | #define STDC_HEADERS 1 |
|---|
| 5585 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5586 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5587 | | #define HAVE_STDLIB_H 1 |
|---|
| 5588 | | #define HAVE_STRING_H 1 |
|---|
| 5589 | | #define HAVE_MEMORY_H 1 |
|---|
| 5590 | | #define HAVE_STRINGS_H 1 |
|---|
| 5591 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5592 | | #define HAVE_STDINT_H 1 |
|---|
| 5593 | | #define HAVE_UNISTD_H 1 |
|---|
| 5594 | | #define __EXTENSIONS__ 1 |
|---|
| 5595 | | #define _ALL_SOURCE 1 |
|---|
| 5596 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5597 | | #define _GNU_SOURCE 1 |
|---|
| 5598 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5599 | | #define _TANDEM_SOURCE 1 |
|---|
| 5600 | | #define YYTEXT_POINTER 1 |
|---|
| 5601 | | #define SEPCHAR ':' |
|---|
| 5602 | | #define SEPCHAR_STR ":" |
|---|
| 5603 | | #define SHELL_PATH "/bin/sh" |
|---|
| 5604 | | #define OCTAVE_IDX_TYPE int |
|---|
| 5605 | | #define __NO_MATH_INLINES 1 |
|---|
| 5606 | | #define HAVE_FSEEKO 1 |
|---|
| 5607 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 5608 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 5609 | | #define HAVE_PTHREAD 1 |
|---|
| 5610 | | #define FLOAT_TRUNCATE |
|---|
| 5611 | | #define HAVE_LIBM 1 |
|---|
| 5612 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 5613 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 5614 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 5615 | | #define HAVE_QHULL 1 |
|---|
| 5616 | | #define HAVE_PCRE_H 1 |
|---|
| 5617 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 5618 | | #define HAVE_ZLIB_H 1 |
|---|
| 5619 | | #define HAVE_Z 1 |
|---|
| 5620 | | #define HAVE_ZLIB 1 |
|---|
| 5621 | | #define HAVE_HDF5_H 1 |
|---|
| 5622 | | #define HAVE_HDF5_18 1 |
|---|
| 5623 | | #define HAVE_HDF5 1 |
|---|
| 5624 | | #define HAVE_FFTW3_H 1 |
|---|
| 5625 | | #define HAVE_FFTW3 1 |
|---|
| 5626 | | #define HAVE_FFTW3_H 1 |
|---|
| 5627 | | #define HAVE_FFTW3F 1 |
|---|
| 5628 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 5629 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 5630 | | #define HAVE_FFTW 1 |
|---|
| 5631 | | #define HAVE_GLPK_H 1 |
|---|
| 5632 | | #define HAVE_GLPK 1 |
|---|
| 5633 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 5634 | | #define HAVE_CURL 1 |
|---|
| 5635 | | #define HAVE_SETLOCALE 1 |
|---|
| 5636 | | #define HAVE_MAGICK 1 |
|---|
| 5637 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 5638 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 5639 | | #define HAVE_OPENGL 1 |
|---|
| 5640 | | #define HAVE_FREETYPE 1 |
|---|
| 5641 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 5642 | | #define HAVE_FONTCONFIG 1 |
|---|
| 5643 | | #define HAVE_FLTK 1 |
|---|
| 5644 | | #define HAVE_GL2PS_H 1 |
|---|
| 5645 | | #define HAVE_DLFCN_H 1 |
|---|
| 5646 | | #define LT_OBJDIR ".libs/" |
|---|
| 5647 | | /* end confdefs.h. */ |
|---|
| 5648 | | |
|---|
| 5649 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 5650 | | Use char because int might match the return type of a GCC |
|---|
| 5651 | | builtin and then its argument prototype would still apply. */ |
|---|
| 5652 | | #ifdef __cplusplus |
|---|
| 5653 | | extern "C" |
|---|
| 5654 | | #endif |
|---|
| 5655 | | char sgemm_ (); |
|---|
| 5656 | | #ifdef F77_DUMMY_MAIN |
|---|
| 5657 | | |
|---|
| 5658 | | # ifdef __cplusplus |
|---|
| 5659 | | extern "C" |
|---|
| 5660 | | # endif |
|---|
| 5661 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 5662 | | |
|---|
| 5663 | | #endif |
|---|
| 5664 | | int |
|---|
| 5665 | | main () |
|---|
| 5666 | | { |
|---|
| 5667 | | return sgemm_ (); |
|---|
| 5668 | | ; |
|---|
| 5669 | | return 0; |
|---|
| 5670 | | } |
|---|
| 5671 | configure:33510: result: no |
|---|
| 5672 | configure:33518: checking for sgemm_ in -lcxml |
|---|
| 5673 | configure:33561: result: no |
|---|
| 5674 | configure:33572: checking for sgemm_ in -ldxml |
|---|
| 5675 | configure:33615: result: no |
|---|
| 5676 | configure:33730: checking for sgemm_ in -lscs |
|---|
| 5677 | configure:33773: result: no |
|---|
| 5678 | configure:33784: checking for sgemm_ in -lcomplib.sgimath |
|---|
| 5679 | configure:33827: result: no |
|---|
| 5680 | configure:33838: checking for sgemm_ in -lblas |
|---|
| 5681 | configure:33881: result: yes |
|---|
| 5682 | configure:33885: checking for sgemm_ in -lessl |
|---|
| 5683 | configure:33928: result: no |
|---|
| 5684 | configure:33941: checking for sgemm_ in -lblas |
|---|
| 5685 | configure:33984: result: yes |
|---|
| 5686 | configure:34022: checking whether LSAME is called correctly from Fortran |
|---|
| 5687 | configure:34045: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5688 | configure:34045: $? = 0 |
|---|
| 5689 | configure:34045: ./conftest |
|---|
| 5690 | configure:34045: $? = 0 |
|---|
| 5691 | configure:34054: result: yes |
|---|
| 5692 | configure:34057: checking whether ISAMAX is called correctly from Fortran |
|---|
| 5693 | configure:34078: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5694 | configure:34078: $? = 0 |
|---|
| 5695 | configure:34078: ./conftest |
|---|
| 5696 | configure:34078: $? = 0 |
|---|
| 5697 | configure:34087: result: yes |
|---|
| 5698 | configure:34090: checking whether SDOT is called correctly from Fortran |
|---|
| 5699 | configure:34110: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5700 | configure:34110: $? = 0 |
|---|
| 5701 | configure:34110: ./conftest |
|---|
| 5702 | configure:34110: $? = 0 |
|---|
| 5703 | configure:34119: result: yes |
|---|
| 5704 | configure:34122: checking whether DDOT is called correctly from Fortran |
|---|
| 5705 | configure:34142: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5706 | configure:34142: $? = 0 |
|---|
| 5707 | configure:34142: ./conftest |
|---|
| 5708 | configure:34142: $? = 0 |
|---|
| 5709 | configure:34151: result: yes |
|---|
| 5710 | configure:34154: checking whether CDOTU is called correctly from Fortran |
|---|
| 5711 | configure:34174: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5712 | configure:34174: $? = 0 |
|---|
| 5713 | configure:34174: ./conftest |
|---|
| 5714 | configure:34174: $? = 0 |
|---|
| 5715 | configure:34183: result: yes |
|---|
| 5716 | configure:34186: checking whether ZDOTU is called correctly from Fortran |
|---|
| 5717 | configure:34206: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5718 | configure:34206: $? = 0 |
|---|
| 5719 | configure:34206: ./conftest |
|---|
| 5720 | configure:34206: $? = 0 |
|---|
| 5721 | configure:34215: result: yes |
|---|
| 5722 | configure:34219: checking whether the integer size is correct |
|---|
| 5723 | configure:34253: /opt/local/bin/gfortran-mp-5 -o conftest -ff2c -pipe -Os conftest.f -lblas -lm >&5 |
|---|
| 5724 | configure:34253: $? = 0 |
|---|
| 5725 | configure:34253: ./conftest |
|---|
| 5726 | configure:34253: $? = 0 |
|---|
| 5727 | configure:34262: result: yes |
|---|
| 5728 | configure:34340: checking for cheev_ in -llapack |
|---|
| 5729 | configure:34368: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -llapack -lblas -lm -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 5730 | Undefined symbols for architecture x86_64: |
|---|
| 5731 | "_cheev_", referenced from: |
|---|
| 5732 | _main in conftest-27337e.o |
|---|
| 5733 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 5734 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5735 | configure:34368: $? = 1 |
|---|
| 5736 | configure: failed program was: |
|---|
| 5737 | | /* confdefs.h */ |
|---|
| 5738 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5739 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5740 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5741 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5742 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5743 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5744 | | #define PACKAGE "octave" |
|---|
| 5745 | | #define VERSION "3.8.2" |
|---|
| 5746 | | #define OCTAVE_SOURCE 1 |
|---|
| 5747 | | #define STDC_HEADERS 1 |
|---|
| 5748 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5749 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5750 | | #define HAVE_STDLIB_H 1 |
|---|
| 5751 | | #define HAVE_STRING_H 1 |
|---|
| 5752 | | #define HAVE_MEMORY_H 1 |
|---|
| 5753 | | #define HAVE_STRINGS_H 1 |
|---|
| 5754 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5755 | | #define HAVE_STDINT_H 1 |
|---|
| 5756 | | #define HAVE_UNISTD_H 1 |
|---|
| 5757 | | #define __EXTENSIONS__ 1 |
|---|
| 5758 | | #define _ALL_SOURCE 1 |
|---|
| 5759 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5760 | | #define _GNU_SOURCE 1 |
|---|
| 5761 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5762 | | #define _TANDEM_SOURCE 1 |
|---|
| 5763 | | #define YYTEXT_POINTER 1 |
|---|
| 5764 | | #define SEPCHAR ':' |
|---|
| 5765 | | #define SEPCHAR_STR ":" |
|---|
| 5766 | | #define SHELL_PATH "/bin/sh" |
|---|
| 5767 | | #define OCTAVE_IDX_TYPE int |
|---|
| 5768 | | #define __NO_MATH_INLINES 1 |
|---|
| 5769 | | #define HAVE_FSEEKO 1 |
|---|
| 5770 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 5771 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 5772 | | #define HAVE_PTHREAD 1 |
|---|
| 5773 | | #define FLOAT_TRUNCATE |
|---|
| 5774 | | #define HAVE_LIBM 1 |
|---|
| 5775 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 5776 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 5777 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 5778 | | #define HAVE_QHULL 1 |
|---|
| 5779 | | #define HAVE_PCRE_H 1 |
|---|
| 5780 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 5781 | | #define HAVE_ZLIB_H 1 |
|---|
| 5782 | | #define HAVE_Z 1 |
|---|
| 5783 | | #define HAVE_ZLIB 1 |
|---|
| 5784 | | #define HAVE_HDF5_H 1 |
|---|
| 5785 | | #define HAVE_HDF5_18 1 |
|---|
| 5786 | | #define HAVE_HDF5 1 |
|---|
| 5787 | | #define HAVE_FFTW3_H 1 |
|---|
| 5788 | | #define HAVE_FFTW3 1 |
|---|
| 5789 | | #define HAVE_FFTW3_H 1 |
|---|
| 5790 | | #define HAVE_FFTW3F 1 |
|---|
| 5791 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 5792 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 5793 | | #define HAVE_FFTW 1 |
|---|
| 5794 | | #define HAVE_GLPK_H 1 |
|---|
| 5795 | | #define HAVE_GLPK 1 |
|---|
| 5796 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 5797 | | #define HAVE_CURL 1 |
|---|
| 5798 | | #define HAVE_SETLOCALE 1 |
|---|
| 5799 | | #define HAVE_MAGICK 1 |
|---|
| 5800 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 5801 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 5802 | | #define HAVE_OPENGL 1 |
|---|
| 5803 | | #define HAVE_FREETYPE 1 |
|---|
| 5804 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 5805 | | #define HAVE_FONTCONFIG 1 |
|---|
| 5806 | | #define HAVE_FLTK 1 |
|---|
| 5807 | | #define HAVE_GL2PS_H 1 |
|---|
| 5808 | | #define HAVE_DLFCN_H 1 |
|---|
| 5809 | | #define LT_OBJDIR ".libs/" |
|---|
| 5810 | | /* end confdefs.h. */ |
|---|
| 5811 | | |
|---|
| 5812 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 5813 | | Use char because int might match the return type of a GCC |
|---|
| 5814 | | builtin and then its argument prototype would still apply. */ |
|---|
| 5815 | | #ifdef __cplusplus |
|---|
| 5816 | | extern "C" |
|---|
| 5817 | | #endif |
|---|
| 5818 | | char cheev_ (); |
|---|
| 5819 | | #ifdef F77_DUMMY_MAIN |
|---|
| 5820 | | |
|---|
| 5821 | | # ifdef __cplusplus |
|---|
| 5822 | | extern "C" |
|---|
| 5823 | | # endif |
|---|
| 5824 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 5825 | | |
|---|
| 5826 | | #endif |
|---|
| 5827 | | int |
|---|
| 5828 | | main () |
|---|
| 5829 | | { |
|---|
| 5830 | | return cheev_ (); |
|---|
| 5831 | | ; |
|---|
| 5832 | | return 0; |
|---|
| 5833 | | } |
|---|
| 5834 | configure:34375: result: no |
|---|
| 5835 | configure:34387: checking for cheev_ |
|---|
| 5836 | configure:34387: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -lm -lblas -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm >&5 |
|---|
| 5837 | Undefined symbols for architecture x86_64: |
|---|
| 5838 | "_cheev_", referenced from: |
|---|
| 5839 | _main in conftest-ee202a.o |
|---|
| 5840 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 5841 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5842 | configure:34387: $? = 1 |
|---|
| 5843 | configure: failed program was: |
|---|
| 5844 | | /* confdefs.h */ |
|---|
| 5845 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5846 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5847 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5848 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5849 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5850 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5851 | | #define PACKAGE "octave" |
|---|
| 5852 | | #define VERSION "3.8.2" |
|---|
| 5853 | | #define OCTAVE_SOURCE 1 |
|---|
| 5854 | | #define STDC_HEADERS 1 |
|---|
| 5855 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5856 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5857 | | #define HAVE_STDLIB_H 1 |
|---|
| 5858 | | #define HAVE_STRING_H 1 |
|---|
| 5859 | | #define HAVE_MEMORY_H 1 |
|---|
| 5860 | | #define HAVE_STRINGS_H 1 |
|---|
| 5861 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5862 | | #define HAVE_STDINT_H 1 |
|---|
| 5863 | | #define HAVE_UNISTD_H 1 |
|---|
| 5864 | | #define __EXTENSIONS__ 1 |
|---|
| 5865 | | #define _ALL_SOURCE 1 |
|---|
| 5866 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5867 | | #define _GNU_SOURCE 1 |
|---|
| 5868 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5869 | | #define _TANDEM_SOURCE 1 |
|---|
| 5870 | | #define YYTEXT_POINTER 1 |
|---|
| 5871 | | #define SEPCHAR ':' |
|---|
| 5872 | | #define SEPCHAR_STR ":" |
|---|
| 5873 | | #define SHELL_PATH "/bin/sh" |
|---|
| 5874 | | #define OCTAVE_IDX_TYPE int |
|---|
| 5875 | | #define __NO_MATH_INLINES 1 |
|---|
| 5876 | | #define HAVE_FSEEKO 1 |
|---|
| 5877 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 5878 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 5879 | | #define HAVE_PTHREAD 1 |
|---|
| 5880 | | #define FLOAT_TRUNCATE |
|---|
| 5881 | | #define HAVE_LIBM 1 |
|---|
| 5882 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 5883 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 5884 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 5885 | | #define HAVE_QHULL 1 |
|---|
| 5886 | | #define HAVE_PCRE_H 1 |
|---|
| 5887 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 5888 | | #define HAVE_ZLIB_H 1 |
|---|
| 5889 | | #define HAVE_Z 1 |
|---|
| 5890 | | #define HAVE_ZLIB 1 |
|---|
| 5891 | | #define HAVE_HDF5_H 1 |
|---|
| 5892 | | #define HAVE_HDF5_18 1 |
|---|
| 5893 | | #define HAVE_HDF5 1 |
|---|
| 5894 | | #define HAVE_FFTW3_H 1 |
|---|
| 5895 | | #define HAVE_FFTW3 1 |
|---|
| 5896 | | #define HAVE_FFTW3_H 1 |
|---|
| 5897 | | #define HAVE_FFTW3F 1 |
|---|
| 5898 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 5899 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 5900 | | #define HAVE_FFTW 1 |
|---|
| 5901 | | #define HAVE_GLPK_H 1 |
|---|
| 5902 | | #define HAVE_GLPK 1 |
|---|
| 5903 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 5904 | | #define HAVE_CURL 1 |
|---|
| 5905 | | #define HAVE_SETLOCALE 1 |
|---|
| 5906 | | #define HAVE_MAGICK 1 |
|---|
| 5907 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 5908 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 5909 | | #define HAVE_OPENGL 1 |
|---|
| 5910 | | #define HAVE_FREETYPE 1 |
|---|
| 5911 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 5912 | | #define HAVE_FONTCONFIG 1 |
|---|
| 5913 | | #define HAVE_FLTK 1 |
|---|
| 5914 | | #define HAVE_GL2PS_H 1 |
|---|
| 5915 | | #define HAVE_DLFCN_H 1 |
|---|
| 5916 | | #define LT_OBJDIR ".libs/" |
|---|
| 5917 | | /* end confdefs.h. */ |
|---|
| 5918 | | /* Define cheev_ to an innocuous variant, in case <limits.h> declares cheev_. |
|---|
| 5919 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
|---|
| 5920 | | #define cheev_ innocuous_cheev_ |
|---|
| 5921 | | |
|---|
| 5922 | | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| 5923 | | which can conflict with char cheev_ (); below. |
|---|
| 5924 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
|---|
| 5925 | | <limits.h> exists even on freestanding compilers. */ |
|---|
| 5926 | | |
|---|
| 5927 | | #ifdef __STDC__ |
|---|
| 5928 | | # include <limits.h> |
|---|
| 5929 | | #else |
|---|
| 5930 | | # include <assert.h> |
|---|
| 5931 | | #endif |
|---|
| 5932 | | |
|---|
| 5933 | | #undef cheev_ |
|---|
| 5934 | | |
|---|
| 5935 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 5936 | | Use char because int might match the return type of a GCC |
|---|
| 5937 | | builtin and then its argument prototype would still apply. */ |
|---|
| 5938 | | #ifdef __cplusplus |
|---|
| 5939 | | extern "C" |
|---|
| 5940 | | #endif |
|---|
| 5941 | | char cheev_ (); |
|---|
| 5942 | | /* The GNU C library defines this for functions which it implements |
|---|
| 5943 | | to always fail with ENOSYS. Some functions are actually named |
|---|
| 5944 | | something starting with __ and the normal name is an alias. */ |
|---|
| 5945 | | #if defined __stub_cheev_ || defined __stub___cheev_ |
|---|
| 5946 | | choke me |
|---|
| 5947 | | #endif |
|---|
| 5948 | | |
|---|
| 5949 | | #ifdef F77_DUMMY_MAIN |
|---|
| 5950 | | |
|---|
| 5951 | | # ifdef __cplusplus |
|---|
| 5952 | | extern "C" |
|---|
| 5953 | | # endif |
|---|
| 5954 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 5955 | | |
|---|
| 5956 | | #endif |
|---|
| 5957 | | int |
|---|
| 5958 | | main () |
|---|
| 5959 | | { |
|---|
| 5960 | | return cheev_ (); |
|---|
| 5961 | | ; |
|---|
| 5962 | | return 0; |
|---|
| 5963 | | } |
|---|
| 5964 | configure:34387: result: no |
|---|
| 5965 | configure:34400: checking for cheev_ in -llapack |
|---|
| 5966 | configure:34433: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -llapack -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm -lblas -lm >&5 |
|---|
| 5967 | Undefined symbols for architecture x86_64: |
|---|
| 5968 | "_cheev_", referenced from: |
|---|
| 5969 | _main in conftest-07bd43.o |
|---|
| 5970 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 5971 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 5972 | configure:34433: $? = 1 |
|---|
| 5973 | configure: failed program was: |
|---|
| 5974 | | /* confdefs.h */ |
|---|
| 5975 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 5976 | | #define PACKAGE_TARNAME "octave" |
|---|
| 5977 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 5978 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 5979 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 5980 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 5981 | | #define PACKAGE "octave" |
|---|
| 5982 | | #define VERSION "3.8.2" |
|---|
| 5983 | | #define OCTAVE_SOURCE 1 |
|---|
| 5984 | | #define STDC_HEADERS 1 |
|---|
| 5985 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 5986 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 5987 | | #define HAVE_STDLIB_H 1 |
|---|
| 5988 | | #define HAVE_STRING_H 1 |
|---|
| 5989 | | #define HAVE_MEMORY_H 1 |
|---|
| 5990 | | #define HAVE_STRINGS_H 1 |
|---|
| 5991 | | #define HAVE_INTTYPES_H 1 |
|---|
| 5992 | | #define HAVE_STDINT_H 1 |
|---|
| 5993 | | #define HAVE_UNISTD_H 1 |
|---|
| 5994 | | #define __EXTENSIONS__ 1 |
|---|
| 5995 | | #define _ALL_SOURCE 1 |
|---|
| 5996 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 5997 | | #define _GNU_SOURCE 1 |
|---|
| 5998 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 5999 | | #define _TANDEM_SOURCE 1 |
|---|
| 6000 | | #define YYTEXT_POINTER 1 |
|---|
| 6001 | | #define SEPCHAR ':' |
|---|
| 6002 | | #define SEPCHAR_STR ":" |
|---|
| 6003 | | #define SHELL_PATH "/bin/sh" |
|---|
| 6004 | | #define OCTAVE_IDX_TYPE int |
|---|
| 6005 | | #define __NO_MATH_INLINES 1 |
|---|
| 6006 | | #define HAVE_FSEEKO 1 |
|---|
| 6007 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 6008 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 6009 | | #define HAVE_PTHREAD 1 |
|---|
| 6010 | | #define FLOAT_TRUNCATE |
|---|
| 6011 | | #define HAVE_LIBM 1 |
|---|
| 6012 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 6013 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 6014 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 6015 | | #define HAVE_QHULL 1 |
|---|
| 6016 | | #define HAVE_PCRE_H 1 |
|---|
| 6017 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 6018 | | #define HAVE_ZLIB_H 1 |
|---|
| 6019 | | #define HAVE_Z 1 |
|---|
| 6020 | | #define HAVE_ZLIB 1 |
|---|
| 6021 | | #define HAVE_HDF5_H 1 |
|---|
| 6022 | | #define HAVE_HDF5_18 1 |
|---|
| 6023 | | #define HAVE_HDF5 1 |
|---|
| 6024 | | #define HAVE_FFTW3_H 1 |
|---|
| 6025 | | #define HAVE_FFTW3 1 |
|---|
| 6026 | | #define HAVE_FFTW3_H 1 |
|---|
| 6027 | | #define HAVE_FFTW3F 1 |
|---|
| 6028 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 6029 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 6030 | | #define HAVE_FFTW 1 |
|---|
| 6031 | | #define HAVE_GLPK_H 1 |
|---|
| 6032 | | #define HAVE_GLPK 1 |
|---|
| 6033 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 6034 | | #define HAVE_CURL 1 |
|---|
| 6035 | | #define HAVE_SETLOCALE 1 |
|---|
| 6036 | | #define HAVE_MAGICK 1 |
|---|
| 6037 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 6038 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 6039 | | #define HAVE_OPENGL 1 |
|---|
| 6040 | | #define HAVE_FREETYPE 1 |
|---|
| 6041 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 6042 | | #define HAVE_FONTCONFIG 1 |
|---|
| 6043 | | #define HAVE_FLTK 1 |
|---|
| 6044 | | #define HAVE_GL2PS_H 1 |
|---|
| 6045 | | #define HAVE_DLFCN_H 1 |
|---|
| 6046 | | #define LT_OBJDIR ".libs/" |
|---|
| 6047 | | /* end confdefs.h. */ |
|---|
| 6048 | | |
|---|
| 6049 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 6050 | | Use char because int might match the return type of a GCC |
|---|
| 6051 | | builtin and then its argument prototype would still apply. */ |
|---|
| 6052 | | #ifdef __cplusplus |
|---|
| 6053 | | extern "C" |
|---|
| 6054 | | #endif |
|---|
| 6055 | | char cheev_ (); |
|---|
| 6056 | | #ifdef F77_DUMMY_MAIN |
|---|
| 6057 | | |
|---|
| 6058 | | # ifdef __cplusplus |
|---|
| 6059 | | extern "C" |
|---|
| 6060 | | # endif |
|---|
| 6061 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 6062 | | |
|---|
| 6063 | | #endif |
|---|
| 6064 | | int |
|---|
| 6065 | | main () |
|---|
| 6066 | | { |
|---|
| 6067 | | return cheev_ (); |
|---|
| 6068 | | ; |
|---|
| 6069 | | return 0; |
|---|
| 6070 | | } |
|---|
| 6071 | configure:34443: result: no |
|---|
| 6072 | configure:34400: checking for cheev_ in -llapack_rs6k |
|---|
| 6073 | configure:34433: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread conftest.c -llapack_rs6k -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm -lblas -lm >&5 |
|---|
| 6074 | ld: library not found for -llapack_rs6k |
|---|
| 6075 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 6076 | configure:34433: $? = 1 |
|---|
| 6077 | configure: failed program was: |
|---|
| 6078 | | /* confdefs.h */ |
|---|
| 6079 | | #define PACKAGE_NAME "GNU Octave" |
|---|
| 6080 | | #define PACKAGE_TARNAME "octave" |
|---|
| 6081 | | #define PACKAGE_VERSION "3.8.2" |
|---|
| 6082 | | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 6083 | | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 6084 | | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 6085 | | #define PACKAGE "octave" |
|---|
| 6086 | | #define VERSION "3.8.2" |
|---|
| 6087 | | #define OCTAVE_SOURCE 1 |
|---|
| 6088 | | #define STDC_HEADERS 1 |
|---|
| 6089 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 6090 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 6091 | | #define HAVE_STDLIB_H 1 |
|---|
| 6092 | | #define HAVE_STRING_H 1 |
|---|
| 6093 | | #define HAVE_MEMORY_H 1 |
|---|
| 6094 | | #define HAVE_STRINGS_H 1 |
|---|
| 6095 | | #define HAVE_INTTYPES_H 1 |
|---|
| 6096 | | #define HAVE_STDINT_H 1 |
|---|
| 6097 | | #define HAVE_UNISTD_H 1 |
|---|
| 6098 | | #define __EXTENSIONS__ 1 |
|---|
| 6099 | | #define _ALL_SOURCE 1 |
|---|
| 6100 | | #define _DARWIN_C_SOURCE 1 |
|---|
| 6101 | | #define _GNU_SOURCE 1 |
|---|
| 6102 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 6103 | | #define _TANDEM_SOURCE 1 |
|---|
| 6104 | | #define YYTEXT_POINTER 1 |
|---|
| 6105 | | #define SEPCHAR ':' |
|---|
| 6106 | | #define SEPCHAR_STR ":" |
|---|
| 6107 | | #define SHELL_PATH "/bin/sh" |
|---|
| 6108 | | #define OCTAVE_IDX_TYPE int |
|---|
| 6109 | | #define __NO_MATH_INLINES 1 |
|---|
| 6110 | | #define HAVE_FSEEKO 1 |
|---|
| 6111 | | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 6112 | | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 6113 | | #define HAVE_PTHREAD 1 |
|---|
| 6114 | | #define FLOAT_TRUNCATE |
|---|
| 6115 | | #define HAVE_LIBM 1 |
|---|
| 6116 | | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 6117 | | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 6118 | | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 6119 | | #define HAVE_QHULL 1 |
|---|
| 6120 | | #define HAVE_PCRE_H 1 |
|---|
| 6121 | | #define HAVE_PCRE_COMPILE 1 |
|---|
| 6122 | | #define HAVE_ZLIB_H 1 |
|---|
| 6123 | | #define HAVE_Z 1 |
|---|
| 6124 | | #define HAVE_ZLIB 1 |
|---|
| 6125 | | #define HAVE_HDF5_H 1 |
|---|
| 6126 | | #define HAVE_HDF5_18 1 |
|---|
| 6127 | | #define HAVE_HDF5 1 |
|---|
| 6128 | | #define HAVE_FFTW3_H 1 |
|---|
| 6129 | | #define HAVE_FFTW3 1 |
|---|
| 6130 | | #define HAVE_FFTW3_H 1 |
|---|
| 6131 | | #define HAVE_FFTW3F 1 |
|---|
| 6132 | | #define HAVE_FFTW3_THREADS 1 |
|---|
| 6133 | | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 6134 | | #define HAVE_FFTW 1 |
|---|
| 6135 | | #define HAVE_GLPK_H 1 |
|---|
| 6136 | | #define HAVE_GLPK 1 |
|---|
| 6137 | | #define HAVE_CURL_CURL_H 1 |
|---|
| 6138 | | #define HAVE_CURL 1 |
|---|
| 6139 | | #define HAVE_SETLOCALE 1 |
|---|
| 6140 | | #define HAVE_MAGICK 1 |
|---|
| 6141 | | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 6142 | | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 6143 | | #define HAVE_OPENGL 1 |
|---|
| 6144 | | #define HAVE_FREETYPE 1 |
|---|
| 6145 | | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 6146 | | #define HAVE_FONTCONFIG 1 |
|---|
| 6147 | | #define HAVE_FLTK 1 |
|---|
| 6148 | | #define HAVE_GL2PS_H 1 |
|---|
| 6149 | | #define HAVE_DLFCN_H 1 |
|---|
| 6150 | | #define LT_OBJDIR ".libs/" |
|---|
| 6151 | | /* end confdefs.h. */ |
|---|
| 6152 | | |
|---|
| 6153 | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 6154 | | Use char because int might match the return type of a GCC |
|---|
| 6155 | | builtin and then its argument prototype would still apply. */ |
|---|
| 6156 | | #ifdef __cplusplus |
|---|
| 6157 | | extern "C" |
|---|
| 6158 | | #endif |
|---|
| 6159 | | char cheev_ (); |
|---|
| 6160 | | #ifdef F77_DUMMY_MAIN |
|---|
| 6161 | | |
|---|
| 6162 | | # ifdef __cplusplus |
|---|
| 6163 | | extern "C" |
|---|
| 6164 | | # endif |
|---|
| 6165 | | int F77_DUMMY_MAIN() { return 1; } |
|---|
| 6166 | | |
|---|
| 6167 | | #endif |
|---|
| 6168 | | int |
|---|
| 6169 | | main () |
|---|
| 6170 | | { |
|---|
| 6171 | | return cheev_ (); |
|---|
| 6172 | | ; |
|---|
| 6173 | | return 0; |
|---|
| 6174 | | } |
|---|
| 6175 | configure:34443: result: no |
|---|
| 6176 | configure:36039: error: BLAS and LAPACK libraries are required |
|---|
| 6177 | |
|---|
| 6178 | ## ---------------- ## |
|---|
| 6179 | ## Cache variables. ## |
|---|
| 6180 | ## ---------------- ## |
|---|
| 6181 | |
|---|
| 6182 | ac_cv_build=x86_64-apple-darwin14.5.0 |
|---|
| 6183 | ac_cv_c_compiler_gnu=yes |
|---|
| 6184 | ac_cv_cxx_compiler_gnu=yes |
|---|
| 6185 | ac_cv_env_BUILD_CC_set= |
|---|
| 6186 | ac_cv_env_BUILD_CC_value= |
|---|
| 6187 | ac_cv_env_BUILD_CFLAGS_set= |
|---|
| 6188 | ac_cv_env_BUILD_CFLAGS_value= |
|---|
| 6189 | ac_cv_env_BUILD_CXXFLAGS_set= |
|---|
| 6190 | ac_cv_env_BUILD_CXXFLAGS_value= |
|---|
| 6191 | ac_cv_env_BUILD_CXX_set= |
|---|
| 6192 | ac_cv_env_BUILD_CXX_value= |
|---|
| 6193 | ac_cv_env_BUILD_EXEEXT_set= |
|---|
| 6194 | ac_cv_env_BUILD_EXEEXT_value= |
|---|
| 6195 | ac_cv_env_BUILD_LDFLAGS_set= |
|---|
| 6196 | ac_cv_env_BUILD_LDFLAGS_value= |
|---|
| 6197 | ac_cv_env_CCC_set= |
|---|
| 6198 | ac_cv_env_CCC_value= |
|---|
| 6199 | ac_cv_env_CC_set=set |
|---|
| 6200 | ac_cv_env_CC_value=/usr/bin/clang |
|---|
| 6201 | ac_cv_env_CFLAGS_set=set |
|---|
| 6202 | ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64' |
|---|
| 6203 | ac_cv_env_CPPFLAGS_set= |
|---|
| 6204 | ac_cv_env_CPPFLAGS_value= |
|---|
| 6205 | ac_cv_env_CPP_set= |
|---|
| 6206 | ac_cv_env_CPP_value= |
|---|
| 6207 | ac_cv_env_CXXCPP_set= |
|---|
| 6208 | ac_cv_env_CXXCPP_value= |
|---|
| 6209 | ac_cv_env_CXXFLAGS_set=set |
|---|
| 6210 | ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++' |
|---|
| 6211 | ac_cv_env_CXX_set=set |
|---|
| 6212 | ac_cv_env_CXX_value=/usr/bin/clang++ |
|---|
| 6213 | ac_cv_env_F77_set=set |
|---|
| 6214 | ac_cv_env_F77_value=/opt/local/bin/gfortran-mp-5 |
|---|
| 6215 | ac_cv_env_FFLAGS_set=set |
|---|
| 6216 | ac_cv_env_FFLAGS_value='-pipe -Os' |
|---|
| 6217 | ac_cv_env_FONTCONFIG_CFLAGS_set= |
|---|
| 6218 | ac_cv_env_FONTCONFIG_CFLAGS_value= |
|---|
| 6219 | ac_cv_env_FONTCONFIG_LIBS_set= |
|---|
| 6220 | ac_cv_env_FONTCONFIG_LIBS_value= |
|---|
| 6221 | ac_cv_env_FT2_CFLAGS_set= |
|---|
| 6222 | ac_cv_env_FT2_CFLAGS_value= |
|---|
| 6223 | ac_cv_env_FT2_LIBS_set= |
|---|
| 6224 | ac_cv_env_FT2_LIBS_value= |
|---|
| 6225 | ac_cv_env_JAVA_HOME_set= |
|---|
| 6226 | ac_cv_env_JAVA_HOME_value= |
|---|
| 6227 | ac_cv_env_LDFLAGS_set= |
|---|
| 6228 | ac_cv_env_LDFLAGS_value= |
|---|
| 6229 | ac_cv_env_LIBS_set= |
|---|
| 6230 | ac_cv_env_LIBS_value= |
|---|
| 6231 | ac_cv_env_LLVM_CONFIG_set= |
|---|
| 6232 | ac_cv_env_LLVM_CONFIG_value= |
|---|
| 6233 | ac_cv_env_PKG_CONFIG_set= |
|---|
| 6234 | ac_cv_env_PKG_CONFIG_value= |
|---|
| 6235 | ac_cv_env_QT_CFLAGS_set= |
|---|
| 6236 | ac_cv_env_QT_CFLAGS_value= |
|---|
| 6237 | ac_cv_env_QT_LIBS_set= |
|---|
| 6238 | ac_cv_env_QT_LIBS_value= |
|---|
| 6239 | ac_cv_env_XFT_CFLAGS_set= |
|---|
| 6240 | ac_cv_env_XFT_CFLAGS_value= |
|---|
| 6241 | ac_cv_env_XFT_LIBS_set= |
|---|
| 6242 | ac_cv_env_XFT_LIBS_value= |
|---|
| 6243 | ac_cv_env_XMKMF_set= |
|---|
| 6244 | ac_cv_env_XMKMF_value= |
|---|
| 6245 | ac_cv_env_YACC_set= |
|---|
| 6246 | ac_cv_env_YACC_value= |
|---|
| 6247 | ac_cv_env_YFLAGS_set= |
|---|
| 6248 | ac_cv_env_YFLAGS_value= |
|---|
| 6249 | ac_cv_env_build_alias_set= |
|---|
| 6250 | ac_cv_env_build_alias_value= |
|---|
| 6251 | ac_cv_env_host_alias_set= |
|---|
| 6252 | ac_cv_env_host_alias_value= |
|---|
| 6253 | ac_cv_env_target_alias_set= |
|---|
| 6254 | ac_cv_env_target_alias_value= |
|---|
| 6255 | ac_cv_f77_compiler_gnu=yes |
|---|
| 6256 | ac_cv_f77_dummy_main=none |
|---|
| 6257 | ac_cv_f77_libs=' -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm' |
|---|
| 6258 | ac_cv_f77_mangling='lower case, underscore, no extra underscore' |
|---|
| 6259 | ac_cv_fortran_dummy_main=none |
|---|
| 6260 | ac_cv_func_FT_Reference_Face=yes |
|---|
| 6261 | ac_cv_func_cheev_=no |
|---|
| 6262 | ac_cv_func_pcre_compile=yes |
|---|
| 6263 | ac_cv_func_setlocale=yes |
|---|
| 6264 | ac_cv_header_Magickpp_h=yes |
|---|
| 6265 | ac_cv_header_curl_curl_h=yes |
|---|
| 6266 | ac_cv_header_dlfcn_h=yes |
|---|
| 6267 | ac_cv_header_fftw3_h=yes |
|---|
| 6268 | ac_cv_header_gl2ps_h=yes |
|---|
| 6269 | ac_cv_header_glpk_glpk_h=no |
|---|
| 6270 | ac_cv_header_glpk_h=yes |
|---|
| 6271 | ac_cv_header_hdf5_h=yes |
|---|
| 6272 | ac_cv_header_inttypes_h=yes |
|---|
| 6273 | ac_cv_header_libqhull_libqhull_h=yes |
|---|
| 6274 | ac_cv_header_memory_h=yes |
|---|
| 6275 | ac_cv_header_minix_config_h=no |
|---|
| 6276 | ac_cv_header_pcre_h=yes |
|---|
| 6277 | ac_cv_header_pcre_pcre_h=no |
|---|
| 6278 | ac_cv_header_stdc=yes |
|---|
| 6279 | ac_cv_header_stdint_h=yes |
|---|
| 6280 | ac_cv_header_stdlib_h=yes |
|---|
| 6281 | ac_cv_header_string_h=yes |
|---|
| 6282 | ac_cv_header_strings_h=yes |
|---|
| 6283 | ac_cv_header_sys_stat_h=yes |
|---|
| 6284 | ac_cv_header_sys_types_h=yes |
|---|
| 6285 | ac_cv_header_unistd_h=yes |
|---|
| 6286 | ac_cv_header_zlib_h=yes |
|---|
| 6287 | ac_cv_host=x86_64-apple-darwin14.5.0 |
|---|
| 6288 | ac_cv_lib_atlas_ATL_xerbla=yes |
|---|
| 6289 | ac_cv_lib_blas_sgemm_=yes |
|---|
| 6290 | ac_cv_lib_complib_sgimath_sgemm_=no |
|---|
| 6291 | ac_cv_lib_cxml_sgemm_=no |
|---|
| 6292 | ac_cv_lib_dgemm_dgemm_=no |
|---|
| 6293 | ac_cv_lib_dl_dlopen=yes |
|---|
| 6294 | ac_cv_lib_dxml_sgemm_=no |
|---|
| 6295 | ac_cv_lib_essl_sgemm_=no |
|---|
| 6296 | ac_cv_lib_f77blas_sgemm_=no |
|---|
| 6297 | ac_cv_lib_lapack___cheev_=no |
|---|
| 6298 | ac_cv_lib_lapack_rs6k___cheev_=no |
|---|
| 6299 | ac_cv_lib_lex=-lfl |
|---|
| 6300 | ac_cv_lib_m_sin=yes |
|---|
| 6301 | ac_cv_lib_mkl_sgemm_=no |
|---|
| 6302 | ac_cv_lib_scs_sgemm_=no |
|---|
| 6303 | ac_cv_objext=o |
|---|
| 6304 | ac_cv_path_EGREP='/opt/local/bin/grep -E' |
|---|
| 6305 | ac_cv_path_FGREP='/opt/local/bin/grep -F' |
|---|
| 6306 | ac_cv_path_FLTK_CONFIG=/opt/local/bin/fltk-config |
|---|
| 6307 | ac_cv_path_GREP=/opt/local/bin/grep |
|---|
| 6308 | ac_cv_path_SED=/opt/local/bin/gsed |
|---|
| 6309 | ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config |
|---|
| 6310 | ac_cv_pcre_h_macros_present=yes |
|---|
| 6311 | ac_cv_prog_AWK=/opt/local/bin/gawk |
|---|
| 6312 | ac_cv_prog_CPP='/usr/bin/clang -E' |
|---|
| 6313 | ac_cv_prog_CXXCPP='/usr/bin/clang++ -E' |
|---|
| 6314 | ac_cv_prog_DEFAULT_PAGER=less |
|---|
| 6315 | ac_cv_prog_FIND=find |
|---|
| 6316 | ac_cv_prog_GHOSTSCRIPT=gs |
|---|
| 6317 | ac_cv_prog_GNUPLOT=gnuplot |
|---|
| 6318 | ac_cv_prog_GPERF=gperf |
|---|
| 6319 | ac_cv_prog_HAVE_PCRE_CONFIG=yes |
|---|
| 6320 | ac_cv_prog_LEX=flex |
|---|
| 6321 | ac_cv_prog_MKINFO=makeinfo |
|---|
| 6322 | ac_cv_prog_PERL=/opt/local/bin/perl |
|---|
| 6323 | ac_cv_prog_PYTHON=''\'' '\''' |
|---|
| 6324 | ac_cv_prog_TEXI2DVI=/opt/local/bin/texi2dvi |
|---|
| 6325 | ac_cv_prog_TEXI2PDF=/opt/local/bin/texi2pdf |
|---|
| 6326 | ac_cv_prog_YACC='bison -y' |
|---|
| 6327 | ac_cv_prog_ac_ct_AR=ar |
|---|
| 6328 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
|---|
| 6329 | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil |
|---|
| 6330 | ac_cv_prog_ac_ct_LIPO=lipo |
|---|
| 6331 | ac_cv_prog_ac_ct_NMEDIT=nmedit |
|---|
| 6332 | ac_cv_prog_ac_ct_OTOOL=otool |
|---|
| 6333 | ac_cv_prog_ac_ct_RANLIB=ranlib |
|---|
| 6334 | ac_cv_prog_ac_ct_STRIP=strip |
|---|
| 6335 | ac_cv_prog_cc_c89= |
|---|
| 6336 | ac_cv_prog_cc_g=yes |
|---|
| 6337 | ac_cv_prog_cxx_g=yes |
|---|
| 6338 | ac_cv_prog_f77_g=yes |
|---|
| 6339 | ac_cv_prog_f77_v=-v |
|---|
| 6340 | ac_cv_prog_gcc_traditional=no |
|---|
| 6341 | ac_cv_prog_lex_root=lex.yy |
|---|
| 6342 | ac_cv_prog_lex_yytext_pointer=yes |
|---|
| 6343 | ac_cv_prog_make_make_set=yes |
|---|
| 6344 | ac_cv_safe_to_define___extensions__=yes |
|---|
| 6345 | ac_cv_should_define__xopen_source=no |
|---|
| 6346 | ac_cv_sys_file_offset_bits=no |
|---|
| 6347 | ac_cv_sys_largefile_CC=no |
|---|
| 6348 | ac_cv_sys_largefile_source=no |
|---|
| 6349 | am_cv_CC_dependencies_compiler_type=none |
|---|
| 6350 | am_cv_CXX_dependencies_compiler_type=none |
|---|
| 6351 | am_cv_make_support_nested_variables=yes |
|---|
| 6352 | am_cv_prog_cc_c_o=yes |
|---|
| 6353 | am_cv_prog_tar_ustar=gnutar |
|---|
| 6354 | ax_cv_PTHREAD_PRIO_INHERIT=yes |
|---|
| 6355 | gl_cv_c_amsterdam_compiler=no |
|---|
| 6356 | lt_cv_apple_cc_single_mod=yes |
|---|
| 6357 | lt_cv_ar_at_file=no |
|---|
| 6358 | lt_cv_deplibs_check_method=pass_all |
|---|
| 6359 | lt_cv_dlopen=dlopen |
|---|
| 6360 | lt_cv_dlopen_libs=-ldl |
|---|
| 6361 | lt_cv_dlopen_self=yes |
|---|
| 6362 | lt_cv_dlopen_self_static=yes |
|---|
| 6363 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
|---|
| 6364 | lt_cv_file_magic_test_file= |
|---|
| 6365 | lt_cv_ld_exported_symbols_list=yes |
|---|
| 6366 | lt_cv_ld_force_load=yes |
|---|
| 6367 | lt_cv_ld_reload_flag=-r |
|---|
| 6368 | lt_cv_nm_interface='BSD nm' |
|---|
| 6369 | lt_cv_objdir=.libs |
|---|
| 6370 | lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
|---|
| 6371 | lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
|---|
| 6372 | lt_cv_path_NM=/opt/local/bin/nm |
|---|
| 6373 | lt_cv_path_mainfest_tool=no |
|---|
| 6374 | lt_cv_prog_compiler_c_o=yes |
|---|
| 6375 | lt_cv_prog_compiler_c_o_CXX=yes |
|---|
| 6376 | lt_cv_prog_compiler_c_o_F77=yes |
|---|
| 6377 | lt_cv_prog_compiler_pic='-fno-common -DPIC' |
|---|
| 6378 | lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' |
|---|
| 6379 | lt_cv_prog_compiler_pic_F77=-fno-common |
|---|
| 6380 | lt_cv_prog_compiler_pic_works=yes |
|---|
| 6381 | lt_cv_prog_compiler_pic_works_CXX=yes |
|---|
| 6382 | lt_cv_prog_compiler_pic_works_F77=yes |
|---|
| 6383 | lt_cv_prog_compiler_rtti_exceptions=yes |
|---|
| 6384 | lt_cv_prog_compiler_static_works=no |
|---|
| 6385 | lt_cv_prog_compiler_static_works_CXX=no |
|---|
| 6386 | lt_cv_prog_compiler_static_works_F77=no |
|---|
| 6387 | lt_cv_prog_gnu_ld=no |
|---|
| 6388 | lt_cv_prog_gnu_ldcxx=no |
|---|
| 6389 | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' |
|---|
| 6390 | lt_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'\''' |
|---|
| 6391 | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' |
|---|
| 6392 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' |
|---|
| 6393 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' |
|---|
| 6394 | lt_cv_sys_max_cmd_len=196608 |
|---|
| 6395 | lt_cv_to_host_file_cmd=func_convert_file_noop |
|---|
| 6396 | lt_cv_to_tool_file_cmd=func_convert_file_noop |
|---|
| 6397 | octave_cv_bison_api_prefix_decl_style=api |
|---|
| 6398 | octave_cv_bison_push_pull_decl_style='dash ' |
|---|
| 6399 | octave_cv_broken_stl_algo_h=no |
|---|
| 6400 | octave_cv_curl_has_curlopt_dirlistonly=yes |
|---|
| 6401 | octave_cv_f77_flag__ffloat_store=yes |
|---|
| 6402 | octave_cv_fftw3_threads_lib=-lfftw3_threads |
|---|
| 6403 | octave_cv_fftw3f_threads_lib=-lfftw3f_threads |
|---|
| 6404 | octave_cv_fltk_opengl_support=yes |
|---|
| 6405 | octave_cv_framework_Carbon=yes |
|---|
| 6406 | octave_cv_framework_OpenGL=yes |
|---|
| 6407 | octave_cv_func_fortran_isnan=yes |
|---|
| 6408 | octave_cv_func_glutesscallback_threedots=no |
|---|
| 6409 | octave_cv_func_magick_colorrgb=yes |
|---|
| 6410 | octave_cv_hdf5_has_ver_16_api=no |
|---|
| 6411 | octave_cv_lib_curl=yes |
|---|
| 6412 | octave_cv_lib_fftw3=yes |
|---|
| 6413 | octave_cv_lib_fftw3f=yes |
|---|
| 6414 | octave_cv_lib_glpk=yes |
|---|
| 6415 | octave_cv_lib_glpk_ok=yes |
|---|
| 6416 | octave_cv_lib_hdf5=yes |
|---|
| 6417 | octave_cv_lib_qhull=yes |
|---|
| 6418 | octave_cv_lib_qhull_ok=yes |
|---|
| 6419 | octave_cv_lib_qhull_version=yes |
|---|
| 6420 | octave_cv_lib_z=yes |
|---|
| 6421 | octave_cv_sizeof_fortran_integer=yes |
|---|
| 6422 | pkg_cv_FONTCONFIG_CFLAGS='-I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 ' |
|---|
| 6423 | pkg_cv_FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig -lfreetype ' |
|---|
| 6424 | pkg_cv_FT2_CFLAGS='-I/opt/local/include/freetype2 ' |
|---|
| 6425 | pkg_cv_FT2_LIBS='-L/opt/local/lib -lfreetype ' |
|---|
| 6426 | |
|---|
| 6427 | ## ----------------- ## |
|---|
| 6428 | ## Output variables. ## |
|---|
| 6429 | ## ----------------- ## |
|---|
| 6430 | |
|---|
| 6431 | ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing aclocal-1.14' |
|---|
| 6432 | ALLOCA='' |
|---|
| 6433 | ALLOCA_H='' |
|---|
| 6434 | AMCOND_BUILD_DOCS_FALSE='' |
|---|
| 6435 | AMCOND_BUILD_DOCS_TRUE='' |
|---|
| 6436 | AMCOND_BUILD_GUI_FALSE='' |
|---|
| 6437 | AMCOND_BUILD_GUI_TRUE='' |
|---|
| 6438 | AMCOND_ENABLE_DYNAMIC_LINKING_FALSE='' |
|---|
| 6439 | AMCOND_ENABLE_DYNAMIC_LINKING_TRUE='' |
|---|
| 6440 | AMCOND_HAVE_BROKEN_STL_ALGO_H_FALSE='' |
|---|
| 6441 | AMCOND_HAVE_BROKEN_STL_ALGO_H_TRUE='#' |
|---|
| 6442 | AMCOND_HAVE_FFTW_FALSE='#' |
|---|
| 6443 | AMCOND_HAVE_FFTW_TRUE='' |
|---|
| 6444 | AMCOND_HAVE_JAVA_FALSE='' |
|---|
| 6445 | AMCOND_HAVE_JAVA_TRUE='' |
|---|
| 6446 | AMCOND_HAVE_QSCINTILLA_FALSE='' |
|---|
| 6447 | AMCOND_HAVE_QSCINTILLA_TRUE='' |
|---|
| 6448 | AMCOND_LINK_ALL_DEPS_FALSE='' |
|---|
| 6449 | AMCOND_LINK_ALL_DEPS_TRUE='' |
|---|
| 6450 | AMDEPBACKSLASH='' |
|---|
| 6451 | AMDEP_FALSE='' |
|---|
| 6452 | AMDEP_TRUE='#' |
|---|
| 6453 | AMD_CPPFLAGS='' |
|---|
| 6454 | AMD_LDFLAGS='' |
|---|
| 6455 | AMD_LIBS='' |
|---|
| 6456 | AMTAR='$${TAR-tar}' |
|---|
| 6457 | AM_BACKSLASH='\' |
|---|
| 6458 | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
|---|
| 6459 | AM_DEFAULT_VERBOSITY='1' |
|---|
| 6460 | AM_V='$(V)' |
|---|
| 6461 | APPLE_UNIVERSAL_BUILD='' |
|---|
| 6462 | AR='ar' |
|---|
| 6463 | ARFLAGS='cru' |
|---|
| 6464 | ARPACK_CPPFLAGS='' |
|---|
| 6465 | ARPACK_LDFLAGS='' |
|---|
| 6466 | ARPACK_LIBS='' |
|---|
| 6467 | AS='as' |
|---|
| 6468 | AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing autoconf' |
|---|
| 6469 | AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing autoheader' |
|---|
| 6470 | AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing automake-1.14' |
|---|
| 6471 | AWK='/opt/local/bin/gawk' |
|---|
| 6472 | BISON_API_PREFIX_DECL_STYLE='api' |
|---|
| 6473 | BISON_PUSH_PULL_DECL_STYLE='dash ' |
|---|
| 6474 | BITSIZEOF_PTRDIFF_T='' |
|---|
| 6475 | BITSIZEOF_SIG_ATOMIC_T='' |
|---|
| 6476 | BITSIZEOF_SIZE_T='' |
|---|
| 6477 | BITSIZEOF_WCHAR_T='' |
|---|
| 6478 | BITSIZEOF_WINT_T='' |
|---|
| 6479 | BLAS_LIBS='-lblas' |
|---|
| 6480 | BUILD_CC='$(CC)' |
|---|
| 6481 | BUILD_CFLAGS='$(CFLAGS)' |
|---|
| 6482 | BUILD_CXX='$(CXX)' |
|---|
| 6483 | BUILD_CXXFLAGS='$(CXXFLAGS)' |
|---|
| 6484 | BUILD_EXEEXT='$(EXEEXT)' |
|---|
| 6485 | BUILD_LDFLAGS='$(LDFLAGS)' |
|---|
| 6486 | CAMD_CPPFLAGS='' |
|---|
| 6487 | CAMD_LDFLAGS='' |
|---|
| 6488 | CAMD_LIBS='' |
|---|
| 6489 | CARBON_LIBS='-Wl,-framework -Wl,Carbon' |
|---|
| 6490 | CC='/usr/bin/clang' |
|---|
| 6491 | CCDEPMODE='depmode=none' |
|---|
| 6492 | CCOLAMD_CPPFLAGS='' |
|---|
| 6493 | CCOLAMD_LDFLAGS='' |
|---|
| 6494 | CCOLAMD_LIBS='' |
|---|
| 6495 | CC_VERSION='' |
|---|
| 6496 | CFLAGS='-pipe -Os -arch x86_64 -D_THREAD_SAFE -pthread' |
|---|
| 6497 | CHOLMOD_CPPFLAGS='' |
|---|
| 6498 | CHOLMOD_LDFLAGS='' |
|---|
| 6499 | CHOLMOD_LIBS='' |
|---|
| 6500 | COLAMD_CPPFLAGS='' |
|---|
| 6501 | COLAMD_LDFLAGS='' |
|---|
| 6502 | COLAMD_LIBS='' |
|---|
| 6503 | COPYSIGNF_LIBM='' |
|---|
| 6504 | COPYSIGN_LIBM='' |
|---|
| 6505 | CPICFLAG='' |
|---|
| 6506 | CPP='/usr/bin/clang -E' |
|---|
| 6507 | CPPFLAGS='' |
|---|
| 6508 | CROSS_TOOL_PREFIX='' |
|---|
| 6509 | CRUFT_DLL_DEFS='' |
|---|
| 6510 | CURL_CPPFLAGS='' |
|---|
| 6511 | CURL_LDFLAGS='' |
|---|
| 6512 | CURL_LIBS='-lcurl' |
|---|
| 6513 | CXSPARSE_CPPFLAGS='' |
|---|
| 6514 | CXSPARSE_LDFLAGS='' |
|---|
| 6515 | CXSPARSE_LIBS='' |
|---|
| 6516 | CXX='/usr/bin/clang++' |
|---|
| 6517 | CXXCPP='/usr/bin/clang++ -E' |
|---|
| 6518 | CXXDEPMODE='depmode=none' |
|---|
| 6519 | CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE -pthread' |
|---|
| 6520 | CXXPICFLAG='' |
|---|
| 6521 | CXX_VERSION='' |
|---|
| 6522 | CYGPATH_W='echo' |
|---|
| 6523 | DEFAULT_PAGER='less' |
|---|
| 6524 | DEFAULT_TERMINAL_FONT='Courier' |
|---|
| 6525 | DEFAULT_TERMINAL_FONT_SIZE='10' |
|---|
| 6526 | DEFS='' |
|---|
| 6527 | DEPDIR='.deps' |
|---|
| 6528 | DEPEND_EXTRA_SED_PATTERN='' |
|---|
| 6529 | DEPEND_FLAGS='-M' |
|---|
| 6530 | DESKTOP_FILE_INSTALL='' |
|---|
| 6531 | DLLTOOL='false' |
|---|
| 6532 | DL_LD='' |
|---|
| 6533 | DL_LDFLAGS='' |
|---|
| 6534 | DL_LIBS='' |
|---|
| 6535 | DOCDIR='doc' |
|---|
| 6536 | DSYMUTIL='dsymutil' |
|---|
| 6537 | DUMPBIN='' |
|---|
| 6538 | ECHO_C='\c' |
|---|
| 6539 | ECHO_N='' |
|---|
| 6540 | ECHO_T='' |
|---|
| 6541 | EGREP='/opt/local/bin/grep -E' |
|---|
| 6542 | EMULTIHOP_HIDDEN='' |
|---|
| 6543 | EMULTIHOP_VALUE='' |
|---|
| 6544 | ENABLE_DYNAMIC_LINKING='' |
|---|
| 6545 | ENOLINK_HIDDEN='' |
|---|
| 6546 | ENOLINK_VALUE='' |
|---|
| 6547 | EOVERFLOW_HIDDEN='' |
|---|
| 6548 | EOVERFLOW_VALUE='' |
|---|
| 6549 | ERRNO_H='' |
|---|
| 6550 | EXEEXT='' |
|---|
| 6551 | F77='/opt/local/bin/gfortran-mp-5' |
|---|
| 6552 | F77_APPEND_EXTRA_UNDERSCORE='yes' |
|---|
| 6553 | F77_APPEND_UNDERSCORE='yes' |
|---|
| 6554 | F77_FLOAT_STORE_FLAG='-ffloat-store' |
|---|
| 6555 | F77_INTEGER_8_FLAG='' |
|---|
| 6556 | F77_ISNAN_MACRO='' |
|---|
| 6557 | F77_TOLOWER='yes' |
|---|
| 6558 | FC='/opt/local/bin/gfortran-mp-5' |
|---|
| 6559 | FFLAGS='-ff2c -pipe -Os' |
|---|
| 6560 | FFTW3F_CPPFLAGS='' |
|---|
| 6561 | FFTW3F_LDFLAGS='' |
|---|
| 6562 | FFTW3F_LIBS='-lfftw3f_threads -lfftw3f' |
|---|
| 6563 | FFTW3_CPPFLAGS='' |
|---|
| 6564 | FFTW3_LDFLAGS='' |
|---|
| 6565 | FFTW3_LIBS='-lfftw3_threads -lfftw3' |
|---|
| 6566 | FFT_DIR='fftpack' |
|---|
| 6567 | FGREP='/opt/local/bin/grep -F' |
|---|
| 6568 | FIND='find' |
|---|
| 6569 | FLIBS=' -L/opt/local/lib -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0 -L/opt/local/lib/gcc5/gcc/x86_64-apple-darwin14/5.3.0/../../.. -lgfortran -lquadmath -lm' |
|---|
| 6570 | FLOAT_H='' |
|---|
| 6571 | FLOORF_LIBM='' |
|---|
| 6572 | FLOOR_LIBM='' |
|---|
| 6573 | FLTK_CONFIG='/opt/local/bin/fltk-config' |
|---|
| 6574 | FNMATCH_H='' |
|---|
| 6575 | FONTCONFIG_CFLAGS='-I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 ' |
|---|
| 6576 | FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig -lfreetype ' |
|---|
| 6577 | FPICFLAG='' |
|---|
| 6578 | FREXPF_LIBM='' |
|---|
| 6579 | FREXP_LIBM='' |
|---|
| 6580 | FT2_CFLAGS='-I/opt/local/include/freetype2 ' |
|---|
| 6581 | FT2_LIBS='-L/opt/local/lib -lfreetype ' |
|---|
| 6582 | GCC_VERSION='' |
|---|
| 6583 | GETHOSTNAME_LIB='' |
|---|
| 6584 | GETOPT_H='' |
|---|
| 6585 | GHOSTSCRIPT='gs' |
|---|
| 6586 | GL2PS_LIBS='-lgl2ps' |
|---|
| 6587 | GLIBC21='' |
|---|
| 6588 | GLOB_H='' |
|---|
| 6589 | GLPK_CPPFLAGS='' |
|---|
| 6590 | GLPK_LDFLAGS='' |
|---|
| 6591 | GLPK_LIBS='-lglpk' |
|---|
| 6592 | GL_COND_LIBTOOL_FALSE='' |
|---|
| 6593 | GL_COND_LIBTOOL_TRUE='' |
|---|
| 6594 | GL_GENERATE_ALLOCA_H_FALSE='' |
|---|
| 6595 | GL_GENERATE_ALLOCA_H_TRUE='' |
|---|
| 6596 | GL_GENERATE_ERRNO_H_FALSE='' |
|---|
| 6597 | GL_GENERATE_ERRNO_H_TRUE='' |
|---|
| 6598 | GL_GENERATE_FLOAT_H_FALSE='' |
|---|
| 6599 | GL_GENERATE_FLOAT_H_TRUE='' |
|---|
| 6600 | GL_GENERATE_FNMATCH_H_FALSE='' |
|---|
| 6601 | GL_GENERATE_FNMATCH_H_TRUE='' |
|---|
| 6602 | GL_GENERATE_GLOB_H_FALSE='' |
|---|
| 6603 | GL_GENERATE_GLOB_H_TRUE='' |
|---|
| 6604 | GL_GENERATE_STDALIGN_H_FALSE='' |
|---|
| 6605 | GL_GENERATE_STDALIGN_H_TRUE='' |
|---|
| 6606 | GL_GENERATE_STDBOOL_H_FALSE='' |
|---|
| 6607 | GL_GENERATE_STDBOOL_H_TRUE='' |
|---|
| 6608 | GL_GENERATE_STDDEF_H_FALSE='' |
|---|
| 6609 | GL_GENERATE_STDDEF_H_TRUE='' |
|---|
| 6610 | GL_GENERATE_STDINT_H_FALSE='' |
|---|
| 6611 | GL_GENERATE_STDINT_H_TRUE='' |
|---|
| 6612 | GNULIB_ACCEPT4='' |
|---|
| 6613 | GNULIB_ACCEPT='' |
|---|
| 6614 | GNULIB_ACOSF='' |
|---|
| 6615 | GNULIB_ACOSL='' |
|---|
| 6616 | GNULIB_ALPHASORT='' |
|---|
| 6617 | GNULIB_ASINF='' |
|---|
| 6618 | GNULIB_ASINL='' |
|---|
| 6619 | GNULIB_ATAN2F='' |
|---|
| 6620 | GNULIB_ATANF='' |
|---|
| 6621 | GNULIB_ATANL='' |
|---|
| 6622 | GNULIB_ATOLL='' |
|---|
| 6623 | GNULIB_BIND='' |
|---|
| 6624 | GNULIB_BTOWC='' |
|---|
| 6625 | GNULIB_CALLOC_POSIX='' |
|---|
| 6626 | GNULIB_CANONICALIZE_FILE_NAME='' |
|---|
| 6627 | GNULIB_CBRT='' |
|---|
| 6628 | GNULIB_CBRTF='' |
|---|
| 6629 | GNULIB_CBRTL='' |
|---|
| 6630 | GNULIB_CEIL='' |
|---|
| 6631 | GNULIB_CEILF='' |
|---|
| 6632 | GNULIB_CEILL='' |
|---|
| 6633 | GNULIB_CHDIR='' |
|---|
| 6634 | GNULIB_CHOWN='' |
|---|
| 6635 | GNULIB_CLOSE='' |
|---|
| 6636 | GNULIB_CLOSEDIR='' |
|---|
| 6637 | GNULIB_CONNECT='' |
|---|
| 6638 | GNULIB_COPYSIGN='' |
|---|
| 6639 | GNULIB_COPYSIGNF='' |
|---|
| 6640 | GNULIB_COPYSIGNL='' |
|---|
| 6641 | GNULIB_COSF='' |
|---|
| 6642 | GNULIB_COSHF='' |
|---|
| 6643 | GNULIB_COSL='' |
|---|
| 6644 | GNULIB_DIRFD='' |
|---|
| 6645 | GNULIB_DPRINTF='' |
|---|
| 6646 | GNULIB_DUP2='' |
|---|
| 6647 | GNULIB_DUP3='' |
|---|
| 6648 | GNULIB_DUP='' |
|---|
| 6649 | GNULIB_ENVIRON='' |
|---|
| 6650 | GNULIB_EUIDACCESS='' |
|---|
| 6651 | GNULIB_EXP2='' |
|---|
| 6652 | GNULIB_EXP2F='' |
|---|
| 6653 | GNULIB_EXP2L='' |
|---|
| 6654 | GNULIB_EXPF='' |
|---|
| 6655 | GNULIB_EXPL='' |
|---|
| 6656 | GNULIB_EXPM1='' |
|---|
| 6657 | GNULIB_EXPM1F='' |
|---|
| 6658 | GNULIB_EXPM1L='' |
|---|
| 6659 | GNULIB_FABSF='' |
|---|
| 6660 | GNULIB_FABSL='' |
|---|
| 6661 | GNULIB_FACCESSAT='' |
|---|
| 6662 | GNULIB_FCHDIR='' |
|---|
| 6663 | GNULIB_FCHMODAT='' |
|---|
| 6664 | GNULIB_FCHOWNAT='' |
|---|
| 6665 | GNULIB_FCLOSE='' |
|---|
| 6666 | GNULIB_FCNTL='' |
|---|
| 6667 | GNULIB_FDATASYNC='' |
|---|
| 6668 | GNULIB_FDOPEN='' |
|---|
| 6669 | GNULIB_FDOPENDIR='' |
|---|
| 6670 | GNULIB_FFLUSH='' |
|---|
| 6671 | GNULIB_FFS='' |
|---|
| 6672 | GNULIB_FFSL='' |
|---|
| 6673 | GNULIB_FFSLL='' |
|---|
| 6674 | GNULIB_FGETC='' |
|---|
| 6675 | GNULIB_FGETS='' |
|---|
| 6676 | GNULIB_FLOOR='' |
|---|
| 6677 | GNULIB_FLOORF='' |
|---|
| 6678 | GNULIB_FLOORL='' |
|---|
| 6679 | GNULIB_FMA='' |
|---|
| 6680 | GNULIB_FMAF='' |
|---|
| 6681 | GNULIB_FMAL='' |
|---|
| 6682 | GNULIB_FMOD='' |
|---|
| 6683 | GNULIB_FMODF='' |
|---|
| 6684 | GNULIB_FMODL='' |
|---|
| 6685 | GNULIB_FOPEN='' |
|---|
| 6686 | GNULIB_FPRINTF='' |
|---|
| 6687 | GNULIB_FPRINTF_POSIX='' |
|---|
| 6688 | GNULIB_FPURGE='' |
|---|
| 6689 | GNULIB_FPUTC='' |
|---|
| 6690 | GNULIB_FPUTS='' |
|---|
| 6691 | GNULIB_FREAD='' |
|---|
| 6692 | GNULIB_FREOPEN='' |
|---|
| 6693 | GNULIB_FREXP='' |
|---|
| 6694 | GNULIB_FREXPF='' |
|---|
| 6695 | GNULIB_FREXPL='' |
|---|
| 6696 | GNULIB_FSCANF='' |
|---|
| 6697 | GNULIB_FSEEK='' |
|---|
| 6698 | GNULIB_FSEEKO='' |
|---|
| 6699 | GNULIB_FSTAT='' |
|---|
| 6700 | GNULIB_FSTATAT='' |
|---|
| 6701 | GNULIB_FSYNC='' |
|---|
| 6702 | GNULIB_FTELL='' |
|---|
| 6703 | GNULIB_FTELLO='' |
|---|
| 6704 | GNULIB_FTRUNCATE='' |
|---|
| 6705 | GNULIB_FUTIMENS='' |
|---|
| 6706 | GNULIB_FWRITE='' |
|---|
| 6707 | GNULIB_GETC='' |
|---|
| 6708 | GNULIB_GETCHAR='' |
|---|
| 6709 | GNULIB_GETCWD='' |
|---|
| 6710 | GNULIB_GETDELIM='' |
|---|
| 6711 | GNULIB_GETDOMAINNAME='' |
|---|
| 6712 | GNULIB_GETDTABLESIZE='' |
|---|
| 6713 | GNULIB_GETGROUPS='' |
|---|
| 6714 | GNULIB_GETHOSTNAME='' |
|---|
| 6715 | GNULIB_GETLINE='' |
|---|
| 6716 | GNULIB_GETLOADAVG='' |
|---|
| 6717 | GNULIB_GETLOGIN='' |
|---|
| 6718 | GNULIB_GETLOGIN_R='' |
|---|
| 6719 | GNULIB_GETPAGESIZE='' |
|---|
| 6720 | GNULIB_GETPEERNAME='' |
|---|
| 6721 | GNULIB_GETSOCKNAME='' |
|---|
| 6722 | GNULIB_GETSOCKOPT='' |
|---|
| 6723 | GNULIB_GETSUBOPT='' |
|---|
| 6724 | GNULIB_GETTIMEOFDAY='' |
|---|
| 6725 | GNULIB_GETUSERSHELL='' |
|---|
| 6726 | GNULIB_GL_UNISTD_H_GETOPT='' |
|---|
| 6727 | GNULIB_GRANTPT='' |
|---|
| 6728 | GNULIB_GROUP_MEMBER='' |
|---|
| 6729 | GNULIB_HYPOT='' |
|---|
| 6730 | GNULIB_HYPOTF='' |
|---|
| 6731 | GNULIB_HYPOTL='' |
|---|
| 6732 | GNULIB_ILOGB='' |
|---|
| 6733 | GNULIB_ILOGBF='' |
|---|
| 6734 | GNULIB_ILOGBL='' |
|---|
| 6735 | GNULIB_ISATTY='' |
|---|
| 6736 | GNULIB_ISFINITE='' |
|---|
| 6737 | GNULIB_ISINF='' |
|---|
| 6738 | GNULIB_ISNAN='' |
|---|
| 6739 | GNULIB_ISNAND='' |
|---|
| 6740 | GNULIB_ISNANF='' |
|---|
| 6741 | GNULIB_ISNANL='' |
|---|
| 6742 | GNULIB_ISWBLANK='' |
|---|
| 6743 | GNULIB_ISWCTYPE='' |
|---|
| 6744 | GNULIB_LCHMOD='' |
|---|
| 6745 | GNULIB_LCHOWN='' |
|---|
| 6746 | GNULIB_LDEXPF='' |
|---|
| 6747 | GNULIB_LDEXPL='' |
|---|
| 6748 | GNULIB_LINK='' |
|---|
| 6749 | GNULIB_LINKAT='' |
|---|
| 6750 | GNULIB_LISTEN='' |
|---|
| 6751 | GNULIB_LOG10='' |
|---|
| 6752 | GNULIB_LOG10F='' |
|---|
| 6753 | GNULIB_LOG10L='' |
|---|
| 6754 | GNULIB_LOG1P='' |
|---|
| 6755 | GNULIB_LOG1PF='' |
|---|
| 6756 | GNULIB_LOG1PL='' |
|---|
| 6757 | GNULIB_LOG2='' |
|---|
| 6758 | GNULIB_LOG2F='' |
|---|
| 6759 | GNULIB_LOG2L='' |
|---|
| 6760 | GNULIB_LOG='' |
|---|
| 6761 | GNULIB_LOGB='' |
|---|
| 6762 | GNULIB_LOGBF='' |
|---|
| 6763 | GNULIB_LOGBL='' |
|---|
| 6764 | GNULIB_LOGF='' |
|---|
| 6765 | GNULIB_LOGL='' |
|---|
| 6766 | GNULIB_LSEEK='' |
|---|
| 6767 | GNULIB_LSTAT='' |
|---|
| 6768 | GNULIB_MALLOC_POSIX='' |
|---|
| 6769 | GNULIB_MBRLEN='' |
|---|
| 6770 | GNULIB_MBRTOWC='' |
|---|
| 6771 | GNULIB_MBSCASECMP='' |
|---|
| 6772 | GNULIB_MBSCASESTR='' |
|---|
| 6773 | GNULIB_MBSCHR='' |
|---|
| 6774 | GNULIB_MBSCSPN='' |
|---|
| 6775 | GNULIB_MBSINIT='' |
|---|
| 6776 | GNULIB_MBSLEN='' |
|---|
| 6777 | GNULIB_MBSNCASECMP='' |
|---|
| 6778 | GNULIB_MBSNLEN='' |
|---|
| 6779 | GNULIB_MBSNRTOWCS='' |
|---|
| 6780 | GNULIB_MBSPBRK='' |
|---|
| 6781 | GNULIB_MBSPCASECMP='' |
|---|
| 6782 | GNULIB_MBSRCHR='' |
|---|
| 6783 | GNULIB_MBSRTOWCS='' |
|---|
| 6784 | GNULIB_MBSSEP='' |
|---|
| 6785 | GNULIB_MBSSPN='' |
|---|
| 6786 | GNULIB_MBSSTR='' |
|---|
| 6787 | GNULIB_MBSTOK_R='' |
|---|
| 6788 | GNULIB_MBTOWC='' |
|---|
| 6789 | GNULIB_MEMCHR='' |
|---|
| 6790 | GNULIB_MEMMEM='' |
|---|
| 6791 | GNULIB_MEMPCPY='' |
|---|
| 6792 | GNULIB_MEMRCHR='' |
|---|
| 6793 | GNULIB_MKDIRAT='' |
|---|
| 6794 | GNULIB_MKDTEMP='' |
|---|
| 6795 | GNULIB_MKFIFO='' |
|---|
| 6796 | GNULIB_MKFIFOAT='' |
|---|
| 6797 | GNULIB_MKNOD='' |
|---|
| 6798 | GNULIB_MKNODAT='' |
|---|
| 6799 | GNULIB_MKOSTEMP='' |
|---|
| 6800 | GNULIB_MKOSTEMPS='' |
|---|
| 6801 | GNULIB_MKSTEMP='' |
|---|
| 6802 | GNULIB_MKSTEMPS='' |
|---|
| 6803 | GNULIB_MKTIME='' |
|---|
| 6804 | GNULIB_MODF='' |
|---|
| 6805 | GNULIB_MODFF='' |
|---|
| 6806 | GNULIB_MODFL='' |
|---|
| 6807 | GNULIB_NANOSLEEP='' |
|---|
| 6808 | GNULIB_NONBLOCKING='' |
|---|
| 6809 | GNULIB_OBSTACK_PRINTF='' |
|---|
| 6810 | GNULIB_OBSTACK_PRINTF_POSIX='' |
|---|
| 6811 | GNULIB_OPEN='' |
|---|
| 6812 | GNULIB_OPENAT='' |
|---|
| 6813 | GNULIB_OPENDIR='' |
|---|
| 6814 | GNULIB_PCLOSE='' |
|---|
| 6815 | GNULIB_PERROR='' |
|---|
| 6816 | GNULIB_PIPE2='' |
|---|
| 6817 | GNULIB_PIPE='' |
|---|
| 6818 | GNULIB_POPEN='' |
|---|
| 6819 | GNULIB_POSIX_OPENPT='' |
|---|
| 6820 | GNULIB_POWF='' |
|---|
| 6821 | GNULIB_PREAD='' |
|---|
| 6822 | GNULIB_PRINTF='' |
|---|
| 6823 | GNULIB_PRINTF_POSIX='' |
|---|
| 6824 | GNULIB_PSELECT='' |
|---|
| 6825 | GNULIB_PTHREAD_SIGMASK='' |
|---|
| 6826 | GNULIB_PTSNAME='' |
|---|
| 6827 | GNULIB_PTSNAME_R='' |
|---|
| 6828 | GNULIB_PUTC='' |
|---|
| 6829 | GNULIB_PUTCHAR='' |
|---|
| 6830 | GNULIB_PUTENV='' |
|---|
| 6831 | GNULIB_PUTS='' |
|---|
| 6832 | GNULIB_PWRITE='' |
|---|
| 6833 | GNULIB_RAISE='' |
|---|
| 6834 | GNULIB_RANDOM='' |
|---|
| 6835 | GNULIB_RANDOM_R='' |
|---|
| 6836 | GNULIB_RAWMEMCHR='' |
|---|
| 6837 | GNULIB_READ='' |
|---|
| 6838 | GNULIB_READDIR='' |
|---|
| 6839 | GNULIB_READLINK='' |
|---|
| 6840 | GNULIB_READLINKAT='' |
|---|
| 6841 | GNULIB_REALLOC_POSIX='' |
|---|
| 6842 | GNULIB_REALPATH='' |
|---|
| 6843 | GNULIB_RECV='' |
|---|
| 6844 | GNULIB_RECVFROM='' |
|---|
| 6845 | GNULIB_REMAINDER='' |
|---|
| 6846 | GNULIB_REMAINDERF='' |
|---|
| 6847 | GNULIB_REMAINDERL='' |
|---|
| 6848 | GNULIB_REMOVE='' |
|---|
| 6849 | GNULIB_RENAME='' |
|---|
| 6850 | GNULIB_RENAMEAT='' |
|---|
| 6851 | GNULIB_REWINDDIR='' |
|---|
| 6852 | GNULIB_RINT='' |
|---|
| 6853 | GNULIB_RINTF='' |
|---|
| 6854 | GNULIB_RINTL='' |
|---|
| 6855 | GNULIB_RMDIR='' |
|---|
| 6856 | GNULIB_ROUND='' |
|---|
| 6857 | GNULIB_ROUNDF='' |
|---|
| 6858 | GNULIB_ROUNDL='' |
|---|
| 6859 | GNULIB_RPMATCH='' |
|---|
| 6860 | GNULIB_SCANDIR='' |
|---|
| 6861 | GNULIB_SCANF='' |
|---|
| 6862 | GNULIB_SECURE_GETENV='' |
|---|
| 6863 | GNULIB_SELECT='' |
|---|
| 6864 | GNULIB_SEND='' |
|---|
| 6865 | GNULIB_SENDTO='' |
|---|
| 6866 | GNULIB_SETENV='' |
|---|
| 6867 | GNULIB_SETHOSTNAME='' |
|---|
| 6868 | GNULIB_SETSOCKOPT='' |
|---|
| 6869 | GNULIB_SHUTDOWN='' |
|---|
| 6870 | GNULIB_SIGACTION='' |
|---|
| 6871 | GNULIB_SIGNAL_H_SIGPIPE='' |
|---|
| 6872 | GNULIB_SIGNBIT='' |
|---|
| 6873 | GNULIB_SIGPROCMASK='' |
|---|
| 6874 | GNULIB_SINF='' |
|---|
| 6875 | GNULIB_SINHF='' |
|---|
| 6876 | GNULIB_SINL='' |
|---|
| 6877 | GNULIB_SLEEP='' |
|---|
| 6878 | GNULIB_SNPRINTF='' |
|---|
| 6879 | GNULIB_SOCKET='' |
|---|
| 6880 | GNULIB_SPRINTF_POSIX='' |
|---|
| 6881 | GNULIB_SQRTF='' |
|---|
| 6882 | GNULIB_SQRTL='' |
|---|
| 6883 | GNULIB_STAT='' |
|---|
| 6884 | GNULIB_STDIO_H_NONBLOCKING='' |
|---|
| 6885 | GNULIB_STDIO_H_SIGPIPE='' |
|---|
| 6886 | GNULIB_STPCPY='' |
|---|
| 6887 | GNULIB_STPNCPY='' |
|---|
| 6888 | GNULIB_STRCASESTR='' |
|---|
| 6889 | GNULIB_STRCHRNUL='' |
|---|
| 6890 | GNULIB_STRDUP='' |
|---|
| 6891 | GNULIB_STRERROR='' |
|---|
| 6892 | GNULIB_STRERROR_R='' |
|---|
| 6893 | GNULIB_STRNCAT='' |
|---|
| 6894 | GNULIB_STRNDUP='' |
|---|
| 6895 | GNULIB_STRNLEN='' |
|---|
| 6896 | GNULIB_STRPBRK='' |
|---|
| 6897 | GNULIB_STRPTIME='' |
|---|
| 6898 | GNULIB_STRSEP='' |
|---|
| 6899 | GNULIB_STRSIGNAL='' |
|---|
| 6900 | GNULIB_STRSTR='' |
|---|
| 6901 | GNULIB_STRTOD='' |
|---|
| 6902 | GNULIB_STRTOK_R='' |
|---|
| 6903 | GNULIB_STRTOLL='' |
|---|
| 6904 | GNULIB_STRTOULL='' |
|---|
| 6905 | GNULIB_STRVERSCMP='' |
|---|
| 6906 | GNULIB_SYMLINK='' |
|---|
| 6907 | GNULIB_SYMLINKAT='' |
|---|
| 6908 | GNULIB_SYSTEM_POSIX='' |
|---|
| 6909 | GNULIB_TANF='' |
|---|
| 6910 | GNULIB_TANHF='' |
|---|
| 6911 | GNULIB_TANL='' |
|---|
| 6912 | GNULIB_TIMEGM='' |
|---|
| 6913 | GNULIB_TIMES='' |
|---|
| 6914 | GNULIB_TIME_R='' |
|---|
| 6915 | GNULIB_TMPFILE='' |
|---|
| 6916 | GNULIB_TOWCTRANS='' |
|---|
| 6917 | GNULIB_TRUNC='' |
|---|
| 6918 | GNULIB_TRUNCF='' |
|---|
| 6919 | GNULIB_TRUNCL='' |
|---|
| 6920 | GNULIB_TTYNAME_R='' |
|---|
| 6921 | GNULIB_UNAME='' |
|---|
| 6922 | GNULIB_UNISTD_H_NONBLOCKING='' |
|---|
| 6923 | GNULIB_UNISTD_H_SIGPIPE='' |
|---|
| 6924 | GNULIB_UNLINK='' |
|---|
| 6925 | GNULIB_UNLINKAT='' |
|---|
| 6926 | GNULIB_UNLOCKPT='' |
|---|
| 6927 | GNULIB_UNSETENV='' |
|---|
| 6928 | GNULIB_USLEEP='' |
|---|
| 6929 | GNULIB_UTIMENSAT='' |
|---|
| 6930 | GNULIB_VASPRINTF='' |
|---|
| 6931 | GNULIB_VDPRINTF='' |
|---|
| 6932 | GNULIB_VFPRINTF='' |
|---|
| 6933 | GNULIB_VFPRINTF_POSIX='' |
|---|
| 6934 | GNULIB_VFSCANF='' |
|---|
| 6935 | GNULIB_VPRINTF='' |
|---|
| 6936 | GNULIB_VPRINTF_POSIX='' |
|---|
| 6937 | GNULIB_VSCANF='' |
|---|
| 6938 | GNULIB_VSNPRINTF='' |
|---|
| 6939 | GNULIB_VSPRINTF_POSIX='' |
|---|
| 6940 | GNULIB_WCPCPY='' |
|---|
| 6941 | GNULIB_WCPNCPY='' |
|---|
| 6942 | GNULIB_WCRTOMB='' |
|---|
| 6943 | GNULIB_WCSCASECMP='' |
|---|
| 6944 | GNULIB_WCSCAT='' |
|---|
| 6945 | GNULIB_WCSCHR='' |
|---|
| 6946 | GNULIB_WCSCMP='' |
|---|
| 6947 | GNULIB_WCSCOLL='' |
|---|
| 6948 | GNULIB_WCSCPY='' |
|---|
| 6949 | GNULIB_WCSCSPN='' |
|---|
| 6950 | GNULIB_WCSDUP='' |
|---|
| 6951 | GNULIB_WCSLEN='' |
|---|
| 6952 | GNULIB_WCSNCASECMP='' |
|---|
| 6953 | GNULIB_WCSNCAT='' |
|---|
| 6954 | GNULIB_WCSNCMP='' |
|---|
| 6955 | GNULIB_WCSNCPY='' |
|---|
| 6956 | GNULIB_WCSNLEN='' |
|---|
| 6957 | GNULIB_WCSNRTOMBS='' |
|---|
| 6958 | GNULIB_WCSPBRK='' |
|---|
| 6959 | GNULIB_WCSRCHR='' |
|---|
| 6960 | GNULIB_WCSRTOMBS='' |
|---|
| 6961 | GNULIB_WCSSPN='' |
|---|
| 6962 | GNULIB_WCSSTR='' |
|---|
| 6963 | GNULIB_WCSTOK='' |
|---|
| 6964 | GNULIB_WCSWIDTH='' |
|---|
| 6965 | GNULIB_WCSXFRM='' |
|---|
| 6966 | GNULIB_WCTOB='' |
|---|
| 6967 | GNULIB_WCTOMB='' |
|---|
| 6968 | GNULIB_WCTRANS='' |
|---|
| 6969 | GNULIB_WCTYPE='' |
|---|
| 6970 | GNULIB_WCWIDTH='' |
|---|
| 6971 | GNULIB_WMEMCHR='' |
|---|
| 6972 | GNULIB_WMEMCMP='' |
|---|
| 6973 | GNULIB_WMEMCPY='' |
|---|
| 6974 | GNULIB_WMEMMOVE='' |
|---|
| 6975 | GNULIB_WMEMSET='' |
|---|
| 6976 | GNULIB_WRITE='' |
|---|
| 6977 | GNULIB__EXIT='' |
|---|
| 6978 | GNUPLOT='gnuplot' |
|---|
| 6979 | GPERF='gperf' |
|---|
| 6980 | GRAPHICS_CFLAGS='-I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT' |
|---|
| 6981 | GRAPHICS_LIBS='-L/opt/local/lib -Wl,-headerpad_max_install_names -lfltk_gl -framework AGL -framework OpenGL -framework ApplicationServices -lfltk -lpthread -framework Cocoa' |
|---|
| 6982 | GREP='/opt/local/bin/grep' |
|---|
| 6983 | GXX_VERSION='' |
|---|
| 6984 | HAVE_ACCEPT4='' |
|---|
| 6985 | HAVE_ACOSF='' |
|---|
| 6986 | HAVE_ACOSL='' |
|---|
| 6987 | HAVE_ALPHASORT='' |
|---|
| 6988 | HAVE_ASINF='' |
|---|
| 6989 | HAVE_ASINL='' |
|---|
| 6990 | HAVE_ATAN2F='' |
|---|
| 6991 | HAVE_ATANF='' |
|---|
| 6992 | HAVE_ATANL='' |
|---|
| 6993 | HAVE_ATOLL='' |
|---|
| 6994 | HAVE_BTOWC='' |
|---|
| 6995 | HAVE_CANONICALIZE_FILE_NAME='' |
|---|
| 6996 | HAVE_CBRT='' |
|---|
| 6997 | HAVE_CBRTF='' |
|---|
| 6998 | HAVE_CBRTL='' |
|---|
| 6999 | HAVE_CHOWN='' |
|---|
| 7000 | HAVE_CLOSEDIR='' |
|---|
| 7001 | HAVE_COPYSIGN='' |
|---|
| 7002 | HAVE_COPYSIGNL='' |
|---|
| 7003 | HAVE_COSF='' |
|---|
| 7004 | HAVE_COSHF='' |
|---|
| 7005 | HAVE_COSL='' |
|---|
| 7006 | HAVE_DECL_ACOSL='' |
|---|
| 7007 | HAVE_DECL_ASINL='' |
|---|
| 7008 | HAVE_DECL_ATANL='' |
|---|
| 7009 | HAVE_DECL_CBRTF='' |
|---|
| 7010 | HAVE_DECL_CBRTL='' |
|---|
| 7011 | HAVE_DECL_CEILF='' |
|---|
| 7012 | HAVE_DECL_CEILL='' |
|---|
| 7013 | HAVE_DECL_COPYSIGNF='' |
|---|
| 7014 | HAVE_DECL_COSL='' |
|---|
| 7015 | HAVE_DECL_DIRFD='' |
|---|
| 7016 | HAVE_DECL_ENVIRON='' |
|---|
| 7017 | HAVE_DECL_EXP2='' |
|---|
| 7018 | HAVE_DECL_EXP2F='' |
|---|
| 7019 | HAVE_DECL_EXP2L='' |
|---|
| 7020 | HAVE_DECL_EXPL='' |
|---|
| 7021 | HAVE_DECL_EXPM1L='' |
|---|
| 7022 | HAVE_DECL_FCHDIR='' |
|---|
| 7023 | HAVE_DECL_FDATASYNC='' |
|---|
| 7024 | HAVE_DECL_FDOPENDIR='' |
|---|
| 7025 | HAVE_DECL_FLOORF='' |
|---|
| 7026 | HAVE_DECL_FLOORL='' |
|---|
| 7027 | HAVE_DECL_FPURGE='' |
|---|
| 7028 | HAVE_DECL_FREXPL='' |
|---|
| 7029 | HAVE_DECL_FSEEKO='' |
|---|
| 7030 | HAVE_DECL_FTELLO='' |
|---|
| 7031 | HAVE_DECL_GETDELIM='' |
|---|
| 7032 | HAVE_DECL_GETDOMAINNAME='' |
|---|
| 7033 | HAVE_DECL_GETLINE='' |
|---|
| 7034 | HAVE_DECL_GETLOADAVG='' |
|---|
| 7035 | HAVE_DECL_GETLOGIN_R='' |
|---|
| 7036 | HAVE_DECL_GETPAGESIZE='' |
|---|
| 7037 | HAVE_DECL_GETUSERSHELL='' |
|---|
| 7038 | HAVE_DECL_LDEXPL='' |
|---|
| 7039 | HAVE_DECL_LOCALTIME_R='' |
|---|
| 7040 | HAVE_DECL_LOG10L='' |
|---|
| 7041 | HAVE_DECL_LOG2='' |
|---|
| 7042 | HAVE_DECL_LOG2F='' |
|---|
| 7043 | HAVE_DECL_LOG2L='' |
|---|
| 7044 | HAVE_DECL_LOGB='' |
|---|
| 7045 | HAVE_DECL_LOGL='' |
|---|
| 7046 | HAVE_DECL_MEMMEM='' |
|---|
| 7047 | HAVE_DECL_MEMRCHR='' |
|---|
| 7048 | HAVE_DECL_OBSTACK_PRINTF='' |
|---|
| 7049 | HAVE_DECL_REMAINDER='' |
|---|
| 7050 | HAVE_DECL_REMAINDERL='' |
|---|
| 7051 | HAVE_DECL_RINTF='' |
|---|
| 7052 | HAVE_DECL_ROUND='' |
|---|
| 7053 | HAVE_DECL_ROUNDF='' |
|---|
| 7054 | HAVE_DECL_ROUNDL='' |
|---|
| 7055 | HAVE_DECL_SETENV='' |
|---|
| 7056 | HAVE_DECL_SETHOSTNAME='' |
|---|
| 7057 | HAVE_DECL_SINL='' |
|---|
| 7058 | HAVE_DECL_SNPRINTF='' |
|---|
| 7059 | HAVE_DECL_SQRTL='' |
|---|
| 7060 | HAVE_DECL_STRDUP='' |
|---|
| 7061 | HAVE_DECL_STRERROR_R='' |
|---|
| 7062 | HAVE_DECL_STRNCASECMP='' |
|---|
| 7063 | HAVE_DECL_STRNDUP='' |
|---|
| 7064 | HAVE_DECL_STRNLEN='' |
|---|
| 7065 | HAVE_DECL_STRSIGNAL='' |
|---|
| 7066 | HAVE_DECL_STRTOK_R='' |
|---|
| 7067 | HAVE_DECL_TANL='' |
|---|
| 7068 | HAVE_DECL_TRUNC='' |
|---|
| 7069 | HAVE_DECL_TRUNCF='' |
|---|
| 7070 | HAVE_DECL_TRUNCL='' |
|---|
| 7071 | HAVE_DECL_TTYNAME_R='' |
|---|
| 7072 | HAVE_DECL_UNSETENV='' |
|---|
| 7073 | HAVE_DECL_VSNPRINTF='' |
|---|
| 7074 | HAVE_DECL_WCTOB='' |
|---|
| 7075 | HAVE_DECL_WCWIDTH='' |
|---|
| 7076 | HAVE_DIRENT_H='' |
|---|
| 7077 | HAVE_DPRINTF='' |
|---|
| 7078 | HAVE_DUP2='' |
|---|
| 7079 | HAVE_DUP3='' |
|---|
| 7080 | HAVE_EUIDACCESS='' |
|---|
| 7081 | HAVE_EXPF='' |
|---|
| 7082 | HAVE_EXPL='' |
|---|
| 7083 | HAVE_EXPM1='' |
|---|
| 7084 | HAVE_EXPM1F='' |
|---|
| 7085 | HAVE_FABSF='' |
|---|
| 7086 | HAVE_FABSL='' |
|---|
| 7087 | HAVE_FACCESSAT='' |
|---|
| 7088 | HAVE_FCHDIR='' |
|---|
| 7089 | HAVE_FCHMODAT='' |
|---|
| 7090 | HAVE_FCHOWNAT='' |
|---|
| 7091 | HAVE_FCNTL='' |
|---|
| 7092 | HAVE_FDATASYNC='' |
|---|
| 7093 | HAVE_FDOPENDIR='' |
|---|
| 7094 | HAVE_FEATURES_H='' |
|---|
| 7095 | HAVE_FFS='' |
|---|
| 7096 | HAVE_FFSL='' |
|---|
| 7097 | HAVE_FFSLL='' |
|---|
| 7098 | HAVE_FMA='' |
|---|
| 7099 | HAVE_FMAF='' |
|---|
| 7100 | HAVE_FMAL='' |
|---|
| 7101 | HAVE_FMODF='' |
|---|
| 7102 | HAVE_FMODL='' |
|---|
| 7103 | HAVE_FREXPF='' |
|---|
| 7104 | HAVE_FSEEKO='' |
|---|
| 7105 | HAVE_FSTATAT='' |
|---|
| 7106 | HAVE_FSYNC='' |
|---|
| 7107 | HAVE_FTELLO='' |
|---|
| 7108 | HAVE_FTRUNCATE='' |
|---|
| 7109 | HAVE_FUTIMENS='' |
|---|
| 7110 | HAVE_GETDTABLESIZE='' |
|---|
| 7111 | HAVE_GETGROUPS='' |
|---|
| 7112 | HAVE_GETHOSTNAME='' |
|---|
| 7113 | HAVE_GETLOGIN='' |
|---|
| 7114 | HAVE_GETOPT_H='' |
|---|
| 7115 | HAVE_GETPAGESIZE='' |
|---|
| 7116 | HAVE_GETSUBOPT='' |
|---|
| 7117 | HAVE_GETTIMEOFDAY='' |
|---|
| 7118 | HAVE_GRANTPT='' |
|---|
| 7119 | HAVE_GROUP_MEMBER='' |
|---|
| 7120 | HAVE_HYPOTF='' |
|---|
| 7121 | HAVE_HYPOTL='' |
|---|
| 7122 | HAVE_ILOGB='' |
|---|
| 7123 | HAVE_ILOGBF='' |
|---|
| 7124 | HAVE_ILOGBL='' |
|---|
| 7125 | HAVE_INTTYPES_H='' |
|---|
| 7126 | HAVE_ISNAND='' |
|---|
| 7127 | HAVE_ISNANF='' |
|---|
| 7128 | HAVE_ISNANL='' |
|---|
| 7129 | HAVE_ISWBLANK='' |
|---|
| 7130 | HAVE_ISWCNTRL='' |
|---|
| 7131 | HAVE_LCHMOD='' |
|---|
| 7132 | HAVE_LCHOWN='' |
|---|
| 7133 | HAVE_LDEXPF='' |
|---|
| 7134 | HAVE_LINK='' |
|---|
| 7135 | HAVE_LINKAT='' |
|---|
| 7136 | HAVE_LOG10F='' |
|---|
| 7137 | HAVE_LOG10L='' |
|---|
| 7138 | HAVE_LOG1P='' |
|---|
| 7139 | HAVE_LOG1PF='' |
|---|
| 7140 | HAVE_LOG1PL='' |
|---|
| 7141 | HAVE_LOGBF='' |
|---|
| 7142 | HAVE_LOGBL='' |
|---|
| 7143 | HAVE_LOGF='' |
|---|
| 7144 | HAVE_LOGL='' |
|---|
| 7145 | HAVE_LONG_LONG_INT='' |
|---|
| 7146 | HAVE_LSTAT='' |
|---|
| 7147 | HAVE_MBRLEN='' |
|---|
| 7148 | HAVE_MBRTOWC='' |
|---|
| 7149 | HAVE_MBSINIT='' |
|---|
| 7150 | HAVE_MBSLEN='' |
|---|
| 7151 | HAVE_MBSNRTOWCS='' |
|---|
| 7152 | HAVE_MBSRTOWCS='' |
|---|
| 7153 | HAVE_MEMCHR='' |
|---|
| 7154 | HAVE_MEMPCPY='' |
|---|
| 7155 | HAVE_MKDIRAT='' |
|---|
| 7156 | HAVE_MKDTEMP='' |
|---|
| 7157 | HAVE_MKFIFO='' |
|---|
| 7158 | HAVE_MKFIFOAT='' |
|---|
| 7159 | HAVE_MKNOD='' |
|---|
| 7160 | HAVE_MKNODAT='' |
|---|
| 7161 | HAVE_MKOSTEMP='' |
|---|
| 7162 | HAVE_MKOSTEMPS='' |
|---|
| 7163 | HAVE_MKSTEMP='' |
|---|
| 7164 | HAVE_MKSTEMPS='' |
|---|
| 7165 | HAVE_MODFF='' |
|---|
| 7166 | HAVE_MODFL='' |
|---|
| 7167 | HAVE_MSVC_INVALID_PARAMETER_HANDLER='' |
|---|
| 7168 | HAVE_NANOSLEEP='' |
|---|
| 7169 | HAVE_OPENAT='' |
|---|
| 7170 | HAVE_OPENDIR='' |
|---|
| 7171 | HAVE_OS_H='' |
|---|
| 7172 | HAVE_PCLOSE='' |
|---|
| 7173 | HAVE_PCRE_CONFIG='yes' |
|---|
| 7174 | HAVE_PIPE2='' |
|---|
| 7175 | HAVE_PIPE='' |
|---|
| 7176 | HAVE_POPEN='' |
|---|
| 7177 | HAVE_POSIX_OPENPT='' |
|---|
| 7178 | HAVE_POSIX_SIGNALBLOCKING='' |
|---|
| 7179 | HAVE_POWF='' |
|---|
| 7180 | HAVE_PREAD='' |
|---|
| 7181 | HAVE_PSELECT='' |
|---|
| 7182 | HAVE_PTHREAD_SIGMASK='' |
|---|
| 7183 | HAVE_PTSNAME='' |
|---|
| 7184 | HAVE_PTSNAME_R='' |
|---|
| 7185 | HAVE_PWRITE='' |
|---|
| 7186 | HAVE_RAISE='' |
|---|
| 7187 | HAVE_RANDOM='' |
|---|
| 7188 | HAVE_RANDOM_H='' |
|---|
| 7189 | HAVE_RANDOM_R='' |
|---|
| 7190 | HAVE_RAWMEMCHR='' |
|---|
| 7191 | HAVE_READDIR='' |
|---|
| 7192 | HAVE_READLINK='' |
|---|
| 7193 | HAVE_READLINKAT='' |
|---|
| 7194 | HAVE_REALPATH='' |
|---|
| 7195 | HAVE_REMAINDER='' |
|---|
| 7196 | HAVE_REMAINDERF='' |
|---|
| 7197 | HAVE_RENAMEAT='' |
|---|
| 7198 | HAVE_REWINDDIR='' |
|---|
| 7199 | HAVE_RINT='' |
|---|
| 7200 | HAVE_RINTL='' |
|---|
| 7201 | HAVE_RPMATCH='' |
|---|
| 7202 | HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='' |
|---|
| 7203 | HAVE_SA_FAMILY_T='' |
|---|
| 7204 | HAVE_SCANDIR='' |
|---|
| 7205 | HAVE_SECURE_GETENV='' |
|---|
| 7206 | HAVE_SETENV='' |
|---|
| 7207 | HAVE_SETHOSTNAME='' |
|---|
| 7208 | HAVE_SIGACTION='' |
|---|
| 7209 | HAVE_SIGHANDLER_T='' |
|---|
| 7210 | HAVE_SIGINFO_T='' |
|---|
| 7211 | HAVE_SIGNED_SIG_ATOMIC_T='' |
|---|
| 7212 | HAVE_SIGNED_WCHAR_T='' |
|---|
| 7213 | HAVE_SIGNED_WINT_T='' |
|---|
| 7214 | HAVE_SIGSET_T='' |
|---|
| 7215 | HAVE_SINF='' |
|---|
| 7216 | HAVE_SINHF='' |
|---|
| 7217 | HAVE_SINL='' |
|---|
| 7218 | HAVE_SLEEP='' |
|---|
| 7219 | HAVE_SQRTF='' |
|---|
| 7220 | HAVE_SQRTL='' |
|---|
| 7221 | HAVE_STDINT_H='' |
|---|
| 7222 | HAVE_STPCPY='' |
|---|
| 7223 | HAVE_STPNCPY='' |
|---|
| 7224 | HAVE_STRCASECMP='' |
|---|
| 7225 | HAVE_STRCASESTR='' |
|---|
| 7226 | HAVE_STRCHRNUL='' |
|---|
| 7227 | HAVE_STRINGS_H='' |
|---|
| 7228 | HAVE_STRPBRK='' |
|---|
| 7229 | HAVE_STRPTIME='' |
|---|
| 7230 | HAVE_STRSEP='' |
|---|
| 7231 | HAVE_STRTOD='' |
|---|
| 7232 | HAVE_STRTOLL='' |
|---|
| 7233 | HAVE_STRTOULL='' |
|---|
| 7234 | HAVE_STRUCT_RANDOM_DATA='' |
|---|
| 7235 | HAVE_STRUCT_SIGACTION_SA_SIGACTION='' |
|---|
| 7236 | HAVE_STRUCT_SOCKADDR_STORAGE='' |
|---|
| 7237 | HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='' |
|---|
| 7238 | HAVE_STRUCT_TIMEVAL='' |
|---|
| 7239 | HAVE_STRUCT_TMS='' |
|---|
| 7240 | HAVE_STRUCT_UTSNAME='' |
|---|
| 7241 | HAVE_STRVERSCMP='' |
|---|
| 7242 | HAVE_SYMLINK='' |
|---|
| 7243 | HAVE_SYMLINKAT='' |
|---|
| 7244 | HAVE_SYS_BITYPES_H='' |
|---|
| 7245 | HAVE_SYS_CDEFS_H='' |
|---|
| 7246 | HAVE_SYS_INTTYPES_H='' |
|---|
| 7247 | HAVE_SYS_LOADAVG_H='' |
|---|
| 7248 | HAVE_SYS_PARAM_H='' |
|---|
| 7249 | HAVE_SYS_SELECT_H='' |
|---|
| 7250 | HAVE_SYS_SOCKET_H='' |
|---|
| 7251 | HAVE_SYS_TIMES_H='' |
|---|
| 7252 | HAVE_SYS_TIME_H='' |
|---|
| 7253 | HAVE_SYS_TYPES_H='' |
|---|
| 7254 | HAVE_SYS_UIO_H='' |
|---|
| 7255 | HAVE_SYS_UTSNAME_H='' |
|---|
| 7256 | HAVE_TANF='' |
|---|
| 7257 | HAVE_TANHF='' |
|---|
| 7258 | HAVE_TANL='' |
|---|
| 7259 | HAVE_TIMEGM='' |
|---|
| 7260 | HAVE_TIMES='' |
|---|
| 7261 | HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='' |
|---|
| 7262 | HAVE_UNAME='' |
|---|
| 7263 | HAVE_UNISTD_H='' |
|---|
| 7264 | HAVE_UNLINKAT='' |
|---|
| 7265 | HAVE_UNLOCKPT='' |
|---|
| 7266 | HAVE_UNSIGNED_LONG_LONG_INT='' |
|---|
| 7267 | HAVE_USLEEP='' |
|---|
| 7268 | HAVE_UTIMENSAT='' |
|---|
| 7269 | HAVE_VASPRINTF='' |
|---|
| 7270 | HAVE_VDPRINTF='' |
|---|
| 7271 | HAVE_WCHAR_H='' |
|---|
| 7272 | HAVE_WCHAR_T='' |
|---|
| 7273 | HAVE_WCPCPY='' |
|---|
| 7274 | HAVE_WCPNCPY='' |
|---|
| 7275 | HAVE_WCRTOMB='' |
|---|
| 7276 | HAVE_WCSCASECMP='' |
|---|
| 7277 | HAVE_WCSCAT='' |
|---|
| 7278 | HAVE_WCSCHR='' |
|---|
| 7279 | HAVE_WCSCMP='' |
|---|
| 7280 | HAVE_WCSCOLL='' |
|---|
| 7281 | HAVE_WCSCPY='' |
|---|
| 7282 | HAVE_WCSCSPN='' |
|---|
| 7283 | HAVE_WCSDUP='' |
|---|
| 7284 | HAVE_WCSLEN='' |
|---|
| 7285 | HAVE_WCSNCASECMP='' |
|---|
| 7286 | HAVE_WCSNCAT='' |
|---|
| 7287 | HAVE_WCSNCMP='' |
|---|
| 7288 | HAVE_WCSNCPY='' |
|---|
| 7289 | HAVE_WCSNLEN='' |
|---|
| 7290 | HAVE_WCSNRTOMBS='' |
|---|
| 7291 | HAVE_WCSPBRK='' |
|---|
| 7292 | HAVE_WCSRCHR='' |
|---|
| 7293 | HAVE_WCSRTOMBS='' |
|---|
| 7294 | HAVE_WCSSPN='' |
|---|
| 7295 | HAVE_WCSSTR='' |
|---|
| 7296 | HAVE_WCSTOK='' |
|---|
| 7297 | HAVE_WCSWIDTH='' |
|---|
| 7298 | HAVE_WCSXFRM='' |
|---|
| 7299 | HAVE_WCTRANS_T='' |
|---|
| 7300 | HAVE_WCTYPE_H='' |
|---|
| 7301 | HAVE_WCTYPE_T='' |
|---|
| 7302 | HAVE_WINSOCK2_H='' |
|---|
| 7303 | HAVE_WINT_T='' |
|---|
| 7304 | HAVE_WMEMCHR='' |
|---|
| 7305 | HAVE_WMEMCMP='' |
|---|
| 7306 | HAVE_WMEMCPY='' |
|---|
| 7307 | HAVE_WMEMMOVE='' |
|---|
| 7308 | HAVE_WMEMSET='' |
|---|
| 7309 | HAVE_WS2TCPIP_H='' |
|---|
| 7310 | HAVE__BOOL='' |
|---|
| 7311 | HAVE__EXIT='' |
|---|
| 7312 | HDF5_CPPFLAGS='' |
|---|
| 7313 | HDF5_LDFLAGS='' |
|---|
| 7314 | HDF5_LIBS='-lhdf5' |
|---|
| 7315 | INCLUDE_DEPS='yes' |
|---|
| 7316 | INCLUDE_NEXT='' |
|---|
| 7317 | INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' |
|---|
| 7318 | INSTALL_DATA='${INSTALL} -m 644' |
|---|
| 7319 | INSTALL_PROGRAM='${INSTALL}' |
|---|
| 7320 | INSTALL_SCRIPT='${INSTALL}' |
|---|
| 7321 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
|---|
| 7322 | ISNAND_LIBM='' |
|---|
| 7323 | ISNANF_LIBM='' |
|---|
| 7324 | JAR='' |
|---|
| 7325 | JAVA='' |
|---|
| 7326 | JAVAC='' |
|---|
| 7327 | JAVA_CPPFLAGS='' |
|---|
| 7328 | JAVA_HOME='' |
|---|
| 7329 | JAVA_LIBS='' |
|---|
| 7330 | LAPACK_LIBS='' |
|---|
| 7331 | LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' |
|---|
| 7332 | LDFLAGS='' |
|---|
| 7333 | LD_CXX='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' |
|---|
| 7334 | LD_STATIC_FLAG='' |
|---|
| 7335 | LEX='flex' |
|---|
| 7336 | LEXLIB='' |
|---|
| 7337 | LEX_OUTPUT_ROOT='lex.octave_' |
|---|
| 7338 | LFLAGS='-I' |
|---|
| 7339 | LIBINTL='' |
|---|
| 7340 | LIBOBJS='' |
|---|
| 7341 | LIBOCTAVE='' |
|---|
| 7342 | LIBOCTINTERP='' |
|---|
| 7343 | LIBPRE='' |
|---|
| 7344 | LIBS='-lm ' |
|---|
| 7345 | LIBSOCKET='' |
|---|
| 7346 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
|---|
| 7347 | LIB_NANOSLEEP='' |
|---|
| 7348 | LIB_SELECT='' |
|---|
| 7349 | LIPO='lipo' |
|---|
| 7350 | LLVM_CONFIG='' |
|---|
| 7351 | LLVM_CPPFLAGS='' |
|---|
| 7352 | LLVM_CXXFLAGS='' |
|---|
| 7353 | LLVM_LDFLAGS='' |
|---|
| 7354 | LLVM_LIBS='' |
|---|
| 7355 | LN_S='ln -s' |
|---|
| 7356 | LOCALCHARSET_TESTS_ENVIRONMENT='' |
|---|
| 7357 | LOCALE_FR='' |
|---|
| 7358 | LOCALE_FR_UTF8='' |
|---|
| 7359 | LOCALE_JA='' |
|---|
| 7360 | LOCALE_ZH_CN='' |
|---|
| 7361 | LOG2F_LIBM='' |
|---|
| 7362 | LOG2_LIBM='' |
|---|
| 7363 | LOGF_LIBM='' |
|---|
| 7364 | LOG_LIBM='' |
|---|
| 7365 | LRELEASE='' |
|---|
| 7366 | LTALLOCA='' |
|---|
| 7367 | LTLIBINTL='' |
|---|
| 7368 | LTLIBOBJS='' |
|---|
| 7369 | MAGICK_CPPFLAGS='-I/opt/local/include/GraphicsMagick ' |
|---|
| 7370 | MAGICK_LDFLAGS='-L/opt/local/lib ' |
|---|
| 7371 | MAGICK_LIBS='-lGraphicsMagick++ -lGraphicsMagick ' |
|---|
| 7372 | MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/missing makeinfo' |
|---|
| 7373 | MANIFEST_TOOL=':' |
|---|
| 7374 | MKDIR_P='build-aux/install-sh -c -d' |
|---|
| 7375 | MKINFO='makeinfo' |
|---|
| 7376 | MKOCTFILE_AR='' |
|---|
| 7377 | MKOCTFILE_CC='' |
|---|
| 7378 | MKOCTFILE_CXX='' |
|---|
| 7379 | MKOCTFILE_DL_LD='' |
|---|
| 7380 | MKOCTFILE_DL_LDFLAGS='' |
|---|
| 7381 | MKOCTFILE_F77='' |
|---|
| 7382 | MKOCTFILE_LD_CXX='' |
|---|
| 7383 | MKOCTFILE_RANLIB='' |
|---|
| 7384 | MOC='/opt/local/libexec/qt4/bin/moc' |
|---|
| 7385 | NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' |
|---|
| 7386 | NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' |
|---|
| 7387 | NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' |
|---|
| 7388 | NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' |
|---|
| 7389 | NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' |
|---|
| 7390 | NEXT_AS_FIRST_DIRECTIVE_MATH_H='' |
|---|
| 7391 | NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' |
|---|
| 7392 | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' |
|---|
| 7393 | NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' |
|---|
| 7394 | NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' |
|---|
| 7395 | NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' |
|---|
| 7396 | NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' |
|---|
| 7397 | NEXT_AS_FIRST_DIRECTIVE_STRING_H='' |
|---|
| 7398 | NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' |
|---|
| 7399 | NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='' |
|---|
| 7400 | NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' |
|---|
| 7401 | NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H='' |
|---|
| 7402 | NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' |
|---|
| 7403 | NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' |
|---|
| 7404 | NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='' |
|---|
| 7405 | NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H='' |
|---|
| 7406 | NEXT_AS_FIRST_DIRECTIVE_TIME_H='' |
|---|
| 7407 | NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' |
|---|
| 7408 | NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' |
|---|
| 7409 | NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' |
|---|
| 7410 | NEXT_DIRENT_H='' |
|---|
| 7411 | NEXT_ERRNO_H='' |
|---|
| 7412 | NEXT_FCNTL_H='' |
|---|
| 7413 | NEXT_FLOAT_H='' |
|---|
| 7414 | NEXT_GETOPT_H='' |
|---|
| 7415 | NEXT_MATH_H='' |
|---|
| 7416 | NEXT_SIGNAL_H='' |
|---|
| 7417 | NEXT_STDDEF_H='' |
|---|
| 7418 | NEXT_STDINT_H='' |
|---|
| 7419 | NEXT_STDIO_H='' |
|---|
| 7420 | NEXT_STDLIB_H='' |
|---|
| 7421 | NEXT_STRINGS_H='' |
|---|
| 7422 | NEXT_STRING_H='' |
|---|
| 7423 | NEXT_SYS_SELECT_H='' |
|---|
| 7424 | NEXT_SYS_SOCKET_H='' |
|---|
| 7425 | NEXT_SYS_STAT_H='' |
|---|
| 7426 | NEXT_SYS_TIMES_H='' |
|---|
| 7427 | NEXT_SYS_TIME_H='' |
|---|
| 7428 | NEXT_SYS_TYPES_H='' |
|---|
| 7429 | NEXT_SYS_UIO_H='' |
|---|
| 7430 | NEXT_SYS_UTSNAME_H='' |
|---|
| 7431 | NEXT_TIME_H='' |
|---|
| 7432 | NEXT_UNISTD_H='' |
|---|
| 7433 | NEXT_WCHAR_H='' |
|---|
| 7434 | NEXT_WCTYPE_H='' |
|---|
| 7435 | NM='/opt/local/bin/nm' |
|---|
| 7436 | NMEDIT='nmedit' |
|---|
| 7437 | NO_OCT_FILE_STRIP='' |
|---|
| 7438 | NO_UNDEFINED_LDFLAG='' |
|---|
| 7439 | OBJDUMP='false' |
|---|
| 7440 | OBJEXT='o' |
|---|
| 7441 | OCTAVE_API_VERSION='api-v49+' |
|---|
| 7442 | OCTAVE_COPYRIGHT='Copyright (C) 2014 John W. Eaton and others.' |
|---|
| 7443 | OCTAVE_DLL_DEFS='' |
|---|
| 7444 | OCTAVE_IDX_TYPE='int' |
|---|
| 7445 | OCTAVE_MAJOR_VERSION='3' |
|---|
| 7446 | OCTAVE_MINOR_VERSION='8' |
|---|
| 7447 | OCTAVE_PATCH_VERSION='2' |
|---|
| 7448 | OCTAVE_RELEASE_DATE='2014-08-06' |
|---|
| 7449 | OCTAVE_VERSION='3.8.2' |
|---|
| 7450 | OCTGRAPHICS_DLL_DEFS='' |
|---|
| 7451 | OCTGUI_DLL_DEFS='' |
|---|
| 7452 | OCTINTERP_DLL_DEFS='' |
|---|
| 7453 | OPENGL_LIBS='-L/opt/local/lib -lfontconfig -lfreetype -Wl,-framework -Wl,OpenGL' |
|---|
| 7454 | OTOOL64=':' |
|---|
| 7455 | OTOOL='otool' |
|---|
| 7456 | PACKAGE='octave' |
|---|
| 7457 | PACKAGE_BUGREPORT='http://octave.org/bugs.html' |
|---|
| 7458 | PACKAGE_NAME='GNU Octave' |
|---|
| 7459 | PACKAGE_STRING='GNU Octave 3.8.2' |
|---|
| 7460 | PACKAGE_TARNAME='octave' |
|---|
| 7461 | PACKAGE_URL='http://www.gnu.org/software/octave/' |
|---|
| 7462 | PACKAGE_VERSION='3.8.2' |
|---|
| 7463 | PATH_SEPARATOR=':' |
|---|
| 7464 | PCRE_CPPFLAGS='-I/opt/local/include' |
|---|
| 7465 | PCRE_LIBS='-L/opt/local/lib -lpcre' |
|---|
| 7466 | PERL='/opt/local/bin/perl' |
|---|
| 7467 | PKG_CONFIG='/opt/local/bin/pkg-config' |
|---|
| 7468 | POW_LIBM='' |
|---|
| 7469 | PRAGMA_COLUMNS='' |
|---|
| 7470 | PRAGMA_SYSTEM_HEADER='' |
|---|
| 7471 | PTHREAD_CC='/usr/bin/clang' |
|---|
| 7472 | PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' |
|---|
| 7473 | PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' |
|---|
| 7474 | PTHREAD_LIBS='' |
|---|
| 7475 | PTRDIFF_T_SUFFIX='' |
|---|
| 7476 | PYTHON=''\'' '\''' |
|---|
| 7477 | QHULL_CPPFLAGS='' |
|---|
| 7478 | QHULL_LDFLAGS='' |
|---|
| 7479 | QHULL_LIBS='-lqhull' |
|---|
| 7480 | QRUPDATE_CPPFLAGS='' |
|---|
| 7481 | QRUPDATE_LDFLAGS='' |
|---|
| 7482 | QRUPDATE_LIBS='' |
|---|
| 7483 | QT_CFLAGS='' |
|---|
| 7484 | QT_CPPFLAGS='' |
|---|
| 7485 | QT_LDFLAGS='' |
|---|
| 7486 | QT_LIBS='' |
|---|
| 7487 | RANLIB='ranlib' |
|---|
| 7488 | RCC='' |
|---|
| 7489 | RDYNAMIC_FLAG='' |
|---|
| 7490 | READLINE_LIBS='' |
|---|
| 7491 | REPLACE_BTOWC='' |
|---|
| 7492 | REPLACE_CALLOC='' |
|---|
| 7493 | REPLACE_CANONICALIZE_FILE_NAME='' |
|---|
| 7494 | REPLACE_CBRTF='' |
|---|
| 7495 | REPLACE_CBRTL='' |
|---|
| 7496 | REPLACE_CEIL='' |
|---|
| 7497 | REPLACE_CEILF='' |
|---|
| 7498 | REPLACE_CEILL='' |
|---|
| 7499 | REPLACE_CHOWN='' |
|---|
| 7500 | REPLACE_CLOSE='' |
|---|
| 7501 | REPLACE_CLOSEDIR='' |
|---|
| 7502 | REPLACE_DIRFD='' |
|---|
| 7503 | REPLACE_DPRINTF='' |
|---|
| 7504 | REPLACE_DUP2='' |
|---|
| 7505 | REPLACE_DUP='' |
|---|
| 7506 | REPLACE_EXP2='' |
|---|
| 7507 | REPLACE_EXP2L='' |
|---|
| 7508 | REPLACE_EXPM1='' |
|---|
| 7509 | REPLACE_EXPM1F='' |
|---|
| 7510 | REPLACE_FABSL='' |
|---|
| 7511 | REPLACE_FCHOWNAT='' |
|---|
| 7512 | REPLACE_FCLOSE='' |
|---|
| 7513 | REPLACE_FCNTL='' |
|---|
| 7514 | REPLACE_FDOPEN='' |
|---|
| 7515 | REPLACE_FDOPENDIR='' |
|---|
| 7516 | REPLACE_FFLUSH='' |
|---|
| 7517 | REPLACE_FLOOR='' |
|---|
| 7518 | REPLACE_FLOORF='' |
|---|
| 7519 | REPLACE_FLOORL='' |
|---|
| 7520 | REPLACE_FMA='' |
|---|
| 7521 | REPLACE_FMAF='' |
|---|
| 7522 | REPLACE_FMAL='' |
|---|
| 7523 | REPLACE_FMOD='' |
|---|
| 7524 | REPLACE_FMODF='' |
|---|
| 7525 | REPLACE_FMODL='' |
|---|
| 7526 | REPLACE_FOPEN='' |
|---|
| 7527 | REPLACE_FPRINTF='' |
|---|
| 7528 | REPLACE_FPURGE='' |
|---|
| 7529 | REPLACE_FREOPEN='' |
|---|
| 7530 | REPLACE_FREXP='' |
|---|
| 7531 | REPLACE_FREXPF='' |
|---|
| 7532 | REPLACE_FREXPL='' |
|---|
| 7533 | REPLACE_FSEEK='' |
|---|
| 7534 | REPLACE_FSEEKO='' |
|---|
| 7535 | REPLACE_FSTAT='' |
|---|
| 7536 | REPLACE_FSTATAT='' |
|---|
| 7537 | REPLACE_FTELL='' |
|---|
| 7538 | REPLACE_FTELLO='' |
|---|
| 7539 | REPLACE_FTRUNCATE='' |
|---|
| 7540 | REPLACE_FUTIMENS='' |
|---|
| 7541 | REPLACE_GETCWD='' |
|---|
| 7542 | REPLACE_GETDELIM='' |
|---|
| 7543 | REPLACE_GETDOMAINNAME='' |
|---|
| 7544 | REPLACE_GETDTABLESIZE='' |
|---|
| 7545 | REPLACE_GETGROUPS='' |
|---|
| 7546 | REPLACE_GETLINE='' |
|---|
| 7547 | REPLACE_GETLOGIN_R='' |
|---|
| 7548 | REPLACE_GETPAGESIZE='' |
|---|
| 7549 | REPLACE_GETTIMEOFDAY='' |
|---|
| 7550 | REPLACE_HUGE_VAL='' |
|---|
| 7551 | REPLACE_HYPOT='' |
|---|
| 7552 | REPLACE_HYPOTF='' |
|---|
| 7553 | REPLACE_HYPOTL='' |
|---|
| 7554 | REPLACE_ILOGB='' |
|---|
| 7555 | REPLACE_ILOGBF='' |
|---|
| 7556 | REPLACE_ISATTY='' |
|---|
| 7557 | REPLACE_ISFINITE='' |
|---|
| 7558 | REPLACE_ISINF='' |
|---|
| 7559 | REPLACE_ISNAN='' |
|---|
| 7560 | REPLACE_ISWBLANK='' |
|---|
| 7561 | REPLACE_ISWCNTRL='' |
|---|
| 7562 | REPLACE_ITOLD='' |
|---|
| 7563 | REPLACE_LCHOWN='' |
|---|
| 7564 | REPLACE_LDEXPL='' |
|---|
| 7565 | REPLACE_LINK='' |
|---|
| 7566 | REPLACE_LINKAT='' |
|---|
| 7567 | REPLACE_LOCALTIME_R='' |
|---|
| 7568 | REPLACE_LOG10='' |
|---|
| 7569 | REPLACE_LOG10F='' |
|---|
| 7570 | REPLACE_LOG10L='' |
|---|
| 7571 | REPLACE_LOG1P='' |
|---|
| 7572 | REPLACE_LOG1PF='' |
|---|
| 7573 | REPLACE_LOG1PL='' |
|---|
| 7574 | REPLACE_LOG2='' |
|---|
| 7575 | REPLACE_LOG2F='' |
|---|
| 7576 | REPLACE_LOG2L='' |
|---|
| 7577 | REPLACE_LOG='' |
|---|
| 7578 | REPLACE_LOGB='' |
|---|
| 7579 | REPLACE_LOGBF='' |
|---|
| 7580 | REPLACE_LOGBL='' |
|---|
| 7581 | REPLACE_LOGF='' |
|---|
| 7582 | REPLACE_LOGL='' |
|---|
| 7583 | REPLACE_LSEEK='' |
|---|
| 7584 | REPLACE_LSTAT='' |
|---|
| 7585 | REPLACE_MALLOC='' |
|---|
| 7586 | REPLACE_MBRLEN='' |
|---|
| 7587 | REPLACE_MBRTOWC='' |
|---|
| 7588 | REPLACE_MBSINIT='' |
|---|
| 7589 | REPLACE_MBSNRTOWCS='' |
|---|
| 7590 | REPLACE_MBSRTOWCS='' |
|---|
| 7591 | REPLACE_MBSTATE_T='' |
|---|
| 7592 | REPLACE_MBTOWC='' |
|---|
| 7593 | REPLACE_MEMCHR='' |
|---|
| 7594 | REPLACE_MEMMEM='' |
|---|
| 7595 | REPLACE_MKDIR='' |
|---|
| 7596 | REPLACE_MKFIFO='' |
|---|
| 7597 | REPLACE_MKNOD='' |
|---|
| 7598 | REPLACE_MKSTEMP='' |
|---|
| 7599 | REPLACE_MKTIME='' |
|---|
| 7600 | REPLACE_MODF='' |
|---|
| 7601 | REPLACE_MODFF='' |
|---|
| 7602 | REPLACE_MODFL='' |
|---|
| 7603 | REPLACE_NAN='' |
|---|
| 7604 | REPLACE_NANOSLEEP='' |
|---|
| 7605 | REPLACE_NULL='' |
|---|
| 7606 | REPLACE_OBSTACK_PRINTF='' |
|---|
| 7607 | REPLACE_OPEN='' |
|---|
| 7608 | REPLACE_OPENAT='' |
|---|
| 7609 | REPLACE_OPENDIR='' |
|---|
| 7610 | REPLACE_PERROR='' |
|---|
| 7611 | REPLACE_POPEN='' |
|---|
| 7612 | REPLACE_PREAD='' |
|---|
| 7613 | REPLACE_PRINTF='' |
|---|
| 7614 | REPLACE_PSELECT='' |
|---|
| 7615 | REPLACE_PTHREAD_SIGMASK='' |
|---|
| 7616 | REPLACE_PTSNAME='' |
|---|
| 7617 | REPLACE_PTSNAME_R='' |
|---|
| 7618 | REPLACE_PUTENV='' |
|---|
| 7619 | REPLACE_PWRITE='' |
|---|
| 7620 | REPLACE_RAISE='' |
|---|
| 7621 | REPLACE_RANDOM_R='' |
|---|
| 7622 | REPLACE_READ='' |
|---|
| 7623 | REPLACE_READLINK='' |
|---|
| 7624 | REPLACE_REALLOC='' |
|---|
| 7625 | REPLACE_REALPATH='' |
|---|
| 7626 | REPLACE_REMAINDER='' |
|---|
| 7627 | REPLACE_REMAINDERF='' |
|---|
| 7628 | REPLACE_REMAINDERL='' |
|---|
| 7629 | REPLACE_REMOVE='' |
|---|
| 7630 | REPLACE_RENAME='' |
|---|
| 7631 | REPLACE_RENAMEAT='' |
|---|
| 7632 | REPLACE_RMDIR='' |
|---|
| 7633 | REPLACE_ROUND='' |
|---|
| 7634 | REPLACE_ROUNDF='' |
|---|
| 7635 | REPLACE_ROUNDL='' |
|---|
| 7636 | REPLACE_SELECT='' |
|---|
| 7637 | REPLACE_SETENV='' |
|---|
| 7638 | REPLACE_SIGNBIT='' |
|---|
| 7639 | REPLACE_SIGNBIT_USING_GCC='' |
|---|
| 7640 | REPLACE_SLEEP='' |
|---|
| 7641 | REPLACE_SNPRINTF='' |
|---|
| 7642 | REPLACE_SPRINTF='' |
|---|
| 7643 | REPLACE_SQRTL='' |
|---|
| 7644 | REPLACE_STAT='' |
|---|
| 7645 | REPLACE_STDIO_READ_FUNCS='' |
|---|
| 7646 | REPLACE_STDIO_WRITE_FUNCS='' |
|---|
| 7647 | REPLACE_STPNCPY='' |
|---|
| 7648 | REPLACE_STRCASESTR='' |
|---|
| 7649 | REPLACE_STRCHRNUL='' |
|---|
| 7650 | REPLACE_STRDUP='' |
|---|
| 7651 | REPLACE_STRERROR='' |
|---|
| 7652 | REPLACE_STRERROR_R='' |
|---|
| 7653 | REPLACE_STRNCAT='' |
|---|
| 7654 | REPLACE_STRNDUP='' |
|---|
| 7655 | REPLACE_STRNLEN='' |
|---|
| 7656 | REPLACE_STRSIGNAL='' |
|---|
| 7657 | REPLACE_STRSTR='' |
|---|
| 7658 | REPLACE_STRTOD='' |
|---|
| 7659 | REPLACE_STRTOK_R='' |
|---|
| 7660 | REPLACE_STRUCT_TIMEVAL='' |
|---|
| 7661 | REPLACE_SYMLINK='' |
|---|
| 7662 | REPLACE_TIMEGM='' |
|---|
| 7663 | REPLACE_TMPFILE='' |
|---|
| 7664 | REPLACE_TOWLOWER='' |
|---|
| 7665 | REPLACE_TRUNC='' |
|---|
| 7666 | REPLACE_TRUNCF='' |
|---|
| 7667 | REPLACE_TRUNCL='' |
|---|
| 7668 | REPLACE_TTYNAME_R='' |
|---|
| 7669 | REPLACE_UNLINK='' |
|---|
| 7670 | REPLACE_UNLINKAT='' |
|---|
| 7671 | REPLACE_UNSETENV='' |
|---|
| 7672 | REPLACE_USLEEP='' |
|---|
| 7673 | REPLACE_UTIMENSAT='' |
|---|
| 7674 | REPLACE_VASPRINTF='' |
|---|
| 7675 | REPLACE_VDPRINTF='' |
|---|
| 7676 | REPLACE_VFPRINTF='' |
|---|
| 7677 | REPLACE_VPRINTF='' |
|---|
| 7678 | REPLACE_VSNPRINTF='' |
|---|
| 7679 | REPLACE_VSPRINTF='' |
|---|
| 7680 | REPLACE_WCRTOMB='' |
|---|
| 7681 | REPLACE_WCSNRTOMBS='' |
|---|
| 7682 | REPLACE_WCSRTOMBS='' |
|---|
| 7683 | REPLACE_WCSWIDTH='' |
|---|
| 7684 | REPLACE_WCTOB='' |
|---|
| 7685 | REPLACE_WCTOMB='' |
|---|
| 7686 | REPLACE_WCWIDTH='' |
|---|
| 7687 | REPLACE_WRITE='' |
|---|
| 7688 | ROUNDF_LIBM='' |
|---|
| 7689 | ROUND_LIBM='' |
|---|
| 7690 | SED='/opt/local/bin/gsed' |
|---|
| 7691 | SET_MAKE='' |
|---|
| 7692 | SHELL='/bin/sh' |
|---|
| 7693 | SHLBIN='' |
|---|
| 7694 | SHLBINPRE='' |
|---|
| 7695 | SHLBIN_VER='' |
|---|
| 7696 | SHLEXT='' |
|---|
| 7697 | SHLEXT_VER='' |
|---|
| 7698 | SHLLIB='' |
|---|
| 7699 | SHLLIBPRE='' |
|---|
| 7700 | SHLLIB_VER='' |
|---|
| 7701 | SHLLINKEXT='' |
|---|
| 7702 | SHLPRE='' |
|---|
| 7703 | SH_LD='' |
|---|
| 7704 | SH_LDFLAGS='' |
|---|
| 7705 | SIG_ATOMIC_T_SUFFIX='' |
|---|
| 7706 | SIZE_T_SUFFIX='' |
|---|
| 7707 | SONAME_FLAGS='' |
|---|
| 7708 | STDALIGN_H='' |
|---|
| 7709 | STDBOOL_H='' |
|---|
| 7710 | STDDEF_H='' |
|---|
| 7711 | STDINT_H='' |
|---|
| 7712 | STRIP='strip' |
|---|
| 7713 | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' |
|---|
| 7714 | TEMPLATE_AR='' |
|---|
| 7715 | TEMPLATE_ARFLAGS='' |
|---|
| 7716 | TERM_LIBS='' |
|---|
| 7717 | TEXI2DVI='/opt/local/bin/texi2dvi --build-dir=t2d_cache' |
|---|
| 7718 | TEXI2PDF='/opt/local/bin/texi2pdf --build-dir=t2d_cache' |
|---|
| 7719 | TEXINFO_AMD='' |
|---|
| 7720 | TEXINFO_ARPACK='' |
|---|
| 7721 | TEXINFO_CAMD='' |
|---|
| 7722 | TEXINFO_CCOLAMD='' |
|---|
| 7723 | TEXINFO_CHOLMOD='' |
|---|
| 7724 | TEXINFO_COLAMD='' |
|---|
| 7725 | TEXINFO_CURL='@set HAVE_CURL' |
|---|
| 7726 | TEXINFO_CXSPARSE='' |
|---|
| 7727 | TEXINFO_FFTW3='@set HAVE_FFTW3' |
|---|
| 7728 | TEXINFO_FFTW3F='@set HAVE_FFTW3F' |
|---|
| 7729 | TEXINFO_GLPK='@set HAVE_GLPK' |
|---|
| 7730 | TEXINFO_HDF5='@set HAVE_HDF5' |
|---|
| 7731 | TEXINFO_QHULL='@set HAVE_QHULL' |
|---|
| 7732 | TEXINFO_QRUPDATE='' |
|---|
| 7733 | TEXINFO_UMFPACK='' |
|---|
| 7734 | TEXINFO_Z='@set HAVE_Z' |
|---|
| 7735 | TIME_H_DEFINES_STRUCT_TIMESPEC='' |
|---|
| 7736 | TRUNCF_LIBM='' |
|---|
| 7737 | TRUNC_LIBM='' |
|---|
| 7738 | UIC='' |
|---|
| 7739 | UMFPACK_CPPFLAGS='' |
|---|
| 7740 | UMFPACK_LDFLAGS='' |
|---|
| 7741 | UMFPACK_LIBS='' |
|---|
| 7742 | UNDEFINE_STRTOK_R='' |
|---|
| 7743 | UNISTD_H_HAVE_WINSOCK2_H='' |
|---|
| 7744 | UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' |
|---|
| 7745 | USE_64_BIT_IDX_T='no' |
|---|
| 7746 | VERSION='3.8.2' |
|---|
| 7747 | WARN_CFLAGS='' |
|---|
| 7748 | WARN_CXXFLAGS='' |
|---|
| 7749 | WCHAR_T_SUFFIX='' |
|---|
| 7750 | WIN32_TERMINAL_FALSE='' |
|---|
| 7751 | WIN32_TERMINAL_TRUE='' |
|---|
| 7752 | WINDOWS_64_BIT_OFF_T='' |
|---|
| 7753 | WINDOWS_64_BIT_ST_SIZE='' |
|---|
| 7754 | WINT_T_SUFFIX='' |
|---|
| 7755 | X11_INCFLAGS='' |
|---|
| 7756 | X11_LIBS='' |
|---|
| 7757 | XFT_CFLAGS='' |
|---|
| 7758 | XFT_LIBS='' |
|---|
| 7759 | XMKMF='' |
|---|
| 7760 | XTRA_CFLAGS='' |
|---|
| 7761 | XTRA_CRUFT_SH_LDFLAGS='' |
|---|
| 7762 | XTRA_CXXFLAGS='' |
|---|
| 7763 | YACC='bison -y' |
|---|
| 7764 | YFLAGS='' |
|---|
| 7765 | Z_CPPFLAGS='' |
|---|
| 7766 | Z_LDFLAGS='' |
|---|
| 7767 | Z_LIBS='-lz' |
|---|
| 7768 | ac_config_files='' |
|---|
| 7769 | ac_config_headers=' config.h:config.in.h' |
|---|
| 7770 | ac_ct_AR='ar' |
|---|
| 7771 | ac_ct_CC='/usr/bin/clang' |
|---|
| 7772 | ac_ct_CXX='' |
|---|
| 7773 | ac_ct_DUMPBIN='' |
|---|
| 7774 | ac_ct_F77='' |
|---|
| 7775 | ac_ct_LRELEASE='' |
|---|
| 7776 | ac_ct_MOC='' |
|---|
| 7777 | ac_ct_RCC='' |
|---|
| 7778 | ac_ct_UIC='' |
|---|
| 7779 | am__EXEEXT_FALSE='' |
|---|
| 7780 | am__EXEEXT_TRUE='' |
|---|
| 7781 | am__fastdepCC_FALSE='' |
|---|
| 7782 | am__fastdepCC_TRUE='#' |
|---|
| 7783 | am__fastdepCXX_FALSE='' |
|---|
| 7784 | am__fastdepCXX_TRUE='#' |
|---|
| 7785 | am__include='include' |
|---|
| 7786 | am__isrc='' |
|---|
| 7787 | am__leading_dot='.' |
|---|
| 7788 | am__nodep='' |
|---|
| 7789 | am__quote='' |
|---|
| 7790 | am__tar='tar --format=ustar -chf - "$$tardir"' |
|---|
| 7791 | am__untar='tar -xf -' |
|---|
| 7792 | archlibdir='$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)' |
|---|
| 7793 | ax_pthread_config='' |
|---|
| 7794 | bindir='${exec_prefix}/bin' |
|---|
| 7795 | build='x86_64-apple-darwin14.5.0' |
|---|
| 7796 | build_alias='' |
|---|
| 7797 | build_cpu='x86_64' |
|---|
| 7798 | build_os='darwin14.5.0' |
|---|
| 7799 | build_vendor='apple' |
|---|
| 7800 | canonical_host_type='x86_64-apple-darwin14.5.0' |
|---|
| 7801 | config_opts=' '\''--prefix=/opt/local'\'' '\''--disable-dependency-tracking'\'' '\''--with-umfpack=-lumfpack -lSuiteSparse'\'' '\''--enable-docs'\'' '\''--enable-strict-warning-flags'\'' '\''--disable-silent-rules'\'' '\''--without-x'\'' '\''--with-opengl'\'' '\''--enable-gui'\'' '\''--disable-java'\'' '\''--with-cholmod=-lcholmod'\'' '\''--with-blas=-lcblas -lf77blas -latlas'\'' '\''--with-lapack=-llapack'\'' '\''CC=/usr/bin/clang'\'' '\''CFLAGS=-pipe -Os -arch x86_64'\'' '\''CXX=/usr/bin/clang++'\'' '\''CXXFLAGS=-pipe -Os -arch x86_64 -stdlib=libc++'\'' '\''F77=/opt/local/bin/gfortran-mp-5'\'' '\''FFLAGS=-pipe -Os'\''' |
|---|
| 7802 | datadir='${datarootdir}' |
|---|
| 7803 | datarootdir='${prefix}/share' |
|---|
| 7804 | doc_cache_file='$(octetcdir)/doc-cache' |
|---|
| 7805 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|---|
| 7806 | dvidir='${docdir}' |
|---|
| 7807 | exec_prefix='NONE' |
|---|
| 7808 | fcnfiledir='$(datadir)/octave/$(version)/m' |
|---|
| 7809 | gl_LIBOBJS='' |
|---|
| 7810 | gl_LTLIBOBJS='' |
|---|
| 7811 | gltests_LIBOBJS='' |
|---|
| 7812 | gltests_LTLIBOBJS='' |
|---|
| 7813 | gltests_WITNESS='' |
|---|
| 7814 | host='x86_64-apple-darwin14.5.0' |
|---|
| 7815 | host_alias='' |
|---|
| 7816 | host_cpu='x86_64' |
|---|
| 7817 | host_os='darwin14.5.0' |
|---|
| 7818 | host_vendor='apple' |
|---|
| 7819 | htmldir='${docdir}' |
|---|
| 7820 | imagedir='$(datadir)/octave/$(version)/imagelib' |
|---|
| 7821 | includedir='${prefix}/include' |
|---|
| 7822 | infodir='${datarootdir}/info' |
|---|
| 7823 | infofile='$(infodir)/octave.info' |
|---|
| 7824 | install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave/octave/work/octave-3.8.2/build-aux/install-sh' |
|---|
| 7825 | ldpreloadsep='' |
|---|
| 7826 | libdir='${exec_prefix}/lib' |
|---|
| 7827 | libexecdir='${exec_prefix}/libexec' |
|---|
| 7828 | library_path_var='' |
|---|
| 7829 | lispdir='' |
|---|
| 7830 | localapiarchlibdir='$(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)' |
|---|
| 7831 | localapifcnfiledir='$(datadir)/octave/site/$(api_version)/m' |
|---|
| 7832 | localapioctfiledir='$(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type)' |
|---|
| 7833 | localarchlibdir='$(libexecdir)/octave/site/exec/$(canonical_host_type)' |
|---|
| 7834 | localedir='${datarootdir}/locale' |
|---|
| 7835 | localfcnfiledir='$(datadir)/octave/site/m' |
|---|
| 7836 | localoctfiledir='$(libdir)/octave/site/oct/$(canonical_host_type)' |
|---|
| 7837 | localstatedir='${prefix}/var' |
|---|
| 7838 | localverarchlibdir='$(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)' |
|---|
| 7839 | localverfcnfiledir='$(datadir)/octave/$(version)/site/m' |
|---|
| 7840 | localveroctfiledir='$(libdir)/octave/$(version)/site/oct/$(canonical_host_type)' |
|---|
| 7841 | man1dir='$(mandir)/man1' |
|---|
| 7842 | man1ext='.1' |
|---|
| 7843 | mandir='${datarootdir}/man' |
|---|
| 7844 | mkdir_p='$(MKDIR_P)' |
|---|
| 7845 | octetcdir='$(datadir)/octave/$(version)/etc' |
|---|
| 7846 | octfiledir='$(libdir)/octave/$(version)/oct/$(canonical_host_type)' |
|---|
| 7847 | octincludedir='$(includedir)/octave-$(version)/octave' |
|---|
| 7848 | octlibdir='$(libdir)/octave/$(version)' |
|---|
| 7849 | octlocaledir='$(datadir)/octave/$(version)/locale' |
|---|
| 7850 | octtestsdir='$(octetcdir)/tests' |
|---|
| 7851 | oldincludedir='/usr/include' |
|---|
| 7852 | pdfdir='${docdir}' |
|---|
| 7853 | pkglibexecdir='' |
|---|
| 7854 | prefix='/opt/local' |
|---|
| 7855 | program_transform_name='s,x,x,' |
|---|
| 7856 | psdir='${docdir}' |
|---|
| 7857 | runstatedir='' |
|---|
| 7858 | sbindir='${exec_prefix}/sbin' |
|---|
| 7859 | sepchar=':' |
|---|
| 7860 | sharedstatedir='${prefix}/com' |
|---|
| 7861 | sysconfdir='${prefix}/etc' |
|---|
| 7862 | target_alias='' |
|---|
| 7863 | texi_macros_file='$(octetcdir)/macros.texi' |
|---|
| 7864 | |
|---|
| 7865 | ## ----------- ## |
|---|
| 7866 | ## confdefs.h. ## |
|---|
| 7867 | ## ----------- ## |
|---|
| 7868 | |
|---|
| 7869 | /* confdefs.h */ |
|---|
| 7870 | #define PACKAGE_NAME "GNU Octave" |
|---|
| 7871 | #define PACKAGE_TARNAME "octave" |
|---|
| 7872 | #define PACKAGE_VERSION "3.8.2" |
|---|
| 7873 | #define PACKAGE_STRING "GNU Octave 3.8.2" |
|---|
| 7874 | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" |
|---|
| 7875 | #define PACKAGE_URL "http://www.gnu.org/software/octave/" |
|---|
| 7876 | #define PACKAGE "octave" |
|---|
| 7877 | #define VERSION "3.8.2" |
|---|
| 7878 | #define OCTAVE_SOURCE 1 |
|---|
| 7879 | #define STDC_HEADERS 1 |
|---|
| 7880 | #define HAVE_SYS_TYPES_H 1 |
|---|
| 7881 | #define HAVE_SYS_STAT_H 1 |
|---|
| 7882 | #define HAVE_STDLIB_H 1 |
|---|
| 7883 | #define HAVE_STRING_H 1 |
|---|
| 7884 | #define HAVE_MEMORY_H 1 |
|---|
| 7885 | #define HAVE_STRINGS_H 1 |
|---|
| 7886 | #define HAVE_INTTYPES_H 1 |
|---|
| 7887 | #define HAVE_STDINT_H 1 |
|---|
| 7888 | #define HAVE_UNISTD_H 1 |
|---|
| 7889 | #define __EXTENSIONS__ 1 |
|---|
| 7890 | #define _ALL_SOURCE 1 |
|---|
| 7891 | #define _DARWIN_C_SOURCE 1 |
|---|
| 7892 | #define _GNU_SOURCE 1 |
|---|
| 7893 | #define _POSIX_PTHREAD_SEMANTICS 1 |
|---|
| 7894 | #define _TANDEM_SOURCE 1 |
|---|
| 7895 | #define YYTEXT_POINTER 1 |
|---|
| 7896 | #define SEPCHAR ':' |
|---|
| 7897 | #define SEPCHAR_STR ":" |
|---|
| 7898 | #define SHELL_PATH "/bin/sh" |
|---|
| 7899 | #define OCTAVE_IDX_TYPE int |
|---|
| 7900 | #define __NO_MATH_INLINES 1 |
|---|
| 7901 | #define HAVE_FSEEKO 1 |
|---|
| 7902 | #define _DARWIN_USE_64_BIT_INODE 1 |
|---|
| 7903 | #define HAVE_PTHREAD_PRIO_INHERIT 1 |
|---|
| 7904 | #define HAVE_PTHREAD 1 |
|---|
| 7905 | #define FLOAT_TRUNCATE |
|---|
| 7906 | #define HAVE_LIBM 1 |
|---|
| 7907 | #define F77_FUNC(name,NAME) name ## _ |
|---|
| 7908 | #define F77_FUNC_(name,NAME) name ## _ |
|---|
| 7909 | #define HAVE_LIBQHULL_LIBQHULL_H 1 |
|---|
| 7910 | #define HAVE_QHULL 1 |
|---|
| 7911 | #define HAVE_PCRE_H 1 |
|---|
| 7912 | #define HAVE_PCRE_COMPILE 1 |
|---|
| 7913 | #define HAVE_ZLIB_H 1 |
|---|
| 7914 | #define HAVE_Z 1 |
|---|
| 7915 | #define HAVE_ZLIB 1 |
|---|
| 7916 | #define HAVE_HDF5_H 1 |
|---|
| 7917 | #define HAVE_HDF5_18 1 |
|---|
| 7918 | #define HAVE_HDF5 1 |
|---|
| 7919 | #define HAVE_FFTW3_H 1 |
|---|
| 7920 | #define HAVE_FFTW3 1 |
|---|
| 7921 | #define HAVE_FFTW3_H 1 |
|---|
| 7922 | #define HAVE_FFTW3F 1 |
|---|
| 7923 | #define HAVE_FFTW3_THREADS 1 |
|---|
| 7924 | #define HAVE_FFTW3F_THREADS 1 |
|---|
| 7925 | #define HAVE_FFTW 1 |
|---|
| 7926 | #define HAVE_GLPK_H 1 |
|---|
| 7927 | #define HAVE_GLPK 1 |
|---|
| 7928 | #define HAVE_CURL_CURL_H 1 |
|---|
| 7929 | #define HAVE_CURL 1 |
|---|
| 7930 | #define HAVE_SETLOCALE 1 |
|---|
| 7931 | #define HAVE_MAGICK 1 |
|---|
| 7932 | #define HAVE_FRAMEWORK_CARBON 1 |
|---|
| 7933 | #define HAVE_FRAMEWORK_OPENGL 1 |
|---|
| 7934 | #define HAVE_OPENGL 1 |
|---|
| 7935 | #define HAVE_FREETYPE 1 |
|---|
| 7936 | #define HAVE_FT_REFERENCE_FACE 1 |
|---|
| 7937 | #define HAVE_FONTCONFIG 1 |
|---|
| 7938 | #define HAVE_FLTK 1 |
|---|
| 7939 | #define HAVE_GL2PS_H 1 |
|---|
| 7940 | #define HAVE_DLFCN_H 1 |
|---|
| 7941 | #define LT_OBJDIR ".libs/" |
|---|
| 7942 | |
|---|
| 7943 | configure: exit 1 |
|---|