[GRASSLIST:3986] Re: [GRASS5] Re: Re: Grass5.0.0pre4 Installation Problems(cont.)

Eric G. Miller egm2 at jps.net
Fri Jun 28 21:29:32 EDT 2002


On Fri, Jun 28, 2002 at 06:29:44PM +0200, Morten Hulden wrote:
> 
> On Thu, 20 Jun 2002, Glynn Clements wrote:
> 
> > Neil.Murphy at axa.ie wrote:
> > 
> > > Here is the result from  gmake5 src/libes/edit".
> > 
> > >  In function `format_value':
> > > edit_cellhd.c:112: Internal compiler error in subst_stack_regs_pat, at
> > > reg-stack.c:
> > > 1414Please submit a full bug report.
> 
> ...
> 
> > 	CFLAGS="-O3 -mcpu=pentiumpro -Wall" LDFLAGS="-s" ./configure ...
> 
> Yes, seems to be the -O flag
> 
> src/libes/edit fails with -O2, works with -O3
> 
> tested on HEAD release June 28, gcc 2.96 (RH7.3)

Does it help to change the function pointer invocation from:

 (*func)(y, buf, projection);

to

 func (y, buf, projection);

???

Line 112 in my copy is the ending brace...

-- 
Eric G. Miller <egm2 at jps.net>



More information about the grass-user mailing list