Problem in installation of PostgreSQL 7.0.2

From: "Chandra Sekhar (dot) K" <csekhar(at)cisco(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Problem in installation of PostgreSQL 7.0.2
Date: 2000-10-31 20:00:18
Message-ID: 200010311428.TAA18359@megha.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi,

I had downloaded the latest postgresql tar ball
and carried out the installation on 'Windows NT'
platform (with the aid of the cygwin binaries).

I followed the instructions given in the readme
file titled 'Installing PostgreSQL on NT'.

I could successfully run the 'configure' command.
The next step 'make' is unsuccessful. 'make' terminates
giving the following diagnostics :

----------------------------------------------------
make[2]: Entering directory `/usr/src/utils'
gcc -I../include -I../backend -I/usr/local/include -O2
-I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-decla
rations -c -o dllinit.o dllinit.c
dllinit.c:49: conflicting types for `DllMain'
dllinit.c:44: previous declaration of `DllMain'
dllinit.c:49: conflicting types for `_cygwin_dll_entry'
dllinit.c:49: previous declaration of `_cygwin_dll_entry'
dllinit.c:81: conflicting types for `DllMain'
dllinit.c:49: previous declaration of `DllMain'
make[2]: *** [dllinit.o] Error 1
make[2]: Leaving directory `/usr/src/utils'
make[1]: *** [../utils/dllinit.o] Error 2
make[1]: Leaving directory `/usr/src/backend'
make: *** [all] Error 2
----------------------------------------------------------

Any clues on this ?
Help needed ASAP !

Thnaks,
Chandra

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Chandra Sekhar . K 2000-10-31 21:07:47 Re: Problem in installation of PostgreSQL 7.0.2
Previous Message Pete Forman 2000-10-31 19:19:56 Re: FW: Postgres on Windows NT