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

_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to