> [ava...@hot.ee - Mon Oct 26 09:16:28 2009]:
> 
> 
>   there is a problem in the Makefiles that precludes correct
> compilation
> of openSSL, at least on cygwin. The problem is present in 1.0.0-beta3
> as
> well.
> 
>   In the top-level Makefile the value SDIRS does not contain rc5. As a
> result, "make links" does not create a link to rc5test.c in test.
> However the Makefile in test tries to compile rc5test.c during "make
> all" in test. The result is that when doing "make" on top level, we
> hit
> a failure:
> 

The top level Makefile doesn't contain rc5 in SDIRS on any platform
unless rc5 is enabled so that isn't the problem. Symbolic links (or
copies on some platforms) are made by Makefile/test using util/point.sh 

I just tested this in mingw and it works fine.

Presumably symbolic links don't work under Cygwin? If so I'd suggest
modifying util/point.sh so it also checks for Cygwin. If that works let
me know and I'll commit this to CVS.

Steve.
-- 
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to