Jump to content
  • 0

Erro rathena ./configure --enable-64bit


Question

Posted (edited)

I have a problem when compiling rathena in dedicated server CENTOS 6 server 64 bit. The following error is returning when I compile.

[spoiler=Erro configure][email protected] [~/emulador]# ./configure --enable-64bit

checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/teste/emulador':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details



How to solve this problem? Thank you.

Edited by badarosko1

3 answers to this question

Recommended Posts

  • 0
Posted
On 30/09/2013 at 10:08 PM, Asura said:

Hi badarosko1,

 

You need to install gcc in order to compile.


yum -y install gcc

 

On 20/10/2013 at 10:59 PM, Dev Blaze said:

Install first gcc Edward is correct 

 

yum -y install gcc

 

or

 

yum install subversion make gcc mysql-devel pcre-devel zlib-devel

I use CentOS and I decided to do this:
 

scl enable devtoolset-4 bash
which gcc
gcc --version
./configure --enable-debug=gdb
ulimit -c unlimited
make server


Now one problem I'm having is when to turn on gdb. I am doing this:

gdb map-server
run



The problem is that it seems to me that it only binds the map-server and does not connect char and login. I get the error at the end of the build:

[Error]: make_connection: connect failed (socket #11, error 111: Connection refused)!

Is there any way to connect all 3 at once? How do I enable debug gdb? I searched everywhere and did not find anything.
 

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