Jump to content
  • 0

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


LearningRO

Question


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

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

Edited by melv0
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

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...