|
From: Conrad H. <CH...@fo...> - 2003-04-10 20:00:01
|
I attempted to upgrade from version 1.0.4 to version 1.9.5 on a Red Hat Linux 7.2 system, and got the following error on 'make': make[3]: Entering directory `/home/cheiney/valgrind-1.9.5/coregrind' source='vg_clientfuncs.c' object='vg_clientfuncs.o' libtool=no \ depfile='.deps/vg_clientfuncs.Po' tmpdepfile='.deps/vg_clientfuncs.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./demangle -I../include -DVG_LIBDIR="\"/usr/local/lib"\" -Winline -Wall -Wshadow -O -fomit-frame-pointer -mpreferred-stack-boundary=2 -g -fno-omit-frame-pointer -c `test -f 'vg_clientfuncs.c' || echo './'`vg_clientfuncs.c make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed. Is there a workaround for this, or should I stay with 1.0.4 or some other earlier version on this version of Linux? Thanks, Conrad Heiney Senior Unix System Administrator FOXSports.com |
|
From: Julian S. <js...@ac...> - 2003-04-10 21:26:42
|
> make: expand.c:489: allocated_variable_append: Assertion > `current_variable_set_list->next != 0' failed. Yeh, I've seen this before a couple of times. Somehow it seems like a bug in GNU make. All I can suggest is that you try a newer version of gnu make (I guess it is not hard to build from source). J > > Is there a workaround for this, or should I stay with 1.0.4 or some other > earlier version on this version of Linux? > > Thanks, > > Conrad Heiney > Senior Unix System Administrator > FOXSports.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |