Re: Different Build Dirs

2001-01-29 Thread Alexandre Oliva
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

Different Build Dirs

2001-01-29 Thread Andreas Wendt
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