Re: Ecpg dependency

2020-03-31 Thread Bruce Momjian
On Sat, Mar 21, 2020 at 06:13:03PM -0400, Bruce Momjian wrote: > On Sat, Mar 21, 2020 at 07:30:48PM +, Dagfinn Ilmari Mannsåker wrote: > > Bruce Momjian writes: > > > On Sat, Mar 21, 2020 at 02:14:44PM -0400, Bruce Momjian wrote: > > > Oh, I forgot to mention I got this line from > > > src/int

Re: Ecpg dependency

2020-03-21 Thread Bruce Momjian
On Sat, Mar 21, 2020 at 07:30:48PM +, Dagfinn Ilmari Mannsåker wrote: > Bruce Momjian writes: > > > On Sat, Mar 21, 2020 at 02:14:44PM -0400, Bruce Momjian wrote: > >> On Tue, Mar 10, 2020 at 01:47:14PM +0100, Filip Janus wrote: > >> > Hello, > >> > After upgrade from 11.2 to 12.2 I found, th

Re: Ecpg dependency

2020-03-21 Thread Dagfinn Ilmari Mannsåker
Bruce Momjian writes: > On Sat, Mar 21, 2020 at 02:14:44PM -0400, Bruce Momjian wrote: >> On Tue, Mar 10, 2020 at 01:47:14PM +0100, Filip Janus wrote: >> > Hello, >> > After upgrade from 11.2 to 12.2 I found, that build of ecpg component >> > depends >> > on pgcommon_shlib and pgport_shlib.  But

Re: Ecpg dependency

2020-03-21 Thread Bruce Momjian
On Sat, Mar 21, 2020 at 02:14:44PM -0400, Bruce Momjian wrote: > On Tue, Mar 10, 2020 at 01:47:14PM +0100, Filip Janus wrote: > > Hello, > > After upgrade from 11.2 to 12.2 I found, that build of ecpg component > > depends > > on pgcommon_shlib and pgport_shlib.  But build of ecpg doesn't include

Re: Ecpg dependency

2020-03-21 Thread Bruce Momjian
On Tue, Mar 10, 2020 at 01:47:14PM +0100, Filip Janus wrote: > Hello, > After upgrade from 11.2 to 12.2 I found, that build of ecpg component depends > on pgcommon_shlib and pgport_shlib.  But build of ecpg doesn't include build > of pgcommon_shlib and pgport_shlib. That means, if I want to build e

Ecpg dependency

2020-03-10 Thread Filip Janus
Hello, After upgrade from 11.2 to 12.2 I found, that build of ecpg component depends on pgcommon_shlib and pgport_shlib. But build of ecpg doesn't include build of pgcommon_shlib and pgport_shlib. That means, if I want to build ecpg, first I need to build pgcommon_shlib and pgport_shlib and after