python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pattern syntax %.3: man/libfoo.man in Automake with different base name
I wrote a library libfoo providing functions bar and baz.
I want the user to be able to find the same man-page (from mans/libfoo.man) when they call man libfoo, man bar and man baz (Similar to man fpr...
Joel
Votes: 0
Answers: 1
How to unconditionally recompile with automake's Makefiles
I have a project using autoconf/automake. Sometimes I want to remake part of it even though make (correctly) believes all dependencies are up-to-date. For other projects I can use make -W some-file.c...
Peter Hull
Votes: 0
Answers: 0
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