Skip to content

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

@amer

Description

@amer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions