dir: ftp://ftp.gnu.org/pub/gnu/flex
file: flex-2.5.4a.tar.gz
alternative: flex-2.5.4a.tar.bz2
bash binutils bison fileutils gcc grep make sed sh-utils textutils
./configure --prefix=/usr |
config |
make |
make |
make install |
install |
cat > /usr/bin/lex << "EOF" #!/bin/sh # Begin /usr/bin/lex exec /usr/bin/flex -l "$@" # End /usr/bin/lex EOF true chmod 755 /usr/bin/lex |
post |