This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g77 -mno-cygwin failed


Roman schrieb:

> Teun Burgers <burgers@ecn.nl> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]