Date: Thu, 22 Jun 95 14:53:33 EST From: dpsm AT lubrizol DOT com To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problems compilling emacs Hi all, I'm trying to compile emacs 19.28 on my dos machine with djgpp 1.12m4. (silly boy!) The first problem is that msdos.c defines gettimeofday. The linker throws up. (probably because it needs other functions in gettimeofday.c?) I just commented out the code (who cares for now if my timezone isn't right). The next problem, the one I am stuck on, is when the etc/DOC file is created. Make calls ../lib-src/make-docstring with a LOT of file names. For some reason it's only getting the first 128. The FAQ explains how to do this--use gnu make compiled with djgpp. I am. Now what?