Thanks for that Glynn. I added the directory with gdal-config to my path and it configured fine (relief!).<br><br>However, when I run make for grass, I get:<br><br>Errors in: /home/abhi/lib/grass/visualization/nviz<br>--<br>
Finished compilation: Tue Jul 1 10:56:29 CEST 2008<br>(In case of errors please change into the directory with error and run 'make')<br>make: *** [default] Error 1<br><br>I tried going into "/home/abhi/lib/grass/visualization/nviz" and running make there and I get the following error:<br>
<br>make[1]: *** [OBJ.x86_64-unknown-linux-gnu/nvizAppInit.o] Error 1<br>make[1]: Leaving directory `/home/abhi/lib/grass/visualization/nviz/src'<br>make: *** [nvwish] Error 2<br><br>Any clues on what has to be done to progress to other errors ;)<br>
<br>Thanks.<br><br>Abhi<br><br><br><div class="gmail_quote">On Mon, Jun 30, 2008 at 8:57 PM, Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
Abhinandan Raghavan wrote:<br>
<br>
> continuing with my woes while trying to install grass, I've managed to<br>
> install gdal but when I try and compile grass, I get this message:<br>
><br>
> ------------------<br>
> checking for jpeg_start_compress in -ljpeg... yes<br>
> checking whether to use GDAL... yes<br>
> yes<br>
> checking for gdal-config... no<br>
> configure: error: *** couldn't find gdal-config<br>
> ------------------<br>
><br>
> the options that I've used for the compilation are:<br>
><br>
> a) --with-proj-includes<br>
> b) --with-proj-libs<br>
> c) --with-proj-share<br>
> d) --with-gdal<br>
><br>
> I'm not sure if something is being missed out. If you are aware of anything<br>
> else that might have gone wrong, then let me know. I use --with-gdal to<br>
> point to the correct gdal-config file but I still get the message "couldn't<br>
> find gdal-config".<br>
<br>
</div>Contrary to the help text for --with-gdal, the argument is ignored.<br>
The configure script locates the first executable (binary or script)<br>
named gdal-config in $PATH.<br>
<br>
If gdal-config exists in $PATH, and is executable, check the<br>
config.log file for relevant error messages.<br>
<font color="#888888"><br>
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
</font></blockquote></div><br>