Thanks! Now I get "image not found" errors:
patching file slasd4.f [INFO] : TIMER value: INT_ETIME (given by make.inc) [INFO] : TIMER value: INT_ETIME (given by make.inc) dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib Referenced from: /Users/gustavolacerda/Dropbox/projects/julia/deps/lapack-3.4.2/INSTALL/./testlsame Reason: image not found /bin/sh: line 1: 15920 Trace/BPT trap: 5 ./testlsame dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib Referenced from: /Users/gustavolacerda/Dropbox/projects/julia/deps/lapack-3.4.2/INSTALL/./testslamch Reason: image not found /bin/sh: line 1: 15922 Trace/BPT trap: 5 ./testslamch dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib Referenced from: /Users/gustavolacerda/Dropbox/projects/julia/deps/lapack-3.4.2/INSTALL/./testdlamch Reason: image not found /bin/sh: line 1: 15923 Trace/BPT trap: 5 ./testdlamch dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib Referenced from: /Users/gustavolacerda/Dropbox/projects/julia/deps/lapack-3.4.2/INSTALL/./testsecond Reason: image not found /bin/sh: line 1: 15924 Trace/BPT trap: 5 ./testsecond dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib Referenced from: /Users/gustavolacerda/Dropbox/projects/julia/deps/lapack-3.4.2/INSTALL/./testdsecnd Reason: image not found /bin/sh: line 1: 15925 Trace/BPT trap: 5 ./testdsecnd dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib Referenced from: /Users/gustavolacerda/Dropbox/projects/julia/deps/lapack-3.4.2/INSTALL/./testieee Reason: image not found /bin/sh: line 1: 15926 Trace/BPT trap: 5 ./testieee dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib Referenced from: /Users/gustavolacerda/Dropbox/projects/julia/deps/lapack-3.4.2/INSTALL/./testversion Reason: image not found /bin/sh: line 1: 15927 Trace/BPT trap: 5 ./testversion make[3]: *** [lapack_install] Error 133 make[2]: *** [lapack-3.4.2/liblapack.a] Error 2 make[1]: *** [julia-release] Error 2 make: *** [release] Error 2 17:05:00 ~/Dropbox/projects/julia$ On Mon, May 19, 2014 at 2:31 PM, Gustavo Camilo <[email protected]> wrote: > I was able to compile using Apple's compiler: > > After you've installed command line toosls like it says in the Readme of > the julia github, change in your Make.inc: > > USE_SYSTEM_BLAS=1 > > And try to compile again. > > On Monday, 19 May 2014 14:17:28 UTC-4, Gustavo Lacerda wrote: >> >> hi, >> >> I've installed gfortran-4.9.0-Mavericks.dmg >> >> I'm installing from source on OSX with: make OPENBLAS_TARGET_ARCH=NEHALEM >> but I get this error: >> >> \checking whether we are cross compiling... configure: error: >> in `/Users/gustavolacerda/Dropbox/projects/julia/deps/ >> arpack-ng-3.1.3': >> [13:28] >> configure: error: cannot run Fortran 77 compiled programs. >> >> >> Any ideas? >> >> Thanks. >> >> Gustavo >> >> >> -- >> Gustavo Lacerda >> http://www.optimizelife.com >> >
