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: <3F7305D3.9E276BFC@ecn.nl> Date: Thu, 25 Sep 2003 17:12:19 +0200 From: Teun Burgers Organization: Netherlands Energy Research Foundation ECN X-Accept-Language: Dutch, nl, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com, Igor Pechtchanski Subject: Re: g77 -mno-cygwin failed References: <3F72F57B DOT 1CD0D20B AT ecn DOT nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at ecn.nl 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 -- 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/