-
Notifications
You must be signed in to change notification settings - Fork 4
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 install Libvconviqt on MacOS #11
Comments
Hi Guillermo! It looks like the compiler fails to recognize the OpenMP routine The
Cheers, Reijo |
Thanks Reijo, I have seen that gcc in Mac refers to clang and then it doesn't allow -fopenmp flag, I have to use gcc-11 instead. Don't know if that can be the problem, and if it is the case how can I solve it. Also when I add the flags I get the next error: checking for g++... g++
checking whether the C++ compiler works... no
configure: error: in `/Users/pascualg/Downloads/libconviqt-master':
configure: error: C++ compiler cannot create executables
See `config.log' for more details Best regards, |
You can always look in |
Hi,
I am trying to install Libconviqt on my MacOS system but I get the next errors when I try to build and install the library:
It seems like I am missing some package but I am not able to guess which one.
Thanks in advance,
Guillermo
The text was updated successfully, but these errors were encountered: