foxIG
14-03-2007, 11:29
хочу установить себе wine, пишет что нехватает flex/устанавливаю flex появляется такая ошибка
[root@localhost flex]# ./configure
loading cache ./config.cache
checking whether ln -s works... (cached) yes
checking for bison... no
checking for byacc... no
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets $$MAKE... (cached) yes
checking for working const... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether cross-compiling... (cached) no
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for malloc.h... (cached) yes
checking for sys/types.h... (cached) yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
[root@localhost flex]# make
yacc -d ./parse.y
make: yacc: Команда не найдена
make: *** [parse.c] Ошибка 127
в чем может быть проблемма?
[root@localhost flex]# ./configure
loading cache ./config.cache
checking whether ln -s works... (cached) yes
checking for bison... no
checking for byacc... no
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets $$MAKE... (cached) yes
checking for working const... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether cross-compiling... (cached) no
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for malloc.h... (cached) yes
checking for sys/types.h... (cached) yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
[root@localhost flex]# make
yacc -d ./parse.y
make: yacc: Команда не найдена
make: *** [parse.c] Ошибка 127
в чем может быть проблемма?