d.mon can't run under RH6.0?

Markus Neteler neteler at geog.uni-hannover.de
Tue Jun 8 12:59:41 EDT 1999


On Tue, 8 Jun 1999, Der-Johng Sun wrote:

> #################################################################
> /D/grass5.0beta/src/tcltkgrass
> Gmakefile not found (or not readable)
> GISGEN failure at STEP: src/tcltkgrass

Sorry for this! Find attached the Gmakefile
for GRASS 5.0beta. Please store it in

grass5.0beta/src/tcltkgrass/

Cheers
  
  Markus Neteler

-------------- next part --------------
# This file is required for src/CMD/lists/GRASS
# Please do not delete.

all:
	if [ ! -d $(GISBASE)/tcltkgrass ]; then mkdir $(GISBASE)/tcltkgrass; fi
	tar cf - bitmap/* docs/Pro* docs/HIS* main/* module/* script/* | (cd $(GISBASE)/tcltkgrass; tar xf -)
	rm -f $(GISBASE)/bin/tcltkgrass
	cp main/tcltkgrass.start $(GISBASE)/bin/tcltkgrass
	chmod ugo+x $(GISBASE)/bin/tcltkgrass


More information about the grass-user mailing list