Here is a more detailed summary of my problems with mapgen.
What follows is the section where the failure occurs.
I do not have a gcc compiler but am using gmake4.1 and
am confused as to if I need a gcc compiler. If so what for?
I am compilig this on a Sun Sparc 10 SunOS 4.1.3. My
make.rules file gives me no clue as to what may be the problem.
I get the same problem if I am logged in with my own account
or root. This is the latest version of mapgen that is located
on the moon. Thanks for any help that can be offered.
Jim
jnolan@tec.army.mil
#####Errors
/usr/local/bin/gmake4.1 mapgen/src
SRC = /j6/grass/grass4.1/src
CMD = /j6/grass/grass4.1/src/CMD
HEADER = sun4
ARCH = sun4
GISBASE = /j6/grass/grass4.1/sun4
VERSION = 4.1 Spring 1993 Update package 4
#################################################################
/j6/grass/mapgen/mapgen/src
make -f OBJ.sun4/make.rules
rm -f OBJ.sun4/points.o
cc -I../../graphics/plotter -I../include -O -c points.c
mv points.o OBJ.sun4/points.o
cc -s -o /j6/grass/grass4.1/sun4/mapgen/bin/points OBJ.sun4/points.o ../../lib/LIB.sun4/libgen.a ../../lib/LIB.sun4/libgraph.a -lm
ld: ../../lib/LIB.sun4/libgen.a: warning: table of contents for archive is out of date; rerun ranlib(1)
ld: ../../lib/LIB.sun4/libgraph.a: warning: table of contents for archive is out of date; rerun ranlib(1)
ld: Undefined symbol
_adjst_name
_dmstor
_bchload
_bcheval
_pclip
_dsk_acs
_clip
_lrnd
*** Error code 2
make: Fatal error: Command failed for target `/j6/grass/grass4.1/sun4/mapgen/bin/points'
Current working directory /j6/grass/mapgen/mapgen/src
*** Error code 1
make: Fatal error: Command failed for target `all'