autotools
How to register a "Linux" file association with autotools
I\'m w开发者_StackOverflow中文版riting an application that uses its own file type. I\'d like to integrate the file association with the desktop environment. I know that this can be done with a command[详细]
2023-03-13 08:52 分类:问答libtool: 'make' command ends without errors but don't creates any executable
When I run \'make\', in a project with autotools and libtool, the library is builded correctly, but the executable is not created in its path. This is the line generated by automake:[详细]
2023-03-12 15:58 分类:问答Why does Objective-C have native autoconf support?
Clearly C, C++ and Fortran are the classic GNU languages and have full support.I know Erlang was added because the Erlang community worked very hard to add开发者_开发百科 that functionality to the aut[详细]
2023-03-11 17:05 分类:问答Using a class from another project in C++
I have access to a large C++ project, full of files and with a very complicated makefile courtesy of automake & friends[详细]
2023-03-11 04:53 分类:问答Setting the include search path for autoconf
I\'m trying to cross compile OpenOCD for ARM but can\'t get past the autoconf stage. Here is the error I get.[详细]
2023-03-10 02:11 分类:问答Building a library using autotools from cmake
This is my first try with cmake and I would like to have, if possible, some feedbacks about what I did since some problems remain.[详细]
2023-03-05 11:06 分类:问答How do you "echo" the last configure/make build --options within a source directory?
When doing a a GNU-style \" ./configure, make, and install\" - with specificoptions, flags, etc...As you all know, sometimes this can be a black art.. and what works for one piece of software may not[详细]
2023-03-04 04:53 分类:问答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 分类:问答Placing header files in a subdirectory of /usr/include with automake?
If I write a library, and have header files for development included, and have a src/Makefile.am like this:[详细]
2023-02-23 09:33 分类:问答Where to put pre-built binaries with automake?
I am writing this question in part based on a related question on helper-scripts. I have a C++ software system built with autotools. For a small part of its functionality, my system uses a closed-sou[详细]
2023-02-23 04:53 分类:问答