i.points

Darrell McCauley mccauley at ecn.purdue.edu
Fri Oct 22 13:13:18 EDT 1993


John Zuzek (john at saic.rsd.saic.com) writes on 22 Oct 93:
[i.points dumps core]

>Has anyone experienced a similar problem?  If so do you have any possible
>solutions?

try recompiling with -g and then let dbx tell you where it dumps
core. To do this, you'll have to make a change in Gmakefile:

COMPILE_FLAGS = -g
# remove the -s flag
LDFLAGS = 

# $(BIN_MAIN_INTER)/i.points: $(LIST) $(LIBES) don't install it
i.points: $(LIST) $(LIBES)


GRASS 4.1 > gmake4.1	#compile it
GRASS 4.1 > ./i.points 	#run it
GRASS 4.1 > dbx i.points
(dbx) where

--Darrell

James Darrell McCauley, Purdue Univ, West Lafayette, IN 47907-1146, USA
mccauley at ecn.purdue.edu, mccauley%ecn at purccvm.bitnet, pur-ee!mccauley
*** avail. for full time employment 9/94-inquiries welcome (no hh, plz) ***



More information about the grass-user mailing list