From: "Tom St Denis" Newsgroups: comp.os.msdos.djgpp References: <993834875 DOT 150946 AT queeg DOT ludd DOT luth DOT se> Subject: Re: building GCC 3.0 with DJGPP Lines: 35 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Message-ID: <9T2%6.58175$Mf5.15484749@news3.rdc1.on.home.com> Date: Fri, 29 Jun 2001 17:26:29 GMT NNTP-Posting-Host: 24.112.8.23 X-Complaints-To: abuse AT home DOT net X-Trace: news3.rdc1.on.home.com 993835589 24.112.8.23 (Fri, 29 Jun 2001 10:26:29 PDT) NNTP-Posting-Date: Fri, 29 Jun 2001 10:26:29 PDT Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Martin Str|mberg" wrote in message news:993834875 DOT 150946 AT queeg DOT ludd DOT luth DOT se... > Tom St Denis wrote: > : To start off I don't have BASH, so what did I do? Download the BASH source > : code. But to configure BASH you need to be in BASH! > > : How/where can I get a binary of BASH? > > Where you get every DJGPP package, your favourite simtel mirror. Bash > is in v2gnu/bsh*b.zip. Thanks, must have missed that... now I get bash-2.04$ configure Configuring for a i386-pc-msdosdjgpp host. ./configure: touch: command not found ./move-if-change: mv: command not found *** cannot find move-if-change. Arrg... sorry, but I must say even for a free package DJGPP is poorly put together. At least with a typical linux distribution all the tools I need are included... There should be a "really big current zip file" of all the DJGPP tools you would ever need [related to GCC like they do for linux]. Instead of hosting 3 million copies of sed, binutils, etc... sorry to say 99% of all users will want the current stuff and only get older stuff in odd situations. Tom