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

building under macOS 10.13 (High Sierra) #2656

Closed
thierrygosselin opened this issue Jun 14, 2018 · 1 comment
Closed

building under macOS 10.13 (High Sierra) #2656

thierrygosselin opened this issue Jun 14, 2018 · 1 comment

Comments

@thierrygosselin
Copy link

recommendation:
Update documentation that specify user must use clang as default compiler, because GCC raises errors.

cd Downloads
wget https://curl.haxx.se/download/curl-7.60.0.tar.gz
tar -zxvf curl-7.60.0.tar.gz
cd curl-7.60.0
CC="/usr/local/bin/clang" ./configure --without-ssl --with-darwinssl
make -j8
sudo make install
@nickzman
Copy link
Member

The problem isn't the documentation... The problem is the code should be changed to not assume everyone building libcurl against the High Sierra SDK is using Clang to do so.

nickzman added a commit that referenced this issue Jul 1, 2018
...but GCC users lose out on TLS 1.3 support, since we can't weak-link
enumeration constants.

Fixes #2656
@bagder bagder closed this as completed in b78d1a3 Jul 6, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Oct 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants