autoconf
Can I build Perl modules with ExtUtils::MakeMaker-based build system "out of tree"?
Instead of adding or modifying files in the directory where the sources of a Perl module are unpacked, I would like to build everything in a separate directory. Is this easily achievable with a fairly[详细]
2023-03-27 06:17 分类:问答Autoconf/Automake conditionals and dist rules
I recently started using autoconf and automake for a project I\'m working on. The project\'s documentation is written in LaTeX. Since I don\'t want to have LaTeX as a dependency I want to check the pr[详细]
2023-03-27 03:42 分类:问答Do I really need to specify library location for linking with automake?
I am working on a multi-platform C program.The makefile has become pretty complicated because of all the different compilers, library locations, etc. on each machine开发者_高级运维.I figured Autoconf/[详细]
2023-03-26 12:29 分类:问答Distributing scripts using autotools
I would like to distribute my startup script with my app. Its called \"blah\" and it resides in the scripts/ folder of my project. I have this in my configure.ac:[详细]
2023-03-22 18:10 分类:问答PKG_CHECK_MODULES breaking in solaris
My project requires dependency of libxml2 am using autotools to check the dependencies & install the same. I declare the dependency of using the following macro in configure.ac[详细]
2023-03-21 08:19 分类:问答Error invoking autoreconf from Eclipse using Autotools plugin
I installed the Autotools plugin for Eclipse from: http://www.eclipse.org/linuxtools/projectPages/autotools/.[详细]
2023-03-18 12:39 分类:问答let ./configure find library files in specific directory
I\'m currently installing R software on a shared space across several servers. After installation I found that when I login on different servers, R is not guaranteed to run due to the missing of some[详细]
2023-03-16 15:26 分类:问答How do I test for the version of XFIXES in my configure.ac when compiling my X Driver?
I\'m writing a video device driver for X, and it needs some features provided by the XFIXES Extension. Now, I\'m pretty sure that all of my target versions of the X Se开发者_如何学Crver will have at l[详细]
2023-03-15 16:53 分类:问答Custom command to generate object(.o) from binary file using autoconf
We have a project (c++) and it needs to include a binary file into shared library. This is done on windows by referencing the binary file from a resource file. On Linux it can be achieved by using obj[详细]
2023-03-15 07:22 分类:问答Locating $pkgdatadir defined by autotools from a script
My application uses autotools to install data files that are needed at runtime in $pkgdatadir. Part of the application is written in C, and the path to the data directory is set by the following state[详细]
2023-03-14 16:23 分类:问答
加载中,请稍侯......