Testing linux binaries

Moderator: Moderator

Message
Author
registeringislame
Halfling
Posts: 85
Joined: Sun May 23, 2010 5:25 am

Re: Testing linux binaries

#16 Post by registeringislame »

atan59 wrote:
registeringislame wrote:How did you do it?
1) download somewhere
2) tar xvjf t-engine4-linux32-1.0.0beta10-nomusic.tar.bz2
3) cd t-engine4-linux32-1.0.0beta10
4) ./t-engine

PS: the starting screens were absurdly slow for me, but that's probably because I don't have any proprietary graphics drivers installed right now.

NO.
How did he make portable linux binaries?!

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Testing linux binaries

#17 Post by darkgod »

No what ?

I did it using the $ORIGIN linker "trick" and compiling it on a very old dsitribution (aka debian ;> )
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Voland013
Posts: 1
Joined: Tue Jul 03, 2012 3:59 pm

Re: Testing linux binaries

#18 Post by Voland013 »

The binary I downloaded, contained in t-engine4-linux32-1.0.0beta41.tar.bz2 did not work for me. I'm running Debian Linux AMD64, with kernel 3.2.0-3-amd64, so 1) the libGL.so.1 was in /usr/lib/x86_64-linux-gnu instead of /usr/lib, and 2) after symlinking /usr/lib/libGL.so.1 to that, which is, itself, a symlink to /usr/lib/x86_64-linux-gnu/libGL.so.1.2, I got:
./t-engine: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64 .

So I get to work through the pleasure of compiling from the sources.

Post Reply