Linux Standard Base Specification 1.0.0 | ||
---|---|---|
Prev | Appendix B. How To Create An LSB Compliant Application | Next |
Programmers who wish to produce binary applications that will run on any LSB-conforming implementation should follow this procedure:
Link your binary application with the LSB's stub libraries found in /usr/lsb/lib to determine at compile time if your application is using only LSB defined APIs.
Link your binary application with the LSB /lib/ld-lsb.so.1 dynamic linker/loader.
Verify your binary application with the LSB's /usr/bin/lsbappchk tool to determine at runtime if your application is using only LSB defined APIs.