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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Authentication-Warning: sequoia.cs.berkeley.edu: maratb set sender to maratb AT CS DOT Berkeley DOT EDU using -f To: cygwin AT sourceware DOT cygnus DOT com Cc: abegel AT cs DOT Berkeley DOT EDU Subject: dll building problem From: Marat Boshernitsan Date: 24 Apr 2000 03:25:24 -0700 Message-ID: Lines: 19 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Biscayne) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I am trying to build a C++ dll on Cygwin 1.1.0, but when I run a small application using it I get a message that my dll "is not a valid Windows NT image". This is the command I use for building the dll: dllwrap --export-all --driver-name=/usr/bin/g++ --output-lib \ liblkimp.a -o OBJ.x86-pc-win32/lk.dll liblk.a -L/usr/misc/lib -lgcimp "liblk.a" is an archive of object files for dll "gcimp" is an import library of another dll, needed by the one I am trying to build Any pointers on how to debug this situation? Thanks in advance, Marat. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com