v.report compilation problem

Stuart Bradshaw lewis!bradshaw
Thu Dec 17 15:56:02 EST 1992


Ok, thanks and the following allowed the program to compile. but this error
message is now produced when the program is run. Anything I can do to fix
this ?



Loading vector information.


Processing area     3
ERROR: G_calloc: out of memory
ERROR running v.report




> You need to change the Gmakefile:
> 
> $(CC) $(LDFLAGS) -o $@ $(LIST) $(LIBES) $(VECTLIB) $(GISLAB) $(MATHLIB)
> 
> should be:
>
> $(CC) $(LDFLAGS) -o $@ $(LIST) $(VECTLIB) $(GISLAB) $(LIBES) $(MATHLIB)


Stuart B.



More information about the grass-user mailing list