i get this message:
this is stock 1.7 version of FUSS
$ ../src/smaug
../src/smaug: ../src/smaug: cannot execute binary file
$ file ../src/smaug
../src/smaug: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
my stock 1.6 version of FUSS runs fine after compile.
$ file smaug.exe
smaug.exe: PE executable for MS Windows (console) Intel 80386 32-bit
why is the file information so dramatically different? Are those versions and 64bit/32bit information decided by makefile? How would I go about fixing this?
this is stock 1.7 version of FUSS
$ ../src/smaug
../src/smaug: ../src/smaug: cannot execute binary file
$ file ../src/smaug
../src/smaug: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
my stock 1.6 version of FUSS runs fine after compile.
$ file smaug.exe
smaug.exe: PE executable for MS Windows (console) Intel 80386 32-bit
why is the file information so dramatically different? Are those versions and 64bit/32bit information decided by makefile? How would I go about fixing this?