RE: [HACKERS] report for Win32 port
Horak Daniel <horak@mmp.plzen-city.cz>
From: Horak Daniel <horak@mmp.plzen-city.cz>
To: "'Vince Vielhaber'" <vev@michvhf.com>
Cc: pgsql-hackers@postgreSQL.org
Date: 1999-05-27T08:51:38Z
Lists: pgsql-hackers
> >> > pgcursordb.o: In function `_8PgCursorRC12PgConnectionPCc': > >> > > /usr/src/pgsql.test/src/interfaces/libpq++/pgcursordb.cc:37: undefined > >> > reference > >> > to `PgTransaction::PgTransaction(PgConnection const &)' > >> > > Also with g++ 2.7.2.1 and 2.8.1 I can't duplicate the problem that Dan > mentions above. Dan, what compiler/compiler version are you using??? It is egcs-2.91.57 (1.1?) and a bit dirty cygwin installation (used for more than one year ;-)). I will try it on a clean installation of cygwin with egcs 1.1.2 during the weekend. Dan