LINUX.ORG.RU

dosemu 1.3.2


0

0

при установке выдало ошибку :

configure: WARNING:

configure: WARNING: Your system doesn't seem to have lex or flex available.

configure: error: Install lex or flex and retry.

make: *** [Makefile.conf] Ошибка 1

что за пакеты lex и Flex?

anonymous

A tool for creating scanners (text pattern recognizers)

The flex program generates scanners. Scanners are programs which can recognize lexical patterns in text.

Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable.

The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code.

Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process.

You should install flex if you are going to use your system for application development.

da_fault
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.