How does libtool work?
Libtool helps manage the creation of static and dynamic libraries on various Unix-like operating systems. Libtool accomplishes this by abstracting the library-creation process, hiding differences between various systems (e.g. Linux systems vs. Solaris).
What is libtool used for?
GNU Libtool is a generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface. To use Libtool, add the new generic library building commands to your Makefile, Makefile.in, or Makefile.am. See the documentation for details.
What is libtool LTDL devel?
libtool-ltdl-devel – Tools needed for development using the GNU Libtool Dynamic Module Loader. Property. Value. Operating system.
What is libtool LTDL?
Category. System Environment/Libraries. The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a library that provides a consistent, portable interface which simplifies the process of using dynamic modules.
What can I do with Libtool as a library?
The problems that need to be addressed. How other people have solved these issues. Learning from past difficulties. Compiling object files for libraries. Creating libraries from object files. Linking object files against libtool libraries. Running GDB on libtool-generated programs. Making libraries available to users.
What are the benefits of using GNU Libtool?
GNU Libtool’s consistent interface is reassuring… users don’t need to read obscure documentation in order to have their favorite source package build shared libraries. They just run your package configurescript (or equivalent), and libtool does all the dirty work. There are several examples throughout this document.
Which is an example of Libtool on Ultrix?
The examples in this chapter introduce the main features of libtool by comparing the standard library building procedure to libtool’s operation on two different platforms: `a23′ An Ultrix 4.2 platform with only static libraries. `burger’ A NetBSD/i386 1.2 platform with shared libraries.
What kind of versioning system does libtool use?
Libtool’s versioning system. Changing version information before releases. Breaking binary compatibility for aesthetics. How to write portable include files. Creating dlopenable objects and libraries. Dlopening that works on static platforms. Using dlopenable modules in libraries. Choosing the right file to dlopen .