Hi,

Some quick, basic hints:

> % tar -xaf valgrind-3.10.1.tar.bz2

Does -a work for decompression? Maybe RHEL has an older version, but 
current tar versions by default detect the format of the input file, so 
xf is enough.

> % cd valgrind-3.10.1
> % ./configure --prefix=/home/name/bin
> % make
> <<error as shown in subject line>>

 From my experience valgrind always compiled straightforwardly but I use 
Mint or Ubuntu.

Maybe configure did not run OK? Try to look at its output to see if any 
configuration failed.

configure uses /bin/sh, is it pointing to bash in RHEL? In Ubuntu 
sometimes it is pointing to dash, which does not support the complete 
bash syntax.

-- 
João M. S. Silva

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to