Skip to content
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

Error finding gfortran #38

Closed
ggarza opened this issue Aug 8, 2013 · 8 comments
Closed

Error finding gfortran #38

ggarza opened this issue Aug 8, 2013 · 8 comments

Comments

@ggarza
Copy link

ggarza commented Aug 8, 2013

I get the following when compiling:
https://gist.github.com/ggarza/6180724

@ggarza
Copy link
Author

ggarza commented Aug 8, 2013

This is on OS X 10.8.4

@staticfloat
Copy link
Owner

What version of gfortran are you using? Does it match 4.8.0? If not, you may need to reinstall arpack-julia and suite-sparse-julia, as it looks like both of them have linked directly to libgfortran.

@ggarza
Copy link
Author

ggarza commented Aug 8, 2013

I'm using version 4.8.1 of gfortran. I've removed arpack-julia and suite-sparse-julia and then tried installing julia, but I still get the same error.

On Aug 8, 2013, at 12:35 AM, Elliot Saba [email protected] wrote:

What version of gfortran are you using? Does it match 4.8.0? If not, you may need to reinstall arpack-julia and suite-sparse-julia, as it looks like both of them have linked directly to libgfortran.


Reply to this email directly or view it on GitHub.

@StefanKarpinski
Copy link

Problems linking OpenBLAS and various other things using gfortran 4.8.1 have come up in the last few days:

Not sure if either of those conversations might be helpful.

@StefanKarpinski
Copy link

@staticfloat
Copy link
Owner

Try running brew cleanup. Then run brew doctor, and post the result here, alongside brew --config. Finally, remove suite-sparse-julia and arpack-julia and openblas-julia again, and then try reinstalling (It's possible the missing step was not uninstalling openblas-julia, I'm sorry I missed that one before).

@ggarza
Copy link
Author

ggarza commented Aug 8, 2013

Uninstalling openblas-julia worked.

In case this is specific to my config, the output from brew config is as follows:

HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: 3d2c63757bd98fc0135cf971f765058c1d225c72
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.8.4-x86_64
Xcode: 4.6.3
CLT: 4.6.0.0.1.1365549073
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/opt/ruby193/bin/ruby => /usr/local/Cellar/ruby193/1.9.3-p448/bin/ruby

@staticfloat
Copy link
Owner

I'm going to go ahead and close this, since it sounds like this is working for you. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants