|
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.
|
|
From: overbored <ove...@ov...> - 2005-03-13 05:22:33
Attachments:
Makefile
|
Anybody?
I just tried compiling this on another machine as well (different
distribution, RH8), and I tried 2.2.0 and 2.1.1. I always see the exact
same error. Google turns up nothing.
I also tried (to no avail) modifying that part of coregrind/Makefile
(full file attached) to:
all-local:
mkdir -p $(inplacedir); \
for i in $(val_PROGRAMS); do \
to=$(inplacedir)/$$(echo $$i | sed 's,libpthread.so,libpthread.so.0,'); \
rm -f $$$to; \
ln -sf ../$(subdir)/$$i $$to; \
done;
Can anybody please help? Thanks in advance.
Thus spake overbored on 3/2/2005 10:40 AM:
> 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.
>
|