From: Daniel Stenberg Date: Wed, 19 Jun 2002 12:31:49 +0000 (+0000) Subject: simplified the compile line even more X-Git-Tag: curl-7_10~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b79e250ed27e349d51a3671940c81915edcbc5ef;p=curl simplified the compile line even more --- diff --git a/docs/examples/README b/docs/examples/README index 46f7321fb..ac58ad6f9 100644 --- a/docs/examples/README +++ b/docs/examples/README @@ -12,7 +12,7 @@ examples. Just edit the file according to your system and requirements first. Most examples should build fine using a command line like this: - $ gcc `curl-config --cflags` `curl-config --libs` -o example example.c + $ `curl-config --cc --cflags --libs` -o example example.c Try the php/examples/ directory for PHP programming snippets!