which libc

Frank Mehnert fm3 at os.inf.tu-dresden.de
Wed Nov 9 09:48:28 CET 2005


Christoph,

On Wednesday 09 November 2005 09:31, Christoph Mueller wrote:
> I came across dietlibc and uClibc. What is the difference between them?
> Which one should I use?

you can use both libraries. The main difference between them is the license:
While the dietlibc is GPL, the uClibc is LGPL. Both libs should have nearly
the same functionality. Dietlibc is a bit smaller but uClibc seems to be
more compatible with the glibc. Note: If your applications are multithreaded
and especially more than one thread can perform malloc()/free() at the same
time you should link against -luc_c_r.a or -ldiet_c_r.a, respective.

Frank
-- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## http://os.inf.tu-dresden.de/~fm3                                     ##
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://os.inf.tu-dresden.de/pipermail/l4-hackers/attachments/20051109/10f071d9/attachment-0001.sig>


More information about the l4-hackers mailing list