bug#78411: LDADD vs. LDFLAGS

2025-05-13 Thread Bruno Haible via Bug reports for Automake
The first paragraph in https://www.gnu.org/software/automake/manual/html_node/Linking.html can be interpreted in a misleading way: "If you need to link against libraries that are not found by configure, you can use LDADD to do so. This variable is used to specify additional objects or libr

bug#78409: Acknowledgement (LDADD vs. LDFLAGS)

2025-05-13 Thread Bruno Haible via Bug reports for Automake
Short mail sent by mistake. Sorry.

bug#78410: Patch for tiny improve cl wrapper script

2025-05-13 Thread Yang Kun
Greetings I found some possible improvements of compile script in lib/ when I use it. I think we'd better also search for lib$lib.dll.a even it's a odd behavior to search lib$lib.a for cl. However I don't know if that's ok because it doesn't seem to be useful. Best Regards, Yang Kun From 22

bug#78409: LDADD vs. LDFLAGS

2025-05-13 Thread Bruno Haible via Bug reports for Automake
Hi, The first paragraph in