|
From: Jitendra A. <jit...@ya...> - 2004-04-26 12:11:24
|
Hi,
I am trying to compile version 2.1.0 and 2.1.1. I get
following message during configure stage:
Using the following suppressions by default:
glibc-2.2.supp xfree-4.supp xfree-3.supp
And the following error is coming when doing a make
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./demangle
-I../include -I./x86
-DVG_LIBDIR="\"/usr/local/lib/valgrind"\" -Winline
-Wall -Wshadow -O -fno-omit-frame-pointer
-mpreferred-stack-boundary=2 -g -DELFSZ=32 -MT
vg_syscalls.o -MD -MP -MF ".deps/vg_syscalls.Tpo" \
-c -o vg_syscalls.o `test -f 'vg_syscalls.c' || echo
'./'`vg_syscalls.c; \
then mv -f ".deps/vg_syscalls.Tpo"
".deps/vg_syscalls.Po"; \
else rm -f ".deps/vg_syscalls.Tpo"; exit 1; \
fi
In file included from /usr/include/linux/timex.h:152,
from vg_unsafe.h:66,
from vg_syscalls.c:35:
/usr/include/asm/timex.h:10:21: asm/msr.h: No such
file or directory
make[4]: *** [vg_syscalls.o] Error 1
The error remains same for both these versions.
I am able to compile 2.0.0 and am able to use it for
simple commands like ls -l but it does not work for my
program that uses threads (using pthread). In an
earlier discussion I was told to try newer version.
Regards,
Jitendra Agrawal.
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash
|