Author Topic: link libraries statically or build a 64-bit version  (Read 6240 times)

kenyee

  • Posts: 7
  • Turrets: +0/-0
link libraries statically or build a 64-bit version
« on: April 13, 2006, 03:33:47 pm »
As mentioned here:
http://www.tremulous.net/phpBB2/viewtopic.php?t=490

I'm having problems running on a 64-bit Linux system because it's missing the libSDL library in 32-bit form (I have ia32-libs installed already)...

R1CH

  • Posts: 79
  • Turrets: +3/-1
    • http://www.r1ch.net/
link libraries statically or build a 64-bit version
« Reply #1 on: April 13, 2006, 08:43:43 pm »
I suggest you install or cross compile a 32 bit SDL library. Static linking on linux is a joke and a native AMD64 build of trem is reportedly much slower.