delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <burgers AT ecn DOT nl> |
Organization: | Netherlands Energy Research Foundation ECN |
X-Accept-Language: | Dutch, nl, en |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com, Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu> |
Subject: | Re: g77 -mno-cygwin failed |
References: | <3F72F57B DOT 1CD0D20B AT ecn DOT nl> <Pine DOT GSO DOT 4 DOT 56 DOT 0309251034490 DOT 3193 AT slinky DOT cs DOT nyu DOT edu> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |