Hi Andy,
> therefore I'd suggest to modify this to catch the stderr output:
>
>       my $ver=`nasm -v 2>NULL`;
>       my $vew=`nasmw -v 2>NULL`;
>       # pick newest version
>       $asm=($ver gt $vew?"nasm":"nasmw")." -f win32";

sorry, of course should be:
        my $ver=`nasm -v 2>NUL`;
        my $vew=`nasmw -v 2>NUL`;

Guenter.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to