From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7733 invoked by alias); 25 Sep 2003 15:09:59 -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 7681 invoked from network); 25 Sep 2003 15:09:57 -0000 Received: from unknown (HELO koeln.convey.de) (62.138.63.18) by sources.redhat.com with SMTP; 25 Sep 2003 15:09:57 -0000 Received: from ismene.koeln.convey.de (192.168.5.3:2395) by koeln.convey.de with [XMail 1.17 (Win32/Ix86) ESMTP Server] id for from ; Thu, 25 Sep 2003 17:09:56 +0200 Date: Thu, 25 Sep 2003 15:12:00 -0000 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <109191000964.20030925170951@familiehaase.de> To: Roman Belenov CC: cygwin@cygwin.com Subject: Re: g77 -mno-cygwin failed In-Reply-To: References: <3F72F57B.1CD0D20B@ecn.nl> MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-15 Content-transfer-encoding: 8bit X-SW-Source: 2003-09/txt/msg01621.txt.bz2 Roman schrieb: > Teun Burgers writes: >> g77 -v -mno-cygwin -o hello hello.f >> >> calls f771.exe and can't find f771.exe along the path. >> A problem with the specs file? > f771 is not included in gcc-mingw package, so I guess it's a problem > with distribution. Make some symlinks in the directory: /usr/lib/gcc-lib/i686-pc-mingw/3.3.1/ to all the executables in this directory: /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/ as it was in 3.2-x: $ ls -l /usr/lib/gcc-lib/i686-pc-mingw32/3.2 total 143 -rwxr-xr-x 1 gerrit Domänen- 89490 Aug 17 2002 SYSCALLS.c.X* lrwxrwxrwx 1 gerrit Domänen- 144 Aug 28 12:05 cc1.exe -> ../../i686-pc-cygwin/3.2/cc1.exe lrwxrwxrwx 1 gerrit Domänen- 166 Aug 28 12:05 cc1obj.exe -> ../../i686-pc-cygwin/3.2/cc1obj.exe lrwxrwxrwx 1 gerrit Domänen- 152 Aug 28 12:05 cc1plus.exe -> ../../i686-pc-cygwin/3.2/cc1plus.exe lrwxrwxrwx 1 gerrit Domänen- 146 Aug 28 12:05 cpp0.exe -> ../../i686-pc-cygwin/3.2/cpp0.exe lrwxrwxrwx 1 gerrit Domänen- 150 Aug 28 12:05 crtbegin.o -> ../../i686-pc-cygwin/3.2/crtbegin.o lrwxrwxrwx 1 gerrit Domänen- 146 Aug 28 12:05 crtend.o -> ../../i686-pc-cygwin/3.2/crtend.o lrwxrwxrwx 1 gerrit Domänen- 146 Aug 28 12:05 f771.exe -> ../../i686-pc-cygwin/3.2/f771.exe drwxrwxrwx+ 3 gerrit Domänen- 4096 Aug 28 12:05 include/ -rwxr-xr-x 1 gerrit Domänen- 55372 Aug 17 2002 libgcc.a* lrwxrwxrwx 1 gerrit Domänen- 140 Aug 28 12:05 specs -> ../../i686-pc-cygwin/3.2/specs lrwxrwxrwx 1 gerrit Domänen- 154 Aug 28 12:05 tradcpp0.exe -> ../../i686-pc-cygwin/3.2/tradcpp0.exe Gerrit -- =^..^= -- 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/