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: julia dependency fftw was built with the following C++ standard library: libstdc++ (from clang) #63

Closed
amer opened this issue Feb 2, 2014 · 3 comments

Comments

@amer
Copy link

amer commented Feb 2, 2014

I got the following error when I was trying to installing Julia brew install --64bit julia:

Error: julia dependency fftw was built with the following
C++ standard library: libstdc++ (from clang)

This is incompatible with the standard library being used
to build julia: libc++ (from clang)

As I understood, the problem was that fftw was already installed without the --with-fortran option.

Reinstalling fftw with --with-fortran option solved the problem.
brew reinstall --with-fortran fftw

Hope this will save somebody's time.

@staticfloat
Copy link
Owner

Thanks for this, @amer! Out of curiosity, did you upgrade from OSX 10.8 -> 10.9? Was FFTW installed from before you upgraded?

@amer
Copy link
Author

amer commented Feb 3, 2014

@staticfloat, I upgraded from OSX 10.8 to 10.9 long time ago. Unfortunately, I'm not sure if FFTW was already installed.

@staticfloat
Copy link
Owner

okay. Thanks for the info.

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

2 participants