Qing Huo wrote:
>
> Hi,
>
> I am newbie, I am trying setup SSL on my system. My system is windows 98
> and VC++6.0 has been setup on my machine. I tried following steps:
>
> 1. openssl-0.9.4>perl Configure VC-Win32
> 2. openssl-0.9.4>ms\do_ms
> 3. openssl-0.9.4>nmake -f ms\ntdll.mak
>
> the first two steps are successful. But I got error message: "bad
> command or file name". Why? And how can I solve this problem.
>
> Another question is" what's the meaning of "from the VC++ environment at
> a prompt"? How can I do with it?
>
When VC++ installs it creates a batch file calles vcvars32.bat or
something similar typically in:
C:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat
It just sets up some environment variables and adds a few directorites
to the path. You need to run this batch file as:
vcvars32.bat x86
for a *86 box first.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]