This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

R: DLLWRAP silent, nonterminating


I have had a similar problem:
in my case it was due o the fact that I was compiling the sources from a
different directory as it was expected by the makefile (I guess it is
/usr/src/pgsql); moreover, there is any library (*.a) in
/usr/local/pgsql/lib ?

Hope that helps.

Federico

-----Messaggio originale-----
Da: Dave Trombley <dtrom@bumba.net>
A: cygwin@sources.redhat.com <cygwin@sources.redhat.com>
Data: marted́ 18 luglio 2000 8.04
Oggetto: DLLWRAP silent, nonterminating


>
>I'm trying to compile postgres under cygwin,  during a certain step[1]
>dllwrap is invoked,
>produces no output, and does not terminate. Does anyone have any notion
>of what might
>be causing this?  The call looks like this:
>
>$ dllwrap --target=i686-cygwin32  -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 \
>-lpostgres -lcygipc -lcygwin -lcrypt -lkernel32 -lcrypt
>
>Addinig a -v still yields no output.  Is this a known problem?  I ran
>gdb on it; the cygwin GUI
>to gdb indicated that I couldn't stop the program because it wasn't
>responding.  However, it
>exits on ^C.  Should I try recompiling from binutils source?
>
>-dj
><dtrom@bumba.net>
>
>[1] - The location of the error in the build process happens on the
>second (linking) pass
>through the interfaces/libpq directory, ie. after all the SUBSYS.o are
>built and the backend is linked.
>
>
>
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]