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.
cc: "bn_prime.c", line 240: error 1588: "primes" undefined.
cc: "bn_prime.c", line 240: warning 563: Argument #2 is not the correct type.
cc: "bn_prime.c", line 351: error 1588: "NUMPRIMES" undefined.
cc: "bn_prime.c", line 351: error 1503: Array size must be integral.
cc: "bn_prime.c", line 357: error 1566: Test expression in for must be scalar.
cc: "bn_prime.c", line 358: error 1588: "primes" undefined.
cc: "bn_prime.c", line 358: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
cc: "bn_prime.c", line 360: error 1566: Test expression in for must be scalar.
cc: "bn_prime.c", line 364: error 1563: Expression in if must be scalar.
cc: "bn_prime.c", line 401: error 1588: "NUMPRIMES" undefined.
cc: "bn_prime.c", line 401: error 1566: Test expression in for must be scalar.
cc: "bn_prime.c", line 404: error 1588: "primes" undefined.
cc: "bn_prime.c", line 404: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
cc: "bn_prime.c", line 448: error 1588: "NUMPRIMES" undefined.
cc: "bn_prime.c", line 448: error 1566: Test expression in for must be scalar.
cc: "bn_prime.c", line 453: error 1588: "primes" undefined.
cc: "bn_prime.c", line 453: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
cc: "bn_prime.c", line 454: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
*** Error exit code 1
 
Stop.
*** Error exit code 1
 
Stop.
*** Error exit code 1
 
Stop.
A clue would be appreciated!

Reply via email to