public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Binutils 2.27 linked statically to libintl
@ 2016-08-21 10:40 Eli Zaretskii
  2016-08-23  9:21 ` Nick Clifton
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2016-08-21 10:40 UTC (permalink / raw)
  To: binutils

Hi,

I built Binutils 2.27 natively on MS-Windows, using mingw.org's MinGW
tools, and found that the programs are linked statically to libintl
and libiconv, which makes the binaries significantly more fat.
Binutils 2.26, built on the same machine, was linked dynamically to
those libraries.

Digging a little deeper, I see that intl/config.intl says in Binutils
2.27:

  USE_NLS='yes'
  LIBINTL='d:/usr/lib/libintl.a d:/usr/lib/libiconv.a'
  LIBINTL_DEP=''
  INCINTL=''

whereas in 2.26 it said this:

  USE_NLS='yes'
  LIBINTL='-lintl'
  LIBINTL_DEP=''
  INCINTL=''

The same 'configure' command was used in both cases.

Can someone tell what am I doing wrong, and how can I cause the build
to use the dynamic link to shared libraries?  Is it a bug that I
should report to the Binutils Bugzilla?

TIA

P.S. I'm not subscribed to this list, so please CC me on the
responses.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-25 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-21 10:40 Binutils 2.27 linked statically to libintl Eli Zaretskii
2016-08-23  9:21 ` Nick Clifton
2016-08-23 14:31   ` Eli Zaretskii
2016-08-25 15:06   ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).