Re: [PATCHES] Build problems

2004-05-23 Thread Manfred Koizar
On Sun, 23 May 2004 13:16:49 -0400, Tom Lane <[EMAIL PROTECTED]> wrote: >> $ gcc --version >> 2.7.2.1 > >Man, that's ancient. Don't say that before you have seen my bike :-) >How do you feel about upgrading? This is on my notebook. I'm a little afraid of changing major parts of the system. Onc

Re: [PATCHES] Build problems

2004-05-23 Thread Tom Lane
Manfred Koizar <[EMAIL PROTECTED]> writes: > On Sun, 23 May 2004 11:40:29 -0400, Tom Lane <[EMAIL PROTECTED]> wrote: >> both using gcc? > Mine is quite old: > $ gcc --version > 2.7.2.1 Man, that's ancient. What we're probably looking at here is a bug in the #include search algorithm in that vers

Re: [PATCHES] Build problems

2004-05-23 Thread Tom Lane
Manfred Koizar <[EMAIL PROTECTED]> writes: > Here is what I get without that change: > gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations > -I/m/u2/home/fred/pgsrc/SNAP/tst04a/src/interfaces/libpq > -I../../../src/include -I/m/u2/home/fred/pgsrc/SNAP/tst04a/src/include > -D_GNU_SOURCE -

Re: [PATCHES] Build problems

2004-05-23 Thread Tom Lane
Manfred Koizar <[EMAIL PROTECTED]> writes: > On Sun, 23 May 2004 02:39:41 -0400, Tom Lane <[EMAIL PROTECTED]> wrote: >> I'm not quite >> sure what --without-docdir should mean ... if it's not a complete no-op >> it seems like it ought to specify not installing docs at all. > --without-docdir

Re: [PATCHES] Build problems

2004-05-23 Thread Tom Lane
Manfred Koizar <[EMAIL PROTECTED]> writes: > Yesterday's snapshot couldn't be compiled from a separate build > directory, and after configure --without-docdir ... make install failed, > because it tried to mkdir /postgresql/html. > The enclosed patch fixes these problems, at least for me. The src/