lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev DJGPP DEV: stupid behavior of DJGPP


From: Klaus Peter Wegge
Subject: Re: lynx-dev DJGPP DEV: stupid behavior of DJGPP
Date: Thu, 8 Oct 1998 16:26:06 +0200 (MET DST)

> The "cp" and "mv" commands, comming with DJGPP have a stupid behaviour
> in my development environment.
> cp lib*.a ..
> leads to a message:
> d:/djgpp/bin/cp: libtcp.a: No such file or directory (ENOENT)
Ups, I found the problem!
The DJGPP file utility commands cp, ls, mv rm ...
will never work, if the current path beginns with
X:/dev/...
where X is an abitrary drive.
Renaming "dev" to "foo" or something else solves the problem.
The problem appears only, when "dev" is the first dir in the subtree!
Funny thing!
And I was so silly to compile in d:/dev

Klaus-Peter

reply via email to

[Prev in Thread] Current Thread [Next in Thread]