X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: 08 Sep 2003 07:53:51 +0200 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <70f1c48a.0309071540.737d9c84@posting.google.com> (AIKO_sex AT hotmail DOT com) Subject: Re: ANNOUNCE: Release 7 of DJGPP port of fileutils 4.1 References: <200308312059 DOT h7VKxL613609 AT delorie DOT com> <3F5791D7 DOT EB4697A5 AT phekda DOT freeserve DOT co DOT uk> <3F59A8A8 DOT 2B429E8A AT phekda DOT freeserve DOT co DOT uk> <3F5B3074 DOT CB061798 AT phekda DOT freeserve DOT co DOT uk> <70f1c48a DOT 0309071540 DOT 737d9c84 AT posting DOT google DOT com> 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: AIKO_sex AT hotmail DOT com (mike) > Newsgroups: comp.os.msdos.djgpp > Date: 7 Sep 2003 16:40:35 -0700 > > Fixed: stdio.h > Applying sysv68_string to string.h > Applying djgpp_wchar_h to sys/djtypes.h > Applying io_quotes_def to sys/ioctl.h > Applying djgpp_wchar_h to wchar.h > Fixed: wchar.h > > This is my erros file redirect from the "sh djmake.sh bootstrap > 2>errors > it stopped just at fix the last include and without erros. These are not errors, they are normal messages from the fixincludes stage, where the system headers are ``fixed'' (ours should already be fixed, so it's mostly a no-op). The messages are printed to stderr, that's why you see them in the errors file. > I useed the lasted fil41b.zip gcc323bzip and other packages in the > current > versions.I bootstrap the gcc323s.zip and gcc33s.zip in the > windows2000 server cmd box.They all stop with the same as above.even > run "sh djmake.sh bootstrap" again and again,they can't continue. Something else prevents the bootstrap from continuing, the above is not the reason. Sorry, I don't know what is the real reason.