[uClibc] libanl

Manuel Novoa III mjn3 at codepoet.org
Thu Feb 26 17:50:38 UTC 2004


On Thu, Feb 26, 2004 at 01:29:55PM +0100, Stefano Parusso wrote:
> Hi!
>         I'm using the i386-rootfs for my development enviroment but  I have a 
> problem :
> when I try to compile a test program with g++ and -lanl option, libanl is not 
> included in standard rootfs.
> Libanl is a part of glibc that comes from bind 4 (src/lib/resolv) and it don't 
> seems to be included in uClibc. How I can compile libanl ?

What are you building that needs libanl?

> Without libanl I got errors during compiling like:
> : undefined reference to `sem_getvalue `
> : undefined reference to `sem_post'

These functions have nothing to do with libanl.  They are part of
libpthread.

Manuel



More information about the uClibc mailing list