libtool Questions

2

Solved

How to tell Automake to build a dynamic module which is not to be installed? pkglib_LTLIBRARIES = mywrapper.la mywrapper_la_LDFLAGS = -no-undefined -module -avoid-version causes mywrapper.so to ...
Flexuous asked 26/11, 2011 at 9:27

2

Solved

I have a project involving shared libraries ie: mylib.so (test) program using these shared libraries ie: test_mylib When I try to run gdb on test_mylib, it prints: "test_mylib": not in executa...
Diplodocus asked 27/8, 2012 at 19:52

1

I am working with an open-source application that uses libtool in its build process. I would like to statically link the local components of the application with the following intended benefits: ...
Genesa asked 12/5, 2016 at 15:53

1

Solved

While using autoreconf & automake & libtool to build and install my application, I always get warning "libtool: warning: xxx.la has not been installed in /user/local/lib" and "libtool: warn...
Guff asked 23/9, 2015 at 14:31

1

Solved

I am trying to compile the C bindings for Zookeeper, but I am unable to do so. When I run make, I receive the following error: /usr/bin/ld:.libs/libzookeeper_st.ver:2: ignoring invalid character `...
Ernaldus asked 21/2, 2016 at 0:48

2

How to build and install a .so module with autotools/libtool without .la and .a libraries being also installed into --prefix path? Currently i am using following Makefile.am: lib_LTLIBRARIES = l...
Jodijodie asked 18/8, 2011 at 8:29

1

While compiling mpich, I got a few relinking warnings... libtool: warning: relinking 'lib/libmpicxx.la' I have not been able to find out what these mean by googling the error message. What is re...
Darfur asked 15/4, 2015 at 19:51

1

Solved

I need to relink a file with the install_name_tool. The file in question let me change one of the dylib paths, but when I change the second (of 7), I get this error: install_name_tool: changing in...
Dingus asked 4/2, 2015 at 15:14

1

Solved

I've been getting a lot of warnings of this form (line-break added for readability): libtool: link: warning: `/usr/local/gcc-5.2.0/lib/gcc/x86_64-unknown-linux-gnu/ 5.2.0/../../../../lib64/libstd...
Westland asked 26/11, 2015 at 14:8

1

I have written a gstreamer plugin using the boilerplate template refrenced in the gstreamer plugin writers guide (http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapter-building-...
Erland asked 28/9, 2015 at 14:47

1

I use the following autotool steps to install my pacakges: ./configure make make install prefix=/my/path However I got the following libtool warning "libtool: warning: remember to run 'libtool -...
Jotter asked 24/9, 2015 at 16:36

1

Solved

I am installing the apache steps are as followecho deb http ://ports.ubuntu.com/ubuntu-ports vivid restricted main multiverse universe >> /etc/apt/sources.list apt-get install -y git \ openssl \ s...
Retriever asked 23/9, 2015 at 11:48

2

Solved

I have a problem building a shared library with GCC/Linux. Currently this shared library is created with GCC/libtool option "-shared" and everything is fine. Now there are two additional, static l...
Ignoble asked 15/2, 2013 at 7:22

2

Solved

I need to perform some test coverage with gcov on a shared library I am working on. The problem is libtool renames the object files from my-name.c to libmylib_la-my-name.lo and gcov is unable to h...
Karolekarolina asked 17/1, 2015 at 20:50

2

Solved

After getting used and comfortable to GNU autoconf and GNU automake. I decided to start learning about libtool. But still I cannot see clearly the benefit of using it in the real world. As I read...
Botulism asked 13/4, 2015 at 16:31

1

Solved

I am building flex-2.5.39 which I configured using: ./configure --enable-static LDFLAGS=-static CC=/x86_64-linux-musl/bin/x86_64-linux-musl-gcc But at the very end, libtool is not linking static...
Yearly asked 14/3, 2015 at 21:13

1

I'm trying to compile this lib: https://github.com/BelledonneCommunications/linphone-iphone During generation I get this: /linphone-iphone/submodules/build/..//externals/speex/libspeex/cb_search...
Becalmed asked 1/3, 2015 at 1:6

1

Solved

Ive installed imagemagick on Yosemite, but during the installation I got this error... Linking /usr/local/Cellar/libtool/2.4.2... Error: Could not symlink share/info/libtool.info /usr/local/share...
Coulee asked 24/11, 2014 at 20:58

2

Solved

I have a C++ project that uses the GNU Autotools for its build scripts and libtool for linking. Recently I have added code coverage instrumentation with gcov, by ensuring that GCOV_CFLAGS="-fprofi...
Cornwall asked 28/7, 2012 at 18:45

3

Solved

I have around 80 static libraries. I would like to create one static library from that. This answer didn't work for me since I get the following error: libtool: unrecognized option `-static' I ...
Camouflage asked 25/7, 2014 at 11:28

1

Solved

Can somebody tell me what libtool's .lai file is for? See also What are libtool's .la file for?
Margeret asked 16/4, 2014 at 12:10

3

Solved

I wanted to install apache 2.4 on my OS X Mavericks and having problem with ./configure and make.
Divorcee asked 8/2, 2014 at 11:17

1

Solved

I have an difficult relationship with the GNU autotools, especially libtool. But because they kick ass when it comes to portability and cross compilation I started using them again. Unfortunately...
Driedup asked 22/11, 2013 at 11:9

2

Solved

I'm trying to setup an automake project that uses a mix of libtool libraries and exectuables, and I'm having a hard time grokking the automake documentation, esp. as relates to telling the compiler...
Goldeneye asked 15/5, 2014 at 18:26

0

The following library is created with autotools: Makefile.am: lib_LTLIBRARIES = libandi.la libandi_la_SOURCES = $(SMILE_SOURCES) libandi_la_CPPFLAGS = $(SMILE_CPPFLAGS) libandi_la_LIBADD = $(SMIL...
Hankow asked 15/4, 2014 at 16:40

© 2022 - 2024 — McMap. All rights reserved.