libtool Questions

7

I want to build protobuf, so I just cloned the package and cd in the directory. When I type ./autogen.sh, some error happened. I receive callback: configure.ac:104: error: possibly undefined macro...
Burnt asked 5/12, 2018 at 15:56

1

My .la file has full pathnames in both the dependency_libs= section and the libdir= section which makes it difficult to copy my libraries to a different machine (same arch but different path struct...
Disseise asked 20/3, 2014 at 21:33

11

Solved

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 Debian-2.2.6a-4, but the libtool: definition of t...
Interjoin asked 22/6, 2010 at 20:42

3

I'm trying to install glib in a non-standard prefix but I get the following when running make install: /bin/sh ../libtool --mode=install /usr/bin/install -c libgthread-2.0.la '/root/build/lib' lib...
Shockey asked 23/4, 2012 at 11:40

1

I am trying to cross-compile linphone for ARM. I configure it using ./configure --host=arm-linux-gnueabi --with-gnu-ld --disable-static --disable-glib --with-osip=/home/user/linphone_wheezy --with...
Stallard asked 21/5, 2015 at 9:26

1

In integrating a library into my cmake project, I've been copy-pasting "dependency_libs" from the library's .la file into a variable and then using "target_link_library". I need to get this "depen...
Lasko asked 30/9, 2018 at 1:32

2

Solved

I've installed mingw and msys by using mingw-get-setup.exe. I've also installed Autotools(autoconf, automake,m4,libtool) into C:\/opt/autotools. When I run automake, the following error always oc...
Launalaunce asked 24/3, 2014 at 7:17

3

Solved

When I'm trying to build Apache Thrift source in cygwin, I'm getting error saying "Couldn't find libtoolize!". How can I install libtoolize in cygwin?
Consign asked 28/6, 2014 at 11:16

2

Solved

I'm trying to build google-glog on Mac OS X 10.8, using following options: ./configure CXX='clang++' CXXFLAGS='-std=c++11 -stdlib=libc++' Despite that the library gets linked with libstdc++. Why...
Palpate asked 27/4, 2013 at 4:30

2

I am trying to build a project and it throws me an error : autoreconf: running: /usr/bin/autoconf --force configure.ac:19: error: possibly undefined macro: AC_SUBST If this token and others are ...
Concentre asked 16/12, 2016 at 10:21

2

Solved

I'm building a program with autoconf, automake, and libtool. My work requires that I statically link (most) libraries. This hasn't been a problem in the past because I could statically link everyth...
Willywillynilly asked 21/12, 2012 at 21:26

4

Solved

i'm trying to build libxml2 from source on my mac. so i have autoconf, libtool, and automake installed using macports autoconf and automake seem to be working fine as expected. i try running autoge...
Hetrick asked 16/3, 2013 at 11:17

3

Solved

I have the same problem as others have: I have a *.la file generated by libtool in an Automake project (e.g. module.la), but I need the *.so of it to use it for dlopen() (eg. module.so). But: p...
Nolte asked 19/12, 2012 at 9:12

2

Solved

I got an error while trying to compile a library in centOS 7, and i tried reinstall libtool but it does not help. Below is the error + autoreconf --install configure.ac:32: warning: macro 'AM_PROG...
Manizales asked 19/3, 2015 at 2:31

2

Solved

I am trying to get libtool working on my MacOS 10.8.3 machine. Because everything Apple ships is out of date, I'm using macports. I have up-to-date versions: libtool (GNU libtool) 2.4.2 automake (...
Repulsive asked 20/5, 2013 at 20:39

2

I've installed and updated tmux and emacs via conda in my default environment, and have these versions in conda list: # packages in environment at /home/maxghenis/miniconda3: # # Name Version Buil...
Janellajanelle asked 18/7, 2018 at 18:25

3

I use autoconf/automake/libtool to build a shared library. I want to pass major number of library version to shared library soname. I have the following declaration in configure.ac: AC_INIT([liba...
Talebearer asked 3/12, 2013 at 11:28

4

Solved

Being perfectly satisfied with old-style Makefiles, I am looking for a simple alternative to libtool. I do not want to switch to automake, and I keep running into problems with libtool when I try t...
Expectorate asked 4/3, 2010 at 13:34

7

Solved

I'm trying to install PCRE on my Ubuntu 11.10 Server. When I run the "make" command, I get a really long output which always ends in this error: libtool: link: ( cd ".libs" && rm -f "libpc...
Gough asked 23/10, 2011 at 13:36

5

I am trying to build a chaincode by using go build. when i run Go build command its reporting .\hyperledger\fabric\vendor\github.com\miekg\pkcs11\pkcs11.g‌​o:29:18: fatal error:ltdl.h: No such f...
Concerto asked 26/4, 2017 at 6:11

1

Solved

I'm trying to track down a failure to link with a mapfile on Solaris. The missing mapfile causes the following error when I try to run our self tests: $ ./cryptestcwd v ld.so.1: cryptestcwd: fatal...
Spent asked 8/11, 2017 at 23:44

1

Solved

I'm trying to cross-compile gst-ti-plugin for arm device but when I do make install libtool returns me error: ../libtool: line 1085: arm-none-linux-gnueabi-ranlib: command not found The problem ...

5

Solved

I have a large c++ project built with libtool. the problem is that eclipse will not run a libtool generated script, and I get a "Program is not a recognized executable." error message. how can I us...
Waldenses asked 16/11, 2011 at 13:22

4

I'm creating a library libgdata that has some tests and non-installed programs. I am running into the problem that once I've installed the library once, the programs seem to be linking to the insta...
Lula asked 22/7, 2009 at 20:53

3

Solved

I am using libtool 2.2.6b on ubuntu lucid, and libtool 2.4.2 on ubuntu precise. On lucid my project will link properly. On precise it fails to link. Here's example code that demonstrates my problem...
Inhalator asked 3/8, 2012 at 20:19

© 2022 - 2024 — McMap. All rights reserved.