Ok, so who compiled the linux binary "pqlinux" on quakeone.com/proquake ?
I was able to successfully add R00k's code, but of course I'm on a 32bit machine and dm.quaketx.com si 64bit. The precompiled binary runs fine, but my compiled binary only runs on my 32bit machine.
With that said, I'm no expert on cross-compiling 32bit to run on 64bit machines. I did, however, do this from the 64 bit server:
CC="gcc -m32" make unixded
Which resulted with a binary (no errors during compile) - however, this gives me a segmentation fault when I try to run it (./unixded)
Any tips?
I was able to successfully add R00k's code, but of course I'm on a 32bit machine and dm.quaketx.com si 64bit. The precompiled binary runs fine, but my compiled binary only runs on my 32bit machine.
With that said, I'm no expert on cross-compiling 32bit to run on 64bit machines. I did, however, do this from the 64 bit server:
CC="gcc -m32" make unixded
Which resulted with a binary (no errors during compile) - however, this gives me a segmentation fault when I try to run it (./unixded)
Any tips?
Comment