needs a tester with an SMP 7.0 box

Kris Kennaway kris at FreeBSD.org
Fri Feb 1 02:29:12 PST 2008


Maxim Sobolev wrote:

> P.S. I've compiled the program as follows:
> 
> $ cc -pthread testkse.c -o a.out -lkse

That is wrong, you linked it to both thread libraries.  Either use 
-pthread and libmap, or just -lkse should be OK.

Kris



More information about the freebsd-current mailing list