install gcc 4.8.5 and g++ 4.8.5 on ubuntu 16.04 LTS
install gcc 4.8.5 and g++ 4.8.5 on ubuntu 16.04 LTS1 add code below for update /etc/apt/sources.listdeb http://cz.archive.ubuntu.com/ubuntu xenial main universe2 install gcc-4.8sudo apt-get instal...
复制链接