Jump to content
  • 0

HELP! CentOS 6.9 Compile Error


sixgrams

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  02/15/12
  • Last Seen:  

I have Tried EVERY work around i have found and im still running into this error : configure: error: bigendian is not supported... stopping !

 

I have searched the forms tried every work around i have found and still getting the error! surely someone has run into this and been able to fix it.

and yes i have made sure i have install the g++ package and the current dev tools per the https://github.com/rathena/rathena/wiki/Install-on-Centos



image.png.7b0e74398e0162f3d01cd23716eb3c6d.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  249
  • Reputation:   72
  • Joined:  10/20/12
  • Last Seen:  

Did you enable the devtoolset for this shell session with `scl enable devtoolset-7` before you execute the configure script?

Usually this error is reported, if the g++ compiler is outdated (like nitrous already mentioned).

Edited by Jey
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   45
  • Joined:  08/14/12
  • Last Seen:  

What version of g++ do you have?

g++ --version

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  02/15/12
  • Last Seen:  

g++ (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 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.
 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  02/15/12
  • Last Seen:  

After a few reboots and running that enable command its finally working!  Thanks for the help!

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