>>>>> "Massimo" == Massimo Paolucci <[EMAIL PROTECTED]>
>writes:
Massimo> Hello, I got the following compilation error. After reading
Massimo> the installation instructions it seems that the problem is
Massimo> that the compiler cannot find libiberty.a, but as it turns
Massimo> out it is available in /usr/local/lib.
Massimo> What should I do to make it visible to the compiler?
No, I think the problem is that configure finds an old version of GNU
gettext and tries to use it. Try to configure with
--with-included-gettext.
JMarc