From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Larmour To: cguwinds Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Error about build and install GCC under i386 Date: Wed, 25 Jul 2001 11:16:00 -0000 Message-id: <3B5F0CF9.FE14DDC5@redhat.com> References: <996029157.5103.cguwinds@mail2000.com.tw> X-SW-Source: 2001-07/msg00793.html cguwinds wrote: > > Thank's Jifl to reply the "Warning about Building the tools". > But when I redirect the output to the file,I find that there are still > some errors that made the GCC unsuccessful. > How to solve it? Probably a line ending problem. Run this from a cygwin prompt: cd /src/gcc/gcc-2.95.2 for i in `find . -type f` ; do tr -d '\r' < $i > $i.new mv $i.new $i done Note the use of backquotes on the second line, and apostrophes on the third line. Jifl -- Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062 Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine Come to the Red Hat TechWorld open source conference in Brussels! Keynotes, techie talks and exhibitions http://www.redhat-techworld.com/