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