On 20 July 2006 14:32, Angelo Graziosi wrote:
> $ g77 hello.F -o hello > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot > find -lfrtbegin > collect2: ld returned 1 exit status > > > > there is a linker error. Thanks for the report. Yes, there is a packaging error. The following files /usr/lib/gcc/i686-pc-cygwin/libfrtbegin.a /usr/lib/gcc/i686-pc-cygwin/libg2c.a /usr/lib/gcc/i686-pc-cygwin/libg2c.la have ended up in the wrong place. You can work around the problem by running mv /usr/lib/gcc/i686-pc-cygwin/lib* /usr/lib/gcc/i686-pc-cygwin/3.4.4 at a bash commandline prompt. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/