Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@waTeim
Last active December 3, 2015 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waTeim/f5a107e00c5d62a25c79 to your computer and use it in GitHub Desktop.
Save waTeim/f5a107e00c5d62a25c79 to your computer and use it in GitHub Desktop.
jeffw@wedja MINGW64 ~/src/node-julia
$ npm install
npm WARN package.json node-julia@1.2.2 No license field.
> node-julia@1.2.2 install C:\msys64\home\jeffw\src\node-julia
> node-gyp rebuild
C:\msys64\home\jeffw\src\node-julia>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Generating libjulia.lib
Generating libopenlibm.lib
Alloc.cpp
Call.cpp
Exception.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\Call.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
Expr.cpp
Convert.cpp
Immediate.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\Convert.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\Immediate.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
Import.cpp
JMain.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\Import.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\JMain.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
JuliaExecEnv.cpp
JuAlloc.cpp
JuliaHandle.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\JuAlloc.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
Kernel.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\JuliaHandle.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\Kernel.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
NAlloc.cpp
NativeArray.cpp
Script.cpp
Trampoline.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\Script.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
Type.cpp
Types.cpp
Value.cpp
Values.cpp
debug.cpp
error.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\debug.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
lvalue.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\error.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
request.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\lvalue.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
rvalue.cpp
util.cpp
C:\Users\jeffw\AppData\Local\Julia-0.5.0-dev\include\julia\julia.h(776): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\src\rvalue.cpp) [C:\msys64\home\jeffw\src\node-julia\build\nj.vcxproj]
JSAlloc.cpp
Callback-v11.cpp
JRef-v11.cpp
ScriptEncapsulated-v11.cpp
dispatch-v11.cpp
nj-v11.cpp
win_delay_load_hook.c
Creating library C:\msys64\home\jeffw\src\node-julia\build\Release\nj.lib and object C:\msys64\home\jeffw\src\node-julia\build\Release\nj.exp
Generating code
Finished generating code
nj.vcxproj -> C:\msys64\home\jeffw\src\node-julia\build\Release\\nj.node
jeffw@wedja MINGW64 ~/src/node-julia
$ npm test
> node-julia@1.2.2 test C:\msys64\home\jeffw\src\node-julia
> mocha
(node) child_process: options.customFds option is deprecated. Use options.stdio instead.
Regression Tests
√ eval Null return
√ eval Null return (async)
√ eval Boolean return
√ eval Integer return
√ version
√ eval max 32 bit Integer (4294967296)
√ eval max JavaScript Integer (9007199254740992)
√ eval primitive Float return
√ eval max JavaScript Float (1.7976931348623157e+308)
√ simple result return style for Eval
√ tuple result return style for Eval
√ exec identity Null
√ exec identity Boolean
√ exec identity Integer
√ exec identity Float
√ exec identity String
√ simple result return style for Exec
√ implicit conversion from SubString to String
√ eval include
√ exec include
√ user defined functions via exec
√ macros via eval (78ms)
√ arrays via eval (234ms)
√ arrays via exec (179ms)
√ construction of Script using new (297ms)
√ construction of Script using function call like syntax
√ script creation (via factory)
√ script exec using return style
√ loading array type tests
√ typecheck Null array elements (synchronously)
√ typecheck Null array elements (asynchronously)
√ typecheck Boolean array elements (synchronously)
√ typecheck Boolean array elements (asynchronously)
√ typecheck Integer array elements (synchronously)
√ typecheck Integer array elements (asynchronously)
√ typecheck Float array elements (synchronously)
√ typecheck Float array elements (asynchronously)
√ typecheck String array elements (synchronously)
√ typecheck String array elements (asynchronously)
√ typecheck [Boolean,Integer] -> [Integer]
√ typecheck [Boolean,Float] -> [Float]
√ typecheck [Boolean,String] -> [String]
√ typecheck [Integer,Float] -> [Float]
√ typecheck [Float,Integer] -> [Float]
√ prevent widening String elements
√ prevent widening Null elements
√ 0 length array input
√ 0 length typed array output
√ 0 length array of Any
√ 0 length array to 0 length array
√ simple Integer array input
√ simple Float array input (63ms)
√ simple String array input (234ms)
√ array of null
√ array of elementwise conversion from SubString to String
√ native Int8Array to Array{Int8,1} (47ms)
√ native Uint8Array to Array{Uint8,1} (47ms)
√ native Int16Array to Array{Int16,1} (63ms)
√ native Uint16Array to Array{Uint16,1} (46ms)
√ native Int32Array to Array{Int32,1} (63ms)
√ native Uint32Array to Array{Uint32,1} (62ms)
√ native Float32Array to Array{Float32,1} (47ms)
√ native Float64Array to Array{Float64,1}
√ buffer to Array{Uint8,1} and back as Buffer
√ buffer to Array{Uint8,1} and back as reshaped Array (62ms)
√ multidimensional Array
√ buffer to Multidimensional Array
√ simplistic Regex
√ preserve Date value of now()
√ array of Date
√ array of Regex
√ JRef from eval (46ms)
√ JRef from exec
√ JRef random creation and deletion (3079ms)
√ array random creation and deletion (2501ms)
√ 2D Array Request with Native Arrays (47ms)
√ multidimensional Array Request with Native Arrays (250ms)
√ manually creating arrays of NativeArray for linear algebra (1016ms)
√ ill-defined matrix via exception
√ ill-defined matrix via err in callback
√ eval syntax error (47ms)
√ function search (not found)
√ function deep search (not found)
√ function deep[1] search (found)
√ function deep[3] search (found)
√ Import (synchronous) (937ms)
√ Import (asynchronous) (63ms)
√ Import non existant module attempt (484ms)
√ JuliaHandle of struct type
√ Eval quote
√ Shared Array
√ Equate jl_value_t Alloc with Javascript Object
√ libm use
√ asynchronous call followed by process.nextTick()
√ throw errors to the domain context
√ set active domain inside timeout
√ set active domain inside callback
√ set active domain inside callback when using bind()
√ preserve scope
√ eval Union Array ops
100 passing (10s)
jeffw@wedja MINGW64 ~/src/node-julia
$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.5.0-dev+1464 (2015-11-25 02:15 UTC)
_/ |\__'_|_|_|\__'_| | Commit b6a4871 (3 days old master)
|__/ | x86_64-w64-mingw32
stty: standard input: Inappropriate ioctl for device
ERROR: failed process: Process(`stty raw -echo onlcr -ocrnl opost`, ProcessExited(1)) [1]
[inlined code] from error.jl:22
in pipeline_error at process.jl:617
jeffw@wedja MINGW64 ~/src/node-julia
$
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\jeffw>julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.5.0-dev+1464 (2015-11-25 02:15 UTC)
_/ |\__'_|_|_|\__'_| | Commit b6a4871 (3 days old master)
|__/ | x86_64-w64-mingw32
julia> x = rand(1000,1000)
1000x1000 Array{Float64,2}:
0.952826 0.178487 0.399556 0.406912 . 0.650655 0.792955 0.416017
0.206573 0.366505 0.698222 0.0248906 0.204708 0.813072 0.305041
0.36549 0.475523 0.636211 0.135591 0.781597 0.586398 0.546239
0.541342 0.406472 0.330537 0.536657 0.94948 0.0432804 0.834281
0.617729 0.372095 0.174073 0.524533 0.864481 0.659511 0.0450847
0.0220177 0.667566 0.530912 0.446709 . 0.214464 0.118906 0.231495
0.162733 0.699013 0.766576 0.28788 0.345737 0.0595655 0.279307
0.367606 0.433448 0.95537 0.411935 0.0127788 0.788934 0.780611
0.159809 0.447874 0.134998 0.109719 0.28623 0.625933 0.487998
0.498826 0.189158 0.708794 0.773596 0.274988 0.13119 0.226488
? ?
0.0796751 0.596964 0.654085 0.726618 . 0.494271 0.835386 0.365512
0.156407 0.988926 0.256558 0.363844 0.141091 0.944338 0.167751
0.536209 0.641261 0.561332 0.823901 0.128757 0.871726 0.418923
0.263776 0.933831 0.913086 0.54948 0.266148 0.385686 0.180527
0.4675 0.907135 0.873295 0.774995 0.572151 0.762582 0.216147
0.125297 0.404838 0.606449 0.79854 . 0.731724 0.0416262 0.912063
0.615648 0.598834 0.376649 0.952811 0.0362156 0.669373 0.0503314
0.832175 0.113179 0.965444 0.207652 0.53997 0.872001 0.392054
0.803752 0.502385 0.644574 0.96894 0.373551 0.530872 0.972126
0.482942 0.835288 0.764931 0.997188 0.967954 0.25887 0.557188
julia> y = svd(x)
Please submit a bug report with steps to reproduce this fault, and any error mes
sages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x53bcec0 -- openblas_get_num_threads64
_ at (unknown line)
while loading no file, in expression starting on line 0
openblas_get_num_threads64_ at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\
libopenblas64_.DLL (unknown line)
dgemv64_ at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libopenblas64_.DLL
(unknown line)
dlabrd64_ at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libopenblas64_.DLL
(unknown line)
dgebrd_64_ at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libopenblas64_.DL
L (unknown line)
dgesdd_64_ at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libopenblas64_.DL
L (unknown line)
gesdd! at promotion.jl:251
svdfact! at linalg/svd.jl:17
julia_svdfact!_1513 at (unknown line)
svdfact at linalg/svd.jl:23
jlcall___svdfact#215___1510 at (unknown line)
jl_apply_generic at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libjulia.dl
l (unknown line)
julia_svdfact_1509 at (unknown line)
julia_svd_1506 at (unknown line)
jl_apply_generic at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libjulia.dl
l (unknown line)
jl_interpret_toplevel_expr at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\l
ibjulia.dll (unknown line)
jl_interpret_toplevel_thunk_with at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev
\bin\libjulia.dll (unknown line)
jl_interpret_toplevel_thunk_with at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev
\bin\libjulia.dll (unknown line)
jl_interpret_toplevel_expr_in at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bi
n\libjulia.dll (unknown line)
jl_toplevel_eval_body at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libjul
ia.dll (unknown line)
jl_eval_with_compiler_p at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libj
ulia.dll (unknown line)
jl_f_tuple at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libjulia.dll (unk
nown line)
eval at boot.jl:263
jl_apply_generic at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libjulia.dl
l (unknown line)
eval_user_input at REPL.jl:3
jlcall_eval_user_input_1278 at (unknown line)
jl_apply_generic at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libjulia.dl
l (unknown line)
anonymous at REPL.jl:92
jl_switchto at C:\Users\jeffw\Appdata\Local\Julia-0.5.0-dev\bin\libjulia.dll (un
known line)
jeffw@jaw MINGW64 ~/src/julia
$ make
patching file CMakeLists.txt
Hunk #1 FAILED at 217.
1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej
-- The C compiler identification is GNU 5.2.0
-- Check for working C compiler: C:/Program Files/mingw-w64/x86_64-5.2.0-win32-seh-rt_v4-rev0/mingw64/bin/gcc.exe
-- Check for working C compiler: C:/Program Files/mingw-w64/x86_64-5.2.0-win32-seh-rt_v4-rev0/mingw64/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.3/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "C:/Program
Files/mingw-w64/x86_64-5.2.0-win32-seh-rt_v4-rev0/mingw64/bin/gcc.exe" is
not able to compile a simple test program.
It fails with the following output:
Change Dir: C:/msys64/home/jeffw/src/julia/deps/build/libgit2/CMakeFiles/CMakeTmp
Run Build Command:"C:/msys64/usr/bin/make.exe" "cmTC_24872/fast"
make[2]: Entering directory
'/home/jeffw/src/julia/deps/build/libgit2/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_24872.dir/build.make
CMakeFiles/cmTC_24872.dir/build
12 [main] make 4284 C:\msys64\usr\bin\make.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
2054 [main] make 4284 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
17 [main] make 2724 fork: child -1 - forked process 4284 died unexpectedly, retry 0, exit code 0x100, errno 11
make[2]: fork: Resource temporarily unavailable
make[2]: Leaving directory
'/home/jeffw/src/julia/deps/build/libgit2/CMakeFiles/CMakeTmp'
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:14 (PROJECT)
-- Configuring incomplete, errors occurred!
See also "C:/msys64/home/jeffw/src/julia/deps/build/libgit2/CMakeFiles/CMakeOutput.log".
See also "C:/msys64/home/jeffw/src/julia/deps/build/libgit2/CMakeFiles/CMakeError.log".
Makefile:2035: recipe for target 'build/libgit2/Makefile' failed
make[1]: *** [build/libgit2/Makefile] Error 1
Makefile:78: recipe for target 'julia-deps' failed
make: *** [julia-deps] Error 2
jeffw@jaw MINGW64 ~/src/julia
$ gcc -v
Using built-in specs.
COLLECT_GCC=C:\Progra~1\mingw-w64\x86_64-5.2.0-win32-seh-rt_v4-rev0\mingw64\bin\gcc.exe
COLLECT_LTO_WRAPPER=C:/Progra~1/mingw-w64/x86_64-5.2.0-win32-seh-rt_v4-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/5.2.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-5.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64 --with-gxx-include-dir=/mingw64/x86_64-w64-mingw32/include/c++ --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,lto --enable-libstdcxx-time=yes --enable-threads=win32 --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-isl-version-check --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-win32-seh-rev0, Built by MinGW-W64 project' --with-bugurl=http://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -I/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64/opt/include -I/c/mingw520/prerequisites/x86_64-zlib-static/include -I/c/mingw520/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -I/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64/opt/include -I/c/mingw520/prerequisites/x86_64-zlib-static/include -I/c/mingw520/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS= LDFLAGS='-pipe -L/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64/opt/lib -L/c/mingw520/prerequisites/x86_64-zlib-static/lib -L/c/mingw520/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: win32
gcc version 5.2.0 (x86_64-win32-seh-rev0, Built by MinGW-W64 project)
jeffw@jaw MINGW64 ~/src/julia
markdown/Markdown.jl
docs/Docs.jl
deprecated.jl
require.jl
docs/helpdb.jl
docs/basedocs.jl
threads.jl
C:\msys64\home\jeffw\src\julia\base\precompile.jl
LINK usr/lib/julia/sys.dll
CC usr/bin/libccalltest.dll
C:/msys64/home/jeffw/src/julia/src/ccalltest.c: In function 'cptest':
C:/msys64/home/jeffw/src/julia/src/ccalltest.c:85:33: warning: unknown conversion type character 'l' in format [-Wformat=]
if (verbose) fprintf(stderr,"%lld + %lld i\n", (long long)a->real, (long long)a->imag);
^
C:/msys64/home/jeffw/src/julia/src/ccalltest.c:85:33: warning: unknown conversion type character 'l' in format [-Wformat=]
C:/msys64/home/jeffw/src/julia/src/ccalltest.c:85:33: warning: too many arguments for format [-Wformat-extra-args]
C:/msys64/home/jeffw/src/julia/src/ccalltest.c: In function 'test_big':
C:/msys64/home/jeffw/src/julia/src/ccalltest.c:349:33: warning: unknown conversion type character 'l' in format [-Wformat=]
if (verbose) fprintf(stderr,"%lld %lld %c\n", (long long)a.x, (long long)a.y, a.z);
^
C:/msys64/home/jeffw/src/julia/src/ccalltest.c:349:33: warning: unknown conversion type character 'l' in format [-Wformat=]
C:/msys64/home/jeffw/src/julia/src/ccalltest.c:349:33: warning: format '%c' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
C:/msys64/home/jeffw/src/julia/src/ccalltest.c:349:33: warning: too many arguments for format [-Wformat-extra-args]
jeffw@wedja MINGW64 ~/src/julia
$ gcc -v
Using built-in specs.
COLLECT_GCC=C:\Progra~1\mingw-w64\x86_64-5.2.0-win32-seh-rt_v4-rev0\mingw64\bin\gcc.exe
COLLECT_LTO_WRAPPER=C:/Progra~1/mingw-w64/x86_64-5.2.0-win32-seh-rt_v4-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/5.2.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-5.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64 --with-gxx-include-dir=/mingw64/x86_64-w64-mingw32/include/c++ --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,lto --enable-libstdcxx-time=yes --enable-threads=win32 --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-isl-version-check --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw520/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-win32-seh-rev0, Built by MinGW-W64 project' --with-bugurl=http://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -I/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64/opt/include -I/c/mingw520/prerequisites/x86_64-zlib-static/include -I/c/mingw520/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -I/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64/opt/include -I/c/mingw520/prerequisites/x86_64-zlib-static/include -I/c/mingw520/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS= LDFLAGS='-pipe -L/c/mingw520/x86_64-520-win32-seh-rt_v4-rev0/mingw64/opt/lib -L/c/mingw520/prerequisites/x86_64-zlib-static/lib -L/c/mingw520/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: win32
gcc version 5.2.0 (x86_64-win32-seh-rev0, Built by MinGW-W64 project)
jeffw@wedja MINGW64 ~/src/julia
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment