<html>
hello GRASS users, <br><br>
<font face="Courier New, Courier">I installed grass on my susse-linux PC
at home and it worked pretty well, but the compilation at my university
offer some problems. - I must say I have no unix-root permissions - so
install it locally.<br>
I also had problems with the GD-libraries which I downloaded and compiled
locally so,<br><br>
./configure --prefix=/local/grass/grass5
--with-gd-includes=/local/grass/gd/include
--with-gd-libs=/local/grass/gd/libs --without-postgres
--without-odbc<br><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
Things seems to work pretty nice - config.log:&nbsp;&nbsp;&nbsp;&nbsp;
<br>
configure:6233: checking whether to use PNG<br>
configure:6252: checking for location of PNG includes<br>
configure:6278: checking for png.h<br>
configure:6286: gcc -E&nbsp; -w conftest.c &gt;/dev/null
2&gt;conftest.out<br>
configure:6320: checking for location of PNG library<br>
configure:6345: checking for png_read_image in -lpng<br>
configure:6362: gcc -o conftest -g -O2&nbsp; -w&nbsp;&nbsp; conftest.c
-lpng&nbsp; -lz&nbsp; -lm&nbsp; 1&gt;&amp;5<br>
configure:6403: checking whether to use GD<br>
configure:6422: checking for location of GD includes<br>
configure:6448: checking for gd.h<br>
configure:6456: gcc -E&nbsp; -I/local/grass/gd/include -w conftest.c
&gt;/dev/null2&gt;conftest.out<br>
configure:6490: checking for location of GD library<br>
configure:6523: checking for gdImagePng in -lgd<br>
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<br><br>
the configuration does not come up with problems so:<br><br>
make<br>
make install<br><br>
everything is installed.<br><br>
but error messages show:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
Start of compilation: Tue Dec 10 13:13:08 MET 2002<br>
Errors:<br>
Module source code not installed: src/raster/r.in.png (ignored)<br>
Module source code not installed: src/display/devices/PNGdriver
(ignored)<br>
Module source code not installed: src.contrib/GMSL/NVIZ2.2 
(ignored)<br>
End of compilation:&nbsp;&nbsp; Tue Dec 10 13:32:44 MET 2002DONE
generating GRASS GIS binary code<br>
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<br><br>
and indeed NVIZ does not work - which was actually the primary reason of
the installation because of visualization both vector and dem in
3D.<br><br>
does anyone knows by what is error is caused<br><br>
thank you in advance</font><br>
</html>