I try what your technician suggested me. I use now gcc but my compilation
failed because I don't have a file idea.h in my sources. See the message :
making all in crypto...
        ( echo "#ifndef MK1MF_BUILD"; \
        echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
        echo "  #define CFLAGS \"/usr/swlocal/bin/gcc -DTHREADS  \""; \
        echo "  #define PLATFORM \"myhpux-gcc\""; \
        echo "  #define DATE \"`date`\""; \
        echo "#endif" ) >buildinf.h
        /usr/swlocal/bin/gcc -I. -I../include -DTHREADS   -c cryptlib.c
        /usr/swlocal/bin/gcc -I. -I../include -DTHREADS   -c mem.c
        /usr/swlocal/bin/gcc -I. -I../include -DTHREADS   -c cversion.c
        /usr/swlocal/bin/gcc -I. -I../include -DTHREADS   -c ex_data.c
        /usr/swlocal/bin/gcc -I. -I../include -DTHREADS   -c tmdiff.c
        ar r ../libcrypto.a cryptlib.o mem.o cversion.o ex_data.o tmdiff.o cpt_err.o
        /usr/bin/ranlib ../libcrypto.a
making all in crypto/md2...
        /usr/swlocal/bin/gcc -I.. -I../../include -I../../../bsafe/include -DTHREADS   
-c md2_dgst.c
        /usr/swlocal/bin/gcc -I.. -I../../include -I../../../bsafe/include -DTHREADS   
-c md2_one.c
        ar r ../../libcrypto.a md2_dgst.o md2_one.o
        /usr/bin/ranlib ../../libcrypto.a
making all in crypto/md5...
        /usr/swlocal/bin/gcc -I.. -I../../include -I../../../bsafe/include -DTHREADS   
-c md5_dgst.c
        ar r ../../libcrypto.a md5_dgst.o md5_one.o
        /usr/bin/ranlib ../../libcrypto.a
making all in crypto/sha...
        /usr/swlocal/bin/gcc -I.. -I../../include -I../../../bsafe/include -DTHREADS   
-c sha_dgst.c
        /usr/swlocal/bin/gcc -I.. -I../../include -I../../../bsafe/include -DTHREADS   
-c sha1dgst.c
        ar r ../../libcrypto.a sha_dgst.o sha1dgst.o sha_one.o sha1_one.o
        /usr/bin/ranlib ../../libcrypto.a
making all in crypto/mdc2...
        /usr/swlocal/bin/gcc -I.. -I../../include -I../../../bsafe/include -DTHREADS   
-c mdc2dgst.c
        /usr/swlocal/bin/gcc -I.. -I../../include -I../../../bsafe/include -DTHREADS   
-c mdc2_one.c
        ar r ../../libcrypto.a mdc2dgst.o mdc2_one.o
        /usr/bin/ranlib ../../libcrypto.a
making all in crypto/hmac...
Make: Don't know how to make ../../include/openssl/idea.h.  Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Thanks id advance

Romana Rubino Majner




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to