gpt4 book ai didi

mingw32 - 将 "-no-undefined"传递给 Libtool LDFLAG

转载 作者:行者123 更新时间:2023-12-04 16:31:50 25 4
gpt4 key购买 nike

我正在 Windows 上使用 MSys 和 Mingw 构建一个 dll。项目的源码只提供了autogen.sh、configure.ac和makefile.am。要生成 makefile,运行 autogen.sh 然后 ./configure。然后,我手动将 -no-undefined 添加到 makefile 中的 LDFLAGS。这并不理想,在生成 makefile 期间,应该正确设置此 LDFLAGS。

我必须在某处更改配置文件,以便在生成 makefile 时正确设置 LDFLAGS。

我该怎么做?

最佳答案

您应该可以在 Makefile.am 中设置它。如果您的库声明看起来像这样:

lib_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = foo.c

你要添加这一行:

libfoo_la_LDFLAGS = -no-undefined

关于mingw32 - 将 "-no-undefined"传递给 Libtool LDFLAG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15156868/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com