Well, as I told you, I have not my openssl PC this evening so it is difficult
to help you at this stage.
 
But perform a search on that file (e_os.h) in the openssl directory and tell
me where it is located. Also send me the copy of ms\ntdll.mak.
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jason Berger
Sent: Tuesday, July 15, 2003 10:44 PM
To: [EMAIL PROTECTED]
Subject: RE: Building on XP Question

Okay, that’s good.  But, now when I run nmake –f ms/ntdll.mak I get
fatal error U1703 don’t know how to make .\.\e_os.h

 

-----Original Message-----
From: Pierre De Boeck [mailto:[EMAIL PROTECTED]
Sent:
Tuesday, July 15, 2003 1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: Building on XP Question

 

No, that step is required to configure the platform-dependent files (mak,..).

 

That file should be present in the root directory of openssl.

 

You must run "perl Configure VC-WIN32".

 

 -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jason Berger
Sent:
Tuesday, July 15, 2003 10:22 PM
To: [EMAIL PROTECTED]
Subject: RE: Building on XP Question

When try to run perl configure it tells me it doesn’t have a script called configure?  Can I skip this step?

 

-----Original Message-----
From: Pierre De Boeck [mailto:[EMAIL PROTECTED]
Sent:
Tuesday, July 15, 2003 12:43 PM
To: [EMAIL PROTECTED]
Subject: RE: Building on XP Question

 

I have also XP and openssl 0.9.7b and I can build without any problems  the

static and dll libraries (libeay32 and ssleay32) in debug and not debug mode.

 

I have also a lot of VC++ projects (6.0 and 7.0) that uses STL and openssl.

 

For building the libraries,

 

- perl configure VC-WIN32

- edit the ms\do_nt.bat to add the debug version

- ms\do_nt.bat

- nmake nt.mak

- nmake ntdll.mak

- nmake ntDebug.mak

- nmake ntDebugdll.mak

 

And after each nmake, run the test to see if all is fine and checks also

the error messages of nmake if any, specially in the link phase.

 

Sorry if I mispelled some files but I write that email from my second PC.

Tomorrow I will work with the other one on which I installed openssl and

I will be more precise if you need it.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jason Berger
Sent:
Tuesday, July 15, 2003 8:58 PM
To: [EMAIL PROTECTED]
Subject: Building on XP Question

I think I need a little help.  I’ve followed the instructions and when I ran nmake it seemed to do the trick. Although I don’t have any dlls in my out32dll directory.  I do however have a bunch of objects in the tmp32dll directory.  So, where do I go now? All of my path variables are setup correctly. 

 

Also, I’m using Visual Studios and was wondering if you had any sample projects or directions on how to link to openssl (c++) so I can at least try to build a test.

 

Thanks,

 

Jason 

Reply via email to