[klibc] klibc stand-alone build

H. Peter Anvin hpa at zytor.com
Wed Mar 5 12:20:50 PST 2008


Matthias-Christian Ott wrote:
> Yes, but I just want install klibc and klcc /tmp or so, execute klcc to
> link my utils and copy klibc into my image.

mkdir -p /tmp/klibc
make prefix=/tmp/klibc
make install prefix=/tmp/klibc

What's the problem?

> The problem is that I can't build individual parts of klibc and install
> them individually.

Sure you can, but you don't seem to specify what it is you want, which 
makes it hard to give specific advice.

> This whole build procedure is very unhandy and in comparison to dietlibs
> compiler wrapper klcc is very poor (it uses static paths, etc.).

Patches are welcome, as are concrete suggestions for improvement, 
otherwise you're just being rude.

	-hpa



More information about the klibc mailing list