LearningRO Posted August 15, 2017 Posted August 15, 2017 (edited) i was install gcc-5 and g++-5 but when i run ./configure i got error like this OS debian 8 version server : :last Edited August 15, 2017 by melv0 Quote
0 Mikegyver Posted August 22, 2017 Posted August 22, 2017 On 8/15/2017 at 1:21 PM, melv0 said: i was install gcc-5 and g++-5 but when i run ./configure i got error like this OS debian 8 version server : :last Follow these... It should fix the missing gcc on ./configure sudo apt-get install gcc-5 -y sudo apt-get install g++-5 -y sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1 Quote
Question
LearningRO
i was install gcc-5 and g++-5 but when i run ./configure
i got error like this
OS debian 8
version server : :last
Edited by melv01 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.