diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-06-11 00:21:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-06-11 00:21:16 +0200 |
commit | 9b8df58169d100adbdb4112e747c0942d9fcd75b (patch) | |
tree | 48532a2896c6b90ecc549faeb8b7200fed472824 /docs/KNOWN_BUGS | |
parent | 529a2e91109e68bcb40d3ecdb0a6651f4ff58de6 (diff) |
KNOWN_BUGS: #82 failed build with Borland compiler
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index fa87df378..e0308ffa6 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,11 @@ 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! +82. When building with the Windows Borland compiler, it fails because the + "tlib" tool doesn't support hyphens (minus signs) in file names and we have + such in the build. + http://curl.haxx.se/bug/view.cgi?id=1222 + 81. When using -J (with -O), automaticly resumed downloading together with "-C -" fails. Without -J the same command line works! This happens because the resume logic is worked out before the target file name (and thus its |