In my system it compiled correctly after installing XCode command line tools and gfortran from Homebrew (which was gfortran from GCC 4.8.2). I did not have to adjust any flags for it to work.
-- João Felipe Santos On Mon, May 19, 2014 at 2:35 PM, Andreas Noack Jensen < [email protected]> wrote: > I'd recommend not to set USE_SYSTEM_BLAS=1. OpenBLAS which is shipped with > Julia is often faster. > > Gustavo L, have you tried to delete the deps/arpack directory before > running make? > > > 2014-05-19 20:31 GMT+02:00 Gustavo Camilo <[email protected]>: > > 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 >>> >> > > > -- > Med venlig hilsen > > Andreas Noack Jensen >
