Re: [Cgdb-devel] Makefile race conditions
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2007-02-27 14:36:55
|
On Tue, Feb 27, 2007 at 02:10:40PM +0100, Horst Schirmeier wrote: > Hi, > > when trying to build the current CVS version of cgdb, I noticed that the > build process fails when running 'make' with multiple parallel jobs > (for example, make -j4). These Makefile race conditions are due to some > broken dependency definitions in the Automake Makefile.am files > scattered throughout the tree. In order to reproduce these errors, just > run 'make clean && make -j4' on a (correctly configured) cgdb checkout. Hi Horst, Actually, some of your patches were still necessary. Thanks for reporting this. Try this snapshot please, http://brasko.net:81/bob/cgdb-20070227.tar.gz Thanks, Bob Rossi |