Subject: Re: current on vax, problems
To: Johnny Billquist <bqt@update.uu.se>
From: None <ragge@ludd.luth.se>
List: current-users
Date: 11/19/2003 18:40:00
>
> > '/usr/src/tools/texinfo/../../g
> > nu/dist/texinfo/info/makedoc.c' || echo 
> > '/usr/src/tools/texinfo/../../gnu/dist/t
> > exinfo/info/'`/usr/src/tools/texinfo/../../gnu/dist/texinfo/info/makedoc.c
> > cc  -O   -o makedoc  makedoc.o ../lib/libtxi.a -lcurses ../intl/libintl.a
> > makedoc.o: In function `main':
> > makedoc.o(.text+0xe7): undefined reference to `_libintl_gettext'
> > makedoc.o(.text+0x136): undefined reference to `_libintl_gettext'
> > makedoc.o: In function `fatal_file_error':
> > makedoc.o(.text+0x7c4): undefined reference to `_libintl_gettext'
> > ../lib/libtxi.a(xexit.o): In function `xexit':
> > xexit.o(.text+0x23): undefined reference to `_libintl_gettext'
> > xexit.o(.text+0x54): undefined reference to `_libintl_gettext'
> 
> This is the texinfo error that I mentioned. Ragge claims he checked in a
> few a few weeks ago. If this is from a fresh -current, then Ragge must
> have missed it.
> 
No, but the _installed_ cpp must be recompiled and replaced with a
fixed one.  Libintl uses some gcc-special tricks when compiling the tools.

-- Ragge