Badarosk0 Posted September 30, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 81 Reputation: 5 Joined: 02/07/12 Last Seen: April 6 Share Posted September 30, 2013 (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... nochecking for cc... nochecking for cl.exe... noconfigure: error: in `/home/teste/emulador':configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details How to solve this problem? Thank you. Edited September 30, 2013 by badarosko1 Quote Link to comment Share on other sites More sharing options...
Asura Posted October 1, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted October 1, 2013 Hi badarosko1, You need to install gcc in order to compile. yum -y install gcc Quote Link to comment Share on other sites More sharing options...
0 Badarosk0 Posted August 28, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 81 Reputation: 5 Joined: 02/07/12 Last Seen: April 6 Author Share Posted August 28, 2017 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. Quote Link to comment Share on other sites More sharing options...
Dev Blaze Posted October 21, 2013 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Share Posted October 21, 2013 Install first gcc Edward is correct yum -y install gcc or yum install subversion make gcc mysql-devel pcre-devel zlib-devel Quote Link to comment Share on other sites More sharing options...
Question
Badarosk0
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
Edited by badarosko1How to solve this problem? Thank you.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.