Martin Husemann a écrit :
On Mon, Jan 18, 2010 at 07:05:43PM +0100, BERTRAND Joel wrote:I'm building new userland. Do you want output with UP or MP kernel ?In that test case there should be no difference - but it would be good if you could verify that.
Martin,How do you compile t_lwpctl ? I'm trying to build this tool without makefile because ./build.sh distribution aborts in libcurses and I'm not able to find ATF_REQUIRE_MSG.
Root riemann:[/usr/src/src/tests/kernel] > gcc -o t_lwpctl.o t_lwpctl.c -cRoot riemann:[/usr/src/src/tests/kernel] > gcc -o t_lwpctl t_lwpctl.o -latf-c
t_lwpctl.o: In function `atfu_lwpctl_body': t_lwpctl.c:(.text+0x94): undefined reference to `ATF_REQUIRE_MSG' t_lwpctl.c:(.text+0x128): undefined reference to `ATF_REQUIRE_MSG' t_lwpctl.c:(.text+0x170): undefined reference to `ATF_REQUIRE_MSG' Root riemann:[/usr/src/src/tests/kernel] > Any idea ? JKB