On 21/01/2013 20:31, Andy Polyakov via RT wrote:
This problem was discussed multiple times and so far suggestion was switch off antivirus (Microsoft Defender is most recognized to be culprit) and use "matching" perl (e.g. it would inappropriate to use cygwin perl in this case).

Microsoft Defender is running, though the solution below seems to work.

If you can reproduce the problem 100%, try to replace above line with
following:

open FD,"| \"$^X\" $xlate $flavour $output";
*STDOUT=*FD;

Thanks. Adding '*STDOUT=*FD;' and changing the previous line looks like the solution - 'perl crypto/x86_64cpuid.pl' now quits before the command prompt is displayed, and a build I ran succeeded. Is this something that could be committed, or would we need to maintain the changes locally?

--
Bruce Cran
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to