Jump to content
  • 0
LearningRO

how to read gcc-5 g++-5 when configure

Question

1 answer to this question

Recommended Posts

  • 0
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

 

 

20840159_10213744762443354_873618171_n.png

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.