<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Thanks. I got it working. Only a couple of modules had compilation errors.
I'm going to attempt to compile them separately later--so I'll most certainly
have more questions. Thanks again for your help. <br>
<br>
Glynn Clements wrote:<br>
<blockquote type="cite"
cite="mid16762.47174.700323.900797@cerise.gclements.plus.com">
<pre wrap="">ssherman wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I am attempting to compile GRASS 5.3 from source on a Fedora Core 2 system
with PostgreSQL (I am running Posgres 7.4.5). I get the following error:
checking whether to use PostgreSQL... yes
checking for location of PostgreSQL includes...
checking for libpq-fe.h... no
configure: error: *** Unable to locate PostgreSQL includes.
I am new to both GRASS and Linux but I know that postgres is working and that
the header files exist. They are located in /usr/local/pgsql/include/ I don't
know how to get past this error.
</pre>
</blockquote>
<pre wrap=""><!---->
        ./configure --with-postgres-includes=/usr/local/pgsql/include
...
</pre>
</blockquote>
<br>
</body>
</html>