bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: link failure because of previously installed gettext


From: Tim Mooney
Subject: Re: link failure because of previously installed gettext
Date: Wed, 20 May 2009 16:48:56 -0500 (CDT)

In regard to: Re: link failure because of previously installed gettext,...:

The problem I'm running into is that when libtool attempts to create
libgettextlib.la, the link fails when creating the shared library because
in addition to the libintl.so that's part of gettext-0.17, libtool is also
attempting to link in the previously-installed libintl.so as a dependency
of glib:

Indeed, this seems like a consequence of using the installed libintl.so as
a dependency of libglib and/or libxml2.

Possible workarounds:
 - modify the link line by hand, and restart the build from that,
 - redo a fresh build with --with-included-glib --with-included-libxml.

Thanks Bruno -- I should have looked at the configure options before
sending email to the list.  In general I prefer to build against
already-install libraries (since those might be more up to date than
what's shipped with a particular package), but in this case using them
was a good option and worked just fine.

Tim
--
Tim Mooney                                             address@hidden
Enterprise Computing & Infrastructure                  701-231-1076 (Voice)
Room 242-J6, IACC Building                             701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164




reply via email to

[Prev in Thread] Current Thread [Next in Thread]