HP720 problem
Jehng-Jung Kao
jjkao at ev001.ev.nctu.edu.tw
Sat Aug 7 11:53:48 EDT 1993
>Date: Tue, 20 Jul 1993 22:16:45 GMT
>From: news at yuma.ACNS.ColoState.EDU (News Account)
>
>While compiling grass4.1 (in the xgrass section) with an HP 720, HP-UX 9.01
>I encountered the following errors.
>
>
>/usr3/src/grass4.1/release/src/xgrass/libes/Xgd
> make -f OBJ.hp720/make.rules
>
> rm -f OBJ.hp720/abwcolr.o
> cc -Ac +O3 -DHP700 -Wp,-H500000 -D_NO_PROTO -I/usr3/src/grass4.1/release/src/mapdev/Vlib -I/usr3/src/grass4.1/release/src/mapdev/diglib -I/usr/include/X11R5 -I/usr/include/X11R4 -I/usr/lib/Motif1.2 -I/usr/lib/Motif1.1 -I/usr3/src/grass4.1/release/src/include -DUSE_TERMIO -c abwcolr.c
>/usr3/src/grass4.1/release/src/include/std_incs.h: 39: Can't find include file Xm/Xm.h
>
You did not set the Motif include path correctly. You should use something like
`-I/usr/include/...' instead of '-I/usr/lib/...' to compile grass4.1.
BTW, I am myself still struggling with compiling grass4.1 on our HP720 with
X11R5 and Motif1.2. If you have successfully installed grass4.1, please let
me know. I was stopped at the following message:
#################################################################
/disc2/local/grass4.1/source/src.alpha/imagery/i.gensigset/cmd
make -f OBJ.hp720/make.rules
rm -f a.out
cc -s OBJ.hp720/main.o OBJ.hp720/get_train.o OBJ.hp720/lookup_class.o OBJ.hp720/opencell.o OBJ.hp720/openfiles.o OBJ.hp720/parse.o OBJ.hp720/read_data.o OBJ.hp720/invert.o OBJ.hp720/read_train.o OBJ.hp720/closefiles.o OBJ.hp720/labels.o OBJ.hp720/write_sig.o OBJ.hp720/subcluster.o /disc2/local/grass4.1/source/src/libes/LIB.hp720/libI.a /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a -lm
/bin/ld: Duplicate symbol "G_alloc_ivector", files /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a(dalloc.o) and /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a(ialloc.o)
/bin/ld: Duplicate symbol "G_alloc_imatrix", files /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a(dalloc.o) and /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a(ialloc.o)
/bin/ld: Duplicate symbol "G_free_ivector", files /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a(dalloc.o) and /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a(ialloc.o)
/bin/ld: Duplicate symbol "G_free_imatrix", files /disc2/local/grass4.1/source/src/libes/LIB.hp720/libgis.a(dalloc.o) and /disc2/local/grass4.1/source/src/libes/LIB.hp720/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
More information about the grass-user
mailing list