NVIZ on linux RH6.0
Luca Palmeri
lpalmeri at ux1.unipd.it
Wed Sep 15 07:27:41 EDT 1999
Hi listers,
I've compiled and installed NVIZ2.2 on my linux box RH
6.0.
I had just one small problem with unresolved simbols for libTCL8.0. I
had
to pass to the linker the -ldl option in order to include the libdl.so
library.
I do not know if this may be considered a bug or not. Anyhow on linux RH
6.0
it may be necessary to modify the file
$(GIS_SRC)/src/src.contrib/GMSL/NVIZ2.2/src/Gmakefile
changing the line
OGL_LIBS = -lGLU -lGL -lX11 -lXmu -lXext -lm
with line
OGL_LIBS = -lGLU -lGL -lX11 -lXmu -lXext -lm -ldl
bye
LP
More information about the grass-user
mailing list