Re: Setting up auto conf

2009-01-09 Thread Luke Mewburn
On Thu, Jan 08, 2009 at 03:50:54PM +, Dan Smithers wrote: | I set up parallel build directories and ran configure with extra arguments. | | build/gcc/debug | ../../../configure CC=gcc CPPFLAGS=-DDEBUG CFLAGS="-O0 -g" | build/gcc/release | ../../../configure CC=gcc CPPFLAGS= CFLAGS=

Re: Setting up auto conf

2009-01-08 Thread Dan Smithers
Thanks Eric. The tutorial was great. > According to Dan Smithers on 1/5/2009 5:01 AM: >> My goal is to be able to set up parallel debug and release builds for >> the different architectures. > > Yes, that is provided by VPATH builds, provided by Automake. > >> I would like to be able to build an

Re: Setting up auto conf

2009-01-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dan Smithers on 1/5/2009 5:01 AM: > My goal is to be able to set up parallel debug and release builds for > the different architectures. Yes, that is provided by VPATH builds, provided by Automake. > I would like to be able to build and

Setting up auto conf

2009-01-05 Thread Dan Smithers
Hi, I have a project that I want to convert to autoconf and I'm looking for a guide on how to set it up. The project is made up of some libraries and related executables. It needs to be built for several different architectures including Linux 2.4, Linux 2.6, Win XP and embedded. My goal is to b