Re: [Cgdb-devel] Makefile race conditions
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2007-02-27 14:27:56
|
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, I believe I recently fixed this issue. Please try this snapshot, http://brasko.net:81/bob/cgdb-20070214.tar.gz That contains many fixes like you have described. I've moved cgdb off of sourceforge for the time being. It is to unreliable in terms of version control. Thanks, Bob Rossi |