Date: Sun, 2 Apr 2000 09:40:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp AT delorie DOT com Subject: Re: GCC 2.952 Cross-Compile In-Reply-To: <8bq5rn$9ci$1@antares.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 28 Mar 2000, Martin Stromberg wrote: > : make.exe[4]: Entering directory `c:/gnu/gcc-2.952/build.tx/gcc' > : /dev/c/gnu/gcc-2.952/build.tx/gcc/xgcc [snip] > : Any ideas? > > Yeah! Move the cross-compiler(?) to a directory other than > "/dev". "/dev" will not work with DJGPP. In this case, /dev is actually going to work: "/dev/c/foo" is converted by the DJGPP library to "c:/foo". This is one of the reasons /dev is treated specially. In this case, the intent is to let DOS-style file names with drive letters look like Unix-style file names which begin with a slash. This makes many shell scripts happily ignorant about the drive letter braindamage.