View Single Post
Old 03-15-2011, 04:20 PM   #72
Hellmark
Wizard
Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.Hellmark ought to be getting tired of karma fortunes by now.
 
Hellmark's Avatar
 
Posts: 2,592
Karma: 4290425
Join Date: Jun 2009
Location: Foristell, Missouri, USA
Device: Nokia N800, PRS-505, Nook STR Glowlight, Kindle 3, Kobo Libra 2
It really wouldn't take much for them to make a version of Kindle 4 PC for Linux. Heck, Wine allows for compiling windows apps with linux support, so it would appear to be a linux native app.

As far as requiring different versions for different distros, not necessarily true. It is very possible to make apps for linux that will work the same across multiple distros. The biggest thing to allow for that is to statically link the libraries. Usually where issues come in, is where the app is dynamically linked, and is expecting a certain version of a library at a specific location, and it isnt there or is a different version. If you statically link, the libraries needed are compiled into the same file, with the end result is an app that will run the same on different machines, but be a bit bigger.

Last edited by Hellmark; 03-15-2011 at 04:24 PM.
Hellmark is offline   Reply With Quote