autoconf Questions

3

Solved

i've been googling and installing libraries for a while, but I couldn't quite handle this problem with autoconf. i have downloaded a program that i want to compile, made a few changes, and need to...
Calabresi asked 18/10, 2011 at 10:28

2

Solved

I got an error while trying to compile a library in centOS 7, and i tried reinstall libtool but it does not help. Below is the error + autoreconf --install configure.ac:32: warning: macro 'AM_PROG...
Manizales asked 19/3, 2015 at 2:31

2

I tried installing Postgres with OpenSSL by doing ./configure --with-openssl but I got an error saying configure: error: header file openssl/ssl.h is required for OpenSSL However, I do hav...
Lavadalavage asked 1/9, 2016 at 23:38

3

Solved

I'm new to GNU autotools.In my project when i try ./configure it generates following error : ./configure: line 9852: syntax error near unexpected token `luajit,' ./configure: line 9852: ` PKG_CHEC...
Senter asked 16/4, 2016 at 3:44

6

Getting another error when configuring memcahed with php in XAMPP in CentOS # /opt/lampp/bin/phpize Configuring for: PHP Api Version: 20131106 Zend Module Api No: 20131226 Zend Extension Api No: 2...
Redware asked 23/7, 2015 at 9:41

2

Solved

I define my project version number in a plain text file instead of configure.ac for some reasons. I would like to create a statement that would read the version number and store it during compilati...
Juttajutty asked 19/12, 2011 at 9:43

6

Solved

I'm creating a project and using GNU Autoconf tools to do the configuring and making. I've set up all my library checking and header file checking but can't seem to figure out how to check if an ex...
Lauralee asked 20/9, 2011 at 19:52

7

Solved

I want to know how to set default compiler/linker/etc. flags if I use Autoconf/Automake combo. For example, the default compiler flag is "-O2 -g" if I don't set anything. I can just override it wi...
Fredra asked 25/6, 2010 at 8:40

2

I am asked to recompile mo_ssl with openssl 1.0.2 in SuseSE11SP3. However, I am a newbie to Suse, but know a little bit of linux. OS : Suse SE11SP3 Openssl : 0.9.8j <-which comes with origin...
Collator asked 11/10, 2016 at 0:21

2

Solved

I am working on a project which requires a subproject which has its own makefile and configure.ac. The subproject is a program which is used to generate source files for the main project. There is ...
Rufusrug asked 23/2, 2013 at 14:48

7

Solved

I'm building my first autoconf managed package. However I can't find any simple examples anywhere of how to specify a required library, and find that library where it might be in various different...
Registrar asked 5/2, 2009 at 19:40

4

Solved

I am having trouble cross-compiling a library for my arm board using autconf. I am using this line: ./configure --target=arm-linux --host=arm-linux --prefix=/bla/bla/bla/linux_arm_tool CFLAGS='-m...
Selfconceit asked 5/3, 2013 at 21:58

2

I have problems linking to a lot of libraries with a cross-compiler. Is it possible to dump the file conftest.c to a safe location each time it's being generated? I tried to uncomment the lines r...
Yuonneyup asked 4/6, 2013 at 18:0

6

Solved

When using Autoconf in a project managed with Subversion, I would put this code in configure.ac: AC_REVISION($Revision: 1234 $) With svn:keywords Revision, AC_REVISION would insert the revision ...
Padilla asked 21/11, 2011 at 17:20

1

Solved

I am writing an r package which provides a wrapper around the libSBML C library. I am using the rcppgsl package as a reference, which looks for the location of header files and the library files f...
Aegina asked 26/5, 2018 at 4:18

2

Solved

I have downloaded latest libgcrypt & libgpg-error libraries from https://www.gnupg.org/download/index.html. I have successfully built (command line) both libraries using ./configure --enable-st...
Genitals asked 7/11, 2014 at 23:58

2

Solved

I use AX_CXX_COMPILE_STDCXX_0X(can look on autoconf-archive) to check for c++11 capabilities of the compiler. It correctly determines that -std=c++0x required, but does not add it to CXXFLAGS. I to...
Eugenaeugene asked 10/8, 2012 at 21:14

4

Solved

I've been looking for this for a while: I'm currently converting a medium-size program to autotools, coming from an Eclipse-based method (with makefiles) I'm always used to having a "debug" build,...
Lightsome asked 29/12, 2010 at 11:37

1

Solved

Autoconf's AC_COMPILE_IFELSE is misdetecting features for us under different compilers, like Sun's C++ compiler and IBM's xlC compiler. AC_COMPILE_IFELSE appears to check return values, but some co...
Hallam asked 7/11, 2017 at 14:40

1

I'm testing on OS X. We have a configure.ac and Makefile.am. Autotools is selecting the wrong AR and ARFLAGS for the platform. It happens with (and without) AM_PROG_AR in Makefile.am: $ egrep 'AR ...
Perfect asked 2/11, 2017 at 11:58

1

Solved

I'm having trouble building a few Autotool-based libraries on Fedora 26, x86_64. The 64-bit Fedora puts third party and vendor libraries in /usr/local/lib64. Ubuntu 17 uses /usr/local/lib so the sa...
Yvonneyvonner asked 20/10, 2017 at 11:12

1

Solved

I'm working on Fedora x86_64. It uses /lib64, /usr/lib64 and friends. I have the following *.pc.in file: $ cat libcryptopp.pc.in prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedi...
Bonnie asked 5/11, 2017 at 16:46

6

Solved

I have a C++ code that can be compiled with MPI support depending on a certain preprocessor flag; missing the appropriate flag, the sources compile to a non-parallel version. I would like to setup...
Pastel asked 19/10, 2010 at 13:10

2

Solved

How can I assign a dynamic, git-based version number to an autoconf project? Autoconf requires a static string argument to AC_INIT([Title],[version],[name]) AC_INIT documentation says that one c...
Manicure asked 20/4, 2017 at 18:14

5

I have Xcode 3.2 installed into /Xcode3.2, and did not install anything into /Developer. When I wish to do development, I start up a shell as follows alias sysroot='PATH=${PATH}:${XCODE}/usr/bin C...
Irade asked 17/5, 2011 at 16:22

© 2022 - 2024 — McMap. All rights reserved.