| 
				 CPU you selected does not support x86-64 instruction set 
 I've searched for this, but nothing on this site turns up.  This error seems common in a number of other projects, but I bet someone here has ran into it.
 Yes, I'm trying to build on a 64-bit machine.  All of my machines have over 4G, and are running 64-bit OS's.  I'm sure EQEmu will appreciate some extra RAM.
 
 During the build, these errors come out on stderr:
 
 cc1plus: error: CPU you selected does not support x86-64 instruction set
 
 (That message came during a "make clean").
 
 When I do a regular make I get 97 of these messages before the build
 halts during the compile of common/timer.cpp
 
 I have downloaded the source tree from SVN today, so this is on the most recent code base.
 
 Does anyone have a recommendation?  I really want to build this from source, as I would like to make some local changes.
 |