autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting different debug and release locations


From: Peter Johansson
Subject: Re: Setting different debug and release locations
Date: Thu, 30 Oct 2008 18:47:14 -0400
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

Hello,

Dan Smithers wrote:
Eric Blake wrote:

Sounds like you want to use VPATH builds,

I tried adding VPATH=/opt/mine/debug/include to the configure command,
but that didn't get passed on
I think what Eric meant was

cd /path/to/your/project
make dist-clean
mkdir release_build
cd release_build
../configure [RELEASE_OPTIONS]
cd ..
mkdir debug_build
cd debug_build
../configure [DEBUG_OPTIONS]


I assume you use Automake and Libtool and since your libraries are only used within the project, there is no reason to install them. See section on convenience libraries in Automake manual
http://sources.redhat.com/automake/automake.html#Libtool-Convenience-Libraries


Cheers,
Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]