Fedora 10 Compiles - What It Took
Okay, finally I got bored and decided to come back to the eqemu community to fool around with my server again (icelance). When I had my server stable and running last-time it was running on Debian. I attempted last time to run on Fedora 10 but got choked up when it came to all the compile Errors... This time I have successfully been able to compile with Fedora 10 and I will list here the steps I took.
---------------------------- #1 - Uninstall GCC - Yum remove GCC____ #2 - Be Sure To Visit The Wiki And Install All of The Compile Tools They Have Listed - If you Cannot Find One, Look It Up AS AN .RPM And Get It Installed! (rpmfind.net works well) - If you cannot find them, check to see if you do not already have them installed... Fedora 10 comes with 2-3, Or at least my release did #3 - Find a GCC-4.1.2 download and install it #4 - Find a G++ .rpm installer and Install It! For Fedora .rpm packages Gcc412 will not include G++ ***(I was able to yum install gcc-c++)*** #5 MAKE SURE you have installed all of the PerlExt ***(I was able to do this with yum install perl-ExtUtils-Embed)*** --------------------------------- "This isn't the most thorough guide - but it should get you on your feet and moving in the right direction... Don't give up... after my 2nd shot at this I realized that it is not really all that hard to get working :)." --These Links Are Also Usefull-- http://eqemulator.net/forums/showthread.php?t=28434 - If you Decide To Stick With GCC4.3.2 |
Have you tried 11? I've been running on FC8 for a couple of years and was considering going to 11.
|
I had no problems compiling under Fedora 10 using the gcc 4.3.2-7 Fedora package set. If you are using 64bit, you do have to remove or change the -march=i686 compile flag in the makefiles.
What version of gcc were you using to begin with that gave you all the compile errors? Are you running a 32bit or 64bit system? |
im running a 32 bit system; both before and after
|
Another thing that I did to get it to compile correctly was this:
yum groupinstall "Development Tools" |
Quote:
You never did tell me which version of gcc you were using when you got the compile errors. Also, now I'm curious what kind of errors you were getting. Do you have any examples? Thanks. |
Also, could you run:
Code:
gcc --version Code:
g++ --version |
I managed to blow up my fedora install :(... wont go into great detail how but ill tell you it wasnt very hard lol. Sorry about that
|
No problem. If you try again, try just the 'yum groupinstall Development' and then try to compile the server. See if that works for you or not.
|
All times are GMT -4. The time now is 09:07 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.