This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix breakage where no system libintl is available
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Paolo Bonzini <paolo dot bonzini at polimi dot it>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 25 May 2004 10:02:39 -0700
- Subject: Re: [PATCH] Fix breakage where no system libintl is available
- References: <1085483110.40b328665c75d@webmail.polimi.it>
Paolo Bonzini <paolo.bonzini@polimi.it> writes:
> There is a misunderstanding between Makefiles using automake
> (libcpp's) and hand-written ones (gcc's) about what is the
> top_builddir. gcc defines it to .. (path to the toplevel) while
> libcpp defines it to . (path to config.status). libintl assumes the
> former, but since gcc mutuated the name of top_builddir from
> Automake-generated Makefiles the following patch should be applied
> that fixes the inconsistency.
>
> I was about to commit it as obvious, but I'd rather have an explicit ok.
Yes, this is OK.
> ps: can anybody explain why I've been bootstrapping 3 times a day
> with the same patch I committed, without observing the breakage that
> Rainer reported?
Have you perchance a libintl.h in /usr/local/include?
zw