This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20587] gcc-4_0 from head does not build on Panther
- From: "fca at mail dot cern dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2005 15:08:52 -0000
- Subject: [Bug fortran/20587] gcc-4_0 from head does not build on Panther
- References: <20050322112206.20587.federico.carminati@cern.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fca at mail dot cern dot ch 2005-03-23 15:08 -------
Subject: Re: gcc-4_0 from head does not build on Panther
Hello,
this bug should be closed, it was my error and I apologise for that. I
had the gnu intl lib in /usr/local/lib. Apparently configure was probing
this one, finding the libintl_XXX entries. At link time it was the library
in /sw/lib that was picked up. One may argue that there is some
inconsistency in configure, but my system was a bit messy too. Best
regards, Federico
On Tue, 22 Mar 2005, Federico Carminati wrote:
> 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