Jump to content
  • 0
G-RO

Compilation GCC 5 version failed to make server

Question

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:

[[email protected] ~]# 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 "

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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

 

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