This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: libintl not provided ?
On Mar 15, 2012, at 9:46 AM, Vincent Torri wrote:
> Hey
>
> I'm using libbfd with the mingw-w64 toolchain. I'm getting
> libintl_dgettext undef ref. No liobintl library is available in the
> mingw tree. Kai Tietz just told me that libbdf is coming from binutils
> and it's certainly a bug from te binutils side, which is not providing
> it.
libintl is provided with the sources of binutils (in intl/ subdir).
If you are using the binary version of libbfd, did you try to link with -lintl ?
Or maybe libintl.a was not installed in the mingw-w64 toolchain.
Looks like a mingw-w64 issue, not a binutils one.
Tristan.