]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: building for old macOS fails with gcc
authorDaniel Stenberg <daniel@haxx.se>
Sun, 23 Jul 2023 15:00:29 +0000 (17:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 23 Jul 2023 15:00:29 +0000 (17:00 +0200)
Closes #11441

docs/KNOWN_BUGS

index e4ed2858c3d187500db4e391b8f3f5d382f4de03..38b888c4bf44f2b7640b81ab8ed66f4f7b80f55a 100644 (file)
@@ -36,6 +36,7 @@ problems may have been fixed or changed somewhat since this was written.
  5. Build and portability issues
  5.1 OS400 port requires deprecated IBM library
  5.2 curl-config --libs contains private details
+ 5.3 building for old macOS fails with gcc
  5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
  5.9 Utilize Requires.private directives in libcurl.pc
  5.11 configure --with-gssapi with Heimdal is ignored on macOS
@@ -215,6 +216,13 @@ problems may have been fixed or changed somewhat since this was written.
  run that might be needed only for building libcurl. Further, curl-config
  --cflags suffers from the same effects with CFLAGS/CPPFLAGS.
 
+5.3 building for old macOS fails with gcc
+
+ Building curl for certain old macOS versions fails when gcc is used. We
+ command using clang in those cases.
+
+ See https://github.com/curl/curl/issues/11441
+
 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
 
  If a URL or filename cannot be encoded using the user's current codepage then