Re: prerequisites

2013-07-18 Thread nick clifton
Hi Jim, > dwarf2.c: a gratuitous ";;" This one had already been fixed. ar,c: an unnecessary violation of reasonable C standards, i.e., putting declarations after code This one I have just fixed. an understandable use of the "t" format, but 2.95.3 does not seem to understand it, or "z" -

prerequisites

2013-06-27 Thread Jim Thomas
Aloha, There do not seem to be any prerequisites given for gcc versions in the documentation. The code still has #ifdef's for gcc < 2.6 ... :) In trying to compile binutils-2.23.2 with gcc-2.95.3 and make-3.82 on linux-2.4.32, the following issues were uncovered. a gratuitous ";;