******************************************************************** * IMPORTANT: If you have used the mfsutil subset, you will have to * * remove the mfsconf call from your bootup sequence BEFORE running * * INSTALL. (Sorry, but I can't really link a GFA program with the * * mint libs :-) * * * * Alternatively: you can issue a mfsconf command as follows BEFORE * * running INSTALL.PRG: * * * * mfsconf -s t -l t -d t * * * ******************************************************************** This directory is a set of subsets which have been compiled to be shareable under MiNT 0.96 or greater. If you have only MiNT 0.95 (as distributed in the MDK) then they will not be shareable, but they ought to still work (thanks Hildo, I didn't realise that...) The subsets available here are the following: Fri Feb 19 18:25:13 WET 1993 ============================ bgcc233.zoo: gcc233.zoo is the GNU C compiler revision 2.3.3 compiled to be shareable (does anyone actually want to run 2(!) C compilations at once ?). bgrep.zoo: grep.zoo contains the shared-text versions of GNU grep 1.16. bpatch.zoo: patch.zoo is a shareable version of Larry Wall's patch. This subset has been configured for long filenames (ie: minixfs), and will probably not work under TOS fs. btxtutl.zoo: txtutl.zoo is the GNU text utilities compiled to be shareable under MiNT > 0.95. They have been compiled unchanged from GNU source, so ought to understand long filenames properly. bbison.zoo: bison.zoo contains a shared-text version of GNU-bison the YACC replacement. bison is fully compatible with YACC (Yet Another Compiler Compiler). This version has been configured to use long filenames (ie: the minix filesystem), and will almost certainly not work on the TOS fs. Unfortunately zoo.ttp truncates filenames to 8+3, and the files in /usr/lib/bison have to be more than that, so if you install this subset, I'm afraid you'll have to rename the files as follows: /usr/lib/bison/bison.hai -> /usr/lib/bison/bison.hairy /usr/lib/bison/bison.sim -> /usr/lib/bison/bison.simple ------------------------------------------------------------------------------ Tue Mar 16 16:06:06 WET 1993 ============================ btcsh.zoo: The tcsh shell (my favourite :-) compiled to be shareable, and also including the slash-switching environment variable (ie: \ -> / ). This is a later version of tcsh - the one in the original kit is version 6.00.02 and this is version 6.02. ------------------------------------------------------------------------------ Mon Mar 22 13:38:44 WET 1993 ============================ bgcc233p2.zoo: The latest version of gcc for mint - includes the -mbaserel, -mpcrel options for creating shared-text programs. -------------------------------------------------------------------------------