autotools
configure.in or configure.ac?
It seems that some autoconf projects use a configure.in file to generate a configure script, and so开发者_如何学Cme use configure.ac.[详细]
2023-02-07 16:15 分类:问答Problem with automake and linking
So, after spending a couple of hours of manually configuring autotools, I finally managed to create a makefile for my project. Only problem? It gives me problems with the linker.[详细]
2023-02-06 15:35 分类:问答Inconsistent results from AC_CHECK_FUNCS
I am hav开发者_JS百科ing a problem with a configure script verifying the presence of some basic functions,[详细]
2023-02-05 13:41 分类:问答ZeroMQ for arm_v5t_le using Montavista Pro 5.0 Toolchain
Unfortunately I\'m not a linux expert. I tried 0MQ (ZeroMQ) communcation library on my host computer and want to use it for an embedded device. The CPU is an TI DM64x (arm_v5t_le architecture), we use[详细]
2023-02-05 06:44 分类:问答Autotools copy data files to staging area
So I\'ve been working with Autotools trying to learn the toolchain so I can use it in some of my cross-platform projects. I\'ve got a pretty good handle on the very basics, but I\'ve run into an issue[详细]
2023-02-02 10:30 分类:问答How to affect order of targets, add additional steps etc. for Makefile.am?
Can I manage Makefile.am as I got used to manage Makefile? Usually I create targets which calls each other in order to make t开发者_如何学JAVAhe project built.[详细]
2023-01-31 12:55 分类:问答How to switch between shared library output and executable output in libtool/autotools projects?
I have some autotools-managed project. Apart from source code files it has autogen.sh, configure.ac, Makefile.am, src/Makefile.am.[详细]
2023-01-29 19:13 分类:问答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 分类:问答Creating debug build of autotools' build source
Given: source tar.gz AFAIK,开发者_JAVA百科 configure does support debug build (configure --help doesn\'t show --enable-debug)[详细]
2023-01-27 03:02 分类:问答Linker flags in wrong place
I\'m tryi开发者_如何学Pythonng to use Autotools to build my C program that needs to be linked against certain libraries. It only contains one C source file.[详细]
2023-01-26 00:51 分类:问答