Olaf Schreck <[EMAIL PROTECTED]> wrote:

> I'm trying to build fprobe (NetFlow probe, http://fprobe.sourceforge.net/) 
> on 3.7/i386, but linking bombs out with undefined references to 
> sched_get_priority_{min,max}.
> 
> I see these declared in /usr/include/sched.h but I can't find the lib 
> to link with.  Passing -lpthread doesn't help.  nm /usr/lib/* | grep ... 
> doesn't show.  Found a few references to this in the gcc/libstdc++ and 
> compat_linux src, but this is getting too deep for me..
> 
> This is only used to set 2 vars so it's easily faked if I knew what to 
> put there:
>       sched_min = sched_get_priority_min(SCHED);
>       sched_max = sched_get_priority_max(SCHED);
> 
> Anyone could shine a light?  Thanks in advance.

I had similiar problem yesterday.  AFAIK we simply don't support this.

Alek
-- 
Spl1tane i pe3ne perwersji s1 scie?ki ludzkiego umys3u - zaintonowa3a
Jane - Pinokio by3 durniem, ?e chcia3 sij staf prawdziwym ch3opcem.
Drewniana g3owa lepiej by mu s3u?y3a.
 -- Orson Scott Card, Mswca Umar3ych

Reply via email to