I am having problems running i.points on an RS6000. After selection of
a point on th eimagery and corresponding point on target the program
croe dumps. I believe the problem is with reading and writing to the
points file. I have tried to locate it using print statements in the various
programs but cannot locate the exact place th eproblem occurs.
Has anyone experienced a similar problem? If so do you have any possible
solutions?
Thanks in advance.
John
John Zuzek (john@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@ecn.purdue.edu, mccauley%ecn@purccvm.bitnet, pur-ee!mccauley
*** avail. for full time employment 9/94-inquiries welcome (no hh, plz) ***