From: | "David A(dot) Ventimiglia" <dventimi(at)pacbell(dot)net> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | Failed compile on NT |
Date: | 2001-03-25 03:01:06 |
Message-ID: | 00ed01c0b4d7$d6e16d40$0600a8c0@rover |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Hi,
Running 'make install' produced this error:
dlltool --dllname postgres.exe --output-exp postgres.exp --def postgres.def
gcc -g -o postgres.exe -Wl,--base-file,postgres.base postgres.exp
access/SUBSYS.
o bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o
lib/SU
BSYS.o libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o
optimizer/SUB
SYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o
storage/
SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o
../utils/version.o -L/usr/local/lib -lcygi
pc -lcrypt -lcygwin -lkernel32
utils/SUBSYS.o(.text+0x4340f):elog.c: undefined reference to `_sys_nerr'
utils/SUBSYS.o(.text+0x43ded):exc.c: undefined reference to `_sys_nerr'
collect2: ld returned 1 exit status
make[1]: *** [postgres] Error 1
make[1]: Leaving directory
`/d/download/postgresql-7.0.3.tar/postgresql-7.0.3/sr
c/backend'
make: *** [install] Error 2
In particular, note the 'undefined reference to `_sys_nerr` messages for
elog.c and exc.c
I'm building PostgreSQL 7.0.3 under Windows NT sp6a using Cygwin 1.1.7 and
cywin32_ipc 1.09.
Should I cross-post this to another mailing list to see if anyone knows what
the problem is here? Thanks!
Cheers,
David Ventimiglia
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew Easton | 2001-03-25 09:28:40 | compile failure on Suse 7.1 |
Previous Message | Frank Wegmann | 2001-03-24 14:28:08 | [7.1b6 on win2k] server crashes with mmap error |