* git -build failure with gettext-0.18.2.1
@ 2013-04-29 19:25 Treeve Jelbert
0 siblings, 0 replies; only message in thread
From: Treeve Jelbert @ 2013-04-29 19:25 UTC (permalink / raw)
To: git
git-1.8.2.2
glibc-2.17
gettext-0.18.2.1
Recent gettext versions install several libraries:
/usr/lib/libgettextlib-0.18.2.so
/usr/lib/libgettextsrc-0.18.2.so
/usr/lib/libintl.so.8.1.2
/usr/include/autosprintf.h
/usr/include/gettext-po.h
while glibc installs
/usr/include/libintl.h
git reports:
checking for gettext in -lc... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
git build fails while trying to link
LINK git-imap-send
libgit.a(diff.o): In function `parse_dirstat_params.isra.19':
diff.c:(.text+0x1f0f): undefined reference to `libintl_gettext'
I tried adding
export LIBS="-lintl"
I also tried
export NO_GETTEXT=1
before the build but to no avail
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-29 19:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 19:25 git -build failure with gettext-0.18.2.1 Treeve Jelbert
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 NNTP newsgroup(s).