Liz Kramer (liz%beasley@sparc.ecology.uga.edu) writes on 17 Nov 93:
hi, I'm in the process of compiling GRASS on a sun sparc 2 running sun
4.1.3 I have a fatal error in the GISGEN program: make: Fatal error: Don't
know how to make target `OBJ/view.oOBJ/whoami.o'
^^^ missing a space.
GISGEN failure at STEP: src/libes/gis
CAn someone help?
Liz,
you might try posting your head file (src/CMD/head/sun4) to
grassp-list@moon.cecer.army.mil. Also, you might check
src/libes/gis/Gmakefile and see if something looks unusual
around view.o and whoami.o.
--Darrell
----- End Included Message -----
I checked the soruce code and nothing seems strange to me. Here is the head
file that I am using for the compilation.
Thanks all,
Liz Kramer (liz@sparc.ecology.uga.edu)
beasley[grass]% cat head
CC = cc
ARCH =
GISBASE = /gis/grass41
UNIX_BIN = /gis/grass41/bin
DEFAULT_DATABASE = /homegen/tmp/grass41
DEFAULT_LOCATION = spearfish
COMPILE_FLAGS = -O
LDFLAGS = -s
XCFLAGS = -D_NO_PROTO
XLDFLAGS =
XINCPATH = -I/usr/openwin/include
XMINCPATH =
XLIBPATH = -L/usr/openwin/lib
XTLIBPATH = -L/usr/lib
XMLIBPATH = -L/usr/lib
XLIB = -lX11
XTLIB = -lXt
XMLIB = -lXm
XEXTRALIBS =
TERMLIB = -ltermlib
CURSES = -lcurses $(TERMLIB)
MATHLIB = -lm
# LIBRULE = ar ruv $@ $?
# LIBRULE = ar ruv $@ $?; ranlib $@
# LIBRULE = ar ruv $@ $?; ar ts $@
# LIBRULE = ar rc $@ `lorder $(OBJ) | tsort`
LIBRULE = ar ruv $@ $?; ranlib $@
USE_TERMIO =
USE_MTIO = -DUSE_MTIO
USE_FTIME = -DUSE_FTIME
DIGITFLAGS = -DUSE_SETREUID -DUSE_SETEUID -DUSE_SETPRIORITY
VECTLIBFLAGS =
GETHOSTNAME = -DGETHOSTNAME_OK