*BSD News Article 17290


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!newshost.anu.edu.au!munnari.oz.au!constellation!osuunx.ucc.okstate.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!howland.reston.ans.net!noc.near.net!das-news.harvard.edu!kepler!jiu
From: jiu@kepler.uucp (Haibin Jiu)
Subject: Re: IPC on RS/6000 - PLEASE HELP!
Message-ID: <1993Jun18.151056.18787@das.harvard.edu>
Sender: usenet@das.harvard.edu (Network News)
Organization: Harvard University Engineering Labs
References: <1993Jun17.233643.25055@husc3.harvard.edu>
Date: Fri, 18 Jun 1993 15:10:56 GMT
Lines: 13

In article <1993Jun17.233643.25055@husc3.harvard.edu> jiu1@husc11.harvard.edu (Haibin Jiu) writes:
>Hi!  I have a question about using IPC on the RS/6000 workstation.
>...

I finally figured this out - after checking into sendto(2) system call.
According to the man pages you need to link the object file (with BSD
socket calls) with the libbsd.a file.

So at least some of my test programs work now.  Now on to the big thing...

My thanks to those who replied.

HBj