View Single Post
Old 08-12-2015, 08:42 AM   #2063
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Case View Post
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.
knc1 is offline   Reply With Quote