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 X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Thu, 25 Sep 2003 11:16:45 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Teun Burgers cc: cygwin AT cygwin DOT com Subject: Re: g77 -mno-cygwin failed In-Reply-To: <3F7305D3.9E276BFC@ecn.nl> Message-ID: References: <3F72F57B DOT 1CD0D20B AT ecn DOT nl> <3F7305D3 DOT 9E276BFC AT ecn DOT nl> Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 25 Sep 2003, Teun Burgers wrote: > Igor Pechtchanski wrote: > > > "g77 -mno-cygwin" will most likely call > > /usr/lib/gcc-lib/i686-pc-mingw/3.3.1/f771.exe, which should be part of the > > "gcc-mingw" package. Unfortunately, "gcc-mingw" uses a weird packaging > > scheme (a tarball inside a tarball), so you couldn't have used the package > > search page to find that out. Judging by the size of the tarball in the > > latest "gcc-mingw-20030911-2" package (1.3M) vs. the one in 20020817-5 > > (2.1M), some files may be missing in the new version. > > There is a softlink missing in /usr/lib/gcc-lib/i686-pc-mingw32/3.3.1 and > hence missing in gcc-mingw-3.3.1-20030804.tar > Making this softlink from within this subdir fixes the problem: > > ln -s ../../i686-pc-cygwin/3.3.1/f771.exe f771.exe > > Teun No, no, no! This will produce an executable linked with Cygwin (as can be verified by running "cygcheck" on it). You don't want that -- you want MinGW executables to be regular Windows programs, using MSVCRT.DLL as their C/Fortran runtime. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/