-
Notifications
You must be signed in to change notification settings - Fork 15
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
Build problems with macOS + gcc #42
Comments
Hmm, I still cannot reproduce this. I would love to help, but no luck. How did you acquire GCC? BTW, in general we discourage GCC on Mac due to the poor toolchain. We always very much emphasize clang. |
I installed it through Homebrew... I'll close this issue since it's not reproducible. |
This is reproducible. cmake -H. -Bbuild -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_Fortran_COMPILER=gfortran-8 Homebrew installed gcc-8 Components of NWChemEx cannot compile properly with clang, hence we are using gcc on a Mac right now. Not clear where it goes wrong. Most likely the path to the include file is not found? Bert |
When trying to build gau2grid with
gcc 8.2.0
on macOS, I get alot of the following warnings
finally resulting in a linker error:
I tried to include
<stdlib.h>
in the respective file, but it did not seem to work.Any ideas on this issue?
The text was updated successfully, but these errors were encountered: