Questions tagged [libtool]
6 questions
8
votes
1 answer
libtool error cd: ../..: Not a directory
Getting this very bizarre error from libtool when trying to install a package I built. It happens when running in a subdirectory (src/api) of the source tree:
make[5]: Leaving directory '/users/galac/embray/src/slurm/src/api'
/bin/mkdir -p…
Iguananaut
- 389
- 1
- 7
2
votes
0 answers
libtool (arm): error: only absolute run-paths are allowed
I am cross-compiling SSSD for ARM architecture.
When I run make, I obtain the following error:
arm-xilinx-linux-gnueabi-libtool: error: only absolute run-paths are allowed
I configure it as follows:
./configure --host=arm-xilinx-linux-gnueabi …
user15061000
- 43
- 4
2
votes
1 answer
How do I make libtool honour installation prefix?
I'm trying to build and install the PDF viewer Atril from source in the directory $HOME/.local on a computer running Debian 10. I have issued the commands
cd "$HOME/.local/src"
apt source atril
cd atril-1.20.3
./autogen.sh
./configure…
August Karlstrom
- 1,736
- 2
- 27
- 39
2
votes
2 answers
How are shared libraries really versioned on Linux?
I am getting so much conflicting information about this, both on SE and other tutorials. Most people seem to think the so version is a semantic version. Then others correct them saying it must conform to libtools conventions, and go on to implicitly…
pavon
- 239
- 1
- 10
1
vote
1 answer
What is architecture specific about libtool?
Fedora packages libtool as 64-bits:
# rpm -qi libtool |grep ^Arch
Architecture: x86_64
However, a superficial look at the package contents doesn’t show any obvious
arch specific binaries:
# rpm -ql libtool |xargs file
/usr/bin/libtool: …
phg
- 1,752
- 1
- 16
- 30
0
votes
1 answer
Libtool searches wrong directory while path specified
I need help with installing a software.
In general: I try to install PostGIS on a cluster (CentOS) and do not have admin rights. There is a sqlite3 installation (connected to the error), but this seems corrupt. My own one usually works and has (also…
jan
- 1
- 1