• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling make error: incompatible with i386 output

JoeFlennigan

New Member
Joined
Oct 27, 2008
Messages
3
Reaction score
0
Hey Guys,

I'm an advanced linux-user but I've got a problem that i can not solve myself (google didn't help).

I did everything that is needed until make command (install needed packages, configure etc).

When I try to let "make" do its work i get these errors:

/usr/bin/ld: i386:x86-64 architecture of input file `allocator.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `exception.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `gui.o' is incompatible with i386 output
collect2: ld returned 1 exit status
make[1]: *** [theforgottenserver] Error 1
make[1]: Leaving directory `/home/TFS/compiled/compiled/0.3.6pl1'
make: *** [all] Error 2

Thanks for your help :)
 
Back
Top