[SDL] Compiling whoes - need a hint

Gunnar von Boehn gunnar at greyhound-data.com
Wed Jul 19 10:56:39 PDT 2006


Hi Peter,


>>This is more a general compile question.
>>I hope the knowledgeable folks here will be so kind to
>>give me a hint, helping me to compile a SDL application
>>staticly on Linux (powerpc).
> 
> 
> Why static?

Because I want to guarantee that the application
is able to work out of the box for the user.
Without the need to install many libs like:
libvorbis, libsdl, libtheora etc.
Makes sense doesn't it?


>>I tried to compile a SDL game statically
>>on stable (sarge) GNU Debian PowerPC Linux.
> 
> <snip>
> 
> If you want to do things like this, my first advice would be to remove 
> the debian packaged version, and build your own so you know *exactly* 
> how it is built.

Makes sense.
I assume after compiling SDL I can use ldd to see which libs it depends 
and use ldd again on those libs and so on and so forth.

After looking at all the libs I should find the one the provides
XNextRequest.


Cheers
Gunnar




More information about the SDL mailing list