The popt package contains the popt libraries which are used by some programs to parse command-line options.
Download (HTTP): http://rpm5.org/files/popt/popt-1.10.4.tar.gz
Download (FTP): ftp://anduin.linuxfromscratch.org/BLFS/6.3/p/popt-1.10.4.tar.gz
Download MD5 sum: dd22a6873b43d00f75e1c1b7dcfd1ff7
Download size: 1.1 MB
Estimated disk space required: 8.3 MB (includes installing documentation)
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/popt
Install popt by running the following commands:
sed -i -e "/*origOptString ==/c 0)" popt.c && ./configure --prefix=/usr && make
If you have Doxygen-1.5.2 installed and wish to build the API documentation, issue doxygen.
To test the results, issue:
make check
Now, as the root
user:
make install
If you built the API documentation, install it using the following
commands issued by the root
user:
install -v -m755 -d /usr/share/doc/popt-1.10.4 && install -v -m644 doxygen/html/* /usr/share/doc/popt-1.10.4
sed ...: This fix taken backported from the development version of popt fixes a problem identified by the included testsuite.
Last updated on 2008-08-10 16:20:02 -0500