Re: [Valgrind-users] cross-compile valgrind-3.7.0

2012-01-11 Thread Bart Van Assche
On Wed, Jan 11, 2012 at 9:23 AM, Brilliantov Kirill Vladimirovich wrote: > configure: error: please use gcc >= 3.0 or clang >= 2.9 > > How can I solve this problem? It's a bug in the configure script. You can either modify the gcc version check in configure.in or check out the Valgrind svn trunk

Re: [Valgrind-users] cross-compile valgrind-3.7.0

2012-01-11 Thread Baurzhan Ismagulov
On Wed, Jan 11, 2012 at 12:23:20PM +0400, Brilliantov Kirill Vladimirovich wrote: > checking for a supported version of gcc... no (5) > configure: error: please use gcc >= 3.0 or clang >= 2.9 I'd look into config.log to see how configure comes to that. With kind regards, Baurzhan. -