-
Notifications
You must be signed in to change notification settings - Fork 20
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
Installing error in the compilation of "build_FortFlex.sh" #37
Comments
That's weird. I have just tried the master branch on my OSX box and it correctly compiles the extension. My context:
I suppose this is unrelated, but which version of gfortran do you have? Mine is 8.1.0:
|
@FrancescAlted, thanks for your reply. I have found out some issues related with this problem.
The revised ./build_FortFlex.sh shows as follows:
By this way, the error "ld: symbol(s) not found for architecture i386" disappers.
I don't know how to fix it. Is it related with my gcc version (4.9.2) which is lower than yours (8.1.0) ? |
That's a good question; I only see warnings in your output, so this should not be a problem Just in case, you might want to try an updated gfortran and try. I installed my version via |
Following the instruction, I have installed all the packages and met error when compiling the
setup.py
file.I found out that the issue was in the process of the compilation of
build_FortFlex.sh
The error shows like this:
I would like to have an advice how to proceed.
PS: essential information about my compilation environment:
The text was updated successfully, but these errors were encountered: