Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Libiberty
Software library for GNU programs

GNU libiberty is a software library with a collection of subroutines used by various GNU programs. The library is now a decommissioned GNU package.

It was originally intended to be a sort of standard cross-platform library, thus enabling it to be linked (using the usual Unix library form) by just passing "-liberty" to the compiler. The contents consisted of a variety of useful functions. However, the development of standards for C and POSIX took away some of the impetus for this, and libiberty came to be used primarily as a support library for the GNU toolchain. It still contains a minimal set of functions that are either GNU extensions or occasionally unimplemented parts of the standard.

Copies of libiberty are distributed with gcc, gdb, and the binutils. libiberty is not otherwise versioned or released separately.

One important piece of libiberty functionality is a demangler for C++ and D, included so that it is available to both binutils and GDB.

The name is a pun or word play on the word "liberty". On Unix-like operating systems, library files are always named "lib" + the name of the library. But when they are linked to with a C compiler command (cc, gcc, etc.), the command line flag specifying the library is -l followed by the part of the library name after "lib". In libiberty's case it therefore becomes -liberty.

We don't have any images related to Libiberty yet.
We don't have any YouTube videos related to Libiberty yet.
We don't have any PDF documents related to Libiberty yet.
We don't have any Books related to Libiberty yet.
We don't have any archived web articles related to Libiberty yet.

See also

  • Free and open-source software portal
  • Gnulib - the current GNU portability library

References

  1. "Using (GNU libiberty)". gcc.gnu.org. GNU. Retrieved September 3, 2022. https://gcc.gnu.org/onlinedocs/libiberty/Using.html

  2. "Decommissioned GNU packages". gcc.gnu.org. GNU. Retrieved September 3, 2022. https://www.gnu.org/software/software.html

  3. "GNU libiberty: Functions". gcc.gnu.org. GNU. Retrieved September 3, 2022. https://gcc.gnu.org/onlinedocs/libiberty/Functions.html