Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3CF3997F.25EA942E@yahoo.com> Date: Tue, 28 May 2002 10:51:43 -0400 From: Earnie Boyd X-Accept-Language: en MIME-Version: 1.0 To: Steven Edwards CC: cygwin AT cygwin DOT com Subject: Problem with port of WINE dlls to mingw using cygwin Content-Type: multipart/mixed; boundary="------------F14CB6DEA0D94383E2389EFF" --------------F14CB6DEA0D94383E2389EFF Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Steven, You really need to take a look at MSYS. See http://www.mingw.org/msys.shtml for more information. Earnie. --------------F14CB6DEA0D94383E2389EFF Content-Type: message/rfc822; name="cygwin.50831" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cygwin.50831" Message-ID: <20020527233438 DOT 25056 DOT qmail AT web21107 DOT mail DOT yahoo DOT com> Date: Mon, 27 May 2002 16:34:38 -0700 (PDT) From: Steven Edwards Subject: Problem with port of WINE dlls to mingw using cygwin To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hola, I have been working with wine-dev to port WINE to the Mingw platform for the ReactOS project. Currently we can build 90% of WINE dlls and programs under a cygwin host with no problems. The problem I am having is when I go to use the dlls/programs they are still being linked to cygwin1.dll even though they do not appear to be importing anything from cygwin1.dll This is the configure command I am using. ./configure --host=mingw --target=mingw --build=mingw CFLAGS="-D_WINDOWS -D__MIGNW__ -mno-cygwin -fnative-struct" CCFLAGS="-D_WINDOWS -D__MIGNW__ -mno-cygwin -fnative-struct" Everything seems to build and run fine but when I go to use a tool/program/dll on a windows98 or NT box without cygwin it throws a exception about missing cygwin1.dll. Anyone got any ideas about why it is still doing this? __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com --------------F14CB6DEA0D94383E2389EFF Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------F14CB6DEA0D94383E2389EFF--