(jpeg 23k)
(png 13k)
no gifs due to patent problems
GNU Libtool |
IntroductionGNU libtool is a generic library support script. Libtool 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. AvailabilityThe latest official stable release is available via ftp from your nearest GNU mirror. Download instructions and a list of ftp mirror sites are here. The latest official alpha release is available for testing from alpha.gnu.org or one of its mirrors. Daily snapshots of the repository are available via ftp from ffii.org. Anonymous CVSThe latest libtool development sources are available via anonymous CVS. Use the following commands to check them out (just hit return when you are prompted for the password): $ cvs -z3 -d :pserver:anoncvs@subversions.gnu.org:/home/cvs login Password: $ cvs -z3 -d :pserver:anoncvs@subversions.gnu.org:/home/cvs co libtool You can also fetch the development sources from the mirror site at ffii.org, which is updated from the master repository hourly. $ cvs -z3 -d :pserver:anoncvs@anoncvs.ffii.org:/var/cvs login Password: $ cvs -z3 -d :pserver:anoncvs@anoncvs.ffii.org:/var/cvs co libtool Once you have the tree checked out, you can keep it up to date
by using cvs update. There are three interesting branches
right now, which you can check out by using the -r <tag>
switch to cvs co or cvs update:
Make sure you have installed recent versions of GNU Autoconf and Automake, then run ./bootstrap in the newly-created libtool directory in order to regenerate the configure script and Makefile.in files. The CVS version of GNU libtool often depends on some yet to be released versions of GNU Autoconf and Automake; those can be obtained via CVS from Cygnus' Sourceware. You can now browse the cvs archive live from the subversions repository with cvsweb. ResourcesOnline DocumentationFor more information, read the libtool documentation. You can read about various features that we hope to include in future versions of libtool. Mailing ListsLibtool has four mailing lists hosted at gnu.org. Archives of these lists are stored at http://mail.gnu.org/pipermail/:
You can find browsable archives of the bug-libtool, libtool and libtool-commits lists at www.geograwler.com. ContributingIf you wish to contribute to libtool, please read the documentation on contributing. |
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org.
Copyright (C) 1998-2000 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
Last modified: Wed Jan 26 20:45:22 GMT 2000