[GRASS-dev] make on SMP [was: GRASS 6.3.0 release preparation]

Glynn Clements glynn at gclements.plus.com
Wed Oct 24 16:13:00 EDT 2007


Soeren Gebbert wrote:

> i compiled the latest grass cvs version today several times on a dual
> core intel machine
> with "make -j4". The home directory is located on a separate server
> mounted via nfs.
> Three builds with no errors, one build with an error in r.terraflow.
> Make output:
> 
> ...
> GRASS GIS compilation log
> -------------------------
> Started compilation: Wed Oct 24 17:47:03 CEST 2007
> --
> Errors in:
> /homes/excoll/soeren/src/grass_test_build/grass6/raster/r.terraflow
> --
> In case of errors please change into the directory with error and run 'make'.
> ...
> 
> At line 6700 + something the following errors occur:
> ...
> OBJ.i686-pc-linux-gnu/FLOAT/sweep.o: In function `AMI_STREAM':
> /homes/excoll/soeren/src/grass_test_build/grass6/raster/r.terraflow/./IOStream/include/ami_stream.h:220:
> undefined reference to `ami_single_temp_name(char*, char*)'

Can you check the relevant files with "nm"? Specifically, which of the
following files contain symbols matching ami_single_temp_name and
open_stream:

	lib/src/iostream.o
	lib/src/libiostream.a
	lib/libiostream.a

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list