>
> Thanks for the suggestion. BinDeps.debug gives the same error.
>
> BinDeps.debug("Clang")
>
INFO: Reading build script...
could not spawn `which llvm-config`: no such file or directory (ENOENT)
while loading C:\Users\Chris\.julia\v0.3\Clang\deps\build.jl, in expression
starting on line 10
while loading In[3], in expression starting on line 1
in _jl_spawn at process.jl:217 (repeats 2 times)
I'm slowly working through the instructions to compile julia with
MinGW/MSYS2 so I can compile with BUILD_LLVM_CLANG=1
Chris