From: Daniel Stenberg Date: Tue, 15 May 2001 12:56:38 +0000 (+0000) Subject: We need -lpthread for the pthread example X-Git-Tag: upstream/7.37.1~16722 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e1e31869102027257a494086817aea355673936;p=platform%2Fupstream%2Fcurl.git We need -lpthread for the pthread example --- diff --git a/docs/examples/Makefile.example b/docs/examples/Makefile.example index f18baa2..03e7c3f 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