Subject: Re: current on vax, problems
To: Johnny Billquist <bqt@update.uu.se>
From: Brian Chase <vaxzilla@jarai.org>
List: current-users
Date: 11/22/2003 07:34:25
On Thu, 20 Nov 2003, Johnny Billquist wrote:

> Hmmm. Argh. Yes... It appears you need the new include files, and
> probably new libs as well.
>
> Well, okay. the easiest way around this then, is to (temporarily)
> apply the following patch to the file
> /usr/src/gnu/dist/texinfo/intl/libgnuintl.h.in
>
> ----cut---
> 108c108
> < # define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__,
> #cname))
> ---
> > # define _INTL_ASM(cname) __asm__ (#cname)
>
> ----------
>
> The do a full build, and then back out from this patch, and you should
> be happy.

Oh yeah, and be sure to bump up all your resource limits /before/
starting your build.  I think I just got bitten by this one.  A groff
process generating the "pic.ps" file just blew up on me.

-brian.