From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <8pvrdr$eu7$2@news.luth.se> (message from Martin Str|mberg on 16 Sep 2000 13:09:15 GMT) Subject: Re: Make and command line length References: <44632C76B97BD211AF6B00805FADCAB206333201 AT exchange DOT saltaire DOT pace DOT co DOT uk> <8pvrdr$eu7$2 AT news DOT luth DOT se> Message-Id: <20000923182530.742D023146@titan.progiciels-bpi.ca> Date: Sat, 23 Sep 2000 14:25:30 -0400 (EDT) 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: Martin Str|mberg > Newsgroups: comp.os.msdos.djgpp > Date: 16 Sep 2000 13:09:15 GMT > > : b) Some advice on what I need to make/remake, and what I could break if i get it wrong. > > Get v2/djlsrc203.zip and unzip it. Read the readme file(s). Make sure > you have all the necessary tools. Go down into src and type "make". If > on WINDOZE repeat last sentence until the libraries are built (the > shell will crash after a while because of a WINDOZE bug). > > Rebuild some programs to verify your new libraries are working. > > Apply the patch. Repeat the build procedure. Actually, there's no need to unpack the entire source distro just to patch a few functions. It's enough to unzip only the few source files that need to be patched, run the Patch utility to patch them, then compile them and replace the old versions in the library by running the `ar' utility. I believe the FAQ explains how to do that in section 21.4.