|
From: João M. S. S. <joa...@gm...> - 2015-04-08 19:56:07
|
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 |