From d575748b832df2282669891c176f11c913d63146 Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Fri, 6 Jun 2025 16:37:57 +0300 Subject: [PATCH] notes.texi: Inform users about MSVC configuration When building libltdl with the MSVC toolchain, Fortran checks can cause issues with finding symbols, but users can avoid this by setting the Fortran compiler environment variables to "no". Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78682 * doc/notes.texi: Add item. --- doc/notes.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes.texi b/doc/notes.texi index 712f09eea..15c3b6da7 100644 --- a/doc/notes.texi +++ b/doc/notes.texi @@ -106,4 +106,9 @@ the software is to be run than the OS is designed to support. @end itemize +@item +When using the MSVC toolchain, users should set Fortran environment variables +to the following F77="no" and FC="no". This should avoid possible issues for +symbols not being found when linking libltdl. + @end itemize -- 2.47.3