Hi,

I'm trying to build CVS HEAD as well as openssl-0.9.6-stable-SNAP-20020213
with the following options

  no-idea no-rc5 no-mdc2

as I'd do for a Cygwin release.

Make complains in crypto/hmac:

  make[2]: *** No rule to make target `../../include/openssl/idea.h', needed by 
`hmac.o'.  Stop.

The dependencies in crypto/hmac/Makefile.ssl make hmac.o dependend on
idea.h, rc5.h and mdc2.h but that seems pretty unnecessary since hmac.o
is build even w/o these files.

After tweaking Makefile in this directory, the build stops with the
same problem in crypto/rsa so I assume it's sort of a generic problem?

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to