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

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

Open
motorcityadam opened this issue Nov 2, 2018 · 0 comments
Open

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

motorcityadam opened this issue Nov 2, 2018 · 0 comments

Comments

@motorcityadam
Copy link

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.

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

1 participant