flex

Current Version: 2.5.4a

Links

dir: ftp://ftp.gnu.org/pub/gnu/flex

file: flex-2.5.4a.tar.gz

alternative: flex-2.5.4a.tar.bz2

Needs

bash binutils bison fileutils gcc grep make sed sh-utils textutils

Setup information

./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