autotools
Library fails to build if "autoreconf -i" is run before ./configure
I\'m working with a tool that is supposed to simplify the build process of Unix-based apps. One of the things it does automatically is run \"autoreconf -i\" before doing \"./configure\". However, when[详细]
2023-04-12 00:42 分类:问答Autotools include path
I have a directory structure like Makefile.am Configure.ac src/ hello.c Makefile.am include/ hello.h How to specify the include path in Makefile.am of src so that it includes header files from in[详细]
2023-04-08 22:08 分类:问答Hello World Library using autotools
Creating bin program is really easy using autotools I need to just define two files. `Makefile.am\' bin_PROGRAMS = hello[详细]
2023-04-08 19:28 分类:问答Android NDK doesn't include ltdl
I\'m trying to build a linux library for Android, but it seems that libtool for the android gcc toolchain doesn\'t include ltdl, the dynamic loader.Is there a system-related reason for this, or is it[详细]
2023-04-05 16:04 分类:问答How to re-use autotools Makefile.am files
I am using autotools to help me with Makefiles. What I am trying to do: I am trying to make one Makefile.am to control开发者_如何学Python 1-n projects. i.e A root dir containing the autotools stuff[详细]
2023-04-04 11:30 分类:问答Building libFLAC on OSX with i386 arch not x86_64
I\'m trying to build libFLAC to use in a project of mine, however when it comes to linking, GCC ignores the library because it says it was not built for the current architecture (i386). When I compile[详细]
2023-04-03 04:26 分类:问答Is the --target option of the autotool "configure" used for something else than building (cross)compiler?
I\'ve made some cross-compiling in the past and I’ve always wondered what the --target option is used for ?[详细]
2023-04-02 00:17 分类:问答autotools temporary files
I\'m trying to debug an autotools problem for an open-source project, which is failing at the configure step.I\'d like to see the code/executable that configure is trying to run.[详细]
2023-03-31 05:18 分类:问答What should appear in Makefile.am and the source to link a library to a program with Autotools?
What should appear in Makefile.am, configure.ac and the source to link a library to a program with Autotools?[详细]
2023-03-30 05:25 分类:问答Building .so module with autotools/libtool without .la and .a variants being installed
How to build and install a .so module with autotools/libtool without .la and .a libraries being also installed into --prefix path?[详细]
2023-03-29 12:27 分类:问答