Jump to content
  • 0

Compile error


loquinho500

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  06/11/12
  • Last Seen:  

hi,

I'm trying to compile my emulator but i am having some issues. I've just downloaded the last git version on Centos 7.3 and runned the follow commands:

./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib64/libmysqlclient.so
make clean
make sql

when i run this last command it returns the follow error:

	...
	CC	trade.c
	CC	unit.c
	CC	vending.c
	LD	map-server
/usr/bin/ld: obj/mob.o: undefined reference to symbol '__log10_finite@@GLIBC_2.15'
/usr/lib64/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [map-server] Error 1
make[1]: Leaving directory `/home/hercules/rathena/src/map'
make: *** [map] Error 2

 

I'm using MariaDB that's why i'm specifying mysql libs on ./configure

  • Like 1
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

Thanks for the accurate description.

Sadly I need to guess and ask if you installed the g++ package?

Did you update your rathena version? Which git hash are you using? Is the ./configure running through?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  06/11/12
  • Last Seen:  

Yes, I have g++ installed :)

No, I didn't update my rAthena. I've just download with git clone ...

git hash: 999c411ecdae1b0daa5177a6d43d50e1e11da7c9

Yes, ./configure is running through

 

brAthena, Hercules and Cronus-Emulator is compiling normally except rAthena emulator "/

Edited by loquinho500
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...