Re: g77 -mno-cygwin failed

2003-09-25 Thread Teun Burgers
Igor Pechtchanski wrote: > > 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 > >

Re: g77 -mno-cygwin failed

2003-09-25 Thread Igor Pechtchanski
On Thu, 25 Sep 2003, Igor Pechtchanski wrote: > 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

Re: g77 -mno-cygwin failed

2003-09-25 Thread Gerrit P. Haase
Igor Pechtchanski wrote: >> 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 > No, no, no! This wi

Re: g77 -mno-cygwin failed

2003-09-25 Thread Igor Pechtchanski
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

Re: g77 -mno-cygwin failed

2003-09-25 Thread Teun Burgers
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 > s

Re: g77 -mno-cygwin failed

2003-09-25 Thread Gerrit P. Haase
Roman schrieb: > Teun Burgers <[EMAIL PROTECTED]> 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

Re: g77 -mno-cygwin failed

2003-09-25 Thread Roman Belenov
Teun Burgers <[EMAIL PROTECTED]> 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. --

Re: g77 -mno-cygwin failed

2003-09-25 Thread Igor Pechtchanski
On Thu, 25 Sep 2003, Teun Burgers wrote: > TX wrote: > > > Hi All > > G77 in the latest GCC-3.3.3-1 doesn't work: > > > > >g77 -mno-cygwin foo.f > > >g77: installation problem, cannot exec 'f771': No such file or > > directory > > > > Can anyone help? > > Compiling a Hello world fortran program wi

Re: g77 -mno-cygwin failed

2003-09-25 Thread Teun Burgers
TX wrote: > Hi All > G77 in the latest GCC-3.3.3-1 doesn't work: > > >g77 -mno-cygwin foo.f > >g77: installation problem, cannot exec 'f771': No such file or > directory > > Can anyone help? Compiling a Hello world fortran program with g77 -v reveals that g77 -v -o hello hello.f calls /usr/li

g77 -mno-cygwin failed

2003-09-24 Thread TX
Hi All G77 in the latest GCC-3.3.3-1 doesn't work: >g77 -mno-cygwin foo.f >g77: installation problem, cannot exec 'f771': No such file or directory Can anyone help? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Document