From 9e1e31869102027257a494086817aea355673936 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 May 2001 12:56:38 +0000 Subject: [PATCH] We need -lpthread for the pthread example --- docs/examples/Makefile.example | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/Makefile.example b/docs/examples/Makefile.example index f18baa2d6..03e7c3f64 100644 --- a/docs/examples/Makefile.example +++ b/docs/examples/Makefile.example @@ -30,6 +30,7 @@ LDFLAGS = -L/home/dast/lib -L/usr/local/ssl/lib # We need -lsocket and -lnsl when on Solaris # We need -lssl and -lcrypto when using libcurl with SSL support # We need -ldl for dlopen() if that is in libdl +# We need -lpthread for the pthread example LIBS = -lcurl -lsocket -lnsl -lssl -lcrypto -dl # Link the target with all objects and libraries