autotools
Autotools with Data Files
I want to distribute my source code and relevant data files using Autotools: ~/foo$ ls -R .: confconfigure.acdatMakefile.amsrc[详细]
2023-01-25 21:48 分类:问答Makefile.am - Manual target prerequisite + addprefix?
I have a autotool project where part of the source code is downloaded dynamically from the net (because of IP rights preventing direct redistribution) and then built.[详细]
2023-01-25 08:26 分类:问答Looking for a way to store versions in a binary compiled from git repo
I\'m looking for some tips to implement binary --version that would provide good information about the version it was compiled from.[详细]
2023-01-25 03:42 分类:问答Symbols from convenience library not getting exported in executable
I have a program, myprogram, which is linked with a static convenience library, call it libconvenience.a, which contains a function, func(). The function func() isn\'t called anywhere in myprogram; it[详细]
2023-01-24 18:56 分类:问答Share files with unit tests using autotools
I have a project using autoconf and automake with following structure: / src/ class.h class.cpp test/ class_unittest.cpp[详细]
2023-01-24 13:42 分类:问答Error with aclocal
I have an error while trying to run aclocal although i have the Autoconf v 2.67 installed configure.ac:6: error: Autoconf version 2.62 or higher is required[详细]
2023-01-22 19:26 分类:问答undefined reference when linking against libresolv
I have a project that is a library that links against libresolv, It works fine on recent distros: Ubuntu 10.xFedora 13, Mandriva[详细]
2023-01-21 03:41 分类:问答Autoconf not defining a variable properly
I am using GNU autotools for my 开发者_JAVA技巧project. The configure.ac script has the following snippet.[详细]
2023-01-17 11:22 分类:问答Exploding recursive make with libltdl
In my Makefile.am, I have SUBDIRS = libltdl . This is because I want to be able to use the version of libltdl included with my package (i.e. ./configure --with-included-ltdl). However, I occasional[详细]
2023-01-17 00:56 分类:问答Compiling on Windows and Mac with Autotool
I have a problem trying to use autotools for a simple contrived project, the task is simple, use Objective-C on Mac OSX, and C++ on Windows (mingw) - with some C glue in the middle.[详细]
2023-01-16 06:54 分类:问答