Well if failed pretty quickly with 'make cleanall', 'make -j 4'. Not sure 
where to go from here. 

g++.exe: error: 
C:/mingw-builds/msys32/home/bob/julia/usr/lib/libopenlibm.a: No such file 
or directory
Makefile:55: recipe for target '/home/bob/julia/usr/bin/julia-basic.exe' 
failed
make[2]: *** [/home/bob/julia/usr/bin/julia-basic.exe] Error 1
make[2]: *** Waiting for unfinished jobs....
repl-readline.c:825:6: warning: 'jl_init_repl' redeclared without dllimport 
attribute: previous dllimport ignored [-Wattributes]
 void jl_init_repl(int history)
      ^
repl-readline.c:843:6: warning: 'repl_callback_enable' redeclared without 
dllimport attribute: previous dllimport ignored [-Wattributes]
 void repl_callback_enable(char *prompt)
      ^
repl-readline.c:855:6: warning: 'jl_read_buffer' redeclared without 
dllimport attribute: previous dllimport ignored [-Wattributes]
 void jl_read_buffer(unsigned char *base, ssize_t nread)
      ^
Makefile:43: recipe for target 'julia-release' failed
make[1]: *** [julia-release] Error 2
Makefile:32: recipe for target 'release' failed
make: *** [release] Error 2


On Saturday, March 29, 2014 4:06:40 PM UTC, Bob Cowdery wrote:
>
> 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