X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f X-Authentication-Warning: new-smtp1.ihug.com.au: Host p19-max10.syd.ihug.com.au [203.173.155.19] claimed to be acceleron Message-ID: <003701c18ebc$87531750$0102a8c0@acceleron> From: "Andrew Cottrell" To: "Eli Zaretskii" Cc: , References: <10112261504 DOT AA14845 AT clio DOT rice DOT edu> <8582-Wed26Dec2001192819+0200-eliz AT is DOT elta DOT co DOT il> <00b301c18e79$bffadb80$0102a8c0 AT acceleron> <200112270917 DOT LAA19581 AT is DOT elta DOT co DOT il> Subject: Re: V2.03 refresh note Date: Thu, 27 Dec 2001 20:54:17 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com > > So far there were three packages that didn't build at all, but there are > > allot more where the install option does not work correctly. I have a batch > > file that I use to rebuild all of the packages in one go overnight. The > > three pacakges that I had problems building were, there are later ports > > available at clio that build correctly, the packages are: > > - grep 2.4 > > - find 4.1 > > - Which 2.11 > > What are the problems with Grep and Find? > > As for Which, I think we debugged that some time ago, so it should be > clear what needs to be done to fix that. Is that just a question of > finding a volunteer to do that? If my memory is correct (80%) the problem was that the config.bat ran out of envioronment space and then couldn't guess the type of host. If I ran the config,bat twice the environment space went away and then I need to ahrd code the host type. If I did both of these then they built, but it was easier and quicker for me to port the latest versions as this only took a few hours (plus issues with my setup in order to produce the docs). I have ported grep 2.5fm, find 4.1.7 and Which 2.13 and need to check with the maintainers top see if they have incorporated the changes from early Dec that I did. The ports were trivial in respect that you did most of the hard work and I just had to merge the changes again. Andrew