I use windows cmd prompt to compile openssl (0.9.8) on XP.  I have found
Perl to be a main problem.
make sure ActivePerl is the first perl on your path (set
path=ActivePerl;%PATH%). And then run

$$perl Configure <other config option, look in install readme>

Also, if you want debug symbols you will have to edit nt.mak file.   After
running Configure and ms/do_(masm/nasm) edit nt.mak to add/remove
appropriate CFLAGS.

-Anand

On Wed, Jan 20, 2010 at 4:31 AM, Christian Gehrmann - Setasign <
christian.gehrm...@setasign.de> wrote:

> Hi,
> I'm an student at my company and got the task to compile openSSL under
> Windows XP.
> I tried to make it how it was described in the install.w32 file, but it
> won't work!
> I searched in google but there were no answer for my problem.
>
> The "./config" works, that seems to be ok,
> but always when I try to compile it, I got errors during the make-command
> execution (see file attachment)
>
> I use CygWin with NASM, Perl5 and ActivePerl.
>
> Can somebody show me the right direction to fix my problem?
>
> Thanks
> Christian
>

Reply via email to