gustavogenovese / curl-android-ios

Static libcurl to be used in Android and iOS apps. Build scripts included. No Android source required
641 stars 255 forks source link

"recv" config error: MacPorts incompatibility #41

Closed CharlieRepetti closed 7 years ago

CharlieRepetti commented 7 years ago

If the paths for an install of MacPorts are present... export PATH="/opt/local/bin:/opt/local/sbin:$PATH" ...the build will fail due to using the wrong libraries.

This is easily remedied by removing the Macports path and continuing.