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. KrisReceived on Fri Feb 01 2008 - 09:29:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:26 UTC