X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing DJGPP questions Date: Thu, 26 Mar 2009 07:04:20 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: <7ce07e2c-720e-4770-ae6d-20a0a95d8d67@c11g2000yqj.googlegroups.com> References: <3fa4a12c-c4b1-44fd-8f55-4abc9547d333 AT w34g2000yqm DOT googlegroups DOT com> <200903192016 DOT n2JKGJ4l019039 AT envy DOT delorie DOT com> <1ab1c44d-77f0-400e-b66f-570f0092d52a AT a12g2000yqm DOT googlegroups DOT com> <84fafd17-56ce-4920-aa4a-5748a3713177 AT c11g2000yqj DOT googlegroups DOT com> <51bb47eb-3d12-40fb-9835-d17fc61b0e79 AT e18g2000yqo DOT googlegroups DOT com> <34785c16-1639-4598-b93b-10eac8ac7641 AT g38g2000yqd DOT googlegroups DOT com> <47c4ad0e-a2fc-48d4-8f8e-00345ee74236 AT y13g2000yqn DOT googlegroups DOT com> <6b8efa49-dbb0-4c8d-917c-853a04237283 AT r28g2000vbp DOT googlegroups DOT com> <18d45b83-8531-4f5a-845a-ffe51fdb477c AT 37g2000yqp DOT googlegroups DOT com> <200903260206 DOT n2Q260ko011201 AT envy DOT delorie DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1238076261 18936 127.0.0.1 (26 Mar 2009 14:04:21 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 26 Mar 2009 14:04:21 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: c11g2000yqj.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Mar 25, 9:06=A0pm, DJ Delorie wrote: > > Is there any that will help convert make files and such written for > > linux to work with djgpp? > > You probably want make, fileutils, textutils, sh-utils, autoconf, > automake, bison, flex, findutils, grep, awk, gzip, patch, diff, and > sed. =A0That's pretty much my "tools" group for software development, > assuming you have an editor you like. =A0Other packages as needed, of > course. I doubt he'll need autoconf, automake, bison, flex (or m4, perl, etc.) for most normal stuff. But yeah, I would highly recommend sed, grep, findutils, gawk, diff, patch, tar, zlib, bzip2. Then again, to be completely honest, I find it annoying how most configure scripts (or similar build processes) rely on so much cruft, esp. stuff that isn't barely used at all. (Why use grep + gawk + sed + ed + find if you don't really need 'em??) I think *nix has way too many dependencies.