python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
3rd party library complains about types when building on alpine
I'm trying to build a static version of libnfnetlink on an alpine build container. It uses the usual autogen->configure->make->make install route but for some reason it complains at the make ...
incubus
Votes: 0
Answers: 1
Libtool Version mismatch error while building gcc
I am trying to add some files to GCC source code, but after running
autoreconf --install --force
i get that error
libtool: definition of this LT_INIT comes from libtool 2.2.7a.
libtool: You should rec...
Mohamed Atef
Votes: 0
Answers: 1
How to get libtool to statically link dependencies of a shared library
I'm preparing some patches for libFLAC, a lossless audio codec library. In the past, libFLAC has always been provided to windows users as a single DLL, with its dependency (libogg) embedded. This was ...
ktmf
Votes: 0
Answers: 2
When using LIBADD in automake, libtool links incorrectly
I'm using automake to build my project. I have some third-party (open source) libraries as git submodules in my project that I want to individually build and link. Here's an edited (names changed) ver...
apachejuice
Votes: 0
Answers: 1