Top "Libtool" questions

GNU libtool is a generic library support script.

What are libtool's .la file for?

What are libtool's .la files for? How are they used with a shared object?

linux libraries libtool
libtool version mismatch error

When building my application with kdevelop 3.5 on Ubuntu 10.04, I get the following errors: libtool: Version mismatch error. This is libtool 2.2.6 …

autotools libtool
installed libtool but libtoolize not found

im trying to build libxml2 from source on my mac. so i have autoconf libtool and automake installed using mac …

macos libxml2 autotools autoconf libtool
Error installing PCRE

I'm trying to install PCRE on my Ubuntu 11.10 Server. When I run the "make" command, I get a really long …

linux gcc ubuntu pcre libtool
Link a static library to a shared one during build?

I have a problem building a shared library with GCC/Linux. Currently this shared library is created with GCC/libtool …

linux gcc shared-libraries static-libraries libtool
Installing apache 2.4 on OS X Mavericks 10.9

I wanted to install apache 2.4 on my OS X Mavericks and having problem with ./configure and make.

apache homebrew osx-mavericks libtool apache2.4
Automake error './ltmain.sh' not found

I've installed mingw and msys by using mingw-get-setup.exe. I've also installed Autotools(autoconf, automake,m4,libtool) into C:\/opt/…

c autotools automake mingw32 libtool
What is the difference between LDADD and LIBADD?

I'm trying to setup an automake project that uses a mix of libtool libraries and exectuables, and I'm having a …

c++ automake libtool
"AM_PROG_LIBTOOL" not found in library

I got an error while trying to compile a library in centOS 7, and i tried reinstall libtool but it does …

autoconf automake libtool
Installing glib in non-standard prefix fails

I'm trying to install glib in a non-standard prefix but I get the following when running make install: /bin/sh ../…

makefile installation glib libtool