Compile on x64

Alayne

New member
Messages
345
Points
0
Hi everyone!

I'm currently trying to install a local server to debug all my scripts.

But I fail on this error while trying to compile the hercules release:
 

/usr/bin/ld: architecture i386 du fichier d'entrée « adelays32.a(adelays32.o) » est incompatible avec la sortie i386:x86-64
Can anybody help me? I don't now what to do...I guess the Herc doesn't run on x64 ><...

 
As I know - you need to edit /src/map/Makefile and replace all adelays32.a to adelays64.a

But better to ask Kamishi for adelays support.

 
1. Try at first run command: autoreconf

This command will update/build configure script

2. then run configure with your flags, or simple ./configure

probably need disable lto, because look like here bug. this mean run: ./configure --disable-lto

3. now run make.

 
Thanks @Milk, your solution's the good one.

I've been able to compile, the server is now ready to run.

Thanks again.

 
This is wrong solution.

Server compiled fine in x64, but need use standard tools.

Also i cant find any reference to adelays. May be you using outdated server sources?

 
This is wrong solution.

Server compiled fine in x64, but need use standard tools.

Also i cant find any reference to adelays. May be you using outdated server sources?
The solution indeed was right,Adelays is a paid solution to block skill spams and all which have pre-compiled files for 32 and 64bit systems.

 
Ah, then at first need explain what it have propriaritary libs/patches.

 
Back
Top