Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 06-03-2009, 06:04 AM
RequiemTCE
Fire Beetle
 
Join Date: Mar 2009
Location: Cambridge, MA
Posts: 7
Default

Ok, I've got it compiled now. Here's what I did to make it compile under RHEL/x86_64.

Install GCC 4.3.2:
Code:
yum install gcc43 gcc43-c++
----------------

Modify the following files:

Code:
EMuShareMem/makefile
world/makefile
zone/makefile
eqlaunch/makefile
mailserver/makefile
chatserver/makefile
In each of these, replace all instances of "gcc" with "gcc43", and remove "-march=i686" from the COPTS section(if present).

----------------

Modify utils/Makefile:
Replace all occurances of "g++" with "g++43".

----------------

Modify common/TCPConnection.h as follows:
Code:
#else
        size_t addrlen;
#endif
becomes
Code:
#else
        socklen_t addrlen;
#endif
----------------

Modify common/crc32.cpp as follows:
Code:
//#if !defined(i386)
//#define i386  // If you are on a non-Intel based platform (Sparc/HP/NEC/etc), you will want$
//#endif
becomes
Code:
//#if !defined(i386)
//#define i386  // If you are on a non-Intel based platform (Sparc/HP/NEC/etc), you will want$
//#endif
#undef i386
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:50 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3