autoconf
Automake: overwriting DEFAULT_INCLUDES
I would like the option to redefine the set开发者_如何学运维 of includes used by automake either at configure time or at compile time.I know the following works:[详细]
2023-02-25 15:42 分类:问答how do you make a .so library with autoconf, rather that a .la library?
I want to make a shared library with autoconf. However, I want the shared library to have a \".so\" extension and not to begin with \"lib\". Basically, I want to make a plug-in that will get loaded wi[详细]
2023-02-25 10:56 分类:问答autoconf: AC_PROG_CC checks for object and executable suffix, but how to get this?
I\'m a newbie to autoconf, and found out that a call of the macro AC_PROG_CC checks for the suffixes of executables and object files. Now I want to开发者_如何学运维 use the results of these checks and[详细]
2023-02-24 09:42 分类:问答autoconf check bfd library from binutils
on linux, autoconf 2.65, binutils 2.20.0. I need to do something like this: AC_CHECK_HEADER([bfd.h], [AC_DEFINE([HAVE_BFD_H])],[详细]
2023-02-21 01:55 分类:问答Check for precompiled headers with autotools?
How can I check if gcc precompiled headers are supported with autoconf? Is there a macro like AC_CHECK_GCH? The project I\'m working on has a lot of templates and includes, I have tried writing a .h w[详细]
2023-02-20 03:45 分类:问答why automake fails to generate Makefile.in
Trying to use automake/autoconf (versions 1.10 and 2.61, respectively).Everything is working OK, except automake is not generating Makefile.in.[详细]
2023-02-18 02:48 分类:问答How to include .m4 files in Autoconf?
I have downloaded a macro from Autoconf Archive, and I want 开发者_开发百科to use it. What do I have to put in my configure.ac file to make use this macro?You may want to add AC_CONFIG_MACRO_DIR to co[详细]
2023-02-16 13:26 分类:问答autoconf/automake: conditional compilation based on presence of library?
I need to conditionally compile some code based on the presence of a library.Seems like this should be easy with autoconf/automake but I can\'t figure it out.[详细]
2023-02-14 17:40 分类:问答Is there a standard way of checking for a named executable with autoconf
I have a project using autoconf. On my build server it fails to build because the makefile refers to makeinfo, which is not currently installed on the build server, but the error is not caught until c[详细]
2023-02-14 02:09 分类:问答How to use autotools to build Python interface at same time as library
I currently have a library written in C++, building with the GNU autotools, and I\'d like to add a Python interface to it.Using SWIG I have developed the interface, but I\'m having some trouble figuri[详细]
2023-02-12 18:05 分类:问答