# -*- text -*-
		      am-utils 6.0 compatibility list

For each system, list if it autoconfigures, compiles, or runs.  Fill in
email id of person who confirms the fact.  A missing entry means unverified.
A 'no' means verified broken.

SYSTEM				AUTOCONF	COMPILE		RUN
=========================	===========	==========	=======
alpha-dec-osf4.0		ezk		ezk		dsr[3]
hppa1.1-hp-hpux10.20		ezk		ezk		
hppa1.1-hp-hpux9.01		ezk		ezk		nrh/ezk
i386-pc-bsdi2.1			ezk		ezk		ezk
i386-pc-bsdi3.0			ezk		ezk		ezk
i386-pc-solaris2.5.1		ezk		ezk		ezk
i386-unknown-freebsd2.1.0	ezk		ezk		ezk
i386-unknown-freebsd2.2.1	ezk		ezk		ezk
i386-unknown-freebsd3.0		ezk		ezk		ezk
i386-unknown-netbsd1.2.1	ezk		ezk		ezk[4]
i486-ncr-sysv4.3.03		ezk		ezk
i486-pc-linux-gnu		ezk		ezk		ezk
mips-sgi-irix5.3		ezk		ezk		ezk
mips-sgi-irix6.2		ezk[1]		ezk[1]		ezk[1]
mips-sgi-irix6.4		ezk		ezk		ezk
rs6000-ibm-aix3.2		ezk		ezk		ezk
rs6000-ibm-aix3.2.5		ezk		ezk		ezk
rs6000-ibm-aix4.1.5.0		ezk		ezk
sparc-sun-solaris2.3		ezk		ezk		ezk
sparc-sun-solaris2.5		ezk		ezk		ezk
sparc-sun-solaris2.5.1		ezk		ezk		ezk
sparc-sun-solaris2.6		stolke		stolke[2]	stolke
sparc-sun-sunos4.1.3		ezk		ezk		ezk
sparc-sun-sunos4.1.3_U1		ezk		ezk		ezk
sparc-unknown-linux-gnu		ezk		ezk		ezk
sparc-unknown-netbsd1.2E	ezk		ezk		ezk

EMAIL ID LEGEND:

bking:	Bevis R W King <B.King@ee.surrey.ac.uk>                
dsr:	Dan Riley <dsr@mail.lns.cornell.edu>
ezk:	Erez Zadok <ezk@cs.columbia.edu>
nrh:	Nick Hall <nrh@dcs.ed.ac.uk>
stolke:	Andreas Stolcke <stolcke@speech.sri.com>


FOOTNOTES:

[1] If compiling with cc on Irix 6, then use

	CC="cc -32 -Wl,-woff,84" ./buildall

to build (good) "old style" 32 bit code and suppress stupid linker warnings
about unused libraries.

Also, to get NFS V3 working, you need these two patches from SGI:

	patch 1615: TCP over NFS
	patch 2041: NFS roll-up patch

and then add "-p tcp" to /etc/config/nfsd.options.

[2] If compiling on Solaris 2.6, you need to add -D_LARGEFILE64_SOURCE to
CFLAGS to enable the 64bit file offset interface:

	make CFLAGS="-O2 -g -D_LARGEFILE64_SOURCE"

[3] DU-4.0 may not use NFS (server-side) V3 by default.  You may need to
adjust /etc/init.d/nfs, and change the nfsd startup line from to
 
	if /usr/sbin/nfsd $NUM_NFSD; then
to
	if /usr/sbin/nfsd -t 8 -u 8 ; then

[4] NetBSD 1.2.1 is a flaky OS.  NFS tends to hang.  Kernel panics occur
occasionally.  RPC cannot handle return routes different from sending ones.
It may be only NFS V.3, but even their vanilla amd has the same problems.
Plus, NFS V.3 mounting using the default (udp) hangs, while it works ok if
you force it to tcp via "mount_nfs -T host:/file/system /mnt".
