On Sun, 03 Aug 2008 13:51:34 +0200 Wolfgang Messingschlager <[EMAIL PROTECTED]> wrote:
> Hi all, > > I tried to build binutils version 2.17 > > cc1: warnings being treated as errors > The problem is that gcc is treating warnings as errors. This is because of the -Werror option. If you eliminate this option the program should compile. FP -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
