First time compiling GRASS on SuSE. I do not have su privileges on this machine and so I am forced to build my entire tool chain in my home directory ($HOME)=/we/davidf).<br><br>So far fftw-3.1.2, gdal-1.4.2 and proj-4.5.0
 have all compiled using the following:<br><br>./configure --prefix=$HOME<br>make<br>make install<br><br>Which has built a directory tree in $HOME like this:<br><br>$HOME/bin<br>$HOME/include<br>$HOME/lib<br>$HOME/man<br>
$HOME/share<br><br>Now, trying the same with grass results in a configure error:<br><br>albacore src/grass-6.2.cvs_src_snapshot_2007_07_07&gt; ./configure --prefix=$HOME --enable-64bit --with-libs=/usr/lib64 <br>checking host system type... x86_64-unknown-linux-gnu
<br>checking for gcc... gcc<br>checking whether the C compiler (gcc&nbsp; ) works... yes<br>... etc ...<br>checking for deflate in -lz... yes<br>checking for location of External PROJ.4 includes... <br>checking for proj_api.h... no
<br>configure: error: *** Unable to locate External PROJ.4 includes.<br><br>However, proj_api.h is in $HOME/include<br><br>I have tried adding --includedir=$HOME/include to the above but that didn&#39;t change anything.&nbsp; I&#39;m sure it&#39;s something simple. How do I tell configure where my local includes are (and why didn&#39;t --prefix=$HOME work?)
<br><br>Thanks,<br><br><br clear="all"><br>-- <br>David Finlayson, Ph.D.<br>Operational Geologist<br><br>U.S. Geological Survey<br>Pacific Science Center<br>400 Natural Bridges Drive<br>Santa Cruz, CA&nbsp;&nbsp;95060, USA<br><br>Tel: 831-427-4757, Fax: 831-427-4748, E-mail: 
<a href="mailto:dfinlayson@usgs.gov">dfinlayson@usgs.gov</a>