Mail Archives: djgpp/1996/08/08/03:21:05
On Sun, 4 Aug 1996 Jere_McDevitt AT theratx DOT com wrote:
> Well, (and others might be interested in this) I retrieved the source
> for JED and discovered that if code uses the open command when using
> DJGPP (gcc) then long file names aren't supported. However, _open
> does use long file names.
I don't understand how this can be true. `open' just calls `_open', so
the two should support LFN in the same way. Can you debug this? Maybe
the pre-compiled version was built with an old library that didn't
support LFN?
- Raw text -