Skip to content

Compiler assumption on MacOS #205

@cmichelenstrofer

Description

@cmichelenstrofer

When I try pip install pygalmesh I get the following error:

gcc: error: unrecognized command-line option '-stdlib=libc++' error: command '/opt/local/bin/gcc' failed with exit code 1

Based on this answer I suspect the assumption is that Clang is used instead GNU compilers. It sounds like that option can be deleted or replaced with -stdlib=libstdc++ since both compilers can use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions