I just tried to install julia on a linux debian laptop by cloning the git 
repository and running make
but the install ended with 

----------
[...]
make[4]: warning: -jN forced in submake: disabling jobserver mode.
OK.

 OpenBLAS build complete. (BLAS CBLAS LAPACK LAPACKE)

  OS               ... Linux             
  Architecture     ... x86_64               
  BINARY           ... 64bit                 
  Use 64 bits int    (equivalent to "-i8" in Fortran)      
  C compiler       ... GCC  (command line : gcc)
  Fortran compiler ... GFORTRAN  (command line : gfortran)
  Library Name     ... libopenblasp-r0.2.9.a (Multi threaded; Max 
num-threads is 16)

To install the library, you can run "make PREFIX=/path/to/your/installation 
install".

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
------------

I am a bit clueless about what went wrong. I think I have installed all 
dependencies (gcc, g++, gfortran, etc).
Any idea how to fix this?

Reply via email to