------- Additional Comments From fca at mail dot cern dot ch  2005-03-22 16:51 
-------
Subject: Re:  gcc-4_0 from head does not build on Panther

What kills the build is not the duplicate entry, but the fact that 

libintl_dgettext
libintl_bindtextdomain

are undefined. The reference is generated inside gcc, exactly in the file

intl/libgnuintl.h

at lines 142 and 265. On Mac gnu internationalisation routines are created 
without the libintl_ prefix. Somehow the configure should find this out 
and act correspondingly. Fed

On Tue, 22 Mar 2005, pinskia at gcc dot gnu dot org wrote:

> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-22 
> 16:40 -------
> Just remove the intl library, or set the DYLD_LIBRARY_PATH to include /sw/lib.
> 
> 



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20587

Reply via email to