|
From: Angel T. <fn...@fm...> - 2006-03-02 18:41:55
|
>> Can anyone tell what might be wrong? Is it the program being debugged or is it Valgrind? > > What does the current version from SVN do ? Well, I just checked out the latest version (revisions 1579 of VEX and 5708 of Valgrind) from the SVN repository (by executing svn co svn://svn.valgrind.org/valgrind/trunk valgrind). Then I added execute permissions to autogen.sh and executed it to get this: running: aclocal running: autoheader ' is already registered with AC_CONFIG_FILES. autoconf/status.m4:848: AC_CONFIG_FILES is expanded from... configure.in:709: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: /usr/local/bin/autom4te failed with exit status: 1 error: while running 'autoheader' It seems that smth is wrong and I cannot figure out what. Any ideas are welcome. |