]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
notes.texi: Inform users about MSVC configuration
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 6 Jun 2025 13:37:57 +0000 (16:37 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 6 Jun 2025 13:37:57 +0000 (16:37 +0300)
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

index 712f09eea5efa844eccbe3a1a4c60fe14f5cde31..15c3b6da7df6ee1cecaf89ead8ab8f45c51e222c 100644 (file)
@@ -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