Jump to content

stragy

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Seattle, WA

Recent Profile Visitors

491 profile views

stragy's Achievements

Poring

Poring (1/15)

0

Reputation

  1. When I try to compile on Linux Debian I get this error: root@ks3001151:/linxuathena# make sql make[1]: Entering directory `/linxuathena/3rdparty/mt19937ar' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/linxuathena/3rdparty/mt19937ar' make[1]: Entering directory `/linxuathena/3rdparty/libconfig' CC libconfig.c libconfig.c:1:0: error: CPU you selected does not support x86-64 instruction set make[1]: *** [libconfig.o] Error 1 make[1]: Leaving directory `/linxuathena/3rdparty/libconfig' make: *** [libconfig] Error 2 Am I screwed on compiling and running rAthena on my machine? CPU: Atom 230/D425 I am running 64bit processor too: root@ks3001151:/linxuathena# grep -c processor /proc/cpuinfo 4 root@ks3001151:/linxuathena# uname -m x86_64 root@ks3001151:/linxuathena# getconf LONG_BIT 64 EDIT: Figured it out, needed to set the config first with ./configure --enable-packetver=YYYYMMDD I thought it had a default preset. Honestly they should change the error message, "CPU you selected does not support x86-64 instruction set" is misleading and wrong.
×
×
  • Create New...