[gnutls-devel] GnuTLS | Build failure on macOS Catalina 10.15.4 under Xcode 11.4. (#966)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue May 26 10:57:56 CEST 2020
Dmitry Baryshkov commented:
@crossd @Siguza could you please check if compiling the following code with `-Wl,-no_weak_imports` would result in an error for you, but will work without this option:
```c
#include <sys/select.h>
int main(void)
{
fd_set rfds;
FD_ZERO(&rfds);
FD_SET(0, &rfds);
return 1;
}
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/966#note_348856217
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200526/f54dd2d0/attachment-0001.html>
More information about the Gnutls-devel
mailing list