From 6dd0c35c998d4b84a8262aeb4a22f38e07b40ba7 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Fri, 11 Sep 1992 11:53:39 +0000 Subject: [PATCH] Move list of compiled-on's here; add note that you need or for print.c. --- src/PORTING | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/PORTING b/src/PORTING index e9054ecc..7ea2cdc5 100644 --- a/src/PORTING +++ b/src/PORTING @@ -1,8 +1,27 @@ Portability of the new file(1) command. -@(#) $Id: PORTING,v 1.9 1992/09/09 16:38:12 ian Exp $ +@(#) $Id: PORTING,v 1.10 1992/09/11 11:53:39 ian Exp $ Read this file only if the program doesn't compile on your system. +This release has been around UNIX; it has been compiled and tested +in the following environments: + +SunOS sqarc 4.1.1 8 sun4 + No problems. +ULTRIX squint 4.2 0 RISC + No problems. +A/UX sqmac 3.0a9 SVR22 mc68020 + No problems. +AIX sqibm 2 3 000XXXXXX100 + Had weird "make" problems making "magic" file automatically; just + built it by hand. Your mileage may vary. +SCO sqwang 3.2 2 i386 + Compiles fine; their weird make can't handle "[a-z]*" as a dependancy, + so build magic by hand. Runs fine. +sqzme sqzme 3.1.1 3 3B2 + The 3B2 SVR3 needed a few tweaks as well as COPTS = -Ilocalinc + in order to compile. + This version, reluctanly, includes , which won't exist on older systems or those that aren't even close to the ANSI C standard. There is a null "stdlib.h", and some other bogus headers, @@ -10,6 +29,9 @@ in subdirectory "localinc"; if you get complaints about missing stdlib.h and others, uncomment the line with COPTS=-Ilocalinc in the Makefile, and try again. +You must have either or the older , otherwise you'll +have to butcher some routines in print.c. + Beyond that, I have tried to make a program that doesn't need any command-line defines (-D) to specify what version of UNIX is in use, by using the definitions available in the system #include -- 2.50.1