From: Eric P. <eri...@ce...> - 2003-06-04 07:39:02
|
Hello, Thanks for your fast and precise answers. You must be right, the gcc compiled valgrind should be sufficient. FYI: I have been asked to provide a set of tools (libraries and binaries) compiled with icc (32bits) and ecc (64bits). I tried to compile valgrind with gcc (64bits) but got a message saying it is ix86 specific, so no valgrind on 64bits machine. Regards. Arnaud Desitter wrote: > ----- Original Message ----- > From: "Nicholas Nethercote" <nj...@ca...> > To: "Eric Poinsignon" <eri...@ce...> > Cc: <val...@li...> > Sent: Tuesday, June 03, 2003 4:00 PM > Subject: Re: [Valgrind-users] Valgrind 1.9.6 compilation with the Intel > compiler icc > > > >>On Tue, 3 Jun 2003, Eric Poinsignon wrote: >> >> >>>I am trying to compile Valgrind with the Intel compiler icc 7.1. >>>But the "configure" command does not accept icc. >> >>Valgrind requires gcc, it uses various gcc-specific features. >> >> >>>Does anybody know a way to compile valgrind with icc ? >> >>Julian got it working a while ago, but it required a few changes. >> >>Can I ask why you are trying to use the Intel compiler? Presumably you >>have gcc on your Linux system. If you are using it to get better >>performance, there's not much point because Valgrind spends most of its >>time in code it generates itself. > > > For record, valgrind runs fine any code generated by icc (and ifc if that is > relevant) as long as the sse instructions are avoided. > > Regards, > > > -- Eric Poinsignon (Eri...@ce...) Bldg 32,R-B03 CERN-EP-SFT LCG - AppArea - LCG Software Process & Infrastructure http://spi.cern.ch/extsoft/ http://spi.cern.ch/lcgsoft/ Tel : +41 (0) 22 767 9157 Fax : not available yet. ICQ#: 52035855 |