-
-
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
Cannot build latest Julia #7240
Comments
I tried |
I did get this to compile with |
Same here, was able to compile yesterday, now get the same error message as @milktrader. On Windows using msys2 setup. |
What is your |
I just followed the instructions README.windows.md to set everything up, including mingw-builds. |
Actually, I get a different error message than @milktrader:
|
I get a slightly different error message, but it seems to be related to OpenBLAS too. The traceback is pretty long, so I putted it here My gfortran version, in the case it may be interesting:
|
✈ gfortran --version
GNU Fortran (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc. |
The |
Skimming the logs posted here, it actually looks like the build breaks for three different reasons for @milktrader, @Luthaf and me... I'm starting a fresh clean build off master on my machine now and will post the full log once it is done. |
I'm preparing a PR that fixes my issue. |
I'll try the gfortran update route, but it appears |
I commented out the ✈ gfortran --version
gfortran: error trying to exec '/usr/local/bin/../Cellar/gcc/4.8.3_1/bin/i686-apple-darwin11-gfortran-4.2.1': execvp: No such file or directory Is that because |
@Luthaf do you have a Haswell processor? I saw the same problem you did with |
I don't know. I'll check this on Monday. But I have already managed to build Julia every week for the two last months. |
No, it is a Core2 Duo. A fully fresh buil :
produces the same error. |
Try
|
Well, it finally works with this setting. But after three Thank you ! |
I just got bit by the same compilation error as @Luthaf. To make it easier for others to search for the issue, one of the final errors is
I did a |
If this ends up being really common, should we try to come up with a little configure-style probe and do this automatically or suggest the fix within the makefile? |
Commit:
The text was updated successfully, but these errors were encountered: