Jump to content
  • 0

Compilation GCC 5 version failed to make server


Question

Posted

Hello Everyone, 

Good day!

I can't recompile my server at this moment due to error msg of " GCC versions older than GCC 5 are not officially supported anymore" 

image.png.d0093c746ca07aae35547563022a06b3.png

Here is my GCC version:

[root@relaxed-wilbur ~]# gcc --version
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

tried so many guides over rathena but nothing works btw I runscl enable devtoolset-7 bash ) before I put the command " make server "

 

  • Upvote 1

2 answers to this question

Recommended Posts

  • 0
Posted
On 2/22/2021 at 5:24 AM, Onairda said:

Resolved by the below centos commands: 

sudo yum install centos-release-scl
sudo yum install devtoolset-7-gcc*
scl enable devtoolset-7 bash
which gcc
gcc --version

 

thx my friends working fine here

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