Reported by Collin Funk in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00094.html>.
* build-aux/gocomp.sh.in: Mention limitation in comments.
+2025-03-24 Bruno Haible <bruno@clisp.org>
+
+ gocomp-script: Improve comments.
+ Reported by Collin Funk in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00094.html>.
+ * build-aux/gocomp.sh.in: Mention limitation in comments.
+
2025-03-23 Collin Funk <collin.funk1@gmail.com>
mountlist tests: Fix link error. (regr. 2025-03-18).
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Usage: /bin/sh gocomp.sh [OPTION] SOURCE.go ...
+#
+# Limitation: Go programs that make use of the C to Go interface ('cgo') are
+# unsupported.
# Avoid error "CC environment variable is relative; must be absolute path"
# on native Windows. Cf.