Skip to content

libstdc++ removed from XCode 10, compile fails #143

Open
@motorcityadam

Description

Expected Behavior:

The package should compile and install.

Actual Behavior:

It appears that libstdc++ is removed from XCode 10 in favor of libc++ (which has been deprecated by Apple for a while now on macOS systems). Therefore, this library will not compile via a pip install.

    clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
    ld: library not found for -lstdc++
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    error: command 'gcc' failed with exit status 1

This behavior is observed on a fresh macOS system and fresh XCode 10 install on macOS Mojave 10.14.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions