|
From: Rana C. <mch...@ya...> - 2006-07-04 12:51:23
|
Hi All, I have been unsuccessful in trying to build and install Valgrind on PowerPC running Linux. The ./configure command runs fine, and executes config.status at the end. The make command, however, continues to run config.status in an infinite loop. Help is required urgently on this problem! Thanks and regards, Rana --------------------------------- Want to be your own boss? Learn how on Yahoo! Small Business. |
|
From: Christian L. <chr...@le...> - 2006-07-04 18:30:59
|
On Tue, Jul 04, 2006 at 05:51:14AM -0700, Rana Chawla wrote: > I have been unsuccessful in trying to build and install Valgrind on > PowerPC running Linux. > > The ./configure command runs fine, and executes config.status at the end. > The make command, however, continues to run config.status in an infinite > loop. This "bugreport" is useless, it doesn't contain the exact version, the circumstances or output. I think your build system is seriously screwed up, for example the question is if building other normal programms that make use of autoconf and automake is working. (try to compile gmp, whatever) It's really unlikely that this is a valgrind bug. Is this probably some odd simulator with jumping time or some other fancy stuff? Regards Christian Leber -- "Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est." (Aurelius Augustinus) Translation: <http://gnuhh.org/work/fsf-europe/augustinus.html> |
|
From: Julian S. <js...@ac...> - 2006-07-17 10:52:30
|
> The ./configure command runs fine, and executes config.status at the end. > The make command, however, continues to run config.status in an infinite > loop. > > Help is required urgently on this problem! No idea - never seen that before on any platform. J |
|
From: <dou...@so...> - 2006-07-17 11:12:25
|
val...@li... wrote on 2006-07-17 11:52:15: > The ./configure command runs fine, and executes config.status at the end. > The make command, however, continues to run config.status in an infinite > loop. > > Help is required urgently on this problem! Just a thought: Check the system time, in particular compare the current system date&time to the configure scripts modification date. make might be trying to make the Makefile until it is newer that the configure script. -- Douglas Leeder |