INSTALL revision 38494
1# -*- text -*-
2		      am-utils 6.0 compatibility list
3
4For each system, list if it autoconfigures, compiles, or runs.  Fill in
5email id of person who confirms the fact.  A missing entry means unverified.
6A 'no' means verified broken.
7
8SYSTEM				AUTOCONF  COMPILE    RUN      SHLIB
9=========================	========  =========  =======  =====
10alpha-dec-osf2.1		ezk       ezk        ezk
11alpha-dec-osf4.0		ezk       ezk        dsr[3]
12alphaev5-unknown-linux-gnu	ezk       ezk        finkel   ezk
13hppa1.0-hp-hpux11.00		ezk       ezk        ezk
14hppa1.1-hp-hpux10.10		ezk       ezk        ezk     -ezk (!rpcsvc.so)
15hppa1.1-hp-hpux10.20		ezk       ezk        ezk     -ezk (!rpcsvc.so)
16hppa1.1-hp-hpux9.01		ezk[4]    ezk[4]     nrh/ezk
17hppa1.1-hp-hpux9.05		ezk[4]    ezk[4]     nrh/ezk
18hppa1.1-hp-hpux9.07		ezk[4]    ezk[4]     nrh/ezk
19i386-pc-bsdi2.1			ezk       ezk        ezk
20i386-pc-bsdi3.0			ezk       ezk        ezk
21i386-pc-bsdi3.1			ezk       ezk        ezk
22i386-pc-solaris2.5.1		ezk       ezk        ezk      ezk
23i386-pc-solaris2.6		ezk       ezk        ezk      ezk
24i386-unknown-freebsd2.1.0	ezk       ezk        ezk
25i386-unknown-freebsd2.2.1	ezk       ezk        ezk      ezk
26i386-unknown-freebsd3.0		ezk       ezk        ezk      ezk
27i386-unknown-netbsd1.2.1	ezk       ezk        ezk      ezk
28i386-unknown-netbsd1.3		ezk       ezk        ezk      ezk
29i386-unknown-netbsd1.3.1	ezk       ezk        ezk      ezk
30i386-unknown-openbsd2.1		ezk       ezk        ezk      ezk
31i486-ncr-sysv4.3.03		ezk       ezk       
32i486-pc-linux-gnulibc1		ezk       ezk        ezk      ezk
33i586-pc-linux-gnulibc1		ezk       ezk        ezk      ezk
34i686-pc-linux-gnu		ezk       ezk        ezk      ezk
35m68k-hp-hpux9.00		ezk[4]    ezk[4]     nrh/ezk
36m68k-next-nextstep3		ezk       ezk        ezk
37m68k-sun-sunos4.1.1		ezk       ezk
38mips-dec-ultrix4.3		ro        ro         ro
39mips-sgi-irix5.2
40mips-sgi-irix5.3		ezk       ezk        ezk
41mips-sgi-irix6.2		ezk[1]    ezk[1]     ezk[1]
42mips-sgi-irix6.4		ezk       ezk        ezk     ezk (!gcc)
43powerpc-ibm-aix4.1.5.0		ezk       ezk        wpaul
44powerpc-ibm-aix4.2.1.0		ezk       ezk        ezk
45rs6000-ibm-aix3.2		ezk       ezk        ezk
46rs6000-ibm-aix3.2.5		ezk       ezk        ezk
47rs6000-ibm-aix4.1.4.0		ezk       ezk       
48sparc-sun-solaris2.3		ezk       ezk        ezk
49sparc-sun-solaris2.4		ezk       ezk        ezk     ezk
50sparc-sun-solaris2.5		ezk       ezk        ezk     ezk
51sparc-sun-solaris2.5.1		ezk       ezk        ezk     ezk
52sparc-sun-solaris2.6		ezk       ezk[2]     ezk     ezk
53sparc-sun-sunos4.1.1		ezk       ezk        ezk     ezk
54sparc-sun-sunos4.1.3		ezk       ezk        ezk     ezk
55sparc-sun-sunos4.1.3C		ezk       ezk        ezk     ezk
56sparc-sun-sunos4.1.3_U1		ezk       ezk        ezk     ezk
57sparc-sun-sunos4.1.4		ezk       ezk        ezk     ezk
58sparc-unknown-linux-gnulibc1	ezk       ezk        ezk     ezk
59sparc-unknown-netbsd1.2E	ezk       ezk        ezk
60
61EMAIL ID LEGEND:
62
63bking:	Bevis R W King <B.King@ee.surrey.ac.uk>                
64dsr:	Dan Riley <dsr@mail.lns.cornell.edu>
65ezk:	Erez Zadok <ezk@cs.columbia.edu>
66nrh:	Nick Hall <nrh@dcs.ed.ac.uk>
67stolke:	Andreas Stolcke <stolcke@speech.sri.com>
68wpaul:	Bill Paul <wpaul@ctr.columbia.edu>
69finkel:	Raphael Finkel <raphael@cs.uky.edu>
70ro:	Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
71
72
73FOOTNOTES:
74
75[1] If compiling with cc on Irix 6, then use
76
77	CC="cc -32 -Wl,-woff,84" ./buildall
78
79to build (good) "old style" 32 bit code and suppress stupid linker warnings
80about unused libraries.
81
82Also, to get NFS V3 working, you need these two patches from SGI:
83
84	patch 1615: NFS over TCP 
85	patch 2041: NFS roll-up patch
86
87and then add "-p tcp" to /etc/config/nfsd.options.
88
89[2] If compiling on Solaris 2.6, you need to add -D_LARGEFILE64_SOURCE to
90CFLAGS to enable the 64bit file offset interface:
91
92	make CFLAGS="-O2 -g -D_LARGEFILE64_SOURCE"
93
94If you're using the standard configure script, it will add this flag for you
95automatically.
96
97[3] DU-4.0 may not use NFS (server-side) V3 by default.  You may need to
98adjust /etc/init.d/nfs, and change the nfsd startup line from to
99 
100	if /usr/sbin/nfsd $NUM_NFSD; then
101to
102	if /usr/sbin/nfsd -t 8 -u 8 ; then
103
104[4] HPUX 9.X has a bad /bin/sh that runs out of fixed memory allocations.
105If you use the configure script, you must run it as
106
107	/bin/ksh ./configure
108
109Also, this system has a bad /bin/make that cannot handle VPATH well.  You
110cannot use --srcdir or the buildall script with it.  I suggest you install
111GNU make or configure locally with "/bin/ksh ./configure".
112
113Erez.
114