Jump to content
  • 0

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


Question

Posted (edited)

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

1 answer to this question

Recommended Posts

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...