autotools
From configure scripts to Makefiles?
I\'d like to build my own GNU/Linux system from scratch using cross-compilation (just like the CLFS proje开发者_如何学运维ct). Most of the packages I would use are distributed with a configure script,[详细]
2023-01-06 06:07 分类:问答Using Autotools for a new shared library
What I want to do is to create a new shared library called libxxx that links against another shared library called libzzz, this shared library has an independent \"pkg-config\"-like tool, let\'s say i[详细]
2023-01-05 09:55 分类:问答Explicit Intermediate Object Files in GNU AutoMake
I have a C application I\'m converting from a set of hand coded Makefiles to GNU AutoMake. It has a subdirectory that contains an interface header and several platform-dependent implementations. Curre[详细]
2023-01-05 06:30 分类:问答Path managment in Linux programs
I have a newbie Linux programming question. Suppose I have a project that uses Autotools for compiling and deployment, and I have data files that are to be installed in a location like /var/something[详细]
2023-01-03 07:27 分类:问答How can I escape paths with spaces inside AC_CONFIG_SRCDIR
I need to include some paths in AC_CONFIG_SRCDIR which contain spaces. How should I escape them? For example, if I have \"some开发者_JAVA百科 file.in\", how should I declare it in:[详细]
2023-01-01 16:08 分类:问答Autotools: how to cleanup files created by "./configure" in lighttpd project?
I\'m trying out lighttpd for an embedded Linux project. I got the latest source package and started writing a master Makefile encapsulating all configure, compile, install (for testing) etc stuff.[详细]
2023-01-01 06:36 分类:问答How can I compile an autotools project with statically linked dependancies?
There\'s an open source library I want to use. As I want to spread my software as binary package, I do not want the library to have dependancies on other libraries, so I need to link the dependancies[详细]
2023-01-01 05:01 分类:问答How to extract part of project based on GNU Build System?
When I move some subdirectory away from project managed by \"./configure\" and all that things, it tries to get to some \"../../configure.ac\" and other things and is not easily buildable.[详细]
2022-12-31 05:11 分类:问答Autotools automatic invocation of lcov after 'make check'
I have successfully set up an autotools project where the tests compiles with开发者_开发百科 instrumentation so I can get a test coverage report.[详细]
2022-12-31 04:22 分类:问答How to print message(s) at the end of configure/make?
I\'m trying to setup a software package with GNU autotools and would like for a message \"Build successful!\" to be outputted after a user has run make (after c开发者_StackOverflow中文版onfigure). How[详细]
2022-12-30 22:13 分类:问答