Path: utzoo!utgpu!cunews!bnrgate!brtph3!brchh104!brchs1!bnr.ca!rice.edu!sun-spots-request From: elliss@kira.egr.msu.edu (Stew Ellis) Newsgroups: comp.sys.sun Subject: Re: Transport Level Interface Programming. Keywords: Networks Message-ID: <2246@brchh104.bnr.ca> Date: 2 Apr 91 15:00:00 GMT Sender: news@brchh104.bnr.ca Organization: Sun-Spots Lines: 17 Approved: Sun-Spots@rice.edu X-Original-Date: Fri, 29 Mar 91 15:01:17 GMT X-Refs: Original: v10n66 X-Sun-Spots-Digest: Volume 10, Issue 66, message 8 X-Note: Submissions: sun-spots@rice.edu, Admin: sun-spots-request@rice.edu inei@cs.glasgow.ac.uk (Nick Nei) writes: >Can someone help me with calling TLI routines? My cc cannot find >t_open(), t_bind() and friends. "Network Programming" says that I must >use the -lnsl_s library but I cannot find it in /usr/lib. You do not specify which release of SunOS you are on, but in 4.1 and 4.1.1 the lib is /usr/lib/libnsl.a, called during link as -lnsl. The examples in the Network Programming guide or whatever it is called do not agree with the current device list in /dev/MAKEDEV either. I believe they tell you to t_open /dev/tipw or something. I have not read the section but have been helping a EE professor and some of his students. Opening /dev/tcp has not worked yet, so I was going to try /dev/nit next, following a suggestion by a friend of mine who is an engineer at Sun. Please let me know how you progress. Also anyone else who has anything to offer, I am interested and I do read the group daily.