Thanks for your response. No particular reason but I tend to use home-brew for most things as it sometimes gives flexibility when you need multiple compiler versions. I would have tried the pre-compiled binary next.
On Saturday, 30 August 2014 15:34:07 UTC+1, Florian Oswald wrote: > > any reason you are using homebrew to install julia? both the build and > precompiled binary are straightforward to install, I would go with that. > > On Saturday, 30 August 2014 10:26:34 UTC+1, idontgetoutmuch wrote: >> >> >> >> I am trying to install Julia using brew >> >> brew install --HEAD --64bit julia >> >> and getting >> >> ==> Using DSFMT: /Library/Caches/Homebrew/julia--dsfmt-2.2.tar.gz >> ==> make -C contrib -f repackage_system_suitesparse4.make >> prefix=/usr/local/Cellar/julia/HEAD USE >> clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -shared -Xlinker >> -all_load /usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a >> /usr/local/opt/suite-sparse-julia/lib/libspqr.a -o >> /private/tmp/julia-cXk8/usr/lib/libspqr.dylib >> -L/private/tmp/julia-cXk8/usr/lib -L/usr/local/opt/suite-sparse-julia/lib >> -L/usr/local/opt/arpack-julia/lib -L/usr/local/opt/openblas-julia/lib >> -L/usr/local/opt/llvm33-julia/lib -L/usr/local/opt/libffi/lib >> -L/usr/local/opt/cloog018-julia/lib -L/usr/local/opt/isl011-julia/lib >> -L/usr/local/opt/gmp4-julia/lib -L/usr/local/lib -F/usr/local/Frameworks >> -Wl,-headerpad_max_install_names -headerpad_max_install_names -lcholmod >> -lcolamd -lamd -lopenblas -Wl,-rpath,'@loader_path/' && \ >> install_name_tool -id @rpath/libspqr.dylib >> /private/tmp/julia-cXk8/usr/lib/libspqr.dylib >> ld: file not found: >> /usr/local/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/libgfortran.3.dylib for >> architecture x86_64 >> clang: error: linker command failed with exit code 1 (use -v to see >> invocation) >> make: *** [default] Error 1 >> >> READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting >> /usr/local/Library/Homebrew/exceptions.rb:182:in `dump': undefined local >> variable or method `f' for #<BuildError:0x007fc004d17da8> (NameError) >> from /usr/local/Library/brew.rb:158:in `rescue in <main>' >> from /usr/local/Library/brew.rb:66:in `<main>' >> >> I am not really sure what this is telling me. >> >
