I've no fixed the following items:
> * Creating the links to the libraries fails on at least Solaris > regardless of the force flag: > > installing libssl.so.0.9.6 > + ln -f -s libcrypto.so.0.9.6 libcrypto.so.0 > ln: cannot create libcrypto.so.0: File exists > *** Error code 2 > make: Fatal error: Command failed for target `link-shared' > > (I believe this to be normal POSIX/XPG4 behaviour.) > So remove the old links first and then create the new links. > [...] > * The Makefile overrides the make command chosen by the user. Some systems > have multiple different make commands. (e.g. vendor-make, gnu-make, > vendor-distributed¶llellized-make and some-other-special-make.) > The Makefile generated might not be compatible with all of them, so > the user might be using "gmake" on purpose, but the Makefile uses > "make" for recursion. The standard way is to use $(MAKE) for recursion. -- Richard Levitte [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
