summaryrefslogtreecommitdiffstats
path: root/contrib/amd/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/amd/INSTALL')
-rw-r--r--contrib/amd/INSTALL113
1 files changed, 113 insertions, 0 deletions
diff --git a/contrib/amd/INSTALL b/contrib/amd/INSTALL
new file mode 100644
index 0000000..7df423b
--- /dev/null
+++ b/contrib/amd/INSTALL
@@ -0,0 +1,113 @@
+# -*- 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 SHLIB
+========================= ======== ========= ======= =====
+alpha-dec-osf2.1 ezk ezk ezk
+alpha-dec-osf4.0 ezk ezk dsr[3]
+alphaev5-unknown-linux-gnu ezk ezk finkel ezk
+hppa1.0-hp-hpux11.00 ezk ezk ezk
+hppa1.1-hp-hpux10.10 ezk ezk ezk -ezk (!rpcsvc.so)
+hppa1.1-hp-hpux10.20 ezk ezk ezk -ezk (!rpcsvc.so)
+hppa1.1-hp-hpux9.01 ezk[4] ezk[4] nrh/ezk
+hppa1.1-hp-hpux9.05 ezk[4] ezk[4] nrh/ezk
+hppa1.1-hp-hpux9.07 ezk[4] ezk[4] nrh/ezk
+i386-pc-bsdi2.1 ezk ezk ezk
+i386-pc-bsdi3.0 ezk ezk ezk
+i386-pc-bsdi3.1 ezk ezk ezk
+i386-pc-solaris2.5.1 ezk ezk ezk ezk
+i386-pc-solaris2.6 ezk ezk ezk ezk
+i386-unknown-freebsd2.1.0 ezk ezk ezk
+i386-unknown-freebsd2.2.1 ezk ezk ezk ezk
+i386-unknown-freebsd3.0 ezk ezk ezk ezk
+i386-unknown-netbsd1.2.1 ezk ezk ezk ezk
+i386-unknown-netbsd1.3 ezk ezk ezk ezk
+i386-unknown-netbsd1.3.1 ezk ezk ezk ezk
+i386-unknown-openbsd2.1 ezk ezk ezk ezk
+i486-ncr-sysv4.3.03 ezk ezk
+i486-pc-linux-gnulibc1 ezk ezk ezk ezk
+i586-pc-linux-gnulibc1 ezk ezk ezk ezk
+i686-pc-linux-gnu ezk ezk ezk ezk
+m68k-hp-hpux9.00 ezk[4] ezk[4] nrh/ezk
+m68k-next-nextstep3 ezk ezk ezk
+m68k-sun-sunos4.1.1 ezk ezk
+mips-dec-ultrix4.3 ro ro ro
+mips-sgi-irix5.2
+mips-sgi-irix5.3 ezk ezk ezk
+mips-sgi-irix6.2 ezk[1] ezk[1] ezk[1]
+mips-sgi-irix6.4 ezk ezk ezk ezk (!gcc)
+powerpc-ibm-aix4.1.5.0 ezk ezk wpaul
+powerpc-ibm-aix4.2.1.0 ezk ezk ezk
+rs6000-ibm-aix3.2 ezk ezk ezk
+rs6000-ibm-aix3.2.5 ezk ezk ezk
+rs6000-ibm-aix4.1.4.0 ezk ezk
+sparc-sun-solaris2.3 ezk ezk ezk
+sparc-sun-solaris2.4 ezk ezk ezk ezk
+sparc-sun-solaris2.5 ezk ezk ezk ezk
+sparc-sun-solaris2.5.1 ezk ezk ezk ezk
+sparc-sun-solaris2.6 ezk ezk[2] ezk ezk
+sparc-sun-sunos4.1.1 ezk ezk ezk ezk
+sparc-sun-sunos4.1.3 ezk ezk ezk ezk
+sparc-sun-sunos4.1.3C ezk ezk ezk ezk
+sparc-sun-sunos4.1.3_U1 ezk ezk ezk ezk
+sparc-sun-sunos4.1.4 ezk ezk ezk ezk
+sparc-unknown-linux-gnulibc1 ezk 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>
+wpaul: Bill Paul <wpaul@ctr.columbia.edu>
+finkel: Raphael Finkel <raphael@cs.uky.edu>
+ro: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+
+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: NFS over TCP
+ 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"
+
+If you're using the standard configure script, it will add this flag for you
+automatically.
+
+[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] HPUX 9.X has a bad /bin/sh that runs out of fixed memory allocations.
+If you use the configure script, you must run it as
+
+ /bin/ksh ./configure
+
+Also, this system has a bad /bin/make that cannot handle VPATH well. You
+cannot use --srcdir or the buildall script with it. I suggest you install
+GNU make or configure locally with "/bin/ksh ./configure".
+
+Erez.
OpenPOWER on IntegriCloud