From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26293 invoked by alias); 28 May 2002 21:11:09 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 26264 invoked from network); 28 May 2002 21:11:06 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 28 May 2002 21:11:06 -0000 Received: from redhat.com (vpn50-2.rdu.redhat.com [172.16.50.2]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g4SLB4i13792 for ; Tue, 28 May 2002 17:11:05 -0400 Received: by redhat.com (Postfix, from userid 201) id 57E771B867; Tue, 28 May 2002 17:10:58 -0400 (EDT) Date: Tue, 28 May 2002 20:30:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: cygwin wine porting part 2. Message-ID: <20020528211058.GB6491@redhat.com> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <005a01c2068a$72bc6d00$fe00a8c0@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005a01c2068a$72bc6d00$fe00a8c0@laptop> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-05/txt/msg01729.txt.bz2 On Tue, May 28, 2002 at 04:58:40PM -0400, Steven Edwards wrote: >This is the command line I am using and am still having problems: > >./configure --host=mingw32 --target=mingw32 --build=mingw32 >CFLAGS="-D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK" CC="gcc -mno-cygwin >-fnative-struct" CXX="gcc -mno-cygwin -fnative-struct" > >When I go to build wine/library its not finding -msvcrt even though it >is there. If I copy libmsvcrt.a to /lib to builds fine. Also it is still >linking to cygwin1.dll That's usually a sign of C++ components being in the build since there is no mingw C++ library in cygwin yet. Either that or you're including other libraries that rely on cygwin. cgf -- 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/