To whom it may concern,
When we execute: sh config -L`pwd`/../rsaref-2.0/local/ rsaref -fPIC
we get the following:
Configuring for solaris-sparc-gcc
target already defined - solaris-sparc-gcc
The build exits and returns us to the prompt. We ran it several times
and got the same message and so our build could not be completed.
It looks like from config, we pass solaris-sparc-gcc to Configure.
And in Configure at the line:
die "target already defined - $target\n" if ($target ne "");
here is where we are exiting. It doesnt make sense to exit
if $target is equal to solaris-sparc-gcc. Looking at the rest
of the code, we need $target (solaris-sparc-gcc) to
1)search for this $target in associative array %table (it is defined there)
2)create a entry for PLATFORM in the Makefile using $target
Any feedback appreciated.
Thanks.
Alfa
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]