-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue: OS X "-lgfortran" and "-lquadmath" errors #6
Comments
Hello Katie, Are you sure they all have the command line tools installed on their Mac? Also see this blog post. |
Command line tools are installed, but from the post sounds like the problem is deeper. Thanks! |
If you manage to solve these installation problems, please report your solution(s) there. |
I could confirm that following the directions in the aforementioned Blog post would solve this problem with MacOS Sierra. |
Look also at https://github.com/fxcoudert/gfortran-for-macOS/releases (e.g. for Mac Mojave). |
Hi Florian,
I've been using your bigsnpr package in a class I teach, and some of the students were having issues installing. One of the errors was this:
ld: warning: directory not found for option '-L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2'
ld: library not found for -lquadmath
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [bigstatsr.so] Error 1
ERROR: compilation failed for package ‘bigstatsr’
Installation failed: Command failed (1)
The text was updated successfully, but these errors were encountered: