autoconf
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 分类:问答Tips on how to deploy C++ code to work every where
I\'m not talking about making portable code.This is more a question of distribution.I have a medium-sized project.It has several dependencies on common libraries (eg openssl, zlib, etc).It compiles fi[详细]
2022-12-24 03:28 分类:问答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 分类:问答Why autoconf isn't detecting boost properly?
I am using autoconf to detect boost libraries, with the support of the autoconf-archive macros and they work fine with system-wide boost libraries, but fail if I manually compile boost in my home dire[详细]
2022-12-22 12:54 分类:问答Autoconf ignores compiler flags
I\'m trying to build a C library with a non-native architecture. I\'m running OSX 10.6 (which is x86_64) but I need the library compiled for i386. Normally, you can just add the compiler flag: -arch i[详细]
2022-12-20 12:00 分类:问答How do I troubleshoot boost library/header inclusion via autoconf/automake?
I\'m new to autom4te, and I\'m trying to use autoconf/automake to build and link a C++ program on multiple architectures. Complicating the linking is the fact that the project requires boost (filesyst[详细]
2022-12-20 01:47 分类:问答Accessing autoconf defined symbols in python
I\'m working on a project that is written in both C++ and python. I have the following line in my configure.ac:[详细]
2022-12-19 01:57 分类:问答check automake/autoconf version in configure script
I\'m trying to edit a configure script that will execute this piece of code if it is above Automake version x.xx, and if it isn\'t, it executes a different piece of code.[详细]
2022-12-18 01:27 分类:问答Automake generating binaries to bin/ instead of in src/
I searched for the answer to this question but couldn\'t find any good. Maybe they\'re old and something has changed, so I ask again.[详细]
2022-12-17 23:10 分类:问答How would one setup autotools to build a project for separate architectures, concurrently, on multiple systems?
I\'ve got a C++ project which uses automake and autoconf. I\'m new to both of these. My home directory is network mounted -- the same on every server we have -- and I want to compile and run the proj[详细]
2022-12-17 05:04 分类:问答