-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
make with intel compilers fail #5473
Comments
`*** Please ensure that the ncurses-devel package is installed on your OS, and try again. ***`` Did you read the notice on ncurses in https://github.com/JuliaLang/julia#linux-build-troubleshooting? |
I have already followed that, but to make sure tried installing again. It failed with the same error. "libncurses5-dev is already the newest version". |
It looks like a library reference is missing. Maybe something like |
I've built julia w/ the intel compilers, and haven't seen this error. I notice you didn't pass |
Thanks for your suggestions, I have tried adding CXX=icpc and flags for icpc as CXXFLAGS="-O3 -xavx -openmp" in the make. Now, I get a different error.
|
I think part of the error message is cut off. I can't tell what it's complaining about. |
Here is the ttrimmed error log (in first and last parts)...
[pao: formatting] |
@vipinek, two tips: First, blocks of code or console output are best quoted. GitHub uses triple-backquotes for this; you can look at the edit window for your comment to see what I did. Second, sufficiently long text (such as this) is probably better suited for a gist--go to https://gist.github.com/, paste your text, and you can post the link here. (We now return to your regularly scheduled debugging. Thanks!) |
Not sure, but it looks like your build is mixing g++ & icpc. You might want to try cloning a fresh copy of julia, and compiling w/ the following options:
i.e., drop the |
please open a new issue if you are still unable to build. since we are close to having working AppVeyor builds, this probably has been affected along the way |
I am trying to build julia with Intel compiles on an Ubuntu 13, Core i7 machine with the following make command
but, it fails and throws the below errors. Anyone encountered this issue and how can I fix it?
[pao: formatting]
The text was updated successfully, but these errors were encountered: