Corinna Vinschen wrote: > > In Cygwin projects using libtool, we always have to add -no-undefined > > in LDFLAGS.
Likewise for AIX, IIRC. Reuben Thomas wrote: > > Patch is attached. It would be nice if that's ok for inclusion. > > > I did apply this patch, but just noticed that it broke the Mingwin build; > see: > > https://github.com/rrthomas/recode/actions/runs/4115515520/jobs/7104330023 > > I haven't had time to look into it yet; help welcome! It complains about the symbols defined in libiconv. This means, you need to invoke the Gnulib module 'iconv' and add $(LIBICONV) or $(LTLIBICONV) to the LDFLAGS. Bruno