Subject: Re: Trouble building current toolchain.
To: Johnny Billquist <bqt@update.uu.se>
From: None <ragge@ludd.luth.se>
List: port-vax
Date: 02/22/2003 09:40:54
> 
> The problem is that GCC on VAX defines __USER_LABEL_PREFIX__ to "_" on
> VAX, but to a null string on other platforms.
> 
> The quick fix is to change the macro in libintl.h to not use
> __USER_LABEL_PREFIX__, but we really should fix gcc.
> I've looked at it, and I thought I had found it, but so far I've failed to
> correct gcc.
> 
Setting __USER_LABEL_PREFIX__ to an empty string is correct, but there is
an underlying problem that causes this not to fail when cross-compiling,
which I haven't even tried to find yet...

-- Ragge