Message-Id: <200006100553.IAA13352@alpha.netvision.net.il> Date: Sat, 10 Jun 2000 08:52:11 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: djgpp AT delorie DOT com In-reply-to: <39412c12.31569063@news.globalserve.net> (zargon@hotmail.vom) Subject: Re: Q: allegro_message References: <39402637 DOT 409213505 AT news DOT globalserve DOT net> <39405324 DOT 420716556 AT news DOT globalserve DOT net> <394095cc DOT 436991456 AT news DOT globalserve DOT net> <3940A2B7 DOT 57226F0C AT home DOT com> <3940a2f3 DOT 440359385 AT news DOT globalserve DOT net> <200006091458 DOT RAA07793 AT mailgw1 DOT netvision DOT net DOT il> <39412c12 DOT 31569063 AT news DOT globalserve DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: zargon AT hotmail DOT vom (Zargon) > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 09 Jun 2000 17:41:55 GMT > > Downloading it from a slow FTP server... I could live with that. > Faffing around learning how to install it and use it Installing it boils down to unzipping the distribution. Complicated? Hardly. As for using it, you don't need to learn that at all, since the Makefile already has the command which invokes Sed, and will do so automatically for you. (Do users of free software *really* need so much convincing nowadays just to download a 107K binary distribution and see if it solves a problem for them? I wonder...) > just to fix this one problem, seems silly to me, especially when the > problem is a) not my fault and b) won't be fixed by "make veryclean" > anyways No offense, but that's wrong attitude with free software. Sometimes, the best, most-thoroughly tested package would not build on someone's machine because of some rare (or not-so-rare) coincidence. When that happens, the person who is the most motivated to get the package to work on that machine--you--should do the minimum of experimenting with the solutions suggested by his/her own inventiveness and other helpful people here. If you take this path, it will eventually lead to a solution. But if you will continue to _reason_ why the solutions suggested to you will not work (without even trying them), you will probably never solve this. Software is not a theoretical discipline.