Hi, On Thursday 19 October 2006 00:35, Georg Vollnhals wrote: > Frederic Bouvier schrieb: <snip> > > Thank you for the explanation. What I learned is that it is not only the > 32/64bit Problem (what could be solved without big problems) but that > "Linux-A" is not equal to "Linux-B" and that it seems not possible to > compile *one* executive program which runs without problems under all > Linux versions.
This is not completely true : if you compile only "statically linked" binaries (this means they do not depend on any libraries but have all required librarycode linked in) it will work fine on all Linux versions. Only drawback is that the code will be a lot larger. This is what they do with many commercial software packages for linux. And even with dynamic libraries you can get pretty far as long as you statically link the more exotic ones. Examples are e.g. firefox and thunderbird. Bye, Kees Lemmens. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
