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&nbsp; 1 10:56:29 CEST 2008<br>(In case of errors please change into the directory with error and run &#39;make&#39;)<br>make: *** [default] Error 1<br><br>I tried going into &quot;/home/abhi/lib/grass/visualization/nviz&quot; 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&#39;<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 &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt; 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>
&gt; continuing with my woes while trying to install grass, I&#39;ve managed to<br>
&gt; install gdal but when I try and compile grass, I get this message:<br>
&gt;<br>
&gt; ------------------<br>
&gt; checking for jpeg_start_compress in -ljpeg... yes<br>
&gt; checking whether to use GDAL... yes<br>
&gt; yes<br>
&gt; checking for gdal-config... no<br>
&gt; configure: error: *** couldn&#39;t find gdal-config<br>
&gt; ------------------<br>
&gt;<br>
&gt; the options that I&#39;ve used for the compilation are:<br>
&gt;<br>
&gt; a) --with-proj-includes<br>
&gt; b) --with-proj-libs<br>
&gt; c) &nbsp;--with-proj-share<br>
&gt; d) --with-gdal<br>
&gt;<br>
&gt; I&#39;m not sure if something is being missed out. If you are aware of anything<br>
&gt; else that might have gone wrong, then let me know. I use --with-gdal to<br>
&gt; point to the correct gdal-config file but I still get the message &quot;couldn&#39;t<br>
&gt; find gdal-config&quot;.<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 &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</font></blockquote></div><br>