Lists: | pgsql-ports |
---|
From: | Horák Daniel <horak(at)sit(dot)plzen-city(dot)cz> |
---|---|
To: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | RE: [PORTS] RE: DLLMain |
Date: | 2000-02-07 13:23:03 |
Message-ID: | F4A9A276019AD311B08C00A024B25170058855@exchange.mmp.plzen-city.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
> > I believe your problem is with win95. I know of no instances
> > of postgres being built on win95 using the NT port instructions, as
> > the plumbing under the hood is somewhat different.
> Do you know of instances being built on win95 using ANY instructions ?
> Where can I find these instructions ?
I was using gcc 2.95.1 and Cygwin B20.1 (plus cygwin1.dll snapshot from
01/19/1999 availbale from the Cygwin site) to run on WinNT. What version of
Cygwin are you using?
I don't know if there was a change in the DECLARE_CYGWIN_DLL macro - you can
check plain B20.1
And as far as I know it is not possible to run PostgreSQL on Win95/98. Their
win32 api lacks some required functions for supporting SysV shared memory in
the cygipc library.
Dan
From: | Sebastian Setzer <setzersn(at)trick(dot)informatik(dot)uni-stuttgart(dot)de> |
---|---|
To: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | RE: [PORTS] RE: DLLMain |
Date: | 2000-02-08 13:49:49 |
Message-ID: | Pine.GSO.4.10.10002081445140.11710-100000@dagobert.informatik.uni-stuttgart.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
On Mon, 7 Feb 2000, Horák Daniel wrote:
> And as far as I know it is not possible to run PostgreSQL on Win95/98. Their
> win32 api lacks some required functions for supporting SysV shared memory in
> the cygipc library.
But there is a red dot in the Winndows 95 - row of the Postgres - column
at http://www.postgresql.org/doxlist.html
(In opposite to the Macintosch - row ! There's a white dot with a
[client only] - annotation)
Someone should remove the red dot, if its wrong.
Sebastian Setzer
From: | Sebastian Setzer <setzersn(at)trick(dot)informatik(dot)uni-stuttgart(dot)de> |
---|---|
To: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | RE: [PORTS] RE: DLLMain |
Date: | 2000-02-09 10:22:29 |
Message-ID: | Pine.GSO.4.10.10002091118380.2233-100000@dagobert.informatik.uni-stuttgart.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
On Mon, 7 Feb 2000, Horák Daniel wrote:
> I was using gcc 2.95.1 and Cygwin B20.1 (plus cygwin1.dll snapshot from
> 01/19/1999 availbale from the Cygwin site) to run on WinNT. What version of
> Cygwin are you using?
I use B20.1, too, but with the Jan 15th 1999 - patch for Win95,
libcrypt for B20.1 and IPC - package 1.03
I compiled with gcc 2.95.2.
Postgres : 6.5.3 (stable version)
Sebastian Setzer