Thanks. Yes that seemed to be the problem. I did have gcc-4.8 but for some reason that wasn't being picked up. Doing brew update and brew install seemed to pull down gcc-4.9 and then and the install of julia used that.
On Saturday, 30 August 2014 16:05:22 UTC+1, Elliot Saba wrote: > > The error here is: > > ld: file not found: /usr/local/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/ > libgfortran.3.dylib > > This sounds like you have an old version of gcc installed and need to > update. Try running `brew update`, and then install Julia again. > Additionally, the `--64-bit` flag doesn't do anything anymore, so you > don't need to use it. > -E >
