I have openSSL set up as a dependency for other projects that I'm building.
It builds with the following commands:

 

call perl Configure VC-WIN64A no-zlib no-shared --prefix=.

call ms\do_win64a

nmake -f ms\nt.mak

 

This works fine, but only if I'm physically at the command prompt.  If I
attempt to redirect the output to a file, the build fails.  The error is due
to crypto/x86_64cpuid.pl.  It looks like it's trying to create a file, but
the file doesn't get generated, so when that file is referenced it throws an
error.  In line 11 of this file it attempts to open STDOUT, so I'm thinking
that the redirection of the console log is causing this line to break, and
the file to not get generated.  Anyone else run into this and have a
workaround?

 

Eric Lordahl

MANDIANT

Software Engineer

2318 Mill Road

Suite 500

Alexandria, VA  22314

703.224.2976  t

703.683.2891  f

703.615.8793  m

 <mailto:eric.lord...@mandiant.com> eric.lord...@mandiant.com

www.mandiant.com

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to