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

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

GNU gettext: libtool and RPM hell


From: Frank Fegert
Subject: GNU gettext: libtool and RPM hell
Date: Sat, 05 Aug 2006 19:53:42 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20060724)

Hi all,

i'm trying to fold GNU gettext into an RPM on AIX 5L. Configure
and make build are no problem at all. Upon

    make install DESTDIR=$rpm_fakeroot

libtool thinks it has to relink the libgettextlib against libintl
in the non-rpm_fakeroot-path. Needless to say this aborts with
an error, since libintl isn't yet installed there. Is there a
way to tell libtool not to relink the libraries, because it'll
find the libs ultimately under the original paths?

Thanks,

        Frank


reply via email to

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