我正在为我在ad网络上的一个项目安装olsrd,由于以下错误,我无法继续下去:
yuvraj@yuvi-PC ~/olsrd-0.6.8 $ make
[BISON] src/cfgparser/oparse.c
/bin/sh: 1: bison: not found
make: *** [src/cfgparser/oparse.c] Error 127发布于 2015-04-08 20:44:03
请做:
sudo apt-get install --reinstall bison libbison-dev flex libfl-dev
cd ~/olsrd-0.6.8
make clean
make
sudo make install发布于 2015-04-08 20:16:39
您需要安装包bison。
https://askubuntu.com/questions/606924
复制相似问题