aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-22 08:33:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-22 08:33:02 +0000
commitc7a634641f2939e578228b1996f627a749cafe13 (patch)
tree7ba5d8d825ff46e873d81423196a7f8ee2adb128 /docs/KNOWN_BUGS
parente4388643f1863c205087465a13a5c844eeca2c8e (diff)
#31 curl-config --libs" will include details set in LDFLAGS when configure is
run that might be needed only for building libcurl.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f45c09b1e..33fb1286f 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,12 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+31. "curl-config --libs" will include details set in LDFLAGS when configure is
+ run that might be needed only for building libcurl. Similarly, it might
+ include options that perhaps aren't suitable both for static and dynamic
+ linking. Further, curl-config --cflags suffers from the same effects with
+ CFLAGS/CPPFLAGS.
+
30. You need to use -g to the command line tool in order to use RFC2732-style
IPv6 numerical addresses in URLs.