Re: Building for 64-bit platform

2020-11-08 Thread Igor Korot
Thx. On Sun, Nov 8, 2020 at 12:15 AM Tom Lane wrote: > > Igor Korot writes: > > I build libpq with the standard configure/dmake. > > Now I realize I need t build it for a 64-bit platform. > > > My questions are: > > Is it enough to ust do > > Do "make distclean" at the top level, then re-configu

Re: Building for 64-bit platform

2020-11-07 Thread Tom Lane
Igor Korot writes: > I build libpq with the standard configure/dmake. > Now I realize I need t build it for a 64-bit platform. > My questions are: > Is it enough to ust do Do "make distclean" at the top level, then re-configure with the new options and re-make. Maybe you can get away with a par