autoconf
Switching to dynamic linking
I\'m building some packages with autoconf and automake, and would like to make sure libraries are dynamically linked (i.e. no stat开发者_如何学Cic links).[详细]
2023-01-27 13:10 分类:问答Include a (header-only) library in an autotools project
I want to integrate a header-only C++ library in my Autotools project. Since the library uses Autoconf and Automake, I use AC_CONFIG_SUBDIRS in configure.ac and added the library dir to the SUBDIRS =[详细]
2023-01-27 11:14 分类:问答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 分类:问答How to specify multiple sourcefiles in automake at once
Is there any way around having to specify every sourcefile I create manually in my automake scripts? I\'ve tried several ways of specifying sourcefiles using find -name *.cc or the like. I\'ve also t[详细]
2023-01-21 23:16 分类:问答how to compile MPI and non-MPI version of the same program with automake?
I have a C++ code that can be compiled with MPI support depending on a certain preprocessor flag; missing the appropriate flag, the sources[详细]
2023-01-20 09:14 分类:问答Any difference between configure.ac and configure.in, and Makefile.am and Makefile.in?
I have seen b开发者_开发知识库oth in different things I have configured. What I the difference? Is it notable to use only one? Or does it not matter which one to use?configure.ac and configure.in are[详细]
2023-01-17 14:33 分类:问答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 分类:问答Autoconf for Visual C++
I want to build XZ Utils with MSVC++, but xz utils uses a Gnu Autoconf Script. Is there a way to import a whole autoconfed project into MSVC++, then build it? If not, is there a way to run the Gnu Aut[详细]
2023-01-16 22:50 分类:问答.emacs, automake and cmake
A long time ago,when I wrote my .emacs setup[1], I used a shell script to compile and join the whole thing. The thing is now very old and \"crusty\", so I am now rewriting it to replace things such as[详细]
2023-01-15 10:35 分类:问答