On Tue, Jul 11, 2006, Pavlos Georgiadis wrote: > conftest.c -lgwlib -lpthread -lc_r -lkse -L/usr/lib >&5 > /usr/bin/ld: cannot find -lkse
This means libkse.so is nowhere to be found in ld's library search path, yet your Kannel build flags as returned by gw-config include "-lkse", hence the failure. You probably miss the directory with this lib in your library search path. -- Loïc Minier <[EMAIL PROTECTED]> _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
