X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-Id: <5.1.0.14.0.20020217143039.00a005c0@imap.cs.com> X-Sender: praga22 AT imap DOT cs DOT com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Feb 2002 14:50:50 -0700 To: djgpp AT delorie DOT com From: Jerry Antosh Subject: Gcal for Win98 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Reply-To: djgpp AT delorie DOT com Sinan, It's working! Finally! I followed your instructions and download the text, file, shell, grep, awk and sed binaries you referred to from ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/ , I escaped the quotes in makefile.djg, copied the makefile to the /src directory, typed make -f Makefile.djg and still couldn't compile the source code, UNTIL going back to the beginning to make sure the DJGPP environment was correctly set up by creating a batch file containing the following lines: set PATH=c:\djgpp\bin;%PATH% set DJGPP=c:\djgpp\djgpp.env ( the BASICS ...! ) but now, back to the original question: "Has anyone ever successfully installed GCAL on MS-DOS?". Yes -- you have, and now, finally, at long last, so have I. I've learned a considerable amount throughout this UNIX/C-portability-to-MS-DOS/DJGPP environment experience, thanks to you, Sinan. Your help is greatly appreciated! -- Jerry Antosh