autoconf Questions

1

I wanted to examine the issue from this question: Android NDK for x86_64 has no reference for bcopy and index. In the question, the poster asked about Android x86_64 and bcopy in relation to the La...

2

Solved

I’ve trying to create install package for hello world sample C program. I’ve done following staps. autoscan mv configure.scan configure.ac edit configure.ac to add some macros. aclocal create ...
Bronson asked 14/2, 2014 at 7:13

1

Solved

I'm trying to learn how to use autotools and I can't seem to find a good beginner-friendly answer to this question. What's the difference between autoconf and autoreconf.
Chiropody asked 4/12, 2014 at 2:5

2

Solved

Suppose I have a node module which is essentially a wrapper around some standard C library using autotools. So the library by itself would be installed using ./configure and make and perhaps make i...
Yaker asked 3/12, 2014 at 15:21

0

I am new new to GNU/Linux and compiling. I am not able to compile Aegisub from source. On GNU/Linux Debian 7.7 Wheezy amd64, when running sh autogen.sh in Aegisub I get the following output: $ sh ...
Iridium asked 20/11, 2014 at 20:2

5

I have downloaded a macro from Autoconf Archive, and I want to use it. What do I have to put in my configure.ac file to make use this macro?
Metaphrast asked 14/3, 2011 at 12:54

3

Solved

I'm writing an autoconf script that needs the current UTC offset. There's no obvious way to get this out of the date program. Is there any straightforward way to get this from a command-line utilit...
Heterotrophic asked 2/5, 2011 at 16:33

3

Solved

For example, gcc 4.7 has a new feature -Wnarrowing. In configure.ac, how can I test where a feature is supported by the current gcc or not? There's a file in gnulibc, but doesn't make much sense to...
Khaki asked 18/7, 2014 at 7:27

1

On a Linux system I configured a software package (llvm) and autoconf finds the arc4random function. Here an extraction of the output during configuration: checking for strerror... yes checking f...
Cuddle asked 4/3, 2014 at 21:27

1

I'm currently working on a C++ project which relies on recursive automake for building. I want to build a shared library and the Makefile.am in the src directory of the library looks like # ... ...
Stella asked 6/2, 2014 at 17:14

2

I found several useful macros in the Autoconf Archive, and also a useful m4 file which helps test Boost library support. The Autoconf Archive is hosted by GNU and the Boost m4 helper is hosted as a...
Rabbinate asked 4/8, 2013 at 19:56

1

Solved

I'm working on a C++ project that uses autoconf & automake, and I'm struggling to correctly set up the include paths in *CPPFLAGS. I've read about 3 hours worth of documents, and I can't figure...
Clotheshorse asked 27/11, 2013 at 0:35

0

I'm using MinGW-w64 with POSIX threads. I want to build GNU gettext with POSIX threads and as shared libraries (DLLs in this case). However, when one builds runtime artifacts (such as DLLs or execu...
Unders asked 18/10, 2013 at 19:55

3

Solved

I am trying to compile a library using android-ndk-r5 standalone toolchain and autotools. When doing a ./configure, it fails with: $ ./configure --host=arm-linux-androideabi ...snip... checking h...
Mcfarlin asked 4/1, 2011 at 14:35

2

I have a large autoconf/automake project, broken into components using AC_CONFIG_SUBDIRS. Is there any way to make autoconf/configure run faster? Perhaps doing subdirs in parallel, or caching reusa...
Benthos asked 13/7, 2011 at 19:11

1

Solved

We have the ctemplate library included in our git-managed project which is based on GNU Autoconf. I would like to put everything which is generated by Autoconf into the .gitignore file to avoid co...
Tetradymite asked 6/5, 2013 at 17:36

2

Solved

Is there a way to compile the "check" target of an autoconf project without running it? I have Eclipse Juno with the "C/C++ Unit Test" plugin. I would like to be able to make the check target, the...
Eveliaevelin asked 26/4, 2013 at 15:25

2

Solved

I am an autotools newb and I have difficulties figuring out howto easily link a specific library into one of the configured targets. I have a source package that I want to build the usual way: ./c...
Meisel asked 13/1, 2010 at 14:51

2

Solved

The script ./configure accepts 3 options --build, --host and --target. I'm confusing their roles. What's the difference and semantics of them?
Scattering asked 28/2, 2011 at 7:51

1

Solved

fcntl() uses struct flock structure to define and check file locks. Unfortunately, on different Unix systems the fields in this structure are in different order. Does anybody know how one could che...
Scary asked 25/3, 2013 at 2:33

3

Solved

I'm developing a project that is currently written in C but I plan to write some of the functions in ASM for at least two platforms (x86_64 and arm). So I might have some source files: generic/on...
Conformist asked 13/3, 2013 at 23:42

2

Solved

Using only the features of C89, given typedef [unspecified token sequence] T1; typedef [another unspecified token sequence] T2; exhibit a language construct which will compile without error if a...
Ensphere asked 20/2, 2013 at 18:33

1

Solved

I have a .cpp file: htonstest.cpp. I use g++ to compile it: $ g++ -o test htonstest.cpp It works, and the program ./test works too. But, when I use automake to compile it, has a compile error:...
Pleistocene asked 21/1, 2013 at 2:37

4

Solved

I have a project configured via Autoconf, and I want to start using C++11 features in this project. How to have the "-std=gnu++0x" switch always enabled and support for the features checked w...
Monde asked 2/11, 2011 at 22:12

2

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 extrac...
Stylography asked 25/7, 2010 at 22:48

© 2022 - 2024 — McMap. All rights reserved.