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/