Re: [bug-gettext] Problems compiling gettext with mingw

2016-09-19 Thread Jan Ingwer Baer
Thanks for your advice to the m4/woe-dll.m4 file, but i think the problem is 64-bit / mingw64 specific. So it needs a special handling for win64 in the m4-file. But i have not enough understanding of all the autoconf-/m4-things to do the needed change(s). Hopefully there is a autoconf-/m4-wizza

Re: [bug-gettext] Problems compiling gettext with mingw

2016-09-18 Thread Bruno Haible
Jan Ingwer Baer wrote: > My solution to this is to delete the linker-flag --disable-auto-import > from gettext-tools/src/Makefile: > > change >LDFLAGS = -Wl,--disable-auto-import > to >LDFLAGS = Daiki, You find the rationale for -Wl,--disable-auto-import in the file m4/woe32-dll.m4.