> I'm having trouble building dbmail 2.0/cvs. > Mac 10.3.1, PG 7.4rc2, current developer tools (gcc 3.3). Postgres was > recently (yesterday) built from source, so I know I have at least a > nominally functioning system. > > It seems like there's something screwy referring to libraries, as this > is what I get from a configure/make clean /make run. I will note that > the path to pg_config is strange, but it is valid. > > Any ideas? > > eric
We had a similar problem building on freebsd, the its built using GNU make, where as on freebsd uses the bsd's make, you'll need to use gmake (gnu's make instead) and it should work fine (unless its another problem). I'm not sure what mac os defaults to, but since its based on bsd i'd presume the bsd one. give it try ./configure --with-pgsql gmake all Hope this helps Simon
