Mail Archives: djgpp-workers/1999/03/17/04:31:37
On Wed, 17 Mar 1999, Andris Pavenis wrote:
> I'm using 'ln -s' in scripts and would not like if such possibility will
> be removed.
I agree that removing it would be bad.
> Best I can imagine is allowing 'ln -s' to succeed only for
> DJGPP executables.
If you compile `ln' with DJGPP v2.02, it will do that already. But the
problem raised by Mark isn't solved with the latest `symlink' in the
library, because in that case there's no file to test for being a DJGPP
executable.
Doing a hard link in such cases seems to catch the best of both worlds.
In the case that somebody indeed wants a DJGPP-style symlink to a
non-existent program (i.e. a stub that poins to a non-existent file),
they could use stubify and stubedit directly.
- Raw text -