-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unable to compile on MacOS #4008
Comments
It's GNU Octave that requires OpenBLAS. |
The warnings about stdio.h look a bit strange - what compiler version does |
cc points to clang, which reports v. 14.0.3: $ cc -v |
Everything points to Clang, even though I also have GNU C suite. |
Very strange, also the fortran warnings about a bad STATUS parameter - these should definitely not occur with any somewhat recent gfortran. Is it possible that you have multiple versions of gfortran installed, and your build is picking up parts (e.g. runtime libraries) of an incompatible earlier version (as was the case in #2303) ? |
It turns out my gcc/gfortran configuration was a mess. After cleaning it up and reinstalling gcc using Homebrew, I used Macports to install OpenBLAS, which it refused to do in the first place without raising an error message. So, everything is working better now. Thanks! |
I followed the installation directions, with minor exceptions for my OS version (13.3.1). I have the latest Xcode installed and made sure my other software was setup per directions.
I changed "export MACOSX_DEPLOYMENT_TARGET=11.0" to use targets 13.0 and 13.3.
In short, I get Fortran runtime errors when I make the OpenBLAS:
then
Make then gives up with a segmentation fault.
I need OpenBLAS to run wxmaxima, which has it as a dependency (but does not try to compile it properly).
The log is attached.
OpenBLASerror.txt
The text was updated successfully, but these errors were encountered: