This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: NLS code completely hosed


> 
> 
> 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.
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]