X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de> <3c84f79a DOT sandmann AT clio DOT rice DOT edu> <3c84fe5f$0$12305$9b622d9e AT news DOT freenet DOT de> Subject: More version info Date: Wed, 6 Mar 2002 13:45:27 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 128 Message-ID: <3c860c12$0$4076$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.8.36 X-Trace: 1015417875 news.freenet.de 4076 213.7.8.36 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I did a version check on the other packages, and this is what I have: D:\>dir %DJGPP%\..\manifest\*.ver 09/09/2001 09:58p 37 rhid149b.ver 02/04/2002 11:07a 62 djtzn204_alpha_win2k.ver 11/08/2001 05:01p 36 bsn130b.ver 01/05/2000 04:44p 38 djdev203.ver 09/07/2000 12:07p 41 lss358b.ver 12/12/1999 02:12a 46 txi40b.ver 12/21/2001 12:48p 58 gpp303b.ver 08/05/2001 03:00a 26 txt20b.ver 01/26/2002 01:25p 48 gdb511b.ver 02/18/2000 09:04p 44 pdcur24b.ver 03/29/2001 11:20a 88 gpp2953b.ver 12/12/1999 02:12a 46 gro116b.ver 02/23/1997 04:13p 41 m4-14b.ver 08/14/2000 05:22p 36 gwk306b.ver 09/04/2001 07:54p 29 amake15b.ver 05/21/2001 06:02p 29 acnf250b.ver 11/17/2000 12:45a 69 ls080b.ver 01/12/1999 04:08p 55 acnf213b.ver 07/16/2001 11:47a 38 licv17b.ver 01/14/2000 06:45p 47 grep24b.ver 08/05/2001 04:12a 27 bnu2112b.ver 12/12/1999 02:12a 45 dif272b.ver 02/04/2002 11:05a 63 djdev204_alpha_win2k.ver 08/10/2001 01:19p 26 fil40b.ver 11/20/2001 12:00p 46 find417b.ver 11/20/2001 11:59a 43 find417d.ver 02/03/2002 11:15a 62 g77303b.ver 02/03/2002 11:15a 56 gcc303b.ver 02/04/2002 11:10a 49 grep25gb.ver 08/05/2001 03:05a 23 mak3791b.ver 04/22/2001 10:47a 42 perl561b.ver 05/27/2001 11:40a 38 sed3028b.ver 09/23/2001 01:14p 69 shl20jb.ver 02/14/2002 04:38p 54 xml2415b.ver 06/21/2001 07:50p 45 bnu2112a.ver 06/04/2000 01:34p 42 bsh204b.ver 12/16/2001 11:35p 36 bsh205ab.ver 37 Datei(en) 1,680 Bytes 0 Verzeichnis(se), 1,265,315,840 Bytes frei My actual autoconf version is 2.13. I was told not to use 2.5, so I installed 2.13 overtop of it. This is just so you guys have a better look at what I am really using. Most everything else is from clio.rice.edu ... Ben "deckerben" wrote in message news:3c84fe5f$0$12305$9b622d9e AT news DOT freenet DOT de... > Here is my version info: > > Microsoft Windows 2000 [Version 5.00.2195] > (C) Copyright 1985-2000 Microsoft Corp. > > C:\Programme\Gemeinsame Dateien\System\MAPI\1033\nt>d: > > D:\>bash --version > GNU bash, version 2.05a.0(6)-release (i686-pc-msdosdjgpp) > Copyright 2001 Free Software Foundation, Inc. > > D:\>sh --version > GNU bash, version 2.05a.0(6)-release (i686-pc-msdosdjgpp) > Copyright 2001 Free Software Foundation, Inc. > > D:\>cd bin > > D:\bin>.\bash.exe --version > GNU bash, version 2.04.7(1)-release (i686-pc-msdosdjgpp) > Copyright 1999 Free Software Foundation, Inc. > > D:\bin>.\sh.exe --version > GNU bash, version 2.04.7(1)-release (i686-pc-msdosdjgpp) > Copyright 1999 Free Software Foundation, Inc. > > D:\bin> > > > BTW, I would like not to have a \bin dir as well! How are you building? > > Regards, > Ben > > "Charles Sandmann" wrote in message > news:3c84f79a DOT sandmann AT clio DOT rice DOT edu... > > > clio.rice.edu has released djgpp binaries that should run on windows > 2000 > > > > Actually there are two sets of images there - one set is an updated v2.03 > > release (with some distributions updated) and the other is a work in > > progress CVS (to be 2.04 someday) release. > > > > So, for us to figure out what's going on, we need the date and size from > > each EXE image you are talking about. > > > > The 2.03 update provides a bash 2.04 while the cvs/2.04 provides a bash > 2.05. > > There have been several releases of bash with the same numbers, so it's > > once again important to know the date and size. > > > > > In making a couple applications, I noticed that the "rice binaries" > version > > > of bash and sh 'could not find gcc.exe' when executing a configure > script > > > ("GCC unable to create executables" CONFIGURE error, also the MAKE error > > > that it couldn't find GCC.EXE) > > > > > What is more interesting is this: It is OK if the 'rice bash' is in my > > > %DJGPP%\bin; the problems occur when it is in my D:\bin (needed to run > > > configure scripts). > > > > > So the version kept in '\bin' is the Delorie dist. copy. Then configure > > > scripts run with that version without problems. > > > > > Has anyone else noticed this??? > > > > I haven't noticed this doing builds on Windows 2000 (I don't even have a > > \bin directory). But my distribution isn't exactly clean either. > >