-
-
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
Missing libgfortran.spec #412
Comments
Someone on IRC suggested that it should be a 64-bit gfortran. The one from hpc.sf.net is reported to work. It would just be so much easier if Apple shipped a fortran compiler also. |
The gfortran install was broken. |
I had this problem but reinstalling did not solve the issue. What did fix it was adding /usr/local/lib explicitly to LIBRARY_PATH; i.e., |
This was my problem as well. FYI for bash and ksh, the command to correct the library path is:
|
…` from `UniformScaling` (#412) * Add constructors for `Matrix{T}` and `SparseMatrixCSC{T}` from `UniformScaling` * Add constructors for `Array{T}` from `UniformScaling`
I have tried all these solutions and I am still getting the same problem. |
I'm having the following problem when compiling Julia under Mac OS X 10.7.2:
Even though I do have
libgfortran.spec
on my machine:Am I missing something?
Should I set some environment variable to point to /usr/local/lib for the build to be able to find the above file? If so, which variable?
The text was updated successfully, but these errors were encountered: