|
From: 奕楠 邱 <mag...@ho...> - 2011-11-28 07:09:58
|
In this website https://bugs.kde.org/show_bug.cgi?id=270777 It teaches me how to compile the MIPS version valgrind It need to download some patches and make some modification like this: $ svn export -r 12270 svn://svn.valgrind.org/valgrind/trunk $ cd trunk $ patch -p0 < ../existing_files_r12270_mips.diff $ patch -p0 < ../new_files_r12270_mips_A.diff $ patch -p0 < ../new_files_r12270_mips_B.diff $ ./autogen.sh $ ./configure $ make $ make installwhen I run the ./autogen.sh then it shows this error Do you know some way to solve it? > Date: Mon, 28 Nov 2011 07:59:40 +0100 > Subject: Re: [Valgrind-users] The question I met when compiling the valgrind > From: bva...@ac... > To: mag...@ho... > CC: val...@li... > > 2011/11/27 奕楠 邱 <mag...@ho...>: > > Sorry, When I use autoge.sh command, it shows the following error > > > > EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is > > undefined > > error: while running 'automake -a' > > > > Because of this errror, I can't use the ./configure. > > > > Does anyone know this kind of error? > > Never seen before. With which autoconf and automake versions did this occur ? > > Bart. |