I followed the instructions at 
https://github.com/JuliaLang/julia/blob/master/README.windows.md. After a 
few false starts it did build. I had to apply both work rounds that were in 
the instructions. I tested the build and ran my code. All well so far.

Now I patched just one file, socket.jl and did make -j 4 again and this was 
the result.

bob@bob-desktop ~/julia
$ make -j 4
    PERL base/version_git.jl.phony
)expr.jl
)pen(alizeunning finalizer:
blas_num_threads=4
*** This error is usually fixed by running 'make clean'. If the error 
persists, try 'make cleanall'. ***
Makefile:82: recipe for target '/home/bob/julia/usr/lib/julia/sys.o' failed
make[1]: *** [/home/bob/julia/usr/lib/julia/sys.o] Error 1
Makefile:32: recipe for target 'release' failed
make: *** [release] Error 2

I really don't want to have to do a full build for one file changed as it 
takes a long time on my quad core W7. Anyone know what's going on here?

Bob

Reply via email to