[openssl-users] cannot configure openssl-1.0.1n on Windows with msys --target already defined - (offending arg: mingw) -- the issue does not occur in openssl-1.0.1l and openssl-1.0.1m.
Avery A. Tarasov
Avery.A.Tarasov at SecurityEngineer.Pro
Thu Jun 11 19:49:51 UTC 2015
The problem goes away if I comment out the "die" statement on line 942
from the "Configure" file:
else
{
* #die "target already defined - $target (offending arg:
$_)\n" if ($target ne "");*
$target=$_;
}
Is the above safe and the correct fix? Does the *$target=$_; *line
(#943) also need to be commented out?
Best Regards,
-Avery
On 6/11/2015 2:56 PM, Avery A. Tarasov wrote:
> Hi All,
>
> I was able to compile openssl 1.0.1l and openssl 1.0.1m perfectly via
> msys in Windows 8 -- but something isn't working right with openssl 1.0.1n
>
> *Exact steps using msys causing the error:*
>
> tar xvzf openssl-1.0.1n.tar.gz
> cd openssl-1.0.1n
> export PATH=/c/mingw/bin:$PATH
> $ ./Configure --prefix=$PWD/dist no-idea no-mdc2 no-rc5 shared
> no-threads mingw
>
> *Error is:*
>
> *target already defined - User Name/Desktop/openssl-1.0.1n/dist
> (offending arg: mingw)*
>
> I am not doing anything differently from what worked previously in
> 1.0.1l and 1.0.1m
>
> Please advise if you know how to fix this. Thanks so much for the help!
>
> Best Regards,
>
> -Avery
>
>
> _______________________________________________
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20150611/c8fd9e3c/attachment.html>
More information about the openssl-users
mailing list