|
From: Bart V. A. <bva...@ac...> - 2010-06-10 16:38:45
|
On Thu, Jun 10, 2010 at 5:37 PM, Saranya P. L <sar...@ar...> wrote: > > When I try to cross compile valgrind-3.5.0 for ppc and my host is x86 Linux , I am getting the following error > checking for /proc/self/fd... configure: error: cannot check for file existence when cross compiling > > I heard that this bug is already raised for 3.5.0 and the bugId is #204843 and it is reported that this bug has been fixed on > the trunk and on the 3.5 branch. The source code on the 3.5 branch should build and run fine (the trunk doesn't cross-compile at this time). You can check out the source code on the 3.5 branch as follows: svn co svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH Bart. |