From owner-freebsd-questions Tue Nov 12 21:04:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24940 for questions-outgoing; Tue, 12 Nov 1996 21:04:24 -0800 (PST) Received: from io.iosys.net (io.iosys.net [207.67.20.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA24935 for ; Tue, 12 Nov 1996 21:04:18 -0800 (PST) Received: from localhost (ppp-4.iosys.net [207.67.20.36]) by io.iosys.net (Netscape Mail Server v1.1) with SMTP id AAA266 for ; Tue, 12 Nov 1996 23:07:11 +0000 Message-ID: <328972B7.69C0@iosys.net> Date: Tue, 12 Nov 1996 23:03:19 -0800 From: savant@iosys.net (Joe Blow) X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: libraries Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to find some libraries to help me in my persuits of programing for school. I am in a networking class and we are writing small client-server programs to do meanial tasks, but i don't have the libraries on my freeBSD system that there are on the school's SUN Sparc system. I know there is a great deal of difference between the systems, but as they are both unixy, where could i find some network type .h's? The .h that comes to mind right off the bat is tiuser.h. There are calls to t_bind and other such functions that aren't defined in the libraries that i have found (and the man pages don't help me find t_bind). Infact, tiuser.h (and perhaps there is a .c file somewhere that goes with it?) might possibly be the only file that gives me errors when i compile. (i am in my winblows system now and can't easily give it a quick compile to test it) Anyway, if anyone knows where i can get some suplimental network header files and library files, i would appreciate hearing from you. Thank you in advance, Savant, the thinking guy who doesn't seem to be able to figger it out ;)