On Mon, May 20, 2002 at 04:08:16PM -0500, Johnson, Dave S. wrote:
> I noticed someone had this exact same issue a couple years ago but there was
> no responce with a solution:
>  
>         cc -I.. -I../../include +Z -DTHREADS -D_REENTRANT -DDSO_DL +O3
> +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
> -DMD32_XARRAY -c bn_gcd.c
>         cc -I.. -I../../include +Z -DTHREADS -D_REENTRANT -DDSO_DL +O3
> +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
> -DMD32_XARRAY -c bn_prime.c
> cc: "bn_prime.c", line 239: error 1588: "NUMPRIMES" undefined.
> cc: "bn_prime.c", line 239: error 1566: Test expression in for must be
> scalar.

...

The only explanation I have is an obvious one: NUMPRIMES is defiend
in bn_prime.h, which is included from bn_prime.c. Thus, the inclusion
of bn_prime.h seems to include a wrong or empty file...

Make sure to unpack a fresh copy of the OpenSSL source and call
config or Configure with appropriate arguments, then try to compile
again.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to