On Jan 29, 2001, "Andreas Wendt" <[EMAIL PROTECTED]> 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
Hi everbody,
since I want to build libraries for different systems from one source tree,
I wondered if it's possible to specify a 'build directory' where all the
object files would go (I wouldn't have to run make clean and re-config after
a platform build).
If somebody has an easy and quick solut