|
From: overbored <ove...@ov...> - 2005-03-02 18:40:12
|
Hi all, I just downloaded the bzip (2.2.0), and ran
./configure --prefix=$HOME/local && make
During make, I get the following:
...
make[4]: Entering directory `/coeus/yang/tmp/apps/valgrind-2.2.0/coregrind'
mkdir -p ../.in_place
for i in valgrind stage2 libpthread.so vg_inject.so; do \
to=../.in_place/$(echo $i | sed
's,libpthread.so,libpthread.so.0,'); \
rm -f $() { latex "all-local" && dvips "all-local" && rm
"all-local.dvi" "all-local.aux" "all-local.log" && ps2pdf "all-local.ps"
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[4]: *** [all-local] Error 2
make[4]: Leaving directory
`/coeus/yangsta/tmp/apps/valgrind-2.2.0/coregrind'
...
I tried adding "; \" to the end of line 827 in coregrind/Makefile, but
to no avail. Any help would be much appreciated. Thanks in advance.
|