Newsgroups: info.grass.programmer,info.grass.user
Path: melannie
From: melannie@NREL.ColoState.EDU (Melannie Hartman)
Subject: GISGEN problems
Sender: news@yuma.ACNS.ColoState.EDU (News Account)
Message-ID: <Cp750F.13AH@yuma.ACNS.ColoState.EDU>
Date: Mon, 2 May 1994 22:26:18 GMT
Distribution: usa
Nntp-Posting-Host: saccharum.nrel.colostate.edu
Organization: Natural Resource Ecology Lab, Colo. State Univ.
Lines: 43
I am trying to install Grass 4.0 on an hp700. While running
GISGEN, I get the following "Duplicate symbol" error from ld.
Has anyone seen such an error or know what I can do to correct
it?
Thanks,
Melannie Hartman
Here is a typescript of the error messages I am getting...
####################################################################
GISGEN Mon May 2 18:12:56 EDT 1994
GISBASE = /tools1/grass4.1/hp700
SRC = /tools1/grass4.1/src
CMD = /tools1/grass4.1/src/CMD
HEADER = hp700
ARCH = hp700
/tools1/grass4.1/bin/gmake4.1 -all
#################################################################
/tools1/grass4.1/src.alpha/imagery/i.gensigset/cmd
make -f OBJ.hp700/make.rules
rm -f a.out
/bin/cc -s OBJ.hp700/main.o OBJ.hp700/get_train.o OBJ.hp700/lookup_class.o OBJ.hp700/opencell.o OBJ.hp700/openfiles.o OBJ.hp700/parse.o OBJ.hp700/read_data.o OBJ.hp700/invert.o OBJ.hp700/read_train.o OBJ.hp700/closefiles.o OBJ.hp700/labels.o OBJ..hp700/write_sig.o OBJ.hp700/subcluster.o /tools1/grass4.1/src/libes/LIB.hp700/libI.a /tools1/grass4.1/src/libes/LIB.hp700/libgis.a -lm
/bin/ld: Duplicate symbol "G_alloc_ivector", files /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(dalloc.o) and /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(ialloc.o)
/bin/ld: Duplicate symbol "G_alloc_imatrix", files /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(dalloc.o) and /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(ialloc.o)
/bin/ld: Duplicate symbol "G_free_ivector", files /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(dalloc.o) and /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(ialloc.o)
/bin/ld: Duplicate symbol "G_free_imatrix", files /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(dalloc.o) and /tools1/grass4.1/src/libes/LIB.hp700/libgis.a(ialloc.o)
/bin/ld: Found 4 duplicate symbol(s)
*** Error code 1
Stop.
*** Error code 1
Stop.
GISGEN failure at STEP: src.alpha/imagery/i.gensigset