Skip to content

Instantly share code, notes, and snippets.

@cwchentw
Last active August 29, 2015 14:02
Show Gist options
  • Save cwchentw/464dce91392fdab55ba9 to your computer and use it in GitHub Desktop.
Save cwchentw/464dce91392fdab55ba9 to your computer and use it in GitHub Desktop.
log about compiling openblas on OS X Mavricks 10.9.3
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading https://github.com/xianyi/OpenBLAS/archive/v0.2.9.rc2.tar.gz
Already downloaded: /Library/Caches/Homebrew/openblas-0.2.9-rc2.tar.gz
==> make FC=/usr/local/bin/gfortran libs netlib shared
_main in libgfortranbegin.a(fmain.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[1]: *** [libopenblas_sandybridgep-r0.2.9.rc2.dylib] Error 1
make: *** [shared] Error 2
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/homebrew/homebrew-science/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment