Encyclopedia > Libtool

  Article Content

Libtool

In the past, if a source code package developer wanted to take advantage of the power of shared libraries, he needed to write customs upport code for each platform on which his package ran. He also had to design a configuration interface so that the package installer could choose what sort of libraries were built.

GNU Libtool simplifies the developer's job by encapsulating both the platform-specific dependencies, and the user interface, in a single script. GNU Libtool is designed so that the complete functionality of each host type is available via a generic interface, but nasty quirks are hidden from the programmer.

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 `configure' script (or equivalent), and libtool does all the dirty work.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Wheatley Heights, New York

... with no husband present, and 15.9% are non-families. 13.0% of all households are made up of individuals and 5.2% have someone living alone who is 65 years of age or older. ...

 
 
 
This page was created in 61.4 ms