~~DC wrote:
> I'm using LiS-2.8 on a 2.2.x kernel and each time i use getmsg() or putmsg() i
> get a warning saying that putmsg and getmsg aren't implemented and that they
> will fail everytime i try to use them.
> Doesn't LiS support those 2 functions?
> Otherwise how can i solve this?
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
> Web archives for lists can be found at http://gsyc.escet.urjc.es/lists
You need to include a "-lLiS" in your "cc" command line that performs the final
link of you program. libLiS.so is where putmsg/getmsg reside. Without this you
get default routines from libc which are just dummies put their to satisfy Unix98
requirements.
This could become a FAQ.
-- Dave
Web archives for lists can be found at http://gsyc.escet.urjc.es/lists