From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: MESA3D compiling problem Date: Tue, 23 May 2000 19:57:04 +0100 Organization: Customer of Planet Online Lines: 23 Message-ID: <2lklisk9visvilkehd3b78im3b3av7aen4@4ax.com> References: NNTP-Posting-Host: modem-152.magnesium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg2.svr.pol.co.uk 959108331 31001 62.136.11.152 (23 May 2000 18:58:51 GMT) NNTP-Posting-Date: 23 May 2000 18:58:51 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > On Sun, 21 May 2000, Jason Green wrote: > > > > This is because you use Fileutils compiled with DJGPP v2.01, where the > > > magic string /dev/env is not supported yet. You can rebuild Fileutils > > > from sources using DJGPP v2.03, and then you will get `mkdir' that can > > > handle /dev/env (it will still create /dev and ./env directories, but > > > that's a minor nuisance; the installation step will work regardless). > > > > Hmmm, that is what I thought. So I *did* rebuild fileutils with v2.03 > > and the problem persisted. > > Try the following command and tell if it created a directory `foo' > under your main DJGPP installation directory: > > gmkdir /dev/env/DJDIR/foo Unfortunately, when rebuilding fileutils failed to solve the problem I decided to re-install the original fileutils binaries. As soon as I am able, I will rebuild fileutils and then try to build MESA again. If the problem still occurs I'll report it here.