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

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

More on gettext install problem


From: Paul Smith
Subject: More on gettext install problem
Date: Wed, 7 Aug 2002 22:54:35 -0400

OK, I figured out the difference that makes this not work: the
libgettextsrc.so library is defined to require linking with the
libgettextlib.so library.

Because of this, apparently libtool thinks that you will need to relink
the libgettextsrc shared library at install time.

For some reason this relinking is not working; it _appears_ that the
code believes that the library will have already been linked and
created, and it tries to move the existing library out of the way--but
in fact it isn't created yet, so the mv fails.


I have no idea how to fix this, except stop libgettextsrc linking with
libgettextlib, which presumably means that all apps that want to add
-lgettextsrc have to remember to use -lgettextlib as well.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden> HASMAT: HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
   These are my opinions---Nortel Networks takes no responsibility for them.



reply via email to

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