mailing list of musl libc
 help / color / mirror / code / Atom feed
* Question about missing linux/version.h while statically compiling Redis
@ 2013-01-25 12:43 Olivier Goudron
  2013-01-25 12:57 ` Luca Barbato
  2013-01-25 13:59 ` John Spencer
  0 siblings, 2 replies; 8+ messages in thread
From: Olivier Goudron @ 2013-01-25 12:43 UTC (permalink / raw)
  To: musl

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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-25 16:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-25 12:43 Question about missing linux/version.h while statically compiling Redis Olivier Goudron
2013-01-25 12:57 ` Luca Barbato
2013-01-25 13:05   ` Olivier Goudron
2013-01-25 13:59 ` John Spencer
2013-01-25 15:01   ` Szabolcs Nagy
2013-01-25 15:52     ` Olivier Goudron
2013-01-25 16:23       ` Szabolcs Nagy
2013-01-25 16:28       ` John Spencer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).