PostgreSQL 7.1 beta3 on Windows 2k

From: "JJAR" <jjarcore(at)eresmas(dot)com>
To: <pgsql-ports(at)postgresql(dot)org>
Subject: PostgreSQL 7.1 beta3 on Windows 2k
Date: 2001-01-30 01:12:56
Message-ID: IPECLCJEPIFNIDOABNELAEDECBAA.jjarcore@eresmas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi everyone,

I had PostgreSQL 7.0.3 installed on my system, but I had the memory detach
problem so I decided to upgrade to 7.1 beta 3 instead of patching.
With this I mean Cygwin worked for PostgreSQL 7.0.3 port so it works.

Installation process for 7.1:

./configure --------- OK
make --------- NOT OK; the last lines in the output were:

make[2]: Entering directory `/usr/src/postgresql-7.1beta3/src/interfaces'
make[3]: Entering directory
`/usr/src/postgresql-7.1beta3/src/interfaces/libpq'
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
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
../../../src
/utils/dllinit.o -L/usr/local/lib -L/usr/local/lib -L../../../src/backend -
lpos
tgres -lcygipc -lcygwin -lcrypt -lkernel32 -lcrypt
../../../src/utils/dllinit.o(.text+0x102):dllinit.c: undefined reference to
`__i
mp_reent_data'
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
make[3]: *** [libpq.a] Error 1
make[3]: Leaving directory
`/usr/src/postgresql-7.1beta3/src/interfaces/libpq'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/postgresql-7.1beta3/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/postgresql-7.1beta3/src'
make: *** [all] Error 2

Suggestions & IDEAS much appreciated.

//Juan

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Burak Bilen 2001-01-30 09:17:09 I can NOT connect to the database?
Previous Message Jason Tishler 2001-01-29 03:05:54 Re: WinTel ports?