[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] Problems compiling gettext with mingw
From: |
Bruno Haible |
Subject: |
Re: [bug-gettext] Problems compiling gettext with mingw |
Date: |
Mon, 19 Sep 2016 00:45:11 +0200 |
User-agent: |
KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; ) |
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.
Bruno