Created
September 29, 2013 22:23
-
-
Save ihnorton/6757140 to your computer and use it in GitHub Desktop.
After `make` failures, did `make distclean` and got this result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| isaiah@io /c/dev/julia-0828 | |
| $ make -j4 | |
| cp /mingw64/bin/libgfortran-3.dll /c/dev/julia-0828/usr/bin ; | |
| cp /mingw64/bin/libquadmath-0.dll /c/dev/julia-0828/usr/bin ; | |
| cp /mingw64/bin/libstdc++-6.dll /c/dev/julia-0828/usr/bin ; | |
| cp /mingw64/bin/libgcc_s_seh-1.dll /c/dev/julia-0828/usr/bin ; | |
| Junction created for C:\dev\julia-0828\usr\share\julia\base <<===>> C:\dev\julia-0828\base | |
| Junction created for C:\dev\julia-0828\usr\share\julia\test <<===>> C:\dev\julia-0828\test | |
| Junction created for C:\dev\julia-0828\usr\share\julia\doc <<===>> C:\dev\julia-0828\doc | |
| Junction created for C:\dev\julia-0828\usr\share\julia\examples <<===>> C:\dev\julia-0828\examples | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 284k 0 2668 0 0 2630 0 0:01:50 0:00:01 0:01:49 5489checking for a BSD-compatible install... /usr/bin/install -c | |
| 8 284k 8 24568 0 0 12347 0 0:00:23 0:00:01 0:00:22 16815yes | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking build system type... x86_64-w64-mingw32 | |
| checking host system type... x86_64-w64-mingw32 | |
| checking for gcc... gcc | |
| 94 6848k 94 6489k 0 0 2182k 0 0:00:03 0:00:02 0:00:01 2293kyes | |
| checking for C compiler default output file name... a.exe | |
| 100 6848k 100 6848k 0 0 2205k 0 0:00:03 0:00:03 --:--:-- 2313k | |
| checking for suffix of executables... .exe | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| 100 284k 100 284k 0 0 83052 0 0:00:03 0:00:03 --:--:-- 97801 | |
| yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0none needed | |
| checking for style of include used by make... GNU | |
| 0 12.9M 0 1207 0 0 3100 0 1:13:07 --:--:-- 1:13:07 5916gcc3 | |
| checking whether gcc and cc understand -c and -o together... yes | |
| checking for ar... ar | |
| checking the archiver (ar) interface... ar | |
| checking whether make supports nested variables... yes | |
| checking how to print strings... src/e_j0.c: In function 'pzero': | |
| src/e_j0.c:284:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); | |
| ^ | |
| src/e_j0.c:283:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| src/e_j0.c: In function 'qzero': | |
| src/e_j0.c:379:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); | |
| ^ | |
| src/e_j0.c:378:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| src/e_j0f.c: In function 'pzerof': | |
| src/e_j0f.c:240:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); | |
| ^ | |
| src/e_j0f.c:239:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| checking for grep that handles long lines and -e... src/e_j0f.c: In function 'qzerof': | |
| src/e_j0f.c:335:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); | |
| ^ | |
| src/e_j0f.c:334:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by gcc... src/e_j1.c: In function 'pone': | |
| src/e_j1.c:278:29: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); | |
| ^ | |
| src/e_j1.c:277:22: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| src/e_j1.c: In function 'qone': | |
| src/e_j1.c:374:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); | |
| ^ | |
| src/e_j1.c:373:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| 4 12.9M 4 659k 0 0 468k 0 0:00:28 0:00:01 0:00:27 539ksrc/e_j1f.c: In function 'ponef': | |
| src/e_j1f.c:235:29: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); | |
| ^ | |
| src/e_j1f.c:234:22: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| src/e_j1f.c: In function 'qonef': | |
| src/e_j1f.c:331:22: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5]))))); | |
| ^ | |
| src/e_j1f.c:330:15: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); | |
| ^ | |
| c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe | |
| checking if the linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm | |
| checking the name lister (/mingw64/bin/nm) interface... src/e_lgamma_r.c: In function 'lgamma_r': | |
| src/e_lgamma_r.c:295:13: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| if(hx<0) r = nadj - r; | |
| ^ | |
| BSD nm | |
| checking whether ln -s works... no, using cp -p | |
| checking the maximum length of command line arguments... 8192 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| src/e_lgammaf_r.c: In function 'lgammaf_r': | |
| src/e_lgammaf_r.c:228:13: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| if(hx<0) r = nadj - r; | |
| ^ | |
| checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 | |
| checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 | |
| checking for c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL | |
| checking for dlltool... dlltool | |
| checking how to associate runtime and link libraries... func_cygming_dll_for_implib | |
| 15 12.9M 15 2001k 0 0 854k 0 0:00:15 0:00:02 0:00:13 927k@ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /mingw64/bin/nm output from gcc object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking how to run the C preprocessor... gcc -E | |
| 33 12.9M 33 4411k 0 0 1314k 0 0:00:10 0:00:03 0:00:07 1391kyes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| 44 12.9M 44 5886k 0 0 1355k 0 0:00:09 0:00:04 0:00:05 1415kyes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0checking for stdint.h... yes | |
| 56 12.9M 56 7517k 0 0 1407k 0 0:00:09 0:00:05 0:00:04 1517kyes | |
| 100 133 100 133 0 0 262 0 --:--:-- --:--:-- --:--:-- 292 | |
| no | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC | |
| checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes | |
| checking if gcc static flag -static works... yes | |
| 67 12.9M 67 8952k 0 0 1410k 0 0:00:09 0:00:06 0:00:03 1679kyes | |
| checking if gcc supports -c -o file.o... (cached) yes | |
| checking whether the gcc linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared librarie 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0yes | |
| checking whether -lc should be explicitly linked in... yes | |
| checking dynamic linker characteristics... Win32 ld.exe | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for dlopen in -ldl... no | |
| checking for kstat_lookup in -lkstat... no | |
| 0 0 0 840k 0 0 360k 0 --:--:-- 0:00:02 --:--:-- 885kno | |
| checking for gethostbyname in -lnsl... no | |
| checking for perfstat_cpu in -lperfstat... no | |
| 0 0 0 1801k 0 0 629k 0 --:--:-- 0:00:02 --:--:-- 1218k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0yes | |
| checking for clock_gettime in -lrt... no | |
| checking for sendfile in -lsendfile... no | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0src/s_cpowl.c: In function 'cpowl': | |
| src/s_cpowl.c:65:6: warning: incompatible implicit declaration of built-in function 'powl' [enabled by default] | |
| r = powl(absa, x); | |
| ^ | |
| src/s_cpowl.c:68:11: warning: incompatible implicit declaration of built-in function 'expl' [enabled by default] | |
| r = r * expl(-y * arga); | |
| ^ | |
| src/s_cpowl.c:69:23: warning: incompatible implicit declaration of built-in function 'logl' [enabled by default] | |
| theta = theta + y * logl(absa); | |
| ^ | |
| no | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
| checking for dtrace... no | |
| configure: creating ./config.status | |
| 100 12.9M 100 12.9M 0 0 1449k 0 0:00:09 0:00:09 --:--:-- 1535k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 131 100 131 0 0 386 0 --:--:-- --:--:-- --:--:-- 393 | |
| 100 1227k 100 1227k 0 0 226k 0 0:00:05 0:00:05 --:--:-- 246k | |
| 0 0 0 4422k 0 0 870k 0 --:--:-- 0:00:05 --:--:-- 1185k % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 6101k 0 0 1001k 0 --:--:-- 0:00:06 --:--:-- 1286kconfig.status: creating Makefile | |
| config.status: executing depfiles commands | |
| 0 0 0 7077k 0 0 997k 0 --:--:-- 0:00:07 --:--:-- 1314k % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 3828k 100 3828k 0 0 1127k 0 0:00:03 0:00:03 --:--:-- 1716k | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 9263k 0 0 1075k 0 --:--:-- 0:00:08 --:--:-- 1385k | |
| 0 1196k 0 11040 0 0 7820 0 0:02:36 0:00:01 0:02:35 12942config.status: executing libtool commands | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 33 1196k 33 402k 0 0 114k 0 0:00:10 0:00:03 0:00:07 136k % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 2161k 100 2161k 0 0 285k 0 0:00:07 0:00:07 --:--:-- 466k | |
| 5 21.4M 5 1171k 0 0 299k 0 0:01:13 0:00:03 0:01:10 316kpatching file dSFMT.h | |
| 41 1268k 41 521k 0 0 81515 0 0:00:15 0:00:06 0:00:09 98kpatching file dSFMT.c | |
| 45 1196k 45 548k 0 0 71159 0 0:00:17 0:00:07 0:00:10 75207 /bin/sh ./config.status | |
| 41 1268k 41 521k 0 0 62450 0 0:00:20 0:00:08 0:00:12 14329config.status: creating Makefile | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| 45 1268k 45 581k 0 0 51636 0 0:00:25 0:00:11 0:00:14 12315 CC src/libuv_la-fs-poll.lo | |
| 100 1196k 100 1196k 0 0 90974 0 0:00:13 0:00:13 --:--:-- 138k | |
| CC src/libuv_la-inet.lo | |
| CC src/libuv_la-uv-common.lo | |
| 55 1268k 55 702k 0 0 53387 0 0:00:24 0:00:13 0:00:11 37648 CC src/libuv_la-version.lo | |
| CC src/win/libuv_la-async.lo | |
| 69 1268k 69 877k 0 0 57560 0 0:00:22 0:00:15 0:00:07 71534 CC src/win/libuv_la-core.lo | |
| 73 1268k 73 934k 0 0 58318 0 0:00:22 0:00:16 0:00:06 74075 CC src/win/libuv_la-dl.lo | |
| 80 1268k 80 1027k 0 0 60416 0 0:00:21 0:00:17 0:00:04 79379 CC src/win/libuv_la-error.lo | |
| 65 21.4M 65 14.0M 0 0 786k 0 0:00:27 0:00:18 0:00:09 833k CC src/win/libuv_la-fs-event.lo | |
| 100 1268k 100 1268k 0 0 61641 0 0:00:21 0:00:21 --:--:-- 73345 | |
| CC src/win/libuv_la-fs.lo | |
| 68 21.4M 68 14.7M 0 0 796k 0 0:00:27 0:00:18 0:00:09 740k CC src/win/libuv_la-getaddrinfo.lo | |
| 76 21.4M 76 16.3M 0 0 800k 0 0:00:27 0:00:20 0:00:07 650k CC src/win/libuv_la-handle.lo | |
| CC src/win/libuv_la-loop-watcher.lo | |
| 81 21.4M 81 17.5M 0 0 822k 0 0:00:26 0:00:21 0:00:05 680k CC src/win/libuv_la-pipe.lo | |
| 95 21.4M 95 20.5M 0 0 880k 0 0:00:25 0:00:23 0:00:02 1198k CC src/win/libuv_la-poll.lo | |
| 100 21.4M 100 21.4M 0 0 873k 0 0:00:25 0:00:25 --:--:-- 1227k | |
| CC src/win/libuv_la-process-stdio.lo | |
| CC src/win/libuv_la-process.lo | |
| CC src/win/libuv_la-req.lo | |
| CC src/win/libuv_la-signal.lo | |
| CC src/win/libuv_la-stream.lo | |
| CC src/win/libuv_la-tcp.lo | |
| CC src/win/libuv_la-thread.lo | |
| CC src/win/libuv_la-threadpool.lo | |
| patching file fftw-3.3.3-single/configure | |
| Hunk #1 succeeded at 19500 with fuzz 2. | |
| patching file fftw-3.3.3-single/kernel/ifftw.h | |
| CC src/win/libuv_la-timer.lo | |
| CC src/win/libuv_la-tty.lo | |
| CC src/win/libuv_la-udp.lo | |
| patching file llvm-3.3/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | |
| patching file llvm-3.3/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | |
| patching file llvm-3.3/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
| CC src/win/libuv_la-util.lo | |
| CC src/win/libuv_la-winapi.lo | |
| CC src/win/libuv_la-winsock.lo | |
| CCLD libuv.la | |
| Can't open openblas-develop/config.status.system: No such file or directory. | |
| patching file fftw-3.3.3-double/configure | |
| Hunk #1 succeeded at 19500 with fuzz 2. | |
| patching file fftw-3.3.3-double/kernel/ifftw.h | |
| checking for a BSD-compatible install... checking build system type... /usr/bin/install -c | |
| checking whether build environment is sane... checking for C compiler default output file name... x86_64-w64-mingw32 | |
| checking host system type... a.exe | |
| checking whether the C compiler works... x86_64-w64-mingw32 | |
| yes | |
| Beginning configuration for readline-5.0 for x86_64-w64-mingw32 | |
| checking whether make sets $(MAKE)... checking whether we are cross compiling... no | |
| checking for suffix of executables... .exe | |
| yes | |
| checking for gcc... gcc | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... checking for C compiler default output... a.exe | |
| checking whether the C compiler works... yes | |
| checking whether gcc accepts -g... yes | |
| yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking for gcc option to accept ISO C89... .exe | |
| checking for suffix of object files... yes | |
| checking for gcc... gcc | |
| none needed | |
| checking whether we are using the GNU C++ compiler... o | |
| checking whether we are using the GNU C compiler... checking whether the C compiler works... yes | |
| checking whether gcc accepts -g... yes | |
| yes | |
| checking for C compiler default output file name... a.exe | |
| checking whether g++ accepts -g... checking for suffix of executables... .exe | |
| yes | |
| checking for gcc option to accept ANSI C... checking whether we are cross compiling... yes | |
| checking how to run the C preprocessor... none needed | |
| no | |
| checking for suffix of object files... checking how to run the C preprocessor... o | |
| checking whether we are using the GNU C compiler... gcc -E | |
| yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... gcc -E | |
| none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of gcc... checking build system type... checking for egrep... x86_64-w64-mingw32 | |
| checking host system type... x86_64-w64-mingw32 | |
| checking target system type... x86_64-w64-mingw32 | |
| checking type of operating system we're going to host on... MingW | |
| checking type of operating system we're going to target... MingW | |
| grep -E | |
| checking target architecture... checking for ANSI C header files... x86_64 | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... gcc3 | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking for sys/types.h... yes | |
| checking whether g++ accepts -g... yes | |
| checking for sys/types.h... yes | |
| checking dependency style of g++... yes | |
| checking for sys/stat.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... gcc3 | |
| checking how to run the C preprocessor... yes | |
| yes | |
| checking for stdlib.h... checking for string.h... gcc -E | |
| yes | |
| yes | |
| checking for grep that handles long lines and -e... checking for memory.h... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... checking for string.h... yes | |
| ln: failed to create symbolic link ‘libopenblas.a’: No such file or directory | |
| checking for strings.h... yes | |
| checking for memory.h... yes | |
| yes | |
| checking for sys/types.h... checking for inttypes.h... yes | |
| yes | |
| checking for strings.h... checking for sys/stat.h... yes | |
| checking for stdint.h... yes | |
| checking for stdlib.h... yes | |
| yes | |
| yes | |
| checking for inttypes.h... checking for unistd.h... checking for string.h... yes | |
| checking for memory.h... yes | |
| yes | |
| checking minix/config.h usability... checking for stdint.h... yes | |
| checking for strings.h... no | |
| checking minix/config.h presence... yes | |
| yes | |
| no | |
| checking for minix/config.h... no | |
| checking whether gcc needs -traditional... checking for inttypes.h... checking for unistd.h... yes | |
| no | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for ar... ar | |
| checking for ranlib... checking for stdint.h... ranlib | |
| checking for an ANSI C-conforming const... yes | |
| yes | |
| yes | |
| checking for function prototypes... yes | |
| checking whether char is unsigned... checking for unistd.h... checking whether byte ordering is bigendian... yes | |
| no | |
| checking return type of signal handlers... checking for int64_t... void | |
| checking for size_t... no | |
| yes | |
| yes | |
| checking for ssize_t... checking build system type... checking optimization flags... -O2 | |
| checking for BSD-compatible nm... x86_64-w64-mingw32 | |
| checking host system type... x86_64-w64-mingw32 | |
| checking for as... as | |
| checking for dlltool... dlltool | |
| checking for objdump... objdump | |
| checking how to print strings... /mingw64/bin/nm | |
| checking for GNU make... printf | |
| checking for a sed that does not truncate output... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking whether stat file-mode macros are broken... /usr/bin/sed | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by gcc... make | |
| checking whether ln -s works... no, using cp -p | |
| checking for cmp... /usr/bin/cmp | |
| checking for cp... /usr/bin/cp | |
| checking for date... /usr/bin/date | |
| checking for find... /usr/bin/find | |
| checking for grep... (cached) /usr/bin/grep | |
| checking for mkdir... /usr/bin/mkdir | |
| checking for mv... /usr/bin/mv | |
| checking for ranlib... ranlib | |
| checking for ar... ar | |
| checking for rm... /usr/bin/rm | |
| checking for sed... /usr/bin/sed | |
| checking for tar... /usr/bin/tar | |
| checking for pwd... /usr/bin/pwd | |
| checking for Graphviz... echo Graphviz | |
| checking for dot... echo dot | |
| checking for fdp... echo fdp | |
| checking for neato... echo neato | |
| checking for twopi... echo twopi | |
| checking for circo... echo circo | |
| checking for gv... no | |
| no | |
| checking for gsview32... no | |
| checking for dotty... echo dotty | |
| checking for xdot.py... echo xdot.py | |
| checking for a BSD-compatible install... checking for dirent.h that defines DIR... /usr/bin/install -c | |
| checking for bzip2... /usr/bin/bzip2 | |
| checking for cat... /usr/bin/cat | |
| checking for doxygen... no | |
| checking for groff... /usr/bin/groff | |
| checking for gzip... /usr/bin/gzip | |
| checking for pdfroff... /usr/bin/pdfroff | |
| checking for zip... no | |
| checking for ocamlc... no | |
| checking for ocamlopt... no | |
| checking for ocamldep... no | |
| checking for ocamldoc... no | |
| checking for gas... no | |
| checking for as... /mingw64/bin/as | |
| checking for linker version... yes | |
| c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe | |
| checking if the linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... checking for library containing opendir... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm | |
| checking the name lister (/mingw64/bin/nm) interface... 2.23.2 | |
| checking for compiler -Wl,-R<path> option... BSD nm | |
| checking whether ln -s works... no, using cp -p | |
| checking the maximum length of command line arguments... 8192 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| none required | |
| checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 | |
| checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 | |
| checking for c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r | |
| checking for objdump... (cached) objdump | |
| checking how to recognize dependent libraries... checking for lstat... file_magic ^x86 archive import|^x86 DLL | |
| checking for dlltool... (cached) dlltool | |
| checking how to associate runtime and link libraries... yes | |
| checking for compiler -Wl,-export-dynamic option... func_cygming_dll_for_implib | |
| checking for ar... ar | |
| checking for archiver @FILE support... @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /mingw64/bin/nm output from gcc object... no | |
| checking for memmove... yes | |
| checking for compiler -Wl,--version-script option... yes | |
| checking for putenv... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dlfcn.h... yes | |
| checking for an ANSI C-conforming const... no | |
| checking for objdir... yes | |
| .libs | |
| checking for select... yes | |
| checking for dirent.h that defines DIR... no | |
| checking for setenv... yes | |
| checking if gcc supports -fno-rtti -fno-exceptions... checking for library containing opendir... no | |
| checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC | |
| checking if gcc PIC flag -DDLL_EXPORT -DPIC works... no | |
| checking for setlocale... none required | |
| yes | |
| checking if gcc static flag -static works... checking dlfcn.h usability... yes | |
| checking if gcc supports -c -o file.o... yes | |
| checking for strcasecmp... no | |
| checking dlfcn.h presence... yes | |
| checking if gcc supports -c -o file.o... (cached) yes | |
| checking whether the gcc linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking for dlfcn.h... no | |
| checking dynamic linker characteristics... yes | |
| yes | |
| checking dynamic linker characteristics... checking for strpbrk... Win32 ld.exe | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| Win32 ld.exe | |
| checking which extension is used for loadable modules... .dll | |
| yes | |
| checking which variable specifies run-time library path... PATH | |
| checking for the default library search path... /lib /usr/lib | |
| checking for objdir... checking how to run the C++ preprocessor... .libs | |
| checking for tcgetattr... checking command to parse /mingw64/bin/nm output from object... g++ -E | |
| no | |
| checking for vsnprintf... yes | |
| ok | |
| checking whether libtool supports -dlopen/-dlpreopen... yes | |
| checking for shl_load... checking for isascii... checking for ld used by g++... yes | |
| no | |
| checking for shl_load in -ldld... checking for isxdigit... c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe | |
| checking if the linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes | |
| no | |
| checking for dlopen in -ldl... checking whether the g++ linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes | |
| yes | |
| checking for working strcoll... no | |
| yes | |
| checking for dlopen in -lsvld... checking for unistd.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking varargs.h usability... no | |
| checking for dld_link in -ldld... checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC | |
| checking if g++ PIC flag -DDLL_EXPORT -DPIC works... no | |
| checking varargs.h presence... no | |
| checking for _dyld_func_lookup... yes | |
| checking if g++ static flag -static works... no | |
| checking for varargs.h... no | |
| checking stdarg.h usability... no | |
| checking for _ prefix in compiled symbols... yes | |
| checking stdarg.h presence... yes | |
| checking if g++ supports -c -o file.o... no | |
| checking whether deplibs are loaded by dlopen... unknown | |
| checking argz.h usability... yes | |
| checking for stdarg.h... yes | |
| checking for string.h... (cached) yes | |
| yes | |
| checking if g++ supports -c -o file.o... (cached) yes | |
| checking whether the g++ linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes | |
| checking dynamic linker characteristics... Win32 ld.exe | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether ln -s works... no, using cp -p | |
| checking for ANSI C header files... (cached) yes | |
| checking limits.h usability... no | |
| checking argz.h presence... checking for strings.h... (cached) yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... no | |
| checking for argz.h... no | |
| checking for error_t... yes | |
| checking for limits.h... yes | |
| checking for sys/types.h... (cached) yes | |
| yes | |
| checking limits.h presence... no | |
| checking for argz_append... checking for sys/stat.h... (cached) yes | |
| checking dirent.h usability... yes | |
| checking for limits.h... yes | |
| checking sys/ptem.h usability... yes | |
| checking dirent.h presence... no | |
| checking for argz_create_sep... yes | |
| checking for dirent.h... yes | |
| no | |
| checking sys/ptem.h presence... checking windows.h usability... no | |
| no | |
| checking for sys/ptem.h... no | |
| checking for argz_insert... checking sys/pte.h usability... no | |
| checking sys/pte.h presence... yes | |
| checking windows.h presence... no | |
| checking for argz_next... no | |
| checking for sys/pte.h... no | |
| checking sys/stream.h usability... no | |
| no | |
| checking sys/stream.h presence... checking for argz_stringify... yes | |
| checking for windows.h... yes | |
| no | |
| checking for sys/stream.h... checking for alias support in the linker... no | |
| checking sys/select.h usability... no | |
| checking assert.h usability... no | |
| checking sys/select.h presence... no | |
| checking for alias support in the linker... no | |
| checking for sys/select.h... no | |
| yes | |
| checking assert.h presence... checking termcap.h usability... no | |
| checking string usability... yes | |
| no | |
| checking for assert.h... checking termcap.h presence... yes | |
| checking ctype.h usability... no | |
| checking for termcap.h... no | |
| checking termios.h usability... yes | |
| checking ctype.h presence... no | |
| checking termios.h presence... yes | |
| checking for ctype.h... yes | |
| no | |
| checking for termios.h... no | |
| checking termio.h usability... checking errno.h usability... no | |
| checking termio.h presence... yes | |
| checking errno.h presence... yes | |
| checking string presence... no | |
| checking for termio.h... no | |
| checking sys/file.h usability... yes | |
| checking for string... yes | |
| checking bits/type_traits.h usability... yes | |
| checking for errno.h... yes | |
| no | |
| checking bits/type_traits.h presence... checking malloc.h usability... yes | |
| checking sys/file.h presence... no | |
| checking for bits/type_traits.h... no | |
| checking type_traits.h usability... yes | |
| checking malloc.h presence... no | |
| checking type_traits.h presence... yes | |
| checking for sys/file.h... no | |
| checking for type_traits.h... no | |
| checking for strtoq... yes | |
| yes | |
| checking for malloc.h... yes | |
| checking locale.h usability... checking for memory.h... (cached) yes | |
| no | |
| yes | |
| checking locale.h presence... checking for stdlib.h... (cached) yes | |
| checking for strtoll... checking stdio.h usability... yes | |
| checking for long long... yes | |
| checking for locale.h... yes | |
| checking for memory.h... (cached) yes | |
| yes | |
| checking stdio.h presence... checking for type of signal functions... yes | |
| checking for unsigned long long... yes | |
| checking for stdio.h... yes | |
| yes | |
| checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes | |
| checking dl.h usability... no | |
| checking dl.h presence... no | |
| checking for dl.h... no | |
| checking sys/dl.h usability... yes | |
| checking for size_t... v7 | |
| checking if signal handlers must be reinstalled when invoked... no | |
| checking sys/dl.h presence... yes | |
| checking for bcopy... no | |
| checking for sys/dl.h... no | |
| checking dld.h usability... yes | |
| checking for presence of POSIX-style sigsetjmp/siglongjmp... no | |
| checking for memmove... no | |
| checking dld.h presence... no | |
| checking for dld.h... no | |
| yes | |
| checking mach-o/dyld.h usability... checking for strerror... missing | |
| checking for lstat... yes | |
| no | |
| checking mach-o/dyld.h presence... checking zlib.h usability... no | |
| checking for mach-o/dyld.h... no | |
| checking whether or not strcoll and strcmp differ... no | |
| checking for string.h... (cached) yes | |
| checking for strchr... yes | |
| checking zlib.h presence... yes | |
| checking for zlib.h... yes | |
| checking for gzopen in -lz... yes | |
| checking whether the ctype macros accept non-ascii characters... yes | |
| checking for strrchr... yes | |
| checking bzlib.h usability... yes | |
| no | |
| checking bzlib.h presence... checking for memcpy... no | |
| checking for bzlib.h... no | |
| checking for libbz2... no | |
| yes | |
| checking for memmove... yes | |
| checking whether getpw functions are declared in pwd.h... configure: creating ./config.status | |
| no | |
| checking whether termios.h defines TIOCGWINSZ... yes | |
| no | |
| checking whether sys/ioctl.h defines TIOCGWINSZ... no | |
| checking whether signal handlers are of type void... checking for strcmp... yes | |
| checking for TIOCSTAT in sys/ioctl.h... yes | |
| no | |
| checking for FIONREAD in sys/ioctl.h... checking for closedir... no | |
| checking for speed_t in sys/types.h... no | |
| checking for struct winsize in sys/ioctl.h and termios.h... yes | |
| checking for opendir... not found | |
| checking for struct dirent.d_ino... yes | |
| yes | |
| checking for readdir... checking for struct dirent.d_fileno... yes | |
| no | |
| checking for tgetent... checking tool compatibility... no | |
| checking for tgetent in -ltermcap... ok | |
| checking optional compiler flags... no | |
| checking for tgetent in -ltinfo... -Wno-variadic-macros -Wno-missing-field-initializers -Wno-maybe-uninitialized | |
| checking for python... /usr/bin/python | |
| checking for python >= 2.5... no | |
| checking for tgetent in -lcurses... no | |
| checking for tgetent in -lncurses... no | |
| checking which library has the termcap functions... using gnutermcap | |
| checking wctype.h usability... yes | |
| checking wctype.h presence... yes | |
| checking for wctype.h... yes | |
| checking wchar.h usability... yes | |
| checking wchar.h presence... yes | |
| checking for wchar.h... yes | |
| /usr/bin/python (2.7.5) | |
| checking for sin in -lm... checking langinfo.h usability... no | |
| checking langinfo.h presence... yes | |
| checking for main in -limagehlp... no | |
| checking for langinfo.h... no | |
| checking for mbsrtowcs... yes | |
| checking for main in -lpsapi... yes | |
| checking for mbrtowc... yes | |
| checking for library containing dlopen... yes | |
| checking for mbrlen... yes | |
| checking for wctomb... no | |
| configure: WARNING: dlopen() not found - disabling plugin support | |
| checking for library containing clock_gettime... yes | |
| checking for wcwidth... no | |
| checking for library containing mallinfo... no | |
| checking for wcsdup... yes | |
| no | |
| checking for mbstate_t... checking for compress2 in -lz... yes | |
| checking for nl_langinfo and CODESET... no | |
| checking configuration for building shared libraries... yes | |
| supported | |
| checking for xml2-config... no | |
| checking for libxml2 includes... xml2-config not found | |
| checking for dirent.h that defines DIR... (cached) yes | |
| checking for library containing opendir... (cached) none required | |
| checking for MAP_ANONYMOUS vs. MAP_ANON... configure: creating ./config.status | |
| no | |
| checking whether stat file-mode macros are broken... no | |
| checking for sys/wait.h that is POSIX.1 compatible... no | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking how to run the C++ preprocessor... g++ -E | |
| config.status: creating Makefile | |
| config.status: creating libpcre.pc | |
| config.status: creating Makefile | |
| checking cxxabi.h usability... config.status: creating libpcre16.pc | |
| config.status: creating libpcreposix.pc | |
| config.status: creating doc/Makefile | |
| config.status: creating libpcrecpp.pc | |
| config.status: creating examples/Makefile | |
| yes | |
| checking cxxabi.h presence... config.status: creating pcre-config | |
| config.status: creating pcre.h | |
| yes | |
| checking for cxxabi.h... config.status: creating shlib/Makefile | |
| yes | |
| config.status: creating pcre_stringpiece.h | |
| checking for dlfcn.h... (cached) no | |
| config.status: creating config.h | |
| checking execinfo.h usability... config.status: creating pcrecpparg.h | |
| config.status: creating config.h | |
| no | |
| checking execinfo.h presence... no | |
| checking for execinfo.h... no | |
| config.status: executing depfiles commands | |
| checking fcntl.h usability... config.status: executing default commands | |
| yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking for inttypes.h... (cached) yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking link.h usability... no | |
| checking link.h presence... no | |
| checking for link.h... no | |
| syr.c: In function 'cblas_ssyr': | |
| syr.c:119:7: warning: variable 'trans' set but not used [-Wunused-but-set-variable] | |
| int trans, uplo; | |
| ^ | |
| checking for malloc.h... (cached) yes | |
| checking setjmp.h usability... yes | |
| checking setjmp.h presence... config.status: executing libtool commands | |
| syr2.c: In function 'cblas_ssyr2': | |
| syr2.c:121:7: warning: variable 'trans' set but not used [-Wunused-but-set-variable] | |
| int trans, uplo; | |
| ^ | |
| yes | |
| checking for setjmp.h... yes | |
| checking signal.h usability... yes | |
| checking signal.h presence... checking for a BSD-compatible install... yes | |
| checking for signal.h... yes | |
| /usr/bin/install -c | |
| checking whether build environment is sane... checking for stdint.h... (cached) yes | |
| checking termios.h usability... no | |
| checking termios.h presence... no | |
| checking for termios.h... no | |
| checking for unistd.h... (cached) yes | |
| checking utime.h usability... yes | |
| checking utime.h presence... yes | |
| checking for utime.h... yes | |
| yes | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... checking windows.h usability... yes | |
| config.status: executing script-chmod commands | |
| config.status: executing delete-old-chartables commands | |
| yes | |
| checking windows.h presence... | |
| pcre-8.31 configuration summary: | |
| Install prefix .................. : /c/dev/julia-0828/usr | |
| C preprocessor .................. : gcc -E | |
| C compiler ...................... : gcc | |
| C++ preprocessor ................ : g++ -E | |
| C++ compiler .................... : g++ | |
| Linker .......................... : c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe | |
| C preprocessor flags ............ : | |
| C compiler flags ................ : -O2 | |
| C++ compiler flags .............. : -O2 | |
| Linker flags .................... : -Wl,--stack,8388608 | |
| Extra libraries ................. : | |
| Build 8 bit pcre library ........ : yes | |
| Build 16 bit pcre library ....... : no | |
| Build C++ library ............... : yes | |
| Enable JIT compiling support .... : yes | |
| Enable UTF-8/16 support ......... : yes | |
| Unicode properties .............. : yes | |
| Newline char/sequence ........... : lf | |
| \R matches only ANYCRLF ......... : no | |
| EBCDIC coding ................... : no | |
| Rebuild char tables ............. : no | |
| Use stack recursion ............. : yes | |
| POSIX mem threshold ............. : 10 | |
| Internal link size .............. : 2 | |
| Match limit ..................... : 10000000 | |
| Match limit recursion ........... : MATCH_LIMIT | |
| Build shared libs ............... : yes | |
| Build static libs ............... : yes | |
| Use JIT in pcregrep ............. : yes | |
| Buffer size for pcregrep ........ : 20480 | |
| Link pcregrep with libz ......... : no | |
| Link pcregrep with libbz2 ....... : no | |
| Link pcretest with libedit ...... : no | |
| Link pcretest with libreadline .. : no | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking build system type... x86_64-w64-mingw32 | |
| checking host system type... x86_64-w64-mingw32 | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.exe | |
| checking for suffix of executables... .exe | |
| checking whether we are cross compiling... symm.c: In function 'ssymm_': | |
| symm.c:145:7: warning: unused variable 'mode' [-Wunused-variable] | |
| int mode = BLAS_SINGLE | BLAS_REAL; | |
| ^ | |
| no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of gcc... gcc3 | |
| checking whether gcc and cc understand -c and -o together... checking for a BSD-compatible install... yes | |
| checking for C compiler vendor... /usr/bin/install -c | |
| checking whether build environment is sane... gnu | |
| checking for gcc option to accept ISO C99... -std=gnu99 | |
| checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
| checking whether ln -s works... no, using cp -pR | |
| checking whether make sets $(MAKE)... (cached) yes | |
| checking for as... as | |
| checking for dlltool... dlltool | |
| checking for objdump... objdump | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by gcc -std=gnu99... symm.c: In function 'cblas_ssymm': | |
| symm.c:256:7: warning: unused variable 'mode' [-Wunused-variable] | |
| int mode = BLAS_SINGLE | BLAS_REAL; | |
| ^ | |
| yes | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe | |
| checking if the linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... yes | |
| /mingw64/bin/nm | |
| checking the name lister (/mingw64/bin/nm) interface... BSD nm | |
| checking the maximum length of command line arguments... 8192 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 | |
| checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 | |
| checking for c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r | |
| checking for objdump... (cached) objdump | |
| checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL | |
| checking for dlltool... (cached) dlltool | |
| checking how to associate runtime and link libraries... checking build system type... func_cygming_dll_for_implib | |
| checking for ar... ar | |
| checking for archiver @FILE support... x86_64-w64-mingw32 | |
| checking host system type... x86_64-w64-mingw32 | |
| checking for gcc... gcc | |
| @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /mingw64/bin/nm output from gcc -std=gnu99 object... checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.exe | |
| checking for suffix of executables... .exe | |
| checking whether we are cross compiling... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking how to run the C preprocessor... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... gcc -std=gnu99 -E | |
| yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... checking for ANSI C header files... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of gcc... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... gcc3 | |
| checking whether gcc and cc understand -c and -o together... yes | |
| checking for stdlib.h... yes | |
| checking for C compiler vendor... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... gnu | |
| checking for gcc option to accept ISO C99... yes | |
| checking for inttypes.h... yes | |
| -std=gnu99 | |
| checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
| checking whether ln -s works... no, using cp -pR | |
| checking whether make sets $(MAKE)... (cached) yes | |
| checking for as... as | |
| checking for dlltool... dlltool | |
| checking for objdump... objdump | |
| checking for stdint.h... checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... yes | |
| /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by gcc -std=gnu99... checking for unistd.h... yes | |
| checking for dlfcn.h... c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe | |
| checking if the linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... no | |
| checking for objdir... /mingw64/bin/nm | |
| checking the name lister (/mingw64/bin/nm) interface... .libs | |
| BSD nm | |
| checking the maximum length of command line arguments... 8192 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 | |
| checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 | |
| checking for c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r | |
| checking for objdump... (cached) objdump | |
| checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL | |
| checking for dlltool... (cached) dlltool | |
| checking how to associate runtime and link libraries... checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... func_cygming_dll_for_implib | |
| checking for ar... ar | |
| checking for archiver @FILE support... no | |
| checking for gcc -std=gnu99 option to produce PIC... -DDLL_EXPORT -DPIC | |
| checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works... @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /mingw64/bin/nm output from gcc -std=gnu99 object... yes | |
| checking if gcc -std=gnu99 static flag -static works... yes | |
| checking if gcc -std=gnu99 supports -c -o file.o... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking how to run the C preprocessor... yes | |
| checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
| checking whether the gcc -std=gnu99 linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... yes | |
| checking for windows.h... yes | |
| checking dynamic linker characteristics... yes | |
| gcc -std=gnu99 -E | |
| checking sys/mman.h usability... Win32 ld.exe | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for ocamlbuild... checking for ANSI C header files... no | |
| checking whether C compiler accepts -mtune=native... no | |
| checking sys/mman.h presence... yes | |
| checking whether C compiler accepts -malign-double... yes | |
| checking whether C compiler accepts -fstrict-aliasing... no | |
| checking for sys/mman.h... no | |
| checking sys/param.h usability... yes | |
| checking whether C compiler accepts -fno-schedule-insns... laswp.c: In function 'slaswp_': | |
| laswp.c:100:8: warning: passing argument 12 of 'blas_level1_thread' from incompatible pointer type [enabled by default] | |
| laswp[flag], nthreads); | |
| ^ | |
| In file included from ../common.h:593:0, | |
| from laswp.c:40: | |
| ../common_thread.h:177:5: note: expected 'int (*)()' but argument is of type 'int (*)(BLASLONG, BLASLONG, BLASLONG, float, float *, BLASLONG, float *, BLASLONG, blasint *, BLASLONG)' | |
| int blas_level1_thread(int mode, BLASLONG m, BLASLONG n, BLASLONG k, void *alpha, | |
| ^ | |
| yes | |
| checking whether C compiler accepts -ffast-math... yes | |
| checking sys/param.h presence... yes | |
| checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -ffast-math... yes | |
| checking for sys/types.h... yes | |
| checking for sys/param.h... yes | |
| checking sys/resource.h usability... yes | |
| checking for sys/stat.h... yes | |
| yes | |
| checking whether C compiler accepts -msse... no | |
| checking sys/resource.h presence... checking for stdlib.h... no | |
| checking for sys/resource.h... no | |
| yes | |
| checking whether C compiler accepts -mavx... yes | |
| checking sys/time.h usability... checking for string.h... yes | |
| checking whether C compiler accepts -mincoming-stack-boundary=2... yes | |
| yes | |
| checking sys/time.h presence... checking for memory.h... no | |
| checking for ANSI C header files... (cached) yes | |
| checking libintl.h usability... yes | |
| no | |
| checking libintl.h presence... checking for strings.h... yes | |
| checking for sys/time.h... yes | |
| checking sys/uio.h usability... no | |
| checking for libintl.h... no | |
| yes | |
| checking malloc.h usability... checking for inttypes.h... yes | |
| checking malloc.h presence... no | |
| checking sys/uio.h presence... yes | |
| yes | |
| checking for malloc.h... yes | |
| checking for stdint.h... checking stddef.h usability... no | |
| checking for sys/uio.h... no | |
| yes | |
| yes | |
| checking stddef.h presence... checking for sys/types.h... (cached) yes | |
| checking for unistd.h... yes | |
| checking for stddef.h... yes | |
| checking sys/ioctl.h usability... checking for stdlib.h... (cached) yes | |
| yes | |
| checking for string.h... (cached) yes | |
| checking for dlfcn.h... checking for strings.h... (cached) yes | |
| no | |
| checking sys/ioctl.h presence... no | |
| checking for objdir... checking sys/time.h usability... .libs | |
| no | |
| checking for sys/ioctl.h... no | |
| checking malloc/malloc.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| no | |
| checking malloc/malloc.h presence... checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... checking for unistd.h... (cached) yes | |
| no | |
| checking for malloc/malloc.h... checking limits.h usability... no | |
| checking mach/mach.h usability... no | |
| checking for gcc -std=gnu99 option to produce PIC... -DDLL_EXPORT -DPIC | |
| checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| yes | |
| checking if gcc -std=gnu99 static flag -static works... no | |
| checking mach/mach.h presence... checking c_asm.h usability... yes | |
| checking if gcc -std=gnu99 supports -c -o file.o... no | |
| checking for mach/mach.h... no | |
| no | |
| checking c_asm.h presence... no | |
| checking for c_asm.h... no | |
| checking valgrind/valgrind.h usability... checking intrinsics.h usability... yes | |
| checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
| checking whether the gcc -std=gnu99 linker (c:/opt/msys64-0828/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking intrinsics.h presence... no | |
| checking valgrind/valgrind.h presence... yes | |
| checking dynamic linker characteristics... no | |
| checking for intrinsics.h... no | |
| checking for stdint.h... (cached) yes | |
| no | |
| checking for valgrind/valgrind.h... no | |
| checking mach/mach_time.h usability... Win32 ld.exe | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... checking fenv.h usability... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for ocamlbuild... no | |
| checking whether C compiler accepts -mtune=native... no | |
| checking mach/mach_time.h presence... yes | |
| checking whether C compiler accepts -malign-double... no | |
| checking for mach/mach_time.h... no | |
| checking sys/sysctl.h usability... yes | |
| checking fenv.h presence... yes | |
| checking whether C compiler accepts -fstrict-aliasing... yes | |
| checking whether C compiler accepts -fno-schedule-insns... no | |
| checking sys/sysctl.h presence... yes | |
| checking for fenv.h... yes | |
| yes | |
| checking whether C compiler accepts -ffast-math... checking whether FE_ALL_EXCEPT is declared... no | |
| checking for sys/sysctl.h... no | |
| checking altivec.h usability... yes | |
| checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -ffast-math... no | |
| checking altivec.h presence... yes | |
| checking whether FE_INEXACT is declared... yes | |
| checking whether C compiler accepts -msse2... no | |
| checking for altivec.h... no | |
| checking for an ANSI C-conforming const... yes | |
| checking for inline... yes | |
| checking whether C compiler accepts -mavx... inline | |
| checking for size_t... yes | |
| yes | |
| checking whether C compiler accepts -mincoming-stack-boundary=2... checking zlib.h usability... no | |
| checking for ANSI C header files... (cached) yes | |
| checking libintl.h usability... yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking zlib.h presence... yes | |
| checking for long double... no | |
| checking libintl.h presence... no | |
| checking for libintl.h... no | |
| checking malloc.h usability... yes | |
| checking for hrtime_t... yes | |
| checking malloc.h presence... yes | |
| checking for malloc.h... yes | |
| yes | |
| checking for zlib.h... yes | |
| no | |
| checking size of int... checking stddef.h usability... checking CrashReporterClient.h usability... yes | |
| checking stddef.h presence... yes | |
| checking for stddef.h... yes | |
| 4 | |
| checking size of unsigned int... no | |
| checking CrashReporterClient.h presence... checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| no | |
| checking for CrashReporterClient.h... no | |
| 4 | |
| checking size of long... checking for strings.h... (cached) yes | |
| checking __crashreporter_info__... checking sys/time.h usability... 4 | |
| yes | |
| checking sys/time.h presence... checking size of unsigned long... no | |
| checking for HUGE_VAL sanity... yes | |
| checking for sys/time.h... yes | |
| checking for unistd.h... (cached) yes | |
| 4 | |
| checking size of long long... checking limits.h usability... yes | |
| checking for pid_t... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| 8 | |
| yes | |
| checking for size_t... checking size of unsigned long long... checking c_asm.h usability... no | |
| checking c_asm.h presence... 8 | |
| checking size of size_t... no | |
| checking for c_asm.h... no | |
| yes | |
| checking whether struct tm is in sys/time.h or time.h... checking intrinsics.h usability... no | |
| checking intrinsics.h presence... 8 | |
| checking size of ptrdiff_t... time.h | |
| checking for int64_t... no | |
| checking for intrinsics.h... no | |
| checking for stdint.h... (cached) yes | |
| checking mach/mach_time.h usability... 8 | |
| checking for uintptr_t... yes | |
| checking for uint64_t... no | |
| checking mach/mach_time.h presence... no | |
| checking for mach/mach_time.h... no | |
| checking sys/sysctl.h usability... yes | |
| yes | |
| checking size of float... checking for backtrace... no | |
| checking sys/sysctl.h presence... 4 | |
| checking size of double... no | |
| checking for sys/sysctl.h... no | |
| checking altivec.h usability... no | |
| checking for ceilf... no | |
| checking altivec.h presence... 8 | |
| checking size of fftw_r2r_kind... no | |
| checking for altivec.h... no | |
| checking for an ANSI C-conforming const... yes | |
| checking for inline... yes | |
| 4 | |
| checking for working alloca.h... inline | |
| checking for size_t... checking for floorf... no | |
| checking for alloca... yes | |
| checking for working strtod... yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| yes | |
| checking for long double... checking for roundf... yes | |
| checking for vprintf... yes | |
| yes | |
| checking for hrtime_t... checking for rintf... no | |
| checking size of int... yes | |
| checking for _doprnt... 4 | |
| yes | |
| checking size of unsigned int... no | |
| checking for sin in -lm... checking for nearbyintf... 4 | |
| checking size of long... yes | |
| checking for BSDgettimeofday... yes | |
| 4 | |
| checking for getcwd... checking size of unsigned long... no | |
| checking for gettimeofday... 4 | |
| yes | |
| checking size of long long... yes | |
| checking for gethrtime... checking for powf... 8 | |
| checking size of unsigned long long... no | |
| checking for read_real_time... yes | |
| 8 | |
| checking size of size_t... checking for fmodf... no | |
| checking for time_base_to_time... 8 | |
| checking size of ptrdiff_t... no | |
| checking for drand48... yes | |
| 8 | |
| checking for strtof... checking for uintptr_t... no | |
| checking for sqrt... yes | |
| checking size of float... yes | |
| yes | |
| checking for round... checking for memset... 4 | |
| checking size of double... yes | |
| yes | |
| 8 | |
| checking for posix_memalign... checking size of fftw_r2r_kind... no | |
| checking for memalign... 4 | |
| checking for working alloca.h... no | |
| no | |
| checking for alloca... checking for _mm_malloc... yes | |
| checking for working strtod... no | |
| checking for _mm_free... 0 [main] sh 1754176 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ../configure: fork: Cannot allocate memory | |
| 354304 [main] sh 1830872 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ../configure: fork: Cannot allocate memory | |
| no | |
| checking for pow... ./configure: line 1665: /usr/bin/rm: Cannot allocate memory | |
| ../configure: line 56: /usr/bin/sort: Cannot allocate memory | |
| ../configure: line 78: /usr/bin/cat: Cannot allocate memory | |
| 392229 [main] sh 1754176 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ../configure: fork: Cannot allocate memory | |
| Makefile:295: recipe for target 'llvm-3.3/build_Release/config.status' failed | |
| make[2]: *** [llvm-3.3/build_Release/config.status] Error 254 | |
| make[2]: *** Waiting for unfinished jobs.... | |
| ./configure: line 1677: /usr/bin/cat: Cannot allocate memory | |
| 0 [main] sh 1800928 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| 7295 [main] sh 1830188 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| 9142 [main] sh 1800928 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| 0 [main] sh 1830216 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| 0 [main] sh 1830228 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| Makefile:1048: recipe for target 'fftw-3.3.3-single/config.status' failed | |
| make[2]: *** [fftw-3.3.3-single/config.status] Error 254 | |
| yes | |
| checking for vprintf... no | |
| checking for sin in -lm... ./configure: line 15239: /usr/bin/rm: Cannot allocate memory | |
| no | |
| 0 [main] sh 1800904 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| checking for BSDgettimeofday... ./configure: line 1823: ${+:}: bad substitution | |
| 0 [main] sh 1805012 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| 7119 [main] sh 1800756 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| 9037 [main] sh 1805012 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| 0 [main] sh 1830332 fork: child -1 - CreateProcessW failed for 'C:\opt\msys64-0828\bin\sh.exe', errno 12 | |
| ./configure: fork: Cannot allocate memory | |
| Makefile:1085: recipe for target 'fftw-3.3.3-double/config.status' failed | |
| make[2]: *** [fftw-3.3.3-double/config.status] Error 254 | |
| gcc.exe: error: CreateProcess: No such file or directory | |
| Makefile:1450: recipe for target 'cblas_dgemv.obj' failed | |
| make[4]: *** [cblas_dgemv.obj] Error 1 | |
| make[4]: *** Waiting for unfinished jobs.... | |
| Makefile:132: recipe for target 'libs' failed | |
| make[3]: *** [libs] Error 1 | |
| *** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. *** | |
| Makefile:779: recipe for target 'openblas-develop/libopenblas.dll' failed | |
| make[2]: *** [openblas-develop/libopenblas.dll] Error 1 | |
| Makefile:45: recipe for target 'julia-release' failed | |
| make[1]: *** [julia-release] Error 2 | |
| Makefile:34: recipe for target 'release' failed | |
| make: *** [release] Error 2 | |
| isaiah@io /c/dev/julia-0828 | |
| $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment