[uClibc]bridge-utils

Erik Andersen andersen at codepoet.org
Tue Sep 17 04:33:51 UTC 2002


On Mon Sep 16, 2002 at 04:10:34PM -0700, Matthew Winther wrote:
> Hi,
> I am having troubles compiling the bridge-utils package..
> I was wondering if there is any quick fix..
> 
> Here is what I get...
> 
> [root bridge-utils]# make
> make -C libbridge
> make[1]: Entering directory `bridge-utils/libbridge'
> cc -Wall -g -c libbridge_compat.c
> In file included from libbridge_compat.c:19:
> if_index.c:27:28: bits/libc-lock.h: No such file or directory

bits/libc-lock.h is not a header file that should be used by
applications.  It is part of the glibc internals, and is not
provided by uClibc.  if_index.c should be used to do locking
properly and should not rely on glibc internals.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list