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

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

Re: GNU gettext 0.12 `make distcheck' bug


From: Bruno Haible
Subject: Re: GNU gettext 0.12 `make distcheck' bug
Date: Thu, 22 May 2003 17:18:59 +0200 (CEST)

Sergey Poznyakoff writes:
> I guess it can be avoided by fixing rules at
> lines 172-214 in intl/Makefile.in.

It could also be done by writing explicit rules for each *.o file.
However your patch is not correct because it wouldn't work in packages
that don't use libtool.

> There is also another issue: the intl/relocatable.c needs the
> definition of INSTALLPREFIX, which is not provided in the Makefile.in.

INSTALLPREFIX is only needed when you compile to a shared library
(defined(PIC)). But it's not wise to compile libintl into a shared
library not called libintl. Can you explain why PIC is defined in your
environment and what kind of library you are building?

Bruno




reply via email to

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