Re: Tuxracer on N900? Yes, as "Tuxrace"
Quote:
Originally Posted by TheBootroo
(Post 589381)
I KNOW what does optify means : it's for saving free space on rootfs ;...
and i though i saw a big reducing of it after installing tux race 0.2 bu maybe it's just me.... or maybe it have been optified after 0.2 ...
|
The problem isn't tuxrace, it's the shared libraries it depends on. Nokia have made no allowance for optifying shared libraries, so they all end up on the rootfs. Ideally, any third-party shared libraries should install to a standard location under /opt (e.g. /opt/lib) and that should be added to the ld.so.conf file so that the dynamic linker can find them. As it is, if libraries are installed to /opt (as enna does with its dependencies) the application has to be compiled with a run-time link path so it knows where to look. Unfortunately no other applications know where to look so these libraries can't easily be reused (which is the whole point of shared libraries).
|