On Thu, Jun 10, 2010 at 5:37 PM, Saranya P. L <[email protected]> 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. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
