[GRASSLIST:3741] compiling grass-5.7.0 on suse 9.0

hello

while compiling grass from source i run into the following problem. any help
would be appreciated. thank you, sabine

what i had to manipulate to make it till here:

/usr/local/grass-5.7.0/include/Make # cp Platform.make.in Platform.make
/usr/local/grass-5.7.0/include/Make # cp Grass.make.in Grass.make

because those files are required by Makefile. the new problem:

ueberflieger:/usr/local/grass-5.7.0 # make
make[1]: Entering directory `/usr/local/grass-5.7.0/lib'
if [ ! -d @GRASS_HOME@/dist.@host@/include ]; then mkdir -p @GRASS_HOME@/
dist.@host@/include; fi
if [ ! -d @GRASS_HOME@/dist.@host@/include/vect ]; then mkdir -p @GRASS_HOME@/
dist.@host@/include/vect; fi
install -m 644 ../include/*.h @GRASS_HOME@/dist.@host@/include/
install -m 644 ../include/vect/*.h @GRASS_HOME@/dist.@host@/include/vect/
datetime
make[2]: Entering directory `/usr/local/grass-5.7.0/lib/datetime'
make[2]: *** Keine Regel vorhanden, um das Target »@GRASS_LIBRARY_TYPE@«,
  benötigt von »lib«, zu erstellen. Schluss.
make[2]: Leaving directory `/usr/local/grass-5.7.0/lib/datetime'
make[1]: *** [subdirs] Fehler 1
make[1]: Leaving directory `/usr/local/grass-5.7.0/lib'
make: *** [default] Fehler 1

Sabine Grabner wrote:

while compiling grass from source i run into the following problem. any help
would be appreciated. thank you, sabine

what i had to manipulate to make it till here:

/usr/local/grass-5.7.0/include/Make # cp Platform.make.in Platform.make
/usr/local/grass-5.7.0/include/Make # cp Grass.make.in Grass.make

because those files are required by Makefile.

Platform.make and Grass.make are generated from Platform.make.in and
Grass.make.in by the configure script. Copying them won't work.
You need to run the configure script.

--
Glynn Clements <glynn.clements@virgin.net>