This package browser is in early development. Mind the rough edges.

libtool

Generic shared library support tools

GNU Libtool helps in the creation and use of shared libraries, by presenting a single consistent, portable interface that hides the usual complexity of working with shared libraries across platforms.

Installation

Install the latest version of libtool as follows:

guix install libtool

Or install a particular version:

guix install libtool@2.4.7

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.