From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17092 invoked by alias); 28 May 2002 20:58:24 -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 17067 invoked from network); 28 May 2002 20:58:23 -0000 Received: from unknown (HELO smtp017.mail.yahoo.com) (216.136.174.114) by sources.redhat.com with SMTP; 28 May 2002 20:58:23 -0000 Received: from 66-191-164-14.chartersc.net (HELO laptop) (Steven?ed4153@66.191.164.14 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 28 May 2002 20:58:22 -0000 Reply-To: From: "Steven Edwards" To: Subject: CYGWIN wine porting part 2. Date: Tue, 28 May 2002 16:19:00 -0000 Message-ID: <005a01c2068a$72bc6d00$fe00a8c0@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-SW-Source: 2002-05/txt/msg01723.txt.bz2 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 Also I have two minor bugs in the headers. Where do I go to report them? Thanks Steven "Every revolution was once a thought in one man's mind" - Ralph Waldo Emerson -- 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/