Kris Kennaway wrote: > 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. It doesn't matter. I've tried both ways (with and w/o -pthread), the behavior it the same and by the way ldd a.out shows that only libkse has been linked in in both cases. -MaximReceived on Fri Feb 01 2008 - 15:21:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:26 UTC