|
From: William T. <wtr...@sh...> - 2003-08-15 02:37:00
|
Can someone give me some direction with the build error shown below? Notice the assertion failure. I had simply downloaded the source, untar-ed it, did ./configure then tried make. My configuration is: Linux 2.4.19; libc.so.6 2.2.5; gcc 2.95.3 Thanks, Bill /src/valgrind-20030725# make make all-recursive make[1]: Entering directory `/src/valgrind-20030725' Making all in coregrind make[2]: Entering directory `/src/valgrind-20030725/coregrind' Making all in demangle make[3]: Entering directory `/src/valgrind-20030725/coregrind/demangle' source='cp-demangle.c' object='cp-demangle.o' libtool=no \ depfile='.deps/cp-demangle.Po' tmpdepfile='.deps/cp-demangle.TPo' \ depmode=gcc /bin/sh ../../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../../include -Winline -Wall -Wshadow -O -fomit-frame-pointer -g -mpreferred-stack-boundary=2 -Wno-unused -Wno-shadow -c `test -f 'cp-demangle.c' || echo './'`cp-demangle.c make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed. make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/src/valgrind-20030725/coregrind' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/src/valgrind-20030725' make: *** [all] Error 2 |