Thank you for your very quick answer and it works like a charm.
But then I confirm there is indeed a *documentation bug*
Please do the following command:
$ sed -n 88p /usr/share/doc/libcurl4-gnutls-dev/html/curl-config.html
<p class="level0"> $ `curl-config --cc --cflags --libs` -o example example.c
It should read instead:
$ sed -n 88p /usr/share/doc/libcurl4-gnutls-dev/html/curl-config.html
<p class="level0"> $ `curl-config --cc --cflags` -o example example.c `curl-config --libs`
I attach the patch for the file:
/usr/share/doc/libcurl4-gnutls-dev/html/curl-config.html
Should be applied as
$ sudo patch -b /usr/share/doc/libcurl4-gnutls-dev/html/curl-config.html patch_curl-config.txt
patching file /usr/share/doc/libcurl4-gnutls-dev/html/curl-config.html
Thank you for your very quick answer and it works like a charm.
But then I confirm there is indeed a *documentation bug*
Please do the following command:
$ sed -n 88p /usr/share/ doc/libcurl4- gnutls- dev/html/ curl-config. html level0" > $ `curl-config --cc --cflags --libs` -o example example.c
<p class="
It should read instead: doc/libcurl4- gnutls- dev/html/ curl-config. html level0" > $ `curl-config --cc --cflags` -o example example.c `curl-config --libs`
$ sed -n 88p /usr/share/
<p class="
I attach the patch for the file: doc/libcurl4- gnutls- dev/html/ curl-config. html
/usr/share/
Should be applied as doc/libcurl4- gnutls- dev/html/ curl-config. html patch_curl- config. txt doc/libcurl4- gnutls- dev/html/ curl-config. html
$ sudo patch -b /usr/share/
patching file /usr/share/