Hi Steve,
        The "-fPIC" option is not valid for cc. You'll have the use the "+z"
option for compiling position independent code. You can pass this flag on
the command line when you run the "config" script.

Thanks
-Madhu

-----Original Message-----
From: Steve Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 23, 2001 9:10 AM
To: '[EMAIL PROTECTED]'
Subject: make problem on hpux 11.0


Need Help on this make error.

root openssl-0.9.6b> make 
+ rm -f libcrypto
+ rm -f libssl
making all in crypto...
        ( echo "#ifndef MK1MF_BUILD"; \
        echo "  /* auto-generated by crypto/Makefile.ssl for
crypto/cversion.c */"; \
        echo "  #define CFLAGS \"cc -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY\""; \
        echo "  #define PLATFORM \"hpux-parisc-cc\""; \
        echo "  #define DATE \"`date`\""; \
        echo "#endif" ) >buildinf.h
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c cryptlib.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c mem.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c mem_dbg.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c cversion.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c ex_data.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c tmdiff.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c cpt_err.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c ebcdic.c
cc: warning 422: Unknown option "f" ignored.
        cc -I. -I../include -DDSO_DL -fPIC -D_REENTRANT +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
-DMD32_XARRAY -c uid.c
cc: warning 422: Unknown option "f" ignored.
        ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
tmdiff.o cpt_err.o ebcdic.o uid.o
ar: No such file or directory
ar: could not open cryptlib.o
ar: No such file or directory
ar: could not open mem.o
ar: No such file or directory
ar: could not open mem_dbg.o
ar: No such file or directory
ar: could not open cversion.o
ar: No such file or directory
ar: could not open ex_data.o
ar: No such file or directory
ar: could not open tmdiff.o
ar: No such file or directory
ar: could not open cpt_err.o
ar: No such file or directory
ar: could not open ebcdic.o
ar: No such file or directory
ar: could not open uid.o
*** Error exit code 9

Stop.
*** Error exit code 1

Stop.

Thanks,
Steve 

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

Reply via email to