Date: Wed, 23 Nov 1994 12:22:24 +0900 From: Stephen Turnbull To: mplubratt AT mmm DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: GNU Make There is a recent DOS-extended version in the DJGPP distribution. Any Simtel mirror has it in msdos/djgpp in the file makXXXbn.zip where the XXX is version number (3.71 as of now, I believe). You also need djeoeXXX.zip (currently XXX = 1.12) and any files labelled djXXXmY.zip (these are patch files). Unzip makXXXbn and djeoeXXX first, then the djXXXmY files in order by Y. You should also get the readme to understand the directory structure this will create, and possibly makXXXdc.zip (Make DoCuments) and makXXXsr (Make SouRce). The EMX port of GCC for OS/2 has an extender that runs under DOS and presumably a GNU Make. Try "hobbes" which I believe is now on os2.cdrom.com. That's all I know about EMX. Finally, if you need a real-mode program for some reason, the GNUish project has ports of GNU Make. Find a Garbo (garbo.uwasa.fi) mirror. Sorry, I don't know their directory structure either. It may also be available on Simtel mirrors in msdos/programming or something like that. --Steve