Mail Archives: djgpp/2000/04/02/11:07:37
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.
- Raw text -