Mail Archives: djgpp/1997/05/15/12:10:07
On Tue, 13 May 1997, Tommy wrote:
> I cant get emacs to run. Everytime I run it it prints
>
> Warning: arch-dependent data dir (c:/dev/djgpp/gnu/emacs/bin/) does not
> exist.
Don't call any of your top-level directories by that DEV name. DOS and
DJGPP treat such names specially, because DOS makes applications believe
that all character devices live in that directory, even if it doesn't
actually exist. What you see is an unfortunate result of that special
treatment.
Rename C:\DEV to C:\DEVEL or some such, and everything will work like
charm.
- Raw text -