autoconf
how to create binary and .so using libtool
I have a set of cpp files that I want to compile directly into a binary and also to compile into a shared library.[详细]
2023-01-13 14:30 分类:问答Shell scripts specified in _SCRIPTS primary isn't shown in dist tarball
I\'m using Automake to maintain the package, there are some shell scripts which don\'t need to compile, so I install them using _SCRIPT primary:[详细]
2023-01-12 14:29 分类:问答configure.in and adding options
I am trying to add an option to my ./configure script. I need to 开发者_如何学编程add the location to mysql.h but a few methods I have tried and keep getting the error: configure: error: unrecognized[详细]
2023-01-12 02:46 分类:问答.h generated from .h.in?
There are struct definitions in the .h file that my library creates after I build it.. but I cannot find these in the correspo开发者_如何学JAVAnding .h.in. Can somebody tell me how all this works and[详细]
2023-01-11 07:47 分类:问答Framework for building and managing third-party libraries
I am working on a cross-platform project which uses a large number of third party libraries (currently 22 and counting, and I expect this number to increase significantly). My project is CMake-based,[详细]
2023-01-10 20:17 分类:问答Autotools - tar This does not look like a tar archive
After running make distcheck I get the message that I have successfully built the package and is ready for distribution. If I untar the tar.gz with tar -zxvf hello-0.2.tar.gz it successfully extracts[详细]
2023-01-08 15:01 分类:问答When converting to libtool automake and autoconf can't find libtool
I\'m trying to convert libcsv to use libtool so I can use it on mac os x without mangling the makefile.When I try to run the makefile generated from the tools I get the following error:[详细]
2023-01-06 06:51 分类:问答choosing autoconf and automake versions
I see there are many version of autoconf a开发者_如何转开发nd automake available in my ubuntu linux.[详细]
2023-01-06 06:50 分类:问答Porting shared library ELF projects in autoconf to OS X
How do I use autoconf macros to conditionally change values in a configure-script or Makefile it ouputs throug开发者_StackOverflow社区h AC_OUTPUT.[详细]
2023-01-05 11:11 分类:问答Boost and Autoconf
I am making a project that uses Autoconf. I have the following in configure.ac: AC_CHECK_HEADERS([boost/foreach.hpp], [],[详细]
2023-01-04 10:36 分类:问答