autoconf
clang fails autoconf AC_CHECK_HEADER checks with explicit CPPFLAGS search paths
In an established autotools-managed project which is almost always built with GCC, I decided to try using LLVM clang as a g++ substitute, but found that it falls over on a personally-written header ch[详细]
2023-04-12 06:04 分类:问答How to check for haskell package versions in ./configure?
how 开发者_如何学Pythoncan I tell configure to check for version >= x.y of a given Haskell package?[详细]
2023-04-10 05:45 分类:问答Hello World Library using autotools
Creating bin program is really easy using autotools I need to just define two files. `Makefile.am\' bin_PROGRAMS = hello[详细]
2023-04-08 19:28 分类:问答How to add include and lib paths to configure/make cycle?
I need a place to install libraries in a linux box I have no su access to. I\'m using ~/local[/bin,/lib,/include], but I don\'t know how can I tell ./configure to look for libraries there (par开发者_运[详细]
2023-04-08 19:22 分类:问答Autoconf check for program and fail if not found
I\'m creating a project and using GNU Autoconf tools to do the configuring and making. I\'ve set up all my library checking and header file checking but can\'t seem to figure out how to check if an ex[详细]
2023-04-06 11:15 分类:问答With autoconf/automake, how do I specify include file paths?
Let\'s say I want to have the generate makefile pass some specific header paths to g++. What do I need to 开发者_运维问答add to configure.ac or Makefile.am to specify this?[详细]
2023-04-05 15:00 分类:问答Passing variables verbatim from autoconf.ac to automake.am
How can I pass a string 开发者_Go百科verbatim from autoconf.ac to automake.am. Example, in autoconf.ac, I\'d like to give MYPATH = \"-I$MYENVPATH -I$SOMEOTHERPATH\" and subsequently, get MYPATH exac[详细]
2023-04-05 11:55 分类:问答How to solve configure checking
Nowdays I\'m just trying to build libsamperate from sourc开发者_StackOverflowe using MSYS on Windows, but i meet a configure checking problem I\'ve installed FFTW & libsndfile before, their includ[详细]
2023-04-03 21:07 分类:问答autotools temporary files
I\'m trying to debug an autotools problem for an open-source project, which is failing at the configure step.I\'d like to see the code/executable that configure is trying to run.[详细]
2023-03-31 05:18 分类:问答C++ declared constant named the same as a defined constant
Is there a standard or good way of avoiding declared constants being named the same as a defined constant.[详细]
2023-03-29 18:08 分类:问答