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
Can't link with Xerces-c static library with g++

I downloaded and unpacked xerces-c-3.1.1-x86_64-linux-gcc-3.4.tar.gz, So I have $ ls -1 /users/jdyu/labs/xerces/xerces-c-3.1.1-x86_64…

c++ g++ xerces libtool xerces-c
Why is libtool is throwing "unsupported hardcode properties" errors and what do they mean?

I am cross-compiling gettext-0.18.2 for Windows but running into some problems. During the linking stages of one of the shared …

cross-compiling gettext libtool hardcode
How to use libtool to create a static library from a bunch of static libraries

I have around 80 static libraries. I would like to create one static library from that. This answer didn't work for …

c libtool