On Thu, 13 Jun 2002, Richard Levitte - VMS Whacker wrote:
> Apropos point.sh, does the ln command exist at all in the DJGPP
> environment? And if it exists, would it be possible to test that it
> works properly with the -s switch, say in terms of exit codes?
> Something like this could be possible then (except that failure to
> link would produce mysterious error messages):
>
> ln -s $1 $2 || cp $1 $2
It might be easier if there were no "ln -s" in DJGPP. It exists, but
won't work for what we are doing. It is a limited implementation which
works only for executable files in the same directory. If you try this
with header files, a symbolic link will be made and "ln -s" succeeds,
but the link won't work. DJGPP uses a config.site file that works with
GNU autoconfigure, to automatically make "ln -s" fail during configure,
but that doesn't work with the perl Configure in openssl.
Doug
__
Doug Kaufman
Internet: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]