Try apt-get install libgfortran-dev or libgfortran-4.7-dev or something similar. It is odd that it wouldn’t find libgfortran - perhaps it is a path issue.
-viral > On 19-Feb-2015, at 5:45 pm, Sto Forest <[email protected]> wrote: > > Latest hurdle seems to be the absence of lgfortran > > lapacke_ztpmqrt_work.c:54:20: warning: unused variable ‘r’ [-Wunused-variable] > lapacke_ztprfb_work.c: In function ‘LAPACKE_ztprfb_work’: > lapacke_ztprfb_work.c:54:20: warning: unused variable ‘r’ [-Wunused-variable] > /usr/bin/ld: cannot find -lgfortran > collect2: error: ld returned 1 exit status > Makefile:120: recipe for target '../libopenblas_armv7p-r0.2.13.so' failed > make[3]: *** [../libopenblas_armv7p-r0.2.13.so] Error 1 > Makefile:87: recipe for target 'shared' failed > make[2]: *** [shared] Error 2 > *** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with > 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking libpthread.so, > and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building > SandyBridge support. Both these options can also be used simultaneously. *** > Makefile:963: recipe for target 'openblas-v0.2.13/libopenblas.so' failed > make[1]: *** [openblas-v0.2.13/libopenblas.so] Error 1 > Makefile:64: recipe for target 'julia-deps' failed > make: *** [julia-deps] Error 2 > > On Saturday, 14 February 2015 20:11:04 UTC, Sto Forest wrote: > Is there a way to get Julia running on the new Raspberry Pi 2, perhaps under > raspbian ? > >
