On Tuesday 10 November 2009, David Gunter wrote: > I am trying to compile Valgrind with the Intel 10 compilers. > Configure appears to run w/o error but it adds in -m32 and -m64 flags > to all subsequent make files, which the Intel compiler does not > recognize.
Building Valgrind with icc is not a supported configuration. You should be able to build it with any non-ancient gcc (>= 3.0.0). OTOH using Valgrind to debug/profile icc-compiled code is supported and has been for a long time. J ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
