From: huntercr AT cs DOT purdue DOT edu (Charles Hunter) Subject: GNU LISP... anyone have any luck? To: DJGPP AT sun DOT soe DOT clarkson DOT edu (djgpp mailing list) Date: Fri, 31 Mar 1995 14:08:42 -0500 (EST) Hey gang, Has anyone been able to complie GNU Lisp for djgpp? I have the source for bother versions 1.0 and 1.1 and have been trying for about a week now :) It even has a supposed djgpp compile called: dos-go32 but whoever wrote the makefile changes for it must not have actually tested it on a DOS system... the files are loaded with "cat"s and "mv"'s and more than one command on a line [ is this a djgpp make error? ] and after all the changes I made, reorganizing more than 200 source files and about 9 makefiles and fixing about 15 assembly errors... [ remember that conversation about no C commenting in asm now? ] and about 15 test compiles, It compiles clean as a whistle, but crashes instantly... I guess then I have two questions: 1. Does anyone gave gcl1-0.tar.gz or gcl1-1.tar.gz with a WORKING configuration for DOS? or even better for me... 2. Does anyone have the binaries compiled and working properly? --Charles