%general-entities; ]> $LastChangedBy$ $Date$ Gperf-&gperf-version; Gperf Introduction to Gperf Gperf generates a perfect hash function from a key set. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gperf-md5sum; Download size: &gperf-size; Estimated disk space required: &gperf-buildsize; Estimated build time: &gperf-time; User Notes: Installation of Gperf Install Gperf by running the following commands: ./configure --prefix=/usr --docdir=/usr/share/doc/gperf-&gperf-version; && make To test the results, issue: make check. There should be no output from the diff commands. Now, as the root user: make install && install -m644 -v doc/gperf.{dvi,ps,pdf} \ /usr/share/doc/gperf-&gperf-version; && pushd /usr/share/info && rm -v dir && for FILENAME in *; do install-info $FILENAME dir 2>/dev/null done && popd Command Explanations install -m644 -v doc/gperf.{dvi,ps,pdf} ...: This command installs documentation. pushd ... popd: This set of commands rebuilds the /usr/share/info/dir file as the installation failed to do so. Contents Installed Program Installed Libraries Installed Directory gperf None /usr/share/doc/gperf-&gperf-version; Short Descriptions gperf generates a perfect hash function from a key set. gperf