Quote:
Originally Posted by Case
Same here, Jailbreak survived nicely.
kterm is broken however, seems like libpng got updated to libpng16 whereas it's linked to libpng12. Would be awesome if someone with a working cross-compile toolchain could compile a new version.
|
You should not need a rebuild, not the way ELF format libraries are intended to be built and used.
You just need to add a symbolic link from the full name of libpng12 to the full name of the new libpng16 (in the same directory they are in).
I.E: The symbols in the libraries are versioned, and the "16" library **should** have all of the "12" library entry points.
- - - -
PS: Everybody that can find NiLuJe's "snapshots" thread (prefix: tools) has a cross-compile toolchain.