Gperf

From CBLFS
Revision as of 08:55, 21 March 2007 by Chipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | ftp://ftp.gnu.org/pub/gnu/gperf/gperf-{{Gperf-Version}}.tar.gz |} ---- == Introduction to Gpe...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz

Introduction to Gperf

GNU gperf is a program that generates perfect hash functions for sets of keywords. A perfect hash function is a hash function and a data structure that allows recognition of a key word in a set of words using exactly 1 probe into the data structure. Output from the GPERF program is used to recognize reserved words in the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU indent program.

Project Home Page: http://www.gnu.org/software/gperf

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

To do ...

Install the package

To do ...

N32

Compile the package:

To do ...

Install the package

To do ...

64Bit

Compile the package:

To do ...

Install the package

To do ...

Contents

Installed Programs: gperf
Installed Libraries: None
Installed Directory: /usr/share/doc/gperf