Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: 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: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Tue, 23 Nov 1999 01:19:51 -0600 (CST) From: Mumit Khan To: cygwin AT sourceware DOT cygnus DOT com Subject: Solution to DLLWRAP problem in Cygwin v1.0 CD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Someone had mentioned a problem with not being able to create DLLs with dllwrap in Cygwin v1.0 CD (commercial version of Cygwin). Looks like the Cygwin v1.0 sources were frozen quite some time ago, and it doesn't have some of the fixes that went in before cygwin b20.1. The particular change in question was when Cygwin's name changed from "cygwin32" to "cygwin", there was a corresponding change in dllwrap, which checks for the target name to figure out what to do. Solution? Add the --target=i686-cygwin32 option to dllwrap (the name was changed to i686-cygwin, and the corresponding change in dllwrap was missed in v1.0). Actually, just --target=cygwin32 will work as well, since dllwrap just checks for "cygwin32" in target name. $ dllwrap --target=cygwin32 [rest of option] If you're using any of my makefiles, just add --target=cygwin32 to DLLWRAP_FLAGS variable. Sorry it took so long. Thanks to Cygnus, I now have a v1.0 CD so I can debug these problems. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com