10.31. Flex-2.5.39 N32 Libraries

The Flex package contains a utility for generating programs that recognize patterns in text.

10.31.1. Installation of Flex

Prepare Flex for compilation:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
   --libdir=/usr/lib32 --docdir=/usr/share/doc/flex-2.5.39

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 10.32.2, “Contents of Flex.”