
PORTING NOCOL TO MISC PLATFORMS
===============================

This file contains tips for compiling NOCOL on miscellanous Unix systems.

SunOS 4.1.x
-----------
1. NEEDOBJS = <nothing>

2. SYSLIBS = -lresolv

3. RANLIB = ranlib

4. AR = ar r

5. INSTALL = install

Solaris2.2
----------
1. NEEDOBJS = bstring.o random.o ftime.o

2. SYSLIBS = -lresolv -lsocket -lnsl (for BSD socket routines)

3. RANLIB = touch

4. AR = ld -r -o

5. INSTALL = $(SRCDIR)/utility/myinstall


HP/UX
-----
1. NEEDOBJS = bstring.o random.o ftime.o

2. SYSLIBS = <nothing>

3. RANLIB = touch

4. INSTALL = $(SRCDIR)/utility/myinstall

5. '-ltermcap' library does not exist so delete it manually from
   netmon/Makefile.


Ultrix 4.2
---------
Does not need any NEEDOBJS or SYSLIBS. Delete all from the list.

	NEEDOBJS =

	SYSLIBS = 

DEC OSF
-------
1. NEEDOBJS =  ftime.o


BSDI/386
-------
1. SYSLIBS =  -lresolv  -lcompat


AIX 3.2
-------
1. SYSLIBS =  -lbsd


		-Vikas Aggarwal
		 vikas@navya.com
		 ---------------
