Menu

#1113 update curl-config doc and manpage for ld --as-needed

closed-fixed
5
2014-08-20
2012-05-19
No

the curl-config manpage and documentation html page should state how it should be used in environments where ld --as-needed is default (e.g. ubuntu)
similar to how docs/examples/README was updated, namely to state that it must be used like this:

`curl-config --cc --cflags` -o example example.c `curl-config --libs`

Discussion

  • Julian Taylor

    Julian Taylor - 2012-05-19

    these files need updating:
    docs/curl-config.html
    docs/curl-config.1

     
  • Daniel Stenberg

    Daniel Stenberg - 2012-05-20

    Thanks for the report, this problem is now fixed in the git repository.

    To try it out, you either checkout/update your git clone: http://curl.haxx.se/source.html

    or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

     
  • Daniel Stenberg

    Daniel Stenberg - 2012-05-20
    • milestone: --> wrong_content
    • status: open --> closed-fixed