Hello,
Problems compiling 64-bit openssl-0.9.5a under Solaris 8.  Workshop C/C++
5.0 compilers with patches applied.  Using /usr/ccs/bin developer utils.

The "Configure" script completes fine, and it partially compiles.  It croaks
when building all in the ./crypto/des directory:

making all in crypto/des...
cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v9 -xO5
-xs
trconst -xdepend -Xa -DB_ENDIAN -DULTRASPARC -DMD5_ASM  -c  set_key.c
"./des_locl.h", line 80: cannot find include file: <math.h>
cc: acomp failed for set_key.c
*** Error code 2
make: Fatal error: Command failed for target `set_key.o'
Current working directory /tmp/openssl-0.9.5a/crypto/des
*** Error code 1

Now, there is a math.h included down in the /opt/SUNWspro hierarchy, but if
I modify ./crypto/Makefile.ssl to include the directory where math.h is, it
still chokes all over itself.

Has anyone come across this problem, and what was the fix?  Let me know if I
need to include more output of the build failure.

thank you,
Jonathan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to