|
From: Tom H. <th...@cy...> - 2004-06-13 14:36:54
|
In message <Pin...@sc...>
Bob Friesenhahn <bfr...@si...> wrote:
> As of today's patch (yes, autogen.sh was run this time):
>
> 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_scheduler.o -MD -MP -MF ".deps/vg_scheduler.Tpo" -c -o
> vg_scheduler.o vg_scheduler.c; \
> then mv -f ".deps/vg_scheduler.Tpo" ".deps/vg_scheduler.Po"; else rm
> -f ".deps/vg_scheduler.Tpo"; exit 1; fi
> vg_scheduler.c: In function `make_thread_jump_to_cancelhdlr':
> vg_scheduler.c:1362: error: `_pthread_descr' undeclared (first use in
> this function)
> vg_scheduler.c:1362: error: (Each undeclared identifier is reported
> only once
> vg_scheduler.c:1362: error: for each function it appears in.)
> vg_scheduler.c:1362: error: syntax error before "tid"
This should be fixed now. I missed something when tweaking a patch
to apply to CVS instead of the 2.0.0 tree it was written for, and
the result only worked with linuxthread headers and not NPTL headers.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|