Re: [PATCHES] Link errors on win32

2004-05-29 Thread Christopher Kings-Lynne
You must have a broken version of make. There certainly is a 'clean' rule in that subdirectory, and it works for everyone else. regards, tom lane Ah yes. Actually, this is the error I got once I manually created the earthdistance directory in order for the clean to proceed. The fir

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Thomas Hallgren
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 20:54 Subject: Re: [PATCHES] Link errors on win32 > Thomas Hallgren <[EMAIL PROTECTED]> writes: > > Ah yes. Actually, this is the error I got once I manually created the > > earthdistan

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Tom Lane
Thomas Hallgren <[EMAIL PROTECTED]> writes: > Ah yes. Actually, this is the error I got once I manually created the > earthdistance directory in order for the clean to proceed. The first > time it failed, it was missing altogether. Ah. earthdistance is in a separate CVS module (a remnant of a f

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Thomas Hallgren
Bruce Momjian wrote: Thomas Hallgren wrote: "Magnus Hagander" <[EMAIL PROTECTED]> writes: This looks like it's missing stuff from Bruces move from backend/port/win32 to port/kill.c of the kill signal. Are you sure you pulled a new version of the port directory as well? And did you do a "mak

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Tom Lane
"Thomas Hallgren" <[EMAIL PROTECTED]> writes: > I did a make clean. But it encountered an error and terminated prematurely > and I missed it... > make[2]: Entering directory `/ws/pgsql/contrib/earthdistance' > make[2]: *** No rule to make target `clean'. Stop. > make[2]: Leaving directory `/ws/pg

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Bruce Momjian
Thomas Hallgren wrote: > "Magnus Hagander" <[EMAIL PROTECTED]> writes: > > This looks like it's missing stuff from Bruces move from > > backend/port/win32 to port/kill.c of the kill signal. Are you sure you > > pulled a new version of the port directory as well? And did you do a > > "make clean"? >

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Tom Lane
"Thomas Hallgren" <[EMAIL PROTECTED]> writes: > That might well be the reason! I did check out the pgsql-server. May I > suggest that a minor improvement to make the "make clean" a bit more > tolerant? I'd rather lobby Marc to re-merge the CVS modules. regards, tom lane -

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Thomas Hallgren
Tom Lane wrote: "Thomas Hallgren" <[EMAIL PROTECTED]> writes: I did a make clean. But it encountered an error and terminated prematurely and I missed it... make[2]: Entering directory `/ws/pgsql/contrib/earthdistance' make[2]: *** No rule to make target `clean'. Stop. make[2]: Leaving d

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Thomas Hallgren
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > This looks like it's missing stuff from Bruces move from > backend/port/win32 to port/kill.c of the kill signal. Are you sure you > pulled a new version of the port directory as well? And did you do a > "make clean"? > I did a make clean. But it encou

Re: [PATCHES] Link errors on win32

2004-05-28 Thread Magnus Hagander
> After patching postmaster.c (see previous post) I'm unable to > link on win32 (mingw). I get the following errors: > > gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes > -Wmissing-declaratio > ns -L../../src/port -o postgres.exe -Wl,--base-file,postgres.base > postgres.exp access/SUBS

[PATCHES] Link errors on win32

2004-05-28 Thread Thomas Hallgren
After patching postmaster.c (see previous post) I'm unable to link on win32 (mingw). I get the following errors: gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declaratio ns -L../../src/port -o postgres.exe -Wl,--base-file,postgres.base postgres.exp access/SUBSYS.o bootstrap/S