GNU gettext: libtool and RPM hell
Frank Fegert <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | T-Online |
| Message-ID | <[email protected]> |
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