This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: NLS code completely hosed
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Re: NLS code completely hosed
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Sat, 03 Jun 2000 16:31:51 +0100
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
>
>
> rearnsha@sun18.cambridge.arm.com said:
> > The patch below sort of makes sure we pass the correct flags to the
> > sub-make, but even when we do, we still get link errors when trying to
> > build cc1chill. I've no idea what is going on now...
>
> > Undefined first referenced
> > symbol in file
> > _nl_msg_cat_cntr ../toplev.o
> > bindtextdomain ../toplev.o
> > textdomain ../toplev.o
> > dcgettext__ ../diagnostic.o
> > ld: fatal: Symbol referencing errors. No output written to ../cc1chill
>
> Hm, it turns out that the chill front-end is even trying to link
^^
Argh! It just isn't my day... :-(
What I really meant to say was "isn't".
> libintl.a. Unfortunately, it looks like the chill Makefile isn't created
> with the normal autoconf stuff, so fixing it is going to be tricky.
>
> R.
>