LearningRO Posted August 15, 2017 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 72 Joined: 02/10/12 Last Seen: 7 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Mikegyver Posted August 22, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 399 Reputation: 69 Joined: 12/26/15 Last Seen: December 24, 2022 Share 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 Link to comment Share on other sites More sharing options...
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 melv0Link to comment
Share on other sites
1 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.