CONTENTS: binutils bison byacc f2c flex gmake binutils: GNU binutils 2.5.2 binutils: binutils: C compiler utilities: binutils: binutils: ar as c++filt gasp gprof encaps ld nm objcopy objdump ranlib size binutils: strings strip ld86 as86 binutils: binutils: These utilities are REQUIRED to compile C, C++, Objective-C, and binutils: many other programming languages. binutils: binutils: bison: GNU bison parser generator version 1.22. bison: bison: Bison is a parser generator in the style of yacc(1). It should be bison: upwardly compatible with input files designed for yacc. bison: bison: bison: bison: bison: bison: bison: byacc: Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc byacc: has been made as compatible as possible with AT&T Yacc. Berkeley byacc: Yacc can accept any input specification that conforms to the AT&T byacc: Yacc documentation. Specifications that take advantage of byacc: undocumented features of AT&T Yacc will probably be rejected. byacc: byacc: If you skip this package and install GNU bison, a /usr/bin/yacc byacc: shell script will be created which will allow you to use bison byacc: instead. (It contains 'bison -y $*') byacc: byacc: f2c: A Fortran-77 to C translator. f2c: f2c: Contains libf2c.so.0.11, ported by Rob Hooft. This package uses f2c: an 'f77' script that hides the C translation process from the user. f2c: f2c: f2c: f2c: f2c: f2c: f2c: flex: flex - fast lexical analyzer generator version 2.5.2 flex: flex: flex is a tool for generating scanners: programs which flex: recognize lexical patterns in text. flex: flex: flex: flex: flex: flex: flex: gmake: GNU make utility 3.74. gmake: gmake: This is the GNU implementation of make, which was written by Richard gmake: Stallman and Roland McGrath. The purpose of the make utility is to gmake: determine automatically which pieces of a large program need to be gmake: recompiled, and issue the commands to recompile them. gmake: gmake: This is needed to compile just about any major C program, including gmake: the Linux kernel. gmake: gmake: