autoconf Questions

1

Solved

I am trying to migrate my application from manual build to autoconf, which is working very nicely so far. But I have one static library that I can't figure out how to integrate. That library will N...
Wonderland asked 1/5, 2010 at 21:9

1

Solved

How to tell to a 'configure' file to compile with a specified version of g++ ? Thanks.
Irresolvable asked 12/4, 2010 at 9:38

2

Solved

I am using autoconf to detect boost libraries, with the support of the autoconf-archive macros and they work fine with system-wide boost libraries, but fail if I manually compile boost in my home d...
Smithers asked 5/3, 2010 at 10:56

2

Solved

I'm new to autom4te, and I'm trying to use autoconf/automake to build and link a C++ program on multiple architectures. Complicating the linking is the fact that the project requires boost (filesys...
Memorabilia asked 16/2, 2010 at 1:22

3

Solved

I searched for the answer to this question but couldn't find any good. Maybe they're old and something has changed, so I ask again. I have a directory structure as: my_project src bin I want ...
Sucrase asked 26/1, 2010 at 14:5

2

I'm trying to edit a configure script that will execute this piece of code if it is above Automake version x.xx, and if it isn't, it executes a different piece of code. So, I need the version to b...
Epigraph asked 23/1, 2010 at 0:58

1

Solved

Greetings. I am trying to create an autoconf configure script that automatically checks for which pthread option to use and, ideally, specifies -pthread when compiling with gcc. It was my hope tha...
Tenpenny asked 9/11, 2009 at 4:36

1

Solved

So after I ran libtool and got out a libfoo.lo and foo.o file from my library source, how do I convert the libfoo.lo file into a normal Linux shared library, like libfoo.so.1.0.0 so I can install a...
Nevanevada asked 31/12, 2009 at 15:45

3

Solved

I'm writing my own unit testing library (using autoconf, automake, and libtool) to better fit my needs (I don't need a super large amount of features, just a test runner and assertions). I have got...
Fieldfare asked 27/11, 2009 at 18:53

2

Solved

How do you set the order of libraries in automake? In my am file I have something like: myprog_DEPENDENCIES = adhoc-target myprog_SOURCES = myprog.c myprog_LDADD = libmine.la myprog_LDFLAGS = -st...
Geanine asked 30/10, 2009 at 13:40

1

I created a configure.ac file like this: AC_INIT() set the purpose of this is to print every available environment variable the configure script creates using set, so I do this: user@host:~$ au...
Erythema asked 17/9, 2009 at 19:27

2

Solved

I've a C++ autoconf managed project that I'm adapting to compile on FreeBSD hosts. The original system was Linux so I made one AM_CONDITIONAL to distinguish the host I'm building and separate the ...
Oakman asked 27/5, 2009 at 20:48

2

Solved

My goal is to have all object files built in a .objs directory instead of the root of the Makefile, and to have the binaries (and libraries) copied into the project's bin/ directory. But I have bee...
Ship asked 18/6, 2009 at 23:23

5

Solved

A workmate floated the idea of using rake as a build system for a non-ruby project. Is it possible to extend rake to compliment other languages where the autoconf toolset would usually be used?
Bentley asked 2/1, 2009 at 7:53

2

Solved

I have a fairly large program written in C. It spans several files, and has a bit of retooling in order to attempt to compensate for platform issues. Specifically, I have header files for different...
Jink asked 1/2, 2009 at 10:9

3

Solved

I haven't seen any questions relating to GNU autoconf/automake builds, but I'm hoping at least some of you out there are familiar with it. Here goes: I have a project (I'll call it myproject) that...
Fellini asked 10/8, 2008 at 23:10

© 2022 - 2024 — McMap. All rights reserved.