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...
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...
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...
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...
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...
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?
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...
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...
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...
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 (...
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...
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
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.go: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...
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 ...
Nike asked 15/4, 2014 at 8:26
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...
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...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.