Re: [BUGS] Mac OS X make check errors...

2004-10-19 Thread Theodore Petrosky
I only added the --disable-shared from a recommendation on the cocoa developers forum. Someone reported problems using libpq.a and the solution offered was the above. The original person spoke of problems linking libpg.a. The poster mentioned something about even though he specified the libpg.a,

Re: [BUGS] Mac OS X make check errors...

2004-10-18 Thread Neil Conway
On Tue, 2004-10-19 at 10:36, Tom Lane wrote: > --disable-shared means you do not get any of the backend extensions that > come as shared libraries; this includes plpgsql (and the other PL > languages if you had tried to build 'em) as well as character set > conversions. I think the tests that fail

Re: [BUGS] Mac OS X make check errors...

2004-10-18 Thread Tom Lane
Theodore Petrosky <[EMAIL PROTECTED]> writes: > I just tried the newest beta (3) and for the first > time I am getting multiple errors in 'make check'. > this is my configure line... > ./configure --with-rendezvous --enable-thread-safety > --disable-shared > ... > 7 of 96 tests failed, 1 of these

Re: [BUGS] Mac OS X make check errors...

2004-10-17 Thread Neil Conway
On Mon, 2004-10-18 at 12:55, Theodore Petrosky wrote: > I just tried the newest beta (3) and for the first > time I am getting multiple errors in 'make check'. Can you post the regression.diffs file produced by "make check" (should be in src/test/regress under the directory in which you build Post