You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./configure --disable-rt --with-openssl
...
checking for gcc options needed to detect all undeclared functions... none needed
checking whether fseeko is declared... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/bin/perl
checking whether to enable the threaded resolver... yes
configure: error: options --enable-pthreads and --disable-rt are mutually exclusive
I expected the following
It should just work as on Linux there's no need for -lrt anyway.
Maybe we should just drop the --disable-rt option?
curl/libcurl version
git master
operating system
Debian unstable
The text was updated successfully, but these errors were encountered:
This option now better only prevents the actual -lrt to be used, and
thus has no effect if the system does not need -lt for the monotonic
clock etc.
Fixes#16932
I did this
I expected the following
It should just work as on Linux there's no need for -lrt anyway.
Maybe we should just drop the --disable-rt option?
curl/libcurl version
git master
operating system
Debian unstable
The text was updated successfully, but these errors were encountered: