Hi
I tried to install FRR on my own ubuntu1704, with the following configuration:
sudo ./configure LIBS="-L/usr/lib/ -lpthread -ldl -lpq" CC=gcc-4.8 --sysconfdir=/usr/local/myrouter --localstatedir=/usr/local/myrouter/state --enable-vtysh --disable-babel --enable-fpm --enable-group=rahyab --enable-user=rahyab --disable-doc
but the following error raised with c compiler error (in config.log)
gcc-4.8: error: unrecognized command line option '-qversion'
gcc-4.8: fatal error: no input files
I tried gcc-6 also!