Hi All,
  I tried to compile the openssl source in vc 6.0.
for this i followed the instructions in instal-32 file


Firstly you should run Configure:

 

 > perl Configure VC-WIN32 --prefix=c:/some/openssl/dir

 

Where the prefix argument specifies where OpenSSL will be installed to.

 

 Next you need to build the Makefiles and optionally the assembly language

 files:

 

 - If you are using MASM then run:

 

   > ms\do_masm

 

 - If you are using NASM then run:

 

   > ms\do_nasm

 

 - If you don't want to use the assembly language files at all then run:

 

   > ms\do_ms

 

 If you get errors about things not having numbers assigned then check the

 troubleshooting section: you probably won't be able to compile it as it

 stands.

 

 Then from the VC++ environment at a prompt do:

 

 > nmake -f ms\ntdll.mak


after this it says
  Building OPenSSL
NMAKE:fatel error U1073:don't know how to make '.\.\e_os.h'
Stop.

How can i solve this?
Thanks in advance.

Radha.

Reply via email to