libtool
[Top][All Lists]
Advanced

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

Re: Different Build Dirs


From: Alexandre Oliva
Subject: Re: Different Build Dirs
Date: 29 Jan 2001 16:11:30 -0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

On Jan 29, 2001, "Andreas Wendt" <address@hidden> wrote:

> If somebody has an easy and quick solution for this I would appreciate it
> very much (I dont't want to hacl libtool if possible).

The GNU way to do it is to run configure within each build directory.
For example:

mkdir /tmp/build-1
cd /tmp/build-1
/path/to/srcdir/configure ...
make

mkdir /tmp/build-2
cd /tmp/build-2
/path/to/srcdir/configure ...
make

cd /path/to/srcdir
mkdir build-3
cd build-3
../cofnigure ...
make

...


-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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