Top "Libtool" questions

GNU libtool is a generic library support script.

How can an autotools user specify a combination of static & dynamic linking?

I'm building a program with autoconf, automake, and libtool. My work requires that I statically link (most) libraries. This hasn't …

autotools static-linking dynamic-linking libtool
Autotools build fails due to subdir-objects option in AM_INIT_AUTOMAKE

I'm currently working on a C++ project which relies on recursive automake for building. I want to build a shared …

autotools autoconf automake libtool
How to build *.so module in Automake and a libtool-using project?

I have the same problem as others have: I have a *.la file generated by libtool in an Automake project (…

shared-libraries automake libtool
How to install and use libtool shared library (.lo files)?

So after I ran libtool and got out a libfoo.lo and foo.o file from my library source, how …

c++ autotools autoconf libtool
"Hidden symbol `atexit' is referenced by DSO" when using libtool with gcov

I have a C++ project that uses the GNU Autotools for its build scripts and libtool for linking. Recently I …

gcc ubuntu linker libtool gcov
Libtool think that a "library was moved" but it isn't the case

I am currently recompiling gtk+ and dependencies from source (I have no other choices). All my custom packages are installed …

gtk libtool freetype pango x86-64
how to create binary and .so using libtool

I have a set of cpp files that I want to compile directly into a binary and also to compile …

c++ gcc autoconf automake libtool
ltdl.h Not found error while building chaincode

I am trying to build a chaincode by using go build. when i run Go build command its reporting .\hyperledger\…

go blockchain libtool hyperledger-fabric libltdl
What does compiling WITH_PIC (-DWITH_PIC, --with-pic) actually do?

When compiling binaries from source, what are the real-world differences between generating PIC objects or not? At what point down …

gcc compilation cmake libtool
How do you use libtool to create .a files (static libraries) on Mac OS?

When it comes to using the terminal to build libraries manually and such I unfortunately do not have much experience …

objective-c macos compilation static-libraries libtool