On Mon, 2010-01-25 at 21:52 +0000, Damian Fossi wrote: > 2010/1/24 aurelien <[email protected]>: > > Hi, > > > > I am on gNewSense metaD. > > > > I've try to compile the : > > http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.32.5-libre/linux-2.6.32.5-libre.tar.bz2 > > > > this is what i obtain : > > > > make[1]: Leaving directory `/usr/src/linux-2.6.32.5' > > /usr/bin/make EXTRAVERSION=.5-libre-custom ARCH=i386 \ > > -C Documentation/lguest > > make[1]: Entering directory > > `/usr/src/linux-2.6.32.5/Documentation/lguest' > > cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 > > -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE lguest.c > > -o lguest > > lguest.c:21:25: error: sys/eventfd.h: No such file or directory > > lguest.c: In function ‘create_thread’: > > lguest.c:1027: warning: implicit declaration of function ‘eventfd’ > > make[1]: *** [lguest] Error 1 > > make[1]: Leaving directory > > `/usr/src/linux-2.6.32.5/Documentation/lguest' > > make: *** [debian/stamp/build/kernel] Error 2 > > Edit on > linux2.6.32.5/Documentarion/lguest/Makefile > > all: lguest > > to > > all: > > Enjoy =) > >
Thanks ! I do what you say and : It works perfectly, i'm writing from the 32.5. --aurelien _______________________________________________ linux-libre mailing list [email protected] http://www.fsfla.org/cgi-bin/mailman/listinfo/linux-libre
