make fails on Winnt4

From: Annett Maskow und Andreas Kühl <amak(at)ngi(dot)de>
To: pgsql-ports(at)postgresql(dot)org
Subject: make fails on Winnt4
Date: 2001-03-03 23:52:47
Message-ID: 3AA183CE.A4191DC6@ngi.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi all,

after i've installed the cygipc 1.09-2 correct ./configue works (Thanks
to Les Schaffer).

Sysinfo:
Windows NT 4 SP4
cygwin 1.1.8
cygipc 1.09-2
PostgreSQL 7.0.3

But now make fails with the following error:

....
/usr/bin/install -c -m 444 ../include/commands/trigger.h \
/usr/local/pgsql/include/commands/trigger.h
make[1]: Leaving directory `/usr/src/postgresql-7.0.3/src/backend'
make -C interfaces install
make[1]: Entering directory `/usr/src/postgresql-7.0.3/src/interfaces'
make -C libpq install
make[2]: Entering directory
`/usr/src/postgresql-7.0.3/src/interfaces/libpq'
/usr/bin/install -c -m 444 libpq-fe.h
/usr/local/pgsql/include/libpq-fe.h
/usr/bin/install -c -m 444 libpq-int.h
/usr/local/pgsql/include/libpq-int.h
/usr/bin/install -c -m 444 pqexpbuffer.h
/usr/local/pgsql/include/pqexpbuffer.h
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
../../utils/
dllinit.o -L/usr/local/lib -L/usr/local/pgsql/lib -L../../backend
-lpostgres -l
cygipc -lcygwin -lcrypt -lkernel32 -lcrypt
/usr/local/pgsql/lib/libpostgres.a: file not recognized: File truncated
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
make[2]: *** [libpq.a] Error 1
make[2]: Leaving directory
`/usr/src/postgresql-7.0.3/src/interfaces/libpq'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/postgresql-7.0.3/src/interfaces'
make: *** [install] Error 2

The file </usr/local/pgsql/lib/libpostgres.a> has a length of 0 Byte it
seems something is going wrong here.

Any ideas?

Thanx in advance

Andreas

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-03-04 19:47:36 Re: connect() failed: No such file or directory
Previous Message Peter Eisentraut 2001-03-03 23:17:06 Re: connect() failed: No such file or directory