I have other GNU software that uses /lib/LIBINTL.A with archives of (*.so.1 )
via "ar -w". When I install the latest GETTEXT 0.14.5, it creates and
puts in /usr/local/lib a new LIBINTL.A(*.so.3).  When I fire up GETTEXT I get
an EXEC() error due to the different /lib/LIBINTL.A's.  The LIBINTL.A that
GETTEXT wants is in /usr/local/lib via its installation but previous GNU installs
put a LIBINTL.A pointer in /lib.  When I run something that wants to us GMAKE
(wants the /lib/*) and GETTEXT (wants the /usr/local/lib) but there is no way to change paths
in the middle of an install that requires both.  My LIBPATH goes to /lib first ...
 
There is a ./configure  parm of --with-included-gettext, would this do it??
 
Any help would be appreciated.
 
Patrick M. Quinnett
[EMAIL PROTECTED]
 
_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to