Mail Archives: djgpp-workers/1999/03/17/05:23:29
On Tue, 16 Mar 1999, Mark E. wrote:
> Autoconf generated configure scripts uses a non-existant
> file to check for 'ln -s' support. Since 'ln -s' works only in special
> circumstances, it might be a good idea allow symlink() or at least 'ln -s'
> to fail for non-existant files.
That would be firing into our own foot, because in some cases, we
*want* that test to succeed, because some packages use "ln -s" when
they install the executables, and we do want the symlinks then. Other
packages use "ln -s" to link normal files, and that fails in DJGPP.
The problem is, at configure time you cannot know which case it is,
and, worse, some packages (like Web2c) use "ln -s" for both purposes.
- Raw text -