Gperf: Difference between revisions

From CBLFS
Jump to navigationJump to search
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...
 
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
----
----


== Introduction to Gperf ==
{{Package-Introduction|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.|http://www.gnu.org/software/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 ==
== Dependencies ==
Line 27: Line 23:


== Multilib ==
== Multilib ==
 
'''''This package does not install any libraries so only one installation is needed.'''''
=== 32Bit ===
 
Compile the package:
 
To do ...
 
Install the package
 
To do ...
 
=== N32 ===
 
Compile the package:
 
To do ...
 
Install the package
 
To do ...


=== 64Bit ===
=== 64Bit ===
Line 52: Line 29:
Compile the package:
Compile the package:


  To do ...
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure --prefix=/usr &&
make


Install the package
Install the package


  To do ...
  make install


= Contents =
= Contents =
Line 71: Line 50:
| /usr/share/doc/gperf
| /usr/share/doc/gperf
|}
|}
[[Category:Programming]]

Latest revision as of 16:32, 8 June 2009

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 Homepage: http://www.gnu.org/software/gperf

Dependencies

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

This package does not install any libraries so only one installation is needed.

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure --prefix=/usr &&
make

Install the package

make install

Contents

Installed Programs: gperf
Installed Libraries: None
Installed Directory: /usr/share/doc/gperf
Retrieved from "?title=Gperf&oldid=18395"