Not sure if this applies to your setup, but see: https://github.com/JuliaLang/julia/issues/9407#issuecomment-67654090
On Sun, Dec 21, 2014 at 10:39 PM, Sebastian Good < [email protected]> wrote: > For many months I've enjoyed followed along with the 0.4 development, but > in the last week the build doesn't seem to be working on OS X Yosemite. I > get what appear to be a bunch of lapack link errors. Whether compiling with > gcc or clang the errors seem to be the same; is there some new tooling or > build steps that need to be in place? > > Making install in . > ./install-sh -c -d '/Users/sebastian/julia/usr/lib' > /bin/sh ./libtool --mode=install /usr/bin/install -c libarpack.la > '/Users/sebastian/julia/usr/lib' > libtool: install: /usr/bin/install -c .libs/libarpack.2.dylib > /Users/sebastian/julia/usr/lib/libarpack.2.dylib > libtool: install: (cd /Users/sebastian/julia/usr/lib && { ln -s -f > libarpack.2.dylib libarpack.dylib || { rm -f libarpack.dylib && ln -s > libarpack.2.dylib libarpack.dylib; }; }) > libtool: install: /usr/bin/install -c .libs/libarpack.lai > /Users/sebastian/julia/usr/lib/libarpack.la > libtool: install: /usr/bin/install -c .libs/libarpack.a > /Users/sebastian/julia/usr/lib/libarpack.a > libtool: install: chmod 644 /Users/sebastian/julia/usr/lib/libarpack.a > libtool: install: ranlib /Users/sebastian/julia/usr/lib/libarpack.a > ./install-sh -c -d '/Users/sebastian/julia/usr/lib/pkgconfig' > /usr/bin/install -c -m 644 arpack.pc > '/Users/sebastian/julia/usr/lib/pkgconfig' > Making install in TESTS > Making install in EXAMPLES > Making install in BAND > Making install in COMPLEX > Making install in NONSYM > Making install in SIMPLE > Making install in SVD > Making install in SYM > Undefined symbols for architecture x86_64: > "_dgemm_", referenced from: > _cholmod_super_numeric in libcholmod.a(cholmod_super_numeric.o) > _cholmod_super_lsolve in libcholmod.a(cholmod_super_solve.o) > _cholmod_super_ltsolve in libcholmod.a(cholmod_super_solve.o) > _cholmod_l_super_numeric in libcholmod.a(cholmod_l_super_numeric.o) > _cholmod_l_super_lsolve in libcholmod.a(cholmod_l_super_solve.o) > _cholmod_l_super_ltsolve in libcholmod.a(cholmod_l_super_solve.o) > "_dgemv_", referenced from: > (etc) >
