Top "Libtool" questions

GNU libtool is a generic library support script.

Automake Libtool 'No rule to make target'

I've been trying to build to GLTools library that accompanies The OpenGL SuperBible into a libtool library with automake. I've …

c++ c autoconf automake libtool
Missing line numbers from debug symbols for library in whole program, but not on its own

I'm seeing an odd issue when trying to use gdb to debug a test program for a package built with …

gdb debug-symbols libtool dwarf
possibly undefined macro: AC_PROG_LIBTOOL

I want to build protobuf,so I just clone the package and cd in the directory. When I type ./autogen.…

linux autotools libtool
What is `relinking` warning?

While compiling mpich, I got a few relinking warnings... libtool: warning: relinking 'lib/libmpicxx.la' I have not been able …

build compilation linker libtool
Libtool claims it does not support shared libraries during cross compilation

I'm attempting to build the expat (2.0.0) XML parsing library for an ARM embedded machine running busybox 1.13, and during the ./configure, …

arm cross-compiling libtool expat-parser