Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <39738207.C0EE744F@bumba.net> Date: Mon, 17 Jul 2000 15:00:39 -0700 From: Dave Trombley X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT sources DOT redhat DOT com Subject: DLLWRAP silent, nonterminating Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 [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 AT sourceware DOT cygnus DOT com