• # Re: Développer des applications certifiées LSB

    Posté par . En réponse à la dépêche Développer des applications certifiées LSB. Évalué à 10.

    petit extrait :

    "In general, applications have the potential to become LSB compliant if they can limit themselves to using only these 14 system libraries: libc, libdl, libm, libutil, libcrypt, libz, libpthread, libncurses, libX11, libXext, LibXt, libICE, libSM, and libGL.

    If an application cannot limit itself to the interfaces of the libraries listed above, then -- to minimize runtime errors -- the application must either bundle the non-specified library as part of the application, or it must statically link the library to the application. However, the libraries themselves must be LSB compliant by using only the interfaces of the libraries listed above."

    en résumé, ça va être un beau bordel pour toutes les applications graphiques (entre autre) qui dépendent à chaque fois de zlib, libpng ... : il faudra livrer tous les .a à chaque fois, ou les compiler en statique. sans compter que dans le premier cas, elles devront être elle-même certifiées LSB.

    bande de boulets