FW: Postgres on Windows NT

From: Christos Poulkas <CPoulkas(at)transoft(dot)com>
To: "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org>
Subject: FW: Postgres on Windows NT
Date: 2000-10-31 15:46:44
Message-ID: 5F89E3097515D11186E70060979029BDBA53F1@sgnts2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


Hi,

Thanks to Pete Forman for responding so fast on my first e-mail.
That problem is solved by applying the new patch but I have got
another one.

I tried to install postgresql on my NT machine but in vain.
Following your instructions, I have already installed successfully
cygwin (1.1.4) and cygipc (1.1.7).

I started ipc-daemon & and executed the following commands:
1. configure --prefix=$HOME/local/pgsql
2. make
I fails during the make procedure reporting the error message below:

dlltool --export-all --output-def pq.def fe-auth.o fe-connect.o fe-exec.o fe-mis
c.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o inet_aton.o
dllwrap -o pq.dll --dllname pq.dll --def pq.def fe-auth.o fe-connect.o fe-exec.o
fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o inet_aton.o .
./../utils/dllinit.o -L/usr/local/lib -L/usr/local/pgsql/lib -L../../backend -l
postgres -lcygipc -lcygwin -lcrypt -lkernel32 -lcrypt
../../utils/dllinit.o(.text+0x102):dllinit.c: undefined reference to `__imp_reen
t_data'
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
make[2]: *** [libpq.a] Error 1
make[2]: Leaving directory `/home/administrator/progs/pgsql/postgresql-7.0.2/src
/interfaces/libpq'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/administrator/progs/pgsql/postgresql-7.0.2/src
/interfaces'
make: *** [all] Error 2

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Pete Forman 2000-10-31 15:48:59 Re: Problem in installation of PostgreSQL 7.0.2
Previous Message Pete Forman 2000-10-31 15:19:42 Re: Postgres on Windows NT