Mail Archives: djgpp-workers/1999/11/14/09:50:52
On Sun, 14 Nov 1999, Laurynas Biveinis wrote:
> I just chose GNUish way; I like it and it wasn't very hard to
> implement. To be bulletproof, I also record the real name of
> directory - if it does not match with what DOS call returns, do
> not return symlink.
I don't like static global variables: they are evil in recursive
situations.
> IMHO, if DOS/Windows
> non-DJGPP and non-CygWin applications do not see them, that's not a big
> problem - they won't know what to do with symlinks anyway.
What I had in mind was a situation when someon zips a DJGPP directory
tree and then moves it to another machine, or uses some recursive copy
program to do similar things. If that program or that archiver don't
copy or don't put the symlink files, you will have a subtly broken
installation in the new place.
- Raw text -