Re: Link errors on win32

From: "Thomas Hallgren" <thhal(at)mailblocks(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>, "Magnus Hagander" <mha(at)sollentuna(dot)net>
Subject: Re: Link errors on win32
Date: 2004-05-28 13:19:50
Message-ID: thhal-0qtSSAXeaZhIxoUDRLdgKYm0zox99rS@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)net> 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 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/pgsql/contrib/earthdistance'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/ws/pgsql/contrib'
make: *** [clean] Error 2

Anyway, I removed everything and downloaded a new fresh version, reapplied
my patch for postmaster.c, and recompiled. Everything links ok now.

Thanks,

Thomas Hallgren

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andreas Pflug 2004-05-28 14:05:37 Libpq ssl fix
Previous Message Andreas Pflug 2004-05-28 12:00:18 Compiling libpq with VisualC