Mail Archives: djgpp-workers/2006/11/16/06:48:23
Gordon DOT Schumacher AT seagate DOT com rašė:
> I have a curiosity about the new format that was chosen for symlinks in
> DJGPP 2.04. I'm guessing that there was a good reason, I just wanted to
> understand it - and if there wasn't a good reason, to see if this is a
> possibility...
Heh, it was back in 1999 (yup, that 2.04 release is taking a bit of
time)... I am the author of symlink support, so I'll try to answer your
question.
> Is there a reason that CygWin and DJGPP can't share the same symlink
> format? Is it simply a question of simplicity in DJGPP's case, because
> CygWin's appears to contain binary?
The consensus on djgpp-workers list was not to use CygWin format,
although it has been considered. The main reason, IIRC, is that CygWin
sets Hidden + (read only? system?) attributes, which do not play nice
with user programs. (You want to see the symlinks in your directory when
you list it, don't you.) So DJGPP went with its own format.
> (I think that CygWin's is at least
> mostly compatible with Windows shortcuts, but I'm not positive.)
Now it is. Probably it was in 1999 too.
--
Laurynas
- Raw text -