|
Message-ID: <51028122.6010201@gentoo.org> Date: Fri, 25 Jan 2013 13:57:06 +0100 From: Luca Barbato <lu_zero@...too.org> To: musl@...ts.openwall.com Subject: Re: Question about missing linux/version.h while statically compiling Redis On 25/01/13 13:43, Olivier Goudron wrote: > Hello, > > I am using a 32bits Debian host. > I have installed musl-libc from git today. > I have configured musl-libc with : > ./configure --prefix=/usr/local/musl --exec-prefix=/usr/local --disable-shared > The "hello word" compilation test work. > > I am trying to statically compile redis with musl-libc wrapper. > I start the compilation with : CC=musl-gcc make > And the compilation stop with error : > In file included from ae.c:45: > config.h:87:27: error: linux/version.h: Aucun fichier ou dossier de ce type > > What should i do ? > > Can i copy the linux/version.h from my local glibc include directory > to musl-libc include directory ? > > Thanks in advance, Olivier. > Possibly you need all the kernel headers (linux-headers package)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.