autotools
CFLAGS vs CPPFLAGS
I understand that CFLAGS (or CXXFLAGS for C++) are for the compiler, whereas CPPFLAGS is used by the preprocessor.[详细]
2022-12-28 17:38 分类:问答Autoconf -- including a static library (newbie)
I am trying to migrate my application from manual build to autoconf, which is working very nicely so far.But I have one static library that I can\'t figure out how to integrate.That library will NOT b[详细]
2022-12-28 16:10 分类:问答How to override environment variables when running configure?
In any major package for Linux, running ./configure --help will output at the end: Some influential environment variables:[详细]
2022-12-28 01:23 分类:问答Automake: How to add a building step?
Currently, I have a build chain, completly manage by automake, like: .vala > .c > .o > .exe I would like add a new step for preprocess a XML file .ui into a vala source:[详细]
2022-12-27 08:48 分类:问答How do you define the options you see in ./configure --help?
I\'m currently trying to set up a package to b开发者_运维知识库e installed with autotools. In most, if not all, major software packages, configure --help lists a large number of options like ./confi[详细]
2022-12-26 23:13 分类:问答Conflicting PACKAGE_NAME and other macros when using autotools
When using autotools (with a config.h file) for both a library, and a software built on that library, the compiler complains about a redefinition of some macros (PACKAGE_NAME, PACKAGE_TARNAME and so o[详细]
2022-12-26 03:10 分类:问答Where is documentation about EXTRA_SCRIPTS variable in autotools?
What is EXTRA_SCRIPTS variable for in Makefile.am? Wh开发者_JAVA百科ere is it documented?From the automake manual:[详细]
2022-12-25 22:10 分类:问答What are Makefile.am and Makefile.in?
These two files are mostly seen in open source projects. What are they for, an开发者_开发百科d how do they work?Makefile.am is a programmer-defined file and is used by automake to generate the Makefi[详细]
2022-12-24 04:21 分类:问答How do I get rid of LD_LIBRARY_PATH at run-time?
I am building a C++ application that uses Intel\'s IPP library. This library is installed by default in /opt and requires you to set LD_LIBRARY_PATH both for compiling and for running your software (i[详细]
2022-12-23 20:04 分类:问答Using autotools for a LAMP application
I have a LAMP (Linux/Apache/MySQL/Php) application that I should release soon. Even if I\'ve never used it, I\'m thinking about using autotools for it开发者_JS百科, to make the configuration and inst[详细]
2022-12-22 12:56 分类:问答