> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 20 June 2003 10:57
> To: pgadmin-hackers@postgresql.org
> Cc: Adam Pendleton; Dave Page
> Subject: Snapshots downloads + patch
>
>
> - SuSE 8.2
> The requested PostgreSQL header files cannot be found under
> SuSE without a patch written by Reinhard. This patch still
> needs to be reviewed. Please find it included in this email.
OK, just looked at this and it definately conflicts with changes that I
made this morning (which use ${LIBPQ_HOME} to locate libpq.a).
By the looks of it, SUSE include the extra /pgsql in the path for the
include files. Do they do the same for the libs? Perhaps we should allow
--with-pgsql-include to override the directory derived from
--with-pgsql, but leave that option there.
Adam, what do you think?
Regards, Dave.